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

1 2 3 4

  /external/bzip2/
bzdiff 8 # gram on compressed files. All options specified are passed
22 OPTIONS=
27 -*) OPTIONS="$OPTIONS $ARG";;
47 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE"
57 bzip2 -cdfq "$1" | $comp $OPTIONS - $tmp
61 *) bzip2 -cdfq "$1" | $comp $OPTIONS - "$2"
66 bzip2 -cdfq "$2" | $comp $OPTIONS "$1" -
68 *) $comp $OPTIONS "$1" "$2"
  /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...]
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...]
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...]
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...]
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...]
  /ndk/sources/cxx-stl/llvm-libc++/test/
testit 39 if [ -z "$OPTIONS" ]
41 OPTIONS="-std=c++0x -stdlib=libc++"
43 OPTIONS="$OPTIONS -I$LIBCXX_ROOT/test/support"
77 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE &> /dev/null
91 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE
99 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS
105 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS
149 echo "with $OPTIONS $HEADER_INCLUDE $SOURCE_LIB"
  /sdk/bash_completion/
adb.bash 30 where=OPTIONS
41 where=OPTIONS
48 where=OPTIONS
58 where=OPTIONS
61 OPTIONS="-d -e -s -p"
65 OPTIONS|OPT_SERIAL|OPT_PATH)
66 COMPREPLY=( $(compgen -W "$OPTIONS $COMMAND" -- "$cur") )
113 where=OPTIONS
118 where=OPTIONS
128 if [[ $where == OPTIONS ]]; the
    [all...]
  /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 */
OptionsExtension.java 19 * A packet extension representing the <b>options</b> element.
40 super(PubSubElementType.OPTIONS, nodeId);
PubSubElementType.java 32 OPTIONS("options", PubSubNamespace.BASIC),
39 PUBLISH_OPTIONS("publish-options", PubSubNamespace.BASIC),
  /external/nist-sip/java/javax/sip/message/
Request.java 11 String OPTIONS = "OPTIONS";
  /external/e2fsprogs/lib/ss/
ct_c.sed 106 /^(/b OPTIONS
127 # Here we parse the list of options.
129 : OPTIONS
138 ERROR: parse error in options list
  /external/libusb-compat/
libusb-config.in 12 Usage: libusb-config [OPTIONS] [LIBRARIES]
13 Options:
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 55 options return OPTIONS;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 50 public static final String OPTIONS = Request.OPTIONS;
Parser.java 84 || token.getTokenType() == OPTIONS
  /external/openssh/contrib/redhat/
sshd.init 50 $SSHD $OPTIONS && success || failure
sshd.init.old 128 sshd $OPTIONS
  /external/oprofile/libop/
op_xml_out.h 24 OPTIONS, SESSION, DEBUG_INFO, DETAILS, EXCLUDE_DEPENDENT, EXCLUDE_SYMBOLS,
  /external/openssh/contrib/caldera/
sshd.init 79 ssd -S -x $DAEMON -n $NAME -- $OPTIONS
  /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
  /libcore/luni/src/main/java/java/net/
HttpURLConnection.java 222 * Other HTTP methods ({@code OPTIONS}, {@code HEAD}, {@code PUT}, {@code
266 HttpEngine.OPTIONS,
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 31 options {
138 : OPTIONS (option ';')+ '}' -> ^(OPTIONS option+)
284 : '<' qid '>' -> ^(OPTIONS qid)
285 | '<' option (';' option)* '>' -> ^(OPTIONS option+)
361 options {backtrack=true;}
538 ( options {greedy=false; k=1;}
555 ( options {greedy=false; k=2;}
591 /** Match the start of an options section. Don't allow normal
594 OPTIONS
    [all...]
ANTLRv3Tree.g 32 options {
72 : ^(OPTIONS option+)
76 : qid // only allowed in element options

Completed in 1203 milliseconds

1 2 3 4