Searched refs:before (Results 1 – 25 of 28) sorted by relevance
12
/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_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.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 | 86 * specified path before prefix match 87 ** ie foo before f* 88 * lexicographical less than before other 89 ** ie boo before foo 98 Thus the fs_config tools will match on specified paths before attempting prefix, and match on the
|
/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 */
|
D | jquery-1.6.2.min.js | 17 …before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(argument… method
|
/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 | 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 | 120 Add `NINJA_ARGS="-d explain"` to your environment before a build, this will cause
|
/build/kati/testcase/ |
D | deprecated_var.mk | 13 $(info Reading from deprecated variables - set before/after/never the deprecation func)
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 434 before := time.Now() 439 …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/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 83 // The metrics for calling various tools (microfactory) before Soong_UI starts.
|
/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 | 155 $(error my-dir must be called before including any other makefile.) \ 576 … $(error $(LOCAL_PATH): LOCAL_MODULE_CLASS not defined before call to local-intermediates-dir)) \ 578 $(error $(LOCAL_PATH): LOCAL_MODULE not defined before call to local-intermediates-dir)) \ 621 …$(error $(LOCAL_PATH): LOCAL_MODULE_CLASS not defined before call to local-generated-sources-dir))… 623 … $(error $(LOCAL_PATH): LOCAL_MODULE not defined before call to local-generated-sources-dir)) \
|
D | main.mk | 141 $(error ADDITIONAL_DEFAULT_PROPERTIES must not be set before here: $(ADDITIONAL_DEFAULT_PROPERTIES)) 148 $(error ADDITIONAL_BUILD_PROPERTIES must not be set before here: $(ADDITIONAL_BUILD_PROPERTIES)) 157 $(error ADDITIONAL_PRODUCT_PROPERTIES must not be set before here: $(ADDITIONAL_PRODUCT_PROPERTIES))
|
D | envsetup.mk | 53 $(error MIN_PLATFORM_VERSION '$(1)' must be before MAX_PLATFORM_VERSION '$(2)'))
|
/build/make/tools/droiddoc/templates-pdk/ |
D | sdkpage.cs | 94 do so before downloading the NDK.
|
/build/soong/android/ |
D | makevars.go | 195 # $(2): If not-empty, sort the values before comparing
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 251 *,*::before,*::after {
|
/build/kati/ |
D | INTERNALS.md | 45 some back-and-forths before kati became the current form. Some experiments 148 For some reason, GNU make expands expressions before it decides the type of 383 evaluated before the evaluation phase for commands. Both C++ kati and Go kati
|
/build/soong/ |
D | README.md | 63 can be appended to with a += assignment, but only before they have been
|
/build/make/ |
D | Changes.md | 327 different machines, and catch mistakes before they become larger issues. 352 It is not required to source envsetup.sh before running a build. Many scripts,
|
12