Searched refs:each (Results 1 – 25 of 65) sorted by relevance
123
/build/make/tools/droiddoc/templates-pdk/ |
D | sampleindex.cs | 27 <?cs each:dir=subdirs ?> 30 <?cs /each ?> 37 <?cs each:file=files ?> 40 <?cs /each ?>
|
/build/make/tools/warn/ |
D | .pylintrc | 3 # Two spaces for each indentation level.
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-reference.js | 89 apis.each(function(i) { 358 expandos.each(function(i) { 363 expandos.each(function(i) { 377 toggles.each(function(i) { 382 toggles.each(function(i) { 393 toggles.each(function(i) {
|
D | jquery-resizable.min.js | 12 …each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,… 19 …each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".")… 29 …each(function(){this.removeAttributeNS(h,j.replace(a,""))}):e.call(this,j))}}c.fn.extend({remove:f… 40 …each(function(){c(this).data("resizable-alsoresize",{width:parseInt(c(this).width(),10),height:par…
|
D | jquery-1.6.2.min.js | 16 …each(cm.concat.apply([],cm.slice(0,b)),function(){c[this]=a});return c}function cq(){cn=b}function… method 17 …each(f.cache,function(){var a=f.expando,b=this[a];b&&b.events&&b.events[h]&&f.event.trigger(c,d,b.… 18 …urn this.each(e.complete,[!1]);a=f.extend({},a);return this[e.queue===!1?"each":"queue"](function(…
|
/build/make/tools/ |
D | lunchable | 14 -w why? Prints the error message after each failed lunch combo. Only
|
/build/bazel/scripts/incremental_build/ |
D | README.md | 9 4. Now it's "warmed-up", for each cuj:
|
/build/bazel/json_module_graph/ |
D | distanceFromLeaves.jq | 1 # CMD: Prints the longest distance each module has from a leaf in the module graph within the trans…
|
/build/make/tools/finalization/ |
D | README.md | 21 [Full cleanup](./cleanup.sh). Remove all local changes and switch each project into head-less state… 24 [Full cleanup](./dryrun-cleanup.sh). Remove all local changes and switch each project into head-les…
|
/build/make/tools/aconfig/aconfig_protos/protos/ |
D | aconfig.proto | 40 // and no leading digit in each string. For example com.android.mypackage is a valid name 49 // * apexes: each APEX is its own container 50 // * APKs: for APKs which are released independently via Play, each APK is its own container. 55 // underscores or leading digits in each string. The recommended container values are the
|
/build/pesto/experiments/prepare_bazel_test_env/ |
D | README.md | 50 4. For each BUILD file that is staged, place a `.soong_prebuilts` symlink that 64 files, additionally each synced BUILD file is provided local access to the 70 directory and create a symlink in the source tree to each file at the proper 93 1. For each file packaged with the script, remove the corresponding file from 95 2. For each BUILD file packaged with the script, remove the corresponding 119 dependencies and test artifacts into the runfiles for the test. For each
|
/build/bazel/rules/ |
D | env_variables.bzl | 47 # each branch (internal, aosp, mainline releases, dessert releases). This
|
D | gensrcs.bzl | 73 doc = "This rule generates files, where each of the `srcs` files is " + 87 "$(IN) represents each input file provided in `srcs` " +
|
/build/make/tools/fs_config/ |
D | README.md | 5 * `fs_config_dirs` and `fs_config_files` files for each partition 6 * `passwd` and `group` files for each partition
|
/build/make/tools/releasetools/ |
D | ota_metadata.proto | 43 // inferred from the device state. For more information of the meaning of each 63 // The detailed state of each partition. For partial updates or devices with
|
/build/make/tools/compliance/cmd/checkmetadata/ |
D | checkmetadata.go | 63 Tries to open the METADATA.android or METADATA file in each projectdir
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.js | 135 $('acronym').each(function() {
|
/build/make/core/ |
D | product_config.rbc | 425 If string_or_list is a list, prepends prefix to each element. 427 is split into words and then prefix is prepended to each one. 439 If string_or_list is a list, appends suffix to each element. 441 is split into words and then suffix is appended to each one. 527 """Generate <item>:<outdir>/item for each item.""" 626 Returns the folder of the file for each path in paths. 633 Returns the name of the file at the end of each path in paths. 796 Replaces each occurence of 'old' with 'new'. 797 If 's' is a list, applies substitution to each item. 807 For each item in a given list, create <from>:<to> pair, where <from> and
|
/build/soong/cmd/release_config/release_config_proto/ |
D | build_flags_declarations.proto | 38 // consecutive underscores and no leading digit in each string. For example
|
D | build_flags_out.proto | 38 // consecutive underscores and no leading digit in each string. For example
|
/build/blueprint/ |
D | LICENSE | 68 this License, each Contributor hereby grants to You a perpetual, 75 this License, each Contributor hereby grants to You a perpetual, 145 agreed to in writing, Licensor provides the Work (and each 173 defend, and hold each Contributor harmless for any liability
|
/build/soong/licenses/ |
D | LICENSE | 68 this License, each Contributor hereby grants to You a perpetual, 75 this License, each Contributor hereby grants to You a perpetual, 145 agreed to in writing, Licensor provides the Work (and each 173 defend, and hold each Contributor harmless for any liability
|
/build/soong/docs/ |
D | rbe.md | 30 Below a brief explanation of each field in
|
/build/bazel/rules/aidl/ |
D | aidl_interface.bzl | 116 For each version, an `aidl_library` is created with the corresponding sources. 117 For each `aidl_library`, a language-binding library *_aidl_library is created 301 # For each aidl_library target label versioned_name, there's an
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 586 each := len(list) / shardCount 589 count := each
|
123