Searched refs:after (Results 1 – 25 of 33) 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 | 111 pm.dexopt.boot-after-ota?=extract 115 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/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/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 | 121 # node after its ancestors) to calculate the product configuration. 143 # cfg is set only after PCM has been called, leverage this 668 the execution will continue after the message is printed. 723 (before, after) = parsed_pattern 726 if not word.endswith(after): 730 return parsed_subst[0] + word[len(before):len(word) - len(after)] + parsed_subst[1]
|
/build/soong/dexpreopt/ |
D | class_loader_context_test.go | 184 after := fmt.Sprintf("%v", *b[i]) 185 android.AssertStringEquals(t, "The content should be the same.", before, after) 300 after := m.Dump() 301 android.AssertStringEquals(t, "input CLCM modified", before, after)
|
D | dexpreopt_test.go | 278 after := fmt.Sprintf("%v", parsed) 279 …he result must be the same as the original after marshalling and unmarshalling it.", 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 | 95 // True if we need to wipe after the update. 104 // The expected device state after the update.
|
/build/soong/docs/ |
D | clion.md | 71 ![Unflattened View](after.png "")
|
/build/blueprint/microfactory/ |
D | microfactory_test.go | 126 after func(pkg *GoPackage)) { 204 after(pkg)
|
/build/bazel/platforms/ |
D | BUILD.bazel | 12 # These model after the arch and OS definitions in build/soong/android/arch.go.
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 504 if after, err := os.Stat(katiBuildNinjaFile); err == nil && after.ModTime().After(before) {
|
/build/make/tools/canoninja/ |
D | README.md | 77 Trying to find out the difference between the targets even after sorting them isn't too helpful:
|
/build/soong/ |
D | README.md | 99 trailing commas after the last value. 271 an explicit namespace, it can be referenced from a makefile only after after the 357 The canonical format includes 4 space indents, newlines after every element of a 460 The `acme_cc_defaults` module type can be used anywhere after the definition in 644 Anecdotally, it _feels_ like waiting a minute after the start of `soong_build`
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 264 *,*::before,*::after {
|
/build/soong/android/ |
D | makevars.go | 412 # Values written by Soong read after parsing all Android.mk files.
|
/build/pesto/experiments/prepare_bazel_test_env/ |
D | README.md | 79 tree and can be used directly from within the source tree. Additionally, after
|
12