HomeSort by relevance Sort by last modified time
    Searched refs:OPTIONS (Results 26 - 50 of 271) sorted by null

12 3 4 5 6 7 8 91011

  /build/make/tools/releasetools/
test_add_img_to_target_files.py 30 OPTIONS = common.OPTIONS
36 OPTIONS.input_tmp = common.MakeTempDir()
43 """Creates images under OPTIONS.input_tmp/prefix."""
44 path = os.path.join(OPTIONS.input_tmp, prefix)
53 images_path = os.path.join(OPTIONS.input_tmp, 'IMAGES')
90 vendor_images_path = os.path.join(OPTIONS.input_tmp, 'VENDOR_IMAGES')
103 images_path = os.path.join(OPTIONS.input_tmp, 'IMAGES')
177 OPTIONS.info_dict = {
183 meta_path = os.path.join(OPTIONS.input_tmp, 'META'
    [all...]
test_ota_from_target_files.py 379 # Reset the global options as in ota_from_target_files.py.
380 common.OPTIONS.incremental_source = None
381 common.OPTIONS.downgrade = False
382 common.OPTIONS.timestamp = False
383 common.OPTIONS.wipe_user_data = False
384 common.OPTIONS.no_signing = False
385 common.OPTIONS.package_key = os.path.join(self.testdata_dir, 'testkey')
386 common.OPTIONS.key_passwords = {
387 common.OPTIONS.package_key : None,
390 common.OPTIONS.search_path = test_utils.get_search_path(
    [all...]
check_target_files_signatures 67 OPTIONS = common.OPTIONS
69 OPTIONS.text = False
70 OPTIONS.compare_with = None
71 OPTIONS.local_cert_dirs = ("vendor", "build")
124 for top in OPTIONS.local_cert_dirs:
399 OPTIONS.compare_with = a
401 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")]
403 OPTIONS.text = True
428 if OPTIONS.compare_with
    [all...]
check_target_files_signatures.py 67 OPTIONS = common.OPTIONS
69 OPTIONS.text = False
70 OPTIONS.compare_with = None
71 OPTIONS.local_cert_dirs = ("vendor", "build")
124 for top in OPTIONS.local_cert_dirs:
399 OPTIONS.compare_with = a
401 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")]
403 OPTIONS.text = True
428 if OPTIONS.compare_with
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.h 78 // Use this to track our command-line options
98 } OPTIONS;
101 // Make a global structure to keep track of command-line options
103 static OPTIONS mOptions;
188 OPTIONS *Options
194 Given the Argc/Argv program arguments, and a pointer to an options structure,
195 parse the command-line options and check their validity.
201 Options - pointer to a structure to store the options in
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
PoloMessage.java 38 OPTIONS(20),
  /external/libcxxabi/lib/
buildit 85 $CXX -c -g -O3 $RC_CFLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
90 $CXX -c -g -Os $RC_CFLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
  /external/nist-sip/java/javax/sip/message/
Request.java 11 String OPTIONS = "OPTIONS";
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/lib/
buildit 85 $CXX -c -g -O3 $RC_CFLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
90 $CXX -c -g -Os $RC_CFLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
  /development/scripts/
architecture.py 16 OPTIONS = {
34 self.options = OPTIONS.get(name, {})
38 return [symbol.ToolPath(ASSEMBLE)] + self.options.get(ASSEMBLE, []) + args
42 return [symbol.ToolPath(LINK)] + self.options.get(LINK, []) + args
46 return ([symbol.ToolPath(DISASSEMBLE)] + self.options.get(DISASSEMBLE, []) +
58 return self.options.get(UNPACK, UnpackLittleEndian)(word)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrCompiler.h 61 } OPTIONS;
76 OPTIONS mOptions;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
EfiVfr.h 155 } OPTIONS;
157 extern OPTIONS gOptions;
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
Makefile 8 OPTIONS = -O3 -Wall
42 $(CC) $(FLAGS) -o $@ $^ $(LDFLAGS) $(OPTIONS)
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
battor_trace_agent_unittest.py 21 OPTIONS = mock_opts('android', 'Phn2', None, __file__)
112 agent.StartAgentTracing(OPTIONS, CATEGORIES)
114 lambda: agent.StartAgentTracing(OPTIONS, CATEGORIES))
122 lambda: agent.StartAgentTracing(OPTIONS, CATEGORIES))
130 lambda: agent.StartAgentTracing(OPTIONS, CATEGORIES))
137 agent.StartAgentTracing(OPTIONS, CATEGORIES)
145 agent.StartAgentTracing(OPTIONS, CATEGORIES)
154 agent.StartAgentTracing(OPTIONS, CATEGORIES)
165 options = mock_opts('android', 'Phn2', None, None)
167 agent.StartAgentTracing(options, CATEGORIES
    [all...]
  /frameworks/support/jetifier/jetifier/preprocessor/src/main/kotlin/com/android/tools/build/jetifier/preprocessor/
Main.kt 25 import org.apache.commons.cli.Options
36 val OPTIONS = Options()
54 OPTIONS.addOption(op)
84 return DefaultParser().parse(OPTIONS, args)
87 HelpFormatter().printHelp(TOOL_NAME, OPTIONS)
  /prebuilts/go/darwin-x86/src/net/http/
method.go 18 MethodOptions = "OPTIONS"
  /prebuilts/go/linux-x86/src/net/http/
method.go 18 MethodOptions = "OPTIONS"
  /external/e2fsprogs/lib/ss/
ct_c.sed 106 /^(/b OPTIONS
127 # Here we parse the list of options.
129 : OPTIONS
138 ERROR: parse error in options list
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.h 62 } OPTIONS;
78 OPTIONS mOptions;
  /external/libusb-compat/
libusb-config.in 12 Usage: libusb-config [OPTIONS] [LIBRARIES]
13 Options:
  /external/v8/tools/
v8-rolls.sh 41 usage: $0 OPTIONS
45 OPTIONS:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
SetSockOpt.c 2 Set the socket options
40 } OPTIONS;
42 CONST OPTIONS mOptions[] = {
77 CONST OPTIONS * pOption,
171 CONST OPTIONS * pOption,
235 Set the socket options
251 CONST OPTIONS * pEnd;
252 CONST OPTIONS * pOption;
  /external/bsdiff/
bsdiff_arguments.cc 30 const struct option OPTIONS[] = {
57 // All compression options are valid for this format.
66 while ((opt = getopt_long(argc, argv, "", OPTIONS, &option_index)) != -1) {
71 string name = OPTIONS[option_index].name;
89 std::cerr << "Unrecognized options: " << name << endl;
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 55 options return OPTIONS;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 50 public static final String OPTIONS = Request.OPTIONS;

Completed in 560 milliseconds

12 3 4 5 6 7 8 91011