/build/make/tools/releasetools/ |
D | sign_apex.py | 74 options = {} 78 options['avbtool'] = a 84 options['container_key'] = a 86 options['payload_key'] = a 88 options['payload_extra_args'] = a 93 if 'codename_to_api_level_map' not in options: 94 options['codename_to_api_level_map'] = {} 95 options['codename_to_api_level_map'].update({key: value}) 100 if 'extra_apks' not in options: 101 options['extra_apks'] = {} [all …]
|
D | test_validate_target_files.py | 67 options = { 70 ValidateVerifiedBootImages(input_tmp, info_dict, options) 82 options = { 87 options) 107 options = { 112 options) 162 options = { 166 ValidateVerifiedBootImages(input_tmp, info_dict, options) 193 options = { 197 ValidateVerifiedBootImages(input_tmp, info_dict, options) [all …]
|
D | validate_target_files.py | 249 def ValidateVerifiedBootImages(input_tmp, info_dict, options): argument 282 verity_key = options['verity_key'] 311 if options['verity_key_mincrypt'] is None: 316 expected_key = options['verity_key_mincrypt'] 359 key = options['verity_key'] 384 key_file = options.get(key_name, info_dict[key_name]) 479 options = vars(args) 497 ValidateVerifiedBootImages(input_tmp, info_dict, options)
|
D | edify_generator.py | 257 def TunePartition(self, partition, *options): argument 264 'tune2fs(' + "".join(['"%s", ' % (i,) for i in options]) +
|
/build/make/tools/libhost/ |
D | CopyFile.c | 50 static int copyFileRecursive(const char* src, const char* dst, bool isCmdLine, unsigned int options… 98 static void printCopyMsg(const char* src, const char* dst, unsigned int options) in printCopyMsg() argument 100 if ((options & COPY_VERBOSE_MASK) > 0) in printCopyMsg() 104 static void printNotNewerMsg(const char* src, const char* dst, unsigned int options) in printNotNewerMsg() argument 107 if ((options & COPY_VERBOSE_MASK) > 1) in printNotNewerMsg() 160 static int setPermissions(const char* dst, const struct stat* pSrcStat, unsigned int options) in setPermissions() argument 164 if (options & COPY_TIMESTAMPS) { in setPermissions() 179 if (options & COPY_PERMISSIONS) { in setPermissions() 209 …nt copyRegular(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int options) in copyRegular() argument 233 if (options & COPY_UPDATE_ONLY) { in copyRegular() [all …]
|
/build/make/tools/acp/ |
D | acp.c | 41 int process(int argc, char* const argv[], unsigned int options) in process() argument 153 copyResult = copyFile(src, dst, options); in process() 176 unsigned int options; in main() local 179 options = 0; in main() 189 options |= COPY_NO_DEREFERENCE; in main() 192 options |= COPY_TRY_EXE; in main() 195 options |= COPY_FORCE; in main() 198 options |= COPY_PERMISSIONS; in main() 201 options |= COPY_TIMESTAMPS; in main() 204 options |= COPY_RECURSIVE; in main() [all …]
|
/build/soong/scripts/ |
D | test_config_fixer.py | 56 options = get_children_with_tag(test, 'option') 57 for option in options: 68 options = get_children_with_tag(test, 'option') 69 for option in options:
|
D | archive_repack.sh | 32 Usage: archive_repack.sh [options] <objects to repack>
|
D | toc.sh | 31 Usage: toc.sh [options] -i in-file -o out-file -d deps-file
|
D | strip.sh | 40 Usage: strip.sh [options] -k symbols -i in-file -o out-file -d deps-file
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | android_3p-bundle.js | 958 function sourceDecorator(options) { argument 960 if (options['tripleQuotedStrings']) { 965 } else if (options['multiLineStrings']) { 2646 …s[b];if(!d||!a.element[0].parentNode)return;for(var e=0;e<d.length;e++)a.options[d[e][0]]&&d[e][1]… 2650 …options=a.extend(!0,{},g.options),a[e][b].prototype=a.extend(!0,g,{namespace:e,widgetName:b,widget… property in a.Widget 2654 …options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var b=this;this.element.… property 2662 …options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto"… property 2666 …options:{accept:"*",activeClass:!1,addClasses:!0,greedy:!1,hoverClass:!1,scope:"default",tolerance… property 2670 …options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,auto… property 2674 …options:{appendTo:"body",autoRefresh:!0,distance:0,filter:"*",tolerance:"touch"},_create:function(… property [all …]
|
/build/soong/cc/ |
D | test.go | 375 var options []tradefed.Option 376 options = append(options, tradefed.Option{Name: "force-root", Value: "false"}) 377 … tradefed.Object{"target_preparer", "com.android.tradefed.targetprep.RootTargetPreparer", options}) 380 var options []tradefed.Option 381 …, tradefed.Object{"target_preparer", "com.android.tradefed.targetprep.StopServicesSetup", options}) 402 var options []tradefed.Option 403 options = append(options, tradefed.Option{Name: "min-api-level", Value: min_level}) 404 options = append(options, tradefed.Option{Name: "api-level-prop", Value: api_level_prop}) 405 …le_controller", "com.android.tradefed.testtype.suite.module.MinApiLevelModuleController", options})
|
/build/make/tools/ |
D | java-event-log-tags.py | 86 if "java_package" not in tagfile.options: 90 if "javadoc_hide" in tagfile.options: 91 hide = event_log_tags.BooleanFromString(tagfile.options["javadoc_hide"][0]) 103 buffer.write("package %s;\n\n" % (tagfile.options["java_package"][0],))
|
D | event_log_tags.py | 50 self.options = {} 75 self.options[parts[1]] = parts[2:]
|
D | parsedeps.py | 85 (options, args) = opts.parse_args()
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper_test.go | 59 warning: [options] bootstrap class path not set in conjunction with -source 1.7 80 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n 88 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
|
/build/soong/tradefed/ |
D | autogen.go | 95 var options string 97 options = "" 100 options = optionDelimiter + strings.Join(optionStrings, optionDelimiter) 103 …return fmt.Sprintf(`<target_preparer class="%s">%s\n%s</target_preparer>`, ob.Class, options, test… 105 …return fmt.Sprintf(`<object type="%s" class="%s">%s\n%s</object>`, ob.Type, ob.Class, options, tes…
|
/build/make/tools/libhost/include/host/ |
D | CopyFile.h | 23 int copyFile(const char* src, const char* dst, unsigned int options);
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-resizable.min.js | 12 …E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select… 19 …options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(t… 29 …options[n[m][0]]){n[m][1].apply(j.element,k)}}}},contains:function(k,j){return document.compareDoc… 40 …options;this.element.addClass("ui-resizable");c.extend(this,{_aspectRatio:!!(j.aspectRatio),aspect…
|
/build/soong/java/ |
D | kotlin.go | 219 func kaptEncodeFlags(options [][2]string) string { 222 binary.Write(buf, binary.BigEndian, uint32(len(options))) 223 for _, option := range options {
|
/build/make/ |
D | Usage.txt | 16 m [<options>] [<targets>] [<variable>=<value>...] 25 Each of <options>, <targets>, and <variable>=<value> is optional.
|
/build/soong/sh/ |
D | sh_binary.go | 221 options := []tradefed.Option{{Name: "force-root", Value: "false"}} 222 … tradefed.Object{"target_preparer", "com.android.tradefed.targetprep.RootTargetPreparer", options})
|
/build/make/target/board/ |
D | go_defaults_common.prop | 19 # Set lowram options
|
/build/make/tools/zipalign/ |
D | ZipFile.cpp | 859 ZopfliOptions options; in compressFpToFp() local 862 ZopfliInitOptions(&options); in compressFpToFp() 868 ZopfliDeflate(&options, 2, true, (const unsigned char*)data, size, &bp, in compressFpToFp() 899 ZopfliDeflate(&options, 2, atEof, inBuf, getSize, &bp, &outBuf, &outSize); in compressFpToFp()
|
/build/make/tools/fs_config/ |
D | fs_config_generator.py | 557 options = test[1] 559 if all([config.has_option(section, item) for item in options]):
|