Searched refs:before (Results 1 – 25 of 29) sorted by relevance
12
/build/soong/cuj/ |
D | cuj.go | 38 before func() error member 191 before: touchIntentFile, 196 before: touchIntentFile, 201 before: touchIntentFile, 206 before: touchIntentFile, 211 before: touchIntentFile, 221 if t.before != nil { 222 if err := t.before(); err != nil {
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 324 .paging-links .prev-page-link:before { 432 #content ul li:before { 447 #content ol li:before { 453 #content ol li.value-1:before { 455 #content ol li.value-2:before { 457 #content ol li.value-3:before { 459 #content ol li.value-4:before { 461 #content ol li.value-5:before { 463 #content ol li.value-6:before { 465 #content ol li.value-7:before { [all …]
|
/build/make/target/board/ |
D | gsi_system_ext_user.prop | 7 # TODO(b/120679683): disable RescueParty before all problem apps solved 10 # TODO(b/78105955): disable privapp_permissions checking before the bug solved
|
D | gsi_system_ext.prop | 10 # TODO(b/120679683): disable RescueParty before all problem apps solved 13 # TODO(b/78105955): disable privapp_permissions checking before the bug solved
|
/build/make/tools/fs_config/ |
D | README | 103 * specified path before prefix match 104 ** ie foo before f* 105 * lexicographical less than before other 106 ** ie boo before foo 115 Thus the fs_config tools will match on specified paths before attempting prefix, and match on the
|
/build/make/ |
D | Deprecation.md | 56 about two weeks before becoming an error by default. Then it will spend some 57 amount of time in the default error state before moving to obsolete -- we'll
|
D | Changes.md | 191 statically linked boot control HAL, before shared library HALs were supported 531 different machines, and catch mistakes before they become larger issues. 556 It is not required to source envsetup.sh before running a build. Many scripts,
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | yui-3.3.0-reset-min.css | 8 …{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:''…
|
D | android-developer-core.css | 210 min-width:675px; /* min width for the tabs, before they wrap */
|
/build/blueprint/ |
D | CONTRIBUTING.md | 12 approved it, but you must do it before we can put your code into our codebase.
|
/build/soong/docs/ |
D | clion.md | 66 ![Flattened View](before.png "")
|
D | map_files.md | 94 module sets `first_version: "21"`, no symbols were introduced before API 21. 117 in old versions of Android before the stubs were well maintained. Think hard 118 before using an architecture-specific tag for a new API.
|
D | best_practices.md | 134 need to know which files will be created before any inputs are read, since we 135 generate the entire build graph before reading source files, or running your 140 *.srcjar files, and will extract them before passing them on to the compiler.
|
D | perf.md | 196 Add `NINJA_ARGS="-d explain"` to your environment before a build, this will cause
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 453 before := time.Now() 458 …if after, err := os.Stat(config.KatiBuildNinjaFile()); err == nil && after.ModTime().After(before)…
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 350 #nav li span.tree-list-subtitle:before { 360 #nav li span.tree-list-subtitle.package:before { 482 .paging-links .prev-page-link:before, 483 .training-nav-top .prev-page-link:before, 484 a.back-link:before { 510 .prev-page-link.inline:before { 734 .design ol>li:before { 740 .design ol li.value-1:before { 742 .design ol li.value-2:before { 744 .design ol li.value-3:before { [all …]
|
/build/make/tools/droiddoc/templates-pdk/ |
D | sdkpage.cs | 94 do so before downloading the NDK.
|
/build/make/core/ |
D | binary.mk | 1515 my_tidy_flags += -quiet -extra-arg-before=-fno-caret-diagnostics 1521 my_tidy_flags += -extra-arg-before=-D__clang_analyzer__ 1527 my_tidy_flags += -extra-arg-before=-Xclang 1528 my_tidy_flags += -extra-arg-before=-analyzer-config 1529 my_tidy_flags += -extra-arg-before=-Xclang 1530 my_tidy_flags += -extra-arg-before=c++-temp-dtor-inlining=false
|
D | definitions.mk | 169 $(error my-dir must be called before including any other makefile.) \ 593 … $(error $(LOCAL_PATH): LOCAL_MODULE_CLASS not defined before call to local-intermediates-dir)) \ 595 $(error $(LOCAL_PATH): LOCAL_MODULE not defined before call to local-intermediates-dir)) \ 638 …$(error $(LOCAL_PATH): LOCAL_MODULE_CLASS not defined before call to local-generated-sources-dir))… 640 … $(error $(LOCAL_PATH): LOCAL_MODULE not defined before call to local-generated-sources-dir)) \
|
D | envsetup.mk | 53 $(error MIN_PLATFORM_VERSION '$(1)' must be before MAX_PLATFORM_VERSION '$(2)'))
|
D | main.mk | 125 $(error $(name) must not set before here. $($(name)))\
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 81 // The metrics for calling various tools (microfactory) before Soong_UI starts.
|
/build/soong/android/ |
D | makevars.go | 240 # $(2): If not-empty, sort the values before comparing
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 251 *,*::before,*::after {
|
/build/soong/ |
D | README.md | 78 can be appended to with a += assignment, but only before they have been
|
12