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

1 2 3

  /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
53 imgname = BuildSystem(OPTIONS.input_tmp, OPTIONS.info_dict,
71 imgname = BuildVendor(OPTIONS.input_tmp, OPTIONS.info_dict,
99 # os.path.join(OPTIONS.input_tmp, "system"))
134 image_props = build_image.ImagePropFromGlobalDict(OPTIONS.info_dict,
152 fstab = OPTIONS.info_dict["fstab"]
158 common.CheckSize(img.name, "userdata.img", OPTIONS.info_dict
    [all...]
add_img_to_target_files.py 46 OPTIONS = common.OPTIONS
53 imgname = BuildSystem(OPTIONS.input_tmp, OPTIONS.info_dict,
71 imgname = BuildVendor(OPTIONS.input_tmp, OPTIONS.info_dict,
99 # os.path.join(OPTIONS.input_tmp, "system"))
134 image_props = build_image.ImagePropFromGlobalDict(OPTIONS.info_dict,
152 fstab = OPTIONS.info_dict["fstab"]
158 common.CheckSize(img.name, "userdata.img", 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/smack/src/org/jivesoftware/smackx/pubsub/
FormNodeType.java 31 /** Form for configuring subscription options */
32 OPTIONS,
34 /** Form which represents the default node configuration options */
PubSubElementType.java 32 OPTIONS("options", PubSubNamespace.BASIC),
39 PUBLISH_OPTIONS("publish-options", PubSubNamespace.BASIC),
  /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";
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 99 my @options = qx($0 -h);
100 foreach (@options) {
110 # Declaration of Clang options. Populated later.
879 my $Options = shift @_;
883 $ENV{$opt} = $Options->{$opt};
889 my $x = $Options->{$opt};
892 my $Verbose = $Options->{'VERBOSE'};
909 my $Options = shift;
943 my $OutputDir = $Options->{"OUTPUT_DIR"};
944 my $CLANG = $Options->{"CLANG"}
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 99 my @options = qx($0 -h);
100 foreach (@options) {
110 # Declaration of Clang options. Populated later.
879 my $Options = shift @_;
883 $ENV{$opt} = $Options->{$opt};
889 my $x = $Options->{$opt};
892 my $Verbose = $Options->{'VERBOSE'};
909 my $Options = shift;
943 my $OutputDir = $Options->{"OUTPUT_DIR"};
944 my $CLANG = $Options->{"CLANG"}
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.cc 38 OPTIONS,
163 menu_model_->AddItemWithStringId(OPTIONS, IDS_NEW_TAB_APP_OPTIONS);
218 } 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;
  /frameworks/volley/tests/src/com/android/volley/toolbox/
HttpClientStackTest.java 117 TestRequest.Options request = new TestRequest.Options();
118 assertEquals(request.getMethod(), Method.OPTIONS);
HurlStackTest.java 120 TestRequest.Options request = new TestRequest.Options();
121 assertEquals(request.getMethod(), Method.OPTIONS);
124 assertEquals("OPTIONS", mMockConnection.getRequestMethod());
  /external/oprofile/libop/
op_xml_out.h 24 OPTIONS, SESSION, DEBUG_INFO, DETAILS, EXCLUDE_DEPENDENT, EXCLUDE_SYMBOLS,

Completed in 508 milliseconds

1 2 3