Searched refs:after (Results 1 – 25 of 29) sorted by relevance
12
/build/make/tools/product_config/src/com/android/build/config/ |
D | OutputChecker.java | 167 Map<String, Str> after) { in getModifiedVars() argument 171 for (Map.Entry<String, Str> afterEntry: after.entrySet()) { in getModifiedVars() 183 if (!after.containsKey(varName)) { in getModifiedVars()
|
/build/make/target/product/ |
D | runtime_libart.mk | 103 pm.dexopt.boot-after-ota?=extract 107 pm.dexopt.boot-after-ota?=verify
|
/build/blueprint/ |
D | CONTRIBUTING.md | 7 copyright to your changes, even after your contribution becomes part of our 11 the CLA until after you've submitted your code for review and a member has
|
D | README.md | 9 patches -- will not be applied after May 3. The source tree will remain
|
/build/make/core/ |
D | distdir.mk | 55 $(KATI_obsolete_var dist-for-goals,Cannot be used after dist-write-file) \
|
D | node_fns.mk | 202 $(call dump-config-vals,$(2),after)
|
D | product_config.rbc | 93 # node after its ancestors) to calculate the product configuration. 121 # cfg is set only after PCM has been called, leverage this
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 49 #main-row:after { 131 .layout-content-row:after { 258 #nav .nav-section-header:after { 267 #nav .nav-section-header.empty:after { 271 #nav li.expanded .nav-section-header:after { 334 .paging-links .next-page-link:after { 583 .landing-page-link:after { 602 .tooltip-box.below:after { 623 .video-instructions:after {
|
/build/soong/dexpreopt/ |
D | dexpreopt_test.go | 182 after := fmt.Sprintf("%v", parsed) 183 …he result must be the same as the original after marshalling and unmarshalling it.", before, after)
|
D | class_loader_context_test.go | 175 after := fmt.Sprintf("%v", *b[i]) 176 android.AssertStringEquals(t, "The content should be the same.", before, after)
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | yui-3.3.0-reset-min.css | 8 …ign:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,a…
|
/build/soong/ui/metrics/upload_proto/ |
D | upload.proto | 36 // A list of directories to delete after the copy of metrics files
|
/build/soong/cmd/sbox/sbox_proto/ |
D | sbox.proto | 43 // A list of copy rules to run after the sandboxed command. The from field is relative to the 63 // If true, make the file executable after copying it.
|
/build/make/ |
D | Usage.txt | 11 source build/envsetup.sh # Run "hmm" after sourcing for more info 55 (after running the build once), split among these two files:
|
D | Deprecation.md | 50 * At some later point, after all devices in AOSP no longer set
|
/build/make/tools/releasetools/ |
D | ota_metadata.proto | 93 // True if we need to wipe after the update. 102 // The expected device state after the update.
|
D | pylintrc | 272 indent-after-paren=4
|
/build/soong/docs/ |
D | clion.md | 71 ![Unflattened View](after.png "")
|
/build/bazel/platforms/ |
D | BUILD.bazel | 12 # These model after the arch and OS definitions in build/soong/android/arch.go.
|
/build/blueprint/microfactory/ |
D | microfactory_test.go | 126 after func(pkg *GoPackage)) { 204 after(pkg)
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 478 …if after, err := os.Stat(config.KatiBuildNinjaFile()); err == nil && after.ModTime().After(before)…
|
/build/soong/ |
D | README.md | 98 trailing commas after the last value. 270 an explicit namespace, it can be referenced from a makefile only after after the 356 The canonical format includes 4 space indents, newlines after every element of a 465 The `acme_cc_defaults` module type can be used anywhere after the definition in
|
/build/soong/android/ |
D | makevars.go | 388 # Values written by Soong read after parsing all Android.mk files.
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 263 *,*::before,*::after {
|
/build/bazel/rules_cc/examples/ |
D | experimental_cc_shared_library.bzl | 16 # used sparingly after making sure it's safe to use.
|
12