Searched refs:each (Results 1 – 25 of 43) sorted by relevance
12
/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/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/json_module_graph/ |
D | distanceFromLeaves.jq | 1 # CMD: Returns the maximum distance from a leaf for each module
|
D | README.md | 15 * `distanceFromLeaves` prints the longest distance each module has from a leaf
|
/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/core/ |
D | product_config.rbc | 433 If string_or_list is a list, prepends prefix to each element. 435 is split into words and then prefix is prepended to each one. 447 If string_or_list is a list, appends suffix to each element. 449 is split into words and then suffix is appended to each one. 532 """Generate <item>:<outdir>/item for each item.""" 611 Returns the folder of the file for each path in paths. 618 Returns the name of the file at the end of each path in paths. 786 Replaces each occurence of 'old' with 'new'. 787 If 's' is a list, applies substitution to each item. 797 For each item in a given list, create <from>:<to> pair, where <from> and
|
D | LINUX_KERNEL_COPYING | 59 Also, for each author's protection and ours, we want to make certain 97 conspicuously and appropriately publish on each copy an appropriate 138 entire whole, and thus to each and every part regardless of who wrote it. 305 to attach them to the start of each source file to most effectively 306 convey the exclusion of warranty; and each file should have at least
|
/build/bazel/product_variables/ |
D | BUILD.bazel | 17 # Generate one constraint_value for each product_variable
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.js | 135 $('acronym').each(function() {
|
/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/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/bazel/rules/apex/ |
D | mainline_modules.bzl | 141 """Run merge_zips to merge all files created for each arch by _apex_base_file.""" 197 file from apex files created for each arch."""
|
/build/soong/docs/ |
D | rbe.md | 30 Below a brief explanation of each field in
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 553 each := len(list) / shardCount 556 count := each
|
/build/make/tools/canoninja/ |
D | README.md | 8 Canoninja renames each Ninja rule to the hash of its contents. After that, we can just sort the bui…
|
/build/make/tools/compliance/cmd/rtrace/ |
D | rtrace.go | 96 Outputs a space-separated Target ActsOn Origin Condition tuple for each
|
/build/make/tools/compliance/cmd/dumpgraph/ |
D | dumpgraph.go | 96 Outputs space-separated Target Dependency Annotations tuples for each
|
/build/soong/cmd/sbox/sbox_proto/ |
D | sbox.proto | 72 // A list of path mappings that should be applied to each file listed in the rsp file.
|
/build/make/tools/compliance/cmd/dumpresolutions/ |
D | dumpresolutions.go | 97 Outputs a space-separated Target ActsOn Origin Condition tuple for each
|
/build/soong/dexpreopt/ |
D | DEXPREOPT_IMPLEMENTATION.md | 34 The build system also generates a module config for each dexpreopted package. It 55 - During dependency mutator pass, for each suitable module: 58 - During rule generation pass, for each suitable module:
|
12