Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 55) sorted by relevance

123

/build/make/tools/releasetools/
Dsign_apex.py78 options = {}
82 options['avbtool'] = a
88 options['container_key'] = a
90 options['payload_key'] = a
92 options['payload_extra_args'] = a
97 if 'codename_to_api_level_map' not in options:
98 options['codename_to_api_level_map'] = {}
99 options['codename_to_api_level_map'].update({key: value})
104 if 'extra_apks' not in options:
105 options['extra_apks'] = {}
[all …]
Dtest_validate_target_files.py67 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 …]
Dvalidate_target_files.py292 def ValidateVerifiedBootImages(input_tmp, info_dict, options): argument
325 verity_key = options['verity_key']
354 if options['verity_key_mincrypt'] is None:
359 expected_key = options['verity_key_mincrypt']
403 key = options['verity_key']
430 key_file = options.get(key_name, info_dict[key_name])
536 options = vars(args)
554 ValidateVerifiedBootImages(input_tmp, info_dict, options)
/build/make/tools/product_config/test/com/android/build/config/
DOptionsTest.java39 final Options options = parse(errors, new String[] { in testErrorMissingLast() local
44 Assert.assertEquals(Options.Action.DEFAULT, options.getAction()); in testErrorMissingLast()
52 final Options options = parse(errors, new String[] { in testErrorMissingNotLast() local
57 Assert.assertEquals(Options.Action.DEFAULT, options.getAction()); in testErrorMissingNotLast()
65 final Options options = parse(errors, new String[] { in testErrorNotNumeric() local
70 Assert.assertEquals(Options.Action.DEFAULT, options.getAction()); in testErrorNotNumeric()
78 final Options options = parse(errors, new String[] { in testErrorInvalidError() local
83 Assert.assertEquals(Options.Action.DEFAULT, options.getAction()); in testErrorInvalidError()
91 final Options options = parse(errors, new String[] { in testErrorOne() local
96 Assert.assertEquals(Options.Action.DEFAULT, options.getAction()); in testErrorOne()
[all …]
/build/make/tools/libhost/
DCopyFile.c50 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/
Dacp.c41 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/make/tools/product_config/src/com/android/build/config/
DMain.java28 public Main(Errors errors, Options options) { in Main() argument
30 mOptions = options; in Main()
86 Options options = Options.parse(errors, args, System.getenv()); in main() local
93 switch (options.getAction()) { in main()
95 (new Main(errors, options)).run(); in main()
DKatiImpl.java47 public KatiImpl(Errors errors, Options options) { in KatiImpl() argument
48 this(errors, options, new KatiCommandImpl(errors, options)); in KatiImpl()
52 public KatiImpl(Errors errors, Options options, KatiCommand command) { in KatiImpl() argument
54 mOptions = options; in KatiImpl()
DKatiCommandImpl.java63 public KatiCommandImpl(Errors errors, Options options) { in KatiCommandImpl() argument
65 mOptions = options; in KatiCommandImpl()
/build/soong/cc/
Dtest.go419 var options []tradefed.Option
420 options = append(options, tradefed.Option{Name: "force-root", Value: "false"})
421 … tradefed.Object{"target_preparer", "com.android.tradefed.targetprep.RootTargetPreparer", options})
424 var options []tradefed.Option
425 …, tradefed.Object{"target_preparer", "com.android.tradefed.targetprep.StopServicesSetup", options})
440 var options []tradefed.Option
441options = append(options, tradefed.Option{Name: "min-api-level", Value: strconv.FormatInt(int64(*t…
442 …ntroller", "com.android.tradefed.testtype.suite.module.ShippingApiLevelModuleController", options})
445 var options []tradefed.Option
446options = append(options, tradefed.Option{Name: "vsr-min-api-level", Value: strconv.FormatInt(int6…
[all …]
/build/soong/scripts/
Dtest_config_fixer.py58 options = get_children_with_tag(test, 'option')
59 for option in options:
70 options = get_children_with_tag(test, 'option')
71 for option in options:
Darchive_repack.sh32 Usage: archive_repack.sh [options] <objects to repack>
Dtoc.sh31 Usage: toc.sh [options] -i in-file -o out-file -d deps-file
/build/make/tools/
Djava-event-log-tags.py86 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],))
Devent_log_tags.py50 self.options = {}
76 self.options[parts[1]] = parts[2:]
/build/soong/rust/
Dtest.go132 var options []tradefed.Option
133 options = append(options, tradefed.Option{Name: "force-root", Value: "false"})
134 … tradefed.Object{"target_preparer", "com.android.tradefed.targetprep.RootTargetPreparer", options})
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go59 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/make/tools/libhost/include/host/
DCopyFile.h23 int copyFile(const char* src, const char* dst, unsigned int options);
/build/soong/mk2rbc/test/
Dconfig_variables.mk.test9 # The resoure configuration options to use for this product.
/build/soong/tradefed/
Dautogen.go95 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/droiddoc/templates-pdk/assets/
Djquery-resizable.min.js12 …E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select…
19options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(t…
29options[n[m][0]]){n[m][1].apply(j.element,k)}}}},contains:function(k,j){return document.compareDoc…
40options;this.element.addClass("ui-resizable");c.extend(this,{_aspectRatio:!!(j.aspectRatio),aspect…
/build/soong/sh/
Dsh_binary.go376 options := []tradefed.Option{{Name: "force-root", Value: "false"}}
377 … tradefed.Object{"target_preparer", "com.android.tradefed.targetprep.RootTargetPreparer", options})
382 options := []tradefed.Option{{Name: "cleanup", Value: "true"}}
384 options = append(options, tradefed.Option{Name: "push-file", Key: bin, Value: remoteDir + bin})
386 …s, tradefed.Object{"target_preparer", "com.android.tradefed.targetprep.PushFilePreparer", options})
/build/soong/java/
Dkotlin.go238 func kaptEncodeFlags(options [][2]string) string {
241 binary.Write(buf, binary.BigEndian, uint32(len(options)))
242 for _, option := range options {
/build/soong/docs/
Drbe.md38 Sets strategies for C++/javac/r8/d8 action types. Available options are
39 (**Note**: all options will update the remote cache if the right permissions to
/build/make/
DUsage.txt16 m [<options>] [<targets>] [<variable>=<value>...]
25 Each of <options>, <targets>, and <variable>=<value> is optional.

123