Searched refs:crate (Results 1 – 11 of 11) sorted by relevance
/development/tools/cargo_embargo/ |
D | regenerate_all.sh | 29 <title>cargo_embargo crate report</title> 39 <h1>cargo_embargo crate report</h1> 50 crate=$(dirname $config) 51 echo "Trying $crate..." 52 echo "<tr><td><code>$crate</code></td>" >> $report 53 if (cd $crate && cargo_embargo generate cargo_embargo.json) 2> cargo_embargo.err; then 54 (cd $crate && git diff Android.bp > Android.bp.diff) 64 (cd $crate && git show HEAD:Android.bp > Android.bp.orig) 65 if diff $crate/Android.bp.orig $crate/Android.bp > /dev/null; then 89 …-rf "$crate/cargo.metadata" "$crate/cargo.out" "$crate/target.tmp" "$crate/Cargo.lock" "$crate/And… [all …]
|
D | README.md | 70 … | Set of features to enable. If not set, uses the default crate features. … 113 …es to the given tests' `data` property. The key is the test source filename relative to the crate |
|
/development/tools/external_crates/crate_health/src/templates/ |
D | Cargo.toml.template | 2 name = "android-pseudo-crate" 9 {{ for crate in deps }}{crate.name} = "{crate.version}"
|
D | size_report.html.template | 5 <li>{num_dirs} total crate directories</li>
|
D | table.html.template | 1 <p>{rows | len} crate directories</p>
|
/development/tools/cargo_embargo/testdata/ |
D | README.md | 15 for crate in aho-corasick async-trait either plotters rustc-demangle-capi; do 16 pushd $ANDROID_BUILD_TOP/external/rust/crates/$crate 18 > $ANDROID_BUILD_TOP/development/tools/cargo_embargo/testdata/$crate/cargo.metadata 23 Run the integration tests again after updating the crate metadata.
|
/development/scripts/ |
D | get_rust_pkg.py | 189 for crate in data["dependencies"]: 190 if not crate["optional"]: # some package has a lot of optional features 192 dev_deps.add(crate["crate_id"]) 193 if crate["kind"] != "dev": 194 build_deps.add(crate["crate_id"])
|
D | cargo2rulesmk.py | 141 def get_module_name(crate): # to sort crates in a list argument 142 return crate.module_name 964 for crate in self.crates: 965 crate.dump() 974 def add_crate(self, crate: Crate): 976 if crate.skip_crate(): 978 self.crates.append(crate) 979 elif crate.crate_types == set(["bin"]): 980 print("WARNING: skipping binary crate: " + crate.crate_name) 982 self.crates.append(crate)
|
/development/tools/cargo_embargo/testdata/rustc-demangle-capi/ |
D | cargo.metadata | 116 "description": "C API for the `rustc-demangle` crate\n",
|
/development/tools/cargo_embargo/testdata/plotters/ |
D | cargo.metadata | 1604 "description": "A crate for mucking around with piles of bytes.", 6019 "rename": "loom-crate", 6035 "loom-crate", 6038 "loom-crate": [ 6039 "dep:loom-crate" 8126 "description": "An internal crate used by foreign-types", 9772 "description": "iana-time-zone support crate for Haiku OS", 11726 …ronments like\nNode.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.\n", 19175 … "description": "A simple crate for determining whether two file paths point to the same file.\n", 21523 "description": "Implementation detail of the `thiserror` crate", [all …]
|
/development/tools/cargo_embargo/testdata/async-trait/ |
D | cargo.metadata | 9489 …mport libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend o… 9632 …ort libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend o…
|