Home
last modified time | relevance | path

Searched refs:crate (Results 1 – 11 of 11) sorted by relevance

/development/tools/cargo_embargo/
Dregenerate_all.sh29 <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 …]
DREADME.md70 … | 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/
DCargo.toml.template2 name = "android-pseudo-crate"
9 {{ for crate in deps }}{crate.name} = "{crate.version}"
Dsize_report.html.template5 <li>{num_dirs} total crate directories</li>
Dtable.html.template1 <p>{rows | len} crate directories</p>
/development/tools/cargo_embargo/testdata/
DREADME.md15 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/
Dget_rust_pkg.py189 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"])
Dcargo2rulesmk.py141 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/
Dcargo.metadata116 "description": "C API for the `rustc-demangle` crate\n",
/development/tools/cargo_embargo/testdata/plotters/
Dcargo.metadata1604 "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/
Dcargo.metadata9489 …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…