HomeSort by relevance Sort by last modified time
    Searched defs:OPTIONS (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /build/make/tools/releasetools/
img_from_target_files 43 OPTIONS = common.OPTIONS
49 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
74 OPTIONS.input_tmp = common.UnzipTemp(args[0], ["IMAGES/*", "OTA/*"])
79 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
94 shutil.rmtree(OPTIONS.input_tmp)
img_from_target_files.py 43 OPTIONS = common.OPTIONS
49 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
74 OPTIONS.input_tmp = common.UnzipTemp(args[0], ["IMAGES/*", "OTA/*"])
79 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
94 shutil.rmtree(OPTIONS.input_tmp)
make_recovery_patch 28 OPTIONS = common.OPTIONS
37 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
make_recovery_patch.py 28 OPTIONS = common.OPTIONS
37 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
sign_target_files_apks 50 -d and -k options are added to the set of mappings in the order
118 OPTIONS = common.OPTIONS
120 OPTIONS.extra_apks = {}
121 OPTIONS.key_map = {}
122 OPTIONS.rebuild_recovery = False
123 OPTIONS.replace_ota_keys = False
124 OPTIONS.replace_verity_public_key = False
125 OPTIONS.replace_verity_private_key = False
126 OPTIONS.replace_verity_keyid = Fals
    [all...]
sign_target_files_apks.py 50 -d and -k options are added to the set of mappings in the order
118 OPTIONS = common.OPTIONS
120 OPTIONS.extra_apks = {}
121 OPTIONS.key_map = {}
122 OPTIONS.rebuild_recovery = False
123 OPTIONS.replace_ota_keys = False
124 OPTIONS.replace_verity_public_key = False
125 OPTIONS.replace_verity_private_key = False
126 OPTIONS.replace_verity_keyid = Fals
    [all...]
add_img_to_target_files 66 OPTIONS = common.OPTIONS
68 OPTIONS.add_missing = False
69 OPTIONS.rebuild_recovery = False
70 OPTIONS.replace_updated_files_list = []
71 OPTIONS.replace_verity_public_key = False
72 OPTIONS.replace_verity_private_key = False
73 OPTIONS.is_signing = False
114 adjusted_blocks = OPTIONS.info_dict.get(key)
127 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img"
    [all...]
add_img_to_target_files.py 66 OPTIONS = common.OPTIONS
68 OPTIONS.add_missing = False
69 OPTIONS.rebuild_recovery = False
70 OPTIONS.replace_updated_files_list = []
71 OPTIONS.replace_verity_public_key = False
72 OPTIONS.replace_verity_private_key = False
73 OPTIONS.is_signing = False
114 adjusted_blocks = OPTIONS.info_dict.get(key)
127 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img"
    [all...]
build_image.py 39 OPTIONS = common.OPTIONS
55 verbose = OPTIONS.verbose
216 if OPTIONS.verbose:
351 if OPTIONS.verity_signer_path is not None:
352 signer_path = OPTIONS.verity_signer_path
355 signer_args = OPTIONS.verity_signer_args
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...]
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...]
  /external/autotest/client/site_tests/example_UnitTest/src/
Makefile 8 OPTIONS = -fprofile-arcs -ftest-coverage -fno-inline -O0
15 $(CXX) $(CXXFLAGS) $(OPTIONS) $(LDFLAGS) $(PACKAGES) $(OBJECTS) $(LIBS) \
21 $(CXX) $(CXXFLAGS) $(PACKAGES) $(OPTIONS) $(INCLUDES) -c $< -o $@
22 $(CXX) -MM $(CXXFLAGS) $(PACKAGES) $(OPTIONS) $(INCLUDES) $< > $*.d
  /external/abi-dumper/
Makefile.pl 46 OPTIONS:
59 EXTRA OPTIONS:
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
Makefile 8 OPTIONS = -O3 -Wall
42 $(CC) $(FLAGS) -o $@ $^ $(LDFLAGS) $(OPTIONS)
  /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)
  /external/abi-compliance-checker/
Makefile.pl 51 OPTIONS:
64 EXTRA OPTIONS:
  /external/libcups/cups/
Makefile 20 # Options to build libcups without the use of deprecated APIs...
23 OPTIONS = -D_CUPS_NO_DEPRECATED=1 -D_PPD_DEPRECATED=""
40 dest-options.o \
60 options.o \
602 options.c tls-darwin.c usersys.c util.c \
  /external/swiftshader/third_party/LLVM/
Makefile 142 # Specify options to pass to configure script when we're
242 SVN-UPDATE-OPTIONS =
249 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
250 @ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_constants.py 174 """Constants about command line options."""
176 OPTIONS = _Options()
177 OPTIONS.DEBUG = 'debug'
178 OPTIONS.DEVICE = 'system_device'
179 OPTIONS.DIR = 'directory'
180 OPTIONS.FNGENERATOR = 'function_generator'
181 OPTIONS.HELP = 'help'
182 OPTIONS.INDIVIDUAL = 'individual'
183 OPTIONS.ITERATIONS = 'iterations'
184 OPTIONS.METRICS = 'show_metrics
    [all...]
  /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/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...]
  /external/clang/tools/scan-build/bin/
scan-build 48 my %Options = (
66 ConfigOptions => [], # Options to pass through to the analyzer's -analyzer-config flag.
75 lock_keys(%Options);
126 my @options = qx($0 -h);
127 foreach (@options) {
137 # Declaration of Clang options. Populated later.
260 if ($Options{Verbose}) {
611 <title>${Options{HtmlTitle}}</title>
666 <h1>${Options{HtmlTitle}}</h1>
1003 if ($Options{OverrideCompiler})
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
PoloMessage.java 38 OPTIONS(20),
  /external/nist-sip/java/javax/sip/message/
Request.java 11 String OPTIONS = "OPTIONS";

Completed in 333 milliseconds

1 2 3 4 5 6 7