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

1 2

  /external/llvm/
Makefile 143 # Specify options to pass to configure script when we're
249 SVN-UPDATE-OPTIONS =
269 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
270 @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),
  /build/tools/releasetools/
img_from_target_files 53 OPTIONS = common.OPTIONS
68 os.symlink(os.path.join(OPTIONS.input_tmp, "SYSTEM"),
69 os.path.join(OPTIONS.input_tmp, "system"))
73 # os.path.join(OPTIONS.input_tmp, "system"))
78 image_props = build_image.ImagePropFromGlobalDict(OPTIONS.info_dict,
80 fstab = OPTIONS.info_dict["fstab"]
83 succ = build_image.BuildImage(os.path.join(OPTIONS.input_tmp, "system"),
91 common.CheckSize(data, "system.img", OPTIONS.info_dict)
99 image_props = build_image.ImagePropFromGlobalDict(OPTIONS.info_dict
    [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 80 OPTIONS = common.OPTIONS
81 OPTIONS.package_key = None
82 OPTIONS.incremental_source = None
83 OPTIONS.require_verbatim = set()
84 OPTIONS.prohibit_verbatim = set(("system/build.prop",))
85 OPTIONS.patch_threshold = 0.95
86 OPTIONS.wipe_user_data = False
87 OPTIONS.omit_prereq = False
88 OPTIONS.extra_script = Non
    [all...]
common.py 41 class Options(object): pass
42 OPTIONS = Options()
43 OPTIONS.search_path = "out/host/linux-x86"
44 OPTIONS.signapk_path = "framework/signapk.jar" # Relative to search_path
45 OPTIONS.extra_signapk_args = []
46 OPTIONS.java_path = "java" # Use the one on the path by default.
47 OPTIONS.public_key_suffix = ".x509.pem"
48 OPTIONS.private_key_suffix = ".pk8"
49 OPTIONS.verbose = Fals
198 options = None variable in class:LoadRecoveryFSTab.Partition
203 options = pieces[4] variable in class:LoadRecoveryFSTab.Partition
206 options = pieces[3] variable in class:LoadRecoveryFSTab.Partition
211 options = options.split(",") variable in class:LoadRecoveryFSTab.Partition
230 options = pieces[4] variable in class:LoadRecoveryFSTab.Partition
241 options = options.split(",") variable in class:LoadRecoveryFSTab.Partition
    [all...]
  /external/clang/tools/scan-build/
scan-build 96 my @options = qx($0 -h);
97 foreach (@options) {
107 # Declaration of Clang options. Populated later.
877 my $Options = shift @_;
881 $ENV{$opt} = $Options->{$opt};
887 my $x = $Options->{$opt};
890 my $Verbose = $Options->{'VERBOSE'};
907 my $Options = shift;
941 my $OutputDir = $Options->{"OUTPUT_DIR"};
942 my $CLANG = $Options->{"CLANG"}
    [all...]
  /external/nist-sip/java/javax/sip/message/
Request.java 11 String OPTIONS = "OPTIONS";
  /external/chromium_org/net/tools/quic/test_tools/
http_message_test_utils.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/chromium_org/chrome/browser/ui/app_list/
app_context_menu.cc 38 OPTIONS,
222 menu_model_->AddItemWithStringId(OPTIONS, IDS_NEW_TAB_APP_OPTIONS);
314 } else if (command_id == OPTIONS) {
367 } else if (command_id == 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;
  /external/oprofile/libop/
op_xml_out.h 24 OPTIONS, SESSION, DEBUG_INFO, DETAILS, EXCLUDE_DEPENDENT, EXCLUDE_SYMBOLS,
  /bootable/recovery/
recovery.cpp 51 static const struct option OPTIONS[] = {
952 while ((arg = getopt_long(argc, argv, "", OPTIONS, NULL)) != -1) {
    [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/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 

Completed in 324 milliseconds

1 2