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

1 2

  /build/tools/releasetools/
make_recovery_patch 26 OPTIONS = common.OPTIONS
35 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
img_from_target_files 49 OPTIONS = common.OPTIONS
54 output_zip.write(os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
79 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
85 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
103 OPTIONS.info_dict = common.LoadInfoDict(input_zip)
110 if "selinux_fc" in OPTIONS.info_dict:
111 OPTIONS.info_dict["selinux_fc"] = os.path.join(
112 OPTIONS.input_tmp, "BOOT", "RAMDISK", "file_contexts")
115 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT"
    [all...]
img_from_target_files.py 49 OPTIONS = common.OPTIONS
54 output_zip.write(os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
79 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
85 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
103 OPTIONS.info_dict = common.LoadInfoDict(input_zip)
110 if "selinux_fc" in OPTIONS.info_dict:
111 OPTIONS.info_dict["selinux_fc"] = os.path.join(
112 OPTIONS.input_tmp, "BOOT", "RAMDISK", "file_contexts")
115 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT"
    [all...]
add_img_to_target_files 46 OPTIONS = common.OPTIONS
48 OPTIONS.add_missing = False
49 OPTIONS.rebuild_recovery = False
55 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "system.img")
61 ofile = open(os.path.join(OPTIONS.input_tmp,"SYSTEM",fn), "w")
65 if OPTIONS.rebuild_recovery:
67 common.MakeRecoveryPatch(OPTIONS.input_tmp, output_sink, recovery_img, boot_img,
68 info_dict=OPTIONS.info_dict)
71 imgname = BuildSystem(OPTIONS.input_tmp, OPTIONS.info_dict
    [all...]
add_img_to_target_files.py 46 OPTIONS = common.OPTIONS
48 OPTIONS.add_missing = False
49 OPTIONS.rebuild_recovery = False
55 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "system.img")
61 ofile = open(os.path.join(OPTIONS.input_tmp,"SYSTEM",fn), "w")
65 if OPTIONS.rebuild_recovery:
67 common.MakeRecoveryPatch(OPTIONS.input_tmp, output_sink, recovery_img, boot_img,
68 info_dict=OPTIONS.info_dict)
71 imgname = BuildSystem(OPTIONS.input_tmp, OPTIONS.info_dict
    [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:
376 OPTIONS.compare_with = a
378 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")]
380 OPTIONS.text = True
405 if OPTIONS.compare_with
    [all...]
sign_target_files_apks 50 -d and -k options are added to the set of mappings in the order
88 OPTIONS = common.OPTIONS
90 OPTIONS.extra_apks = {}
91 OPTIONS.key_map = {}
92 OPTIONS.replace_ota_keys = False
93 OPTIONS.replace_verity_public_key = False
94 OPTIONS.replace_verity_private_key = False
95 OPTIONS.tag_changes = ("-test-keys", "-dev-keys", "+release-keys")
102 certmap[apk] = OPTIONS.key_map.get(cert, cert
    [all...]
ota_from_target_files 108 OPTIONS = common.OPTIONS
109 OPTIONS.package_key = None
110 OPTIONS.incremental_source = None
111 OPTIONS.verify = False
112 OPTIONS.require_verbatim = set()
113 OPTIONS.prohibit_verbatim = set(("system/build.prop",))
114 OPTIONS.patch_threshold = 0.95
115 OPTIONS.wipe_user_data = False
116 OPTIONS.omit_prereq = Fals
    [all...]
common.py 44 class Options(object): pass
45 OPTIONS = Options()
51 OPTIONS.search_path = DEFAULT_SEARCH_PATH_BY_PLATFORM.get(sys.platform, None)
53 OPTIONS.signapk_path = "framework/signapk.jar" # Relative to search_path
54 OPTIONS.extra_signapk_args = []
55 OPTIONS.java_path = "java" # Use the one on the path by default.
56 OPTIONS.java_args = "-Xmx2048m" # JVM Args
57 OPTIONS.public_key_suffix = ".x509.pem"
58 OPTIONS.private_key_suffix = ".pk8
219 options = None variable in class:LoadRecoveryFSTab.Partition
224 options = pieces[4] variable in class:LoadRecoveryFSTab.Partition
227 options = pieces[3] variable in class:LoadRecoveryFSTab.Partition
232 options = options.split(",") variable in class:LoadRecoveryFSTab.Partition
251 options = pieces[4] variable in class:LoadRecoveryFSTab.Partition
262 options = options.split(",") variable in class:LoadRecoveryFSTab.Partition
    [all...]
  /external/llvm/
Makefile 153 # Specify options to pass to configure script when we're
259 SVN-UPDATE-OPTIONS =
279 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
280 @eval $$SUB_SVN_DIRS; $(SVN) status --no-ignore $(LLVM_SRC_ROOT) | svnup $(LLVM_SRC_ROOT) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
  /external/clang/tools/scan-build/
scan-build 100 my @options = qx($0 -h);
101 foreach (@options) {
111 # Declaration of Clang options. Populated later.
911 my $Options = shift @_;
916 $ENV{$opt} = $Options->{$opt};
922 my $x = $Options->{$opt};
925 my $Verbose = $Options->{'VERBOSE'};
942 my $Options = shift;
976 my $OutputDir = $Options->{"OUTPUT_DIR"};
977 my $CLANG = $Options->{"CLANG"}
    [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";
  /external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.cc 34 OPTIONS,
163 menu_model_->AddItemWithStringId(OPTIONS, IDS_NEW_TAB_APP_OPTIONS);
221 } else if (command_id == OPTIONS) {
272 } else if (command_id == OPTIONS) {
  /external/chromium_org/net/tools/quic/test_tools/
http_message.h 30 OPTIONS,
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
data_socket.h 75 OPTIONS,
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
main.c 26 static const mbo_opt_struct OPTIONS[] = {
99 while ((c = mbo_getopt(argc, argv, OPTIONS, &opt_arg, &opt_ind, 0))!=-1) {
  /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;
  /external/oprofile/libop/
op_xml_out.h 24 OPTIONS, SESSION, DEBUG_INFO, DETAILS, EXCLUDE_DEPENDENT, EXCLUDE_SYMBOLS,
  /bootable/recovery/
recovery.cpp 54 static const struct option OPTIONS[] = {
    [all...]
  /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...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 390 GET, PUT, POST, DELETE, HEAD, OPTIONS;
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 

Completed in 327 milliseconds

1 2