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

  /build/tools/releasetools/
img_from_target_files 52 OPTIONS = common.OPTIONS
68 fstab = OPTIONS.info_dict["fstab"]
71 if "extfs_sparse_flag" in OPTIONS.info_dict:
72 build_command.append(OPTIONS.info_dict["extfs_sparse_flag"])
75 if "userdata_size" in OPTIONS.info_dict:
76 build_command.append(str(OPTIONS.info_dict["userdata_size"]))
79 extra = OPTIONS.info_dict.get("mkyaffs2_extra_flags", None)
89 common.CheckSize(img.name, "userdata.img", OPTIONS.info_dict)
108 os.symlink(os.path.join(OPTIONS.input_tmp, "SYSTEM")
    [all...]
sign_target_files_apks 50 -d and -k options are added to the set of mappings in the order
84 OPTIONS = common.OPTIONS
86 OPTIONS.extra_apks = {}
87 OPTIONS.key_map = {}
88 OPTIONS.replace_ota_keys = False
89 OPTIONS.tag_changes = ("-test-keys", "-dev-keys", "+release-keys")
96 certmap[apk] = OPTIONS.key_map.get(cert, cert)
98 # apply all the -e options, overriding anything in the file
99 for apk, cert in OPTIONS.extra_apks.iteritems()
    [all...]
check_target_files_signatures 72 OPTIONS = common.OPTIONS
74 OPTIONS.text = False
75 OPTIONS.compare_with = None
76 OPTIONS.local_cert_dirs = ("vendor", "build")
129 for top in OPTIONS.local_cert_dirs:
391 OPTIONS.compare_with = a
393 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")]
395 OPTIONS.text = True
420 if OPTIONS.compare_with
    [all...]
ota_from_target_files 79 OPTIONS = common.OPTIONS
80 OPTIONS.package_key = None
81 OPTIONS.incremental_source = None
82 OPTIONS.require_verbatim = set()
83 OPTIONS.prohibit_verbatim = set(("system/build.prop",))
84 OPTIONS.patch_threshold = 0.95
85 OPTIONS.wipe_user_data = False
86 OPTIONS.omit_prereq = False
87 OPTIONS.extra_script = Non
    [all...]
common.py 40 class Options(object): pass
41 OPTIONS = Options()
42 OPTIONS.search_path = "out/host/linux-x86"
43 OPTIONS.verbose = False
44 OPTIONS.tempfiles = []
45 OPTIONS.device_specific = None
46 OPTIONS.extras = {}
47 OPTIONS.info_dict = None
60 if OPTIONS.verbose
170 options = None variable in class:LoadRecoveryFSTab.Partition
175 options = pieces[4] variable in class:LoadRecoveryFSTab.Partition
178 options = pieces[3] variable in class:LoadRecoveryFSTab.Partition
183 options = options.split(",") variable in class:LoadRecoveryFSTab.Partition
    [all...]
  /external/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/clang/tools/scan-build/
scan-build 80 # Some initial preprocessing of Clang options.
927 # DisplayHelp - Utility function to display all help options.
933 USAGE: $Prog [options] <build command> [build options]
942 OPTIONS:
957 behavior directly using build options.
984 ADVANCED OPTIONS:
1010 Checkers may be enabled/disabled using the following options:
1106 BUILD OPTIONS
    [all...]
  /external/nist-sip/java/javax/sip/message/
Request.java 11 String OPTIONS = "OPTIONS";
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 50 public static final String OPTIONS = Request.OPTIONS;
TokenTypes.java 45 public static final int OPTIONS = START + 8;
  /bootable/recovery/
recovery.c 42 static const struct option OPTIONS[] = {
752 while ((arg = getopt_long(argc, argv, "", OPTIONS, NULL)) != -1) {
  /external/oprofile/libop/
op_xml_out.h 24 OPTIONS, SESSION, DEBUG_INFO, DETAILS, EXCLUDE_DEPENDENT, EXCLUDE_SYMBOLS,
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 124 putName(Request.OPTIONS);
211 * Check header for constraints. (1) Invite options and bye requests can only have SIP URIs in
    [all...]
  /libcore/luni/src/main/java/libcore/net/http/
HttpEngine.java 90 public static final String OPTIONS = "OPTIONS";
  /packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
BinaryDictInputOutput.java 113 // No options yet, reserved for future use.
114 private static final int OPTIONS = 0;
733 // Options flags
734 buffer[index++] = (byte) (0xFF & (OPTIONS >> 8));
735 buffer[index++] = (byte) (0xFF & OPTIONS);
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 3186 milliseconds