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

  /build/tools/releasetools/
img_from_target_files 48 OPTIONS = common.OPTIONS
64 if OPTIONS.info_dict["fstab"]["/data"].fs_type.startswith("ext"):
67 OPTIONS.info_dict["fstab"]["/data"].fs_type, "data"]
68 if "userdata_size" in OPTIONS.info_dict:
69 build_command.append(str(OPTIONS.info_dict["userdata_size"]))
72 extra = OPTIONS.info_dict.get("mkyaffs2_extra_flags", None)
82 common.CheckSize(img.name, "userdata.img", OPTIONS.info_dict)
101 os.symlink(os.path.join(OPTIONS.input_tmp, "SYSTEM"),
102 os.path.join(OPTIONS.input_tmp, "system")
    [all...]
sign_target_files_apks 44 -d and -k options are added to the set of mappings in the order
78 OPTIONS = common.OPTIONS
80 OPTIONS.extra_apks = {}
81 OPTIONS.key_map = {}
82 OPTIONS.replace_ota_keys = False
83 OPTIONS.tag_changes = ("-test-keys", "+release-keys")
90 certmap[apk] = OPTIONS.key_map.get(cert, cert)
92 # apply all the -e options, overriding anything in the file
93 for apk, cert in OPTIONS.extra_apks.iteritems()
    [all...]
check_target_files_signatures 68 OPTIONS = common.OPTIONS
70 OPTIONS.text = False
71 OPTIONS.compare_with = None
72 OPTIONS.local_cert_dirs = ("vendor", "build")
125 for top in OPTIONS.local_cert_dirs:
384 OPTIONS.compare_with = a
386 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")]
388 OPTIONS.text = True
413 if OPTIONS.compare_with
    [all...]
ota_from_target_files 68 OPTIONS = common.OPTIONS
69 OPTIONS.package_key = "build/target/product/security/testkey"
70 OPTIONS.incremental_source = None
71 OPTIONS.require_verbatim = set()
72 OPTIONS.prohibit_verbatim = set(("system/build.prop",))
73 OPTIONS.patch_threshold = 0.95
74 OPTIONS.wipe_user_data = False
75 OPTIONS.omit_prereq = False
76 OPTIONS.extra_script = Non
    [all...]
common.py 35 class Options(object): pass
36 OPTIONS = Options()
37 OPTIONS.search_path = "out/host/linux-x86"
38 OPTIONS.verbose = False
39 OPTIONS.tempfiles = []
40 OPTIONS.device_specific = None
41 OPTIONS.extras = {}
42 OPTIONS.info_dict = None
55 if OPTIONS.verbose
    [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 43 static const struct option OPTIONS[] = {
717 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/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpURLConnectionImpl.java 72 public static final String OPTIONS = "OPTIONS";
93 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 88 milliseconds