/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++/libcxx/test/ |
testit | 39 if [ -z "$OPTIONS" ] 41 OPTIONS="-std=c++11 -stdlib=libc++" 43 OPTIONS="$OPTIONS -I$LIBCXX_ROOT/test/support" 82 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE > /dev/null 2>&1 100 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS) -o ./$TEST_EXE 108 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS) 114 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS) 162 echo "with $OPTIONS $HEADER_INCLUDE $SOURCE_LIB"
|
testit_android | 111 "Usage: $(basename $0) [options] 126 Valid options: 208 if [ -z "$OPTIONS" ] 210 OPTIONS="-std=c++11" 212 OPTIONS="$OPTIONS -I$LIBCXX_ROOT/test/support" 298 if run $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o $TEST_EXE > /dev/null 2>&1 315 if run $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o $TEST_EXE 323 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS 329 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIB [all...] |
/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/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/v8/tools/ |
v8-rolls.sh | 41 usage: $0 OPTIONS 45 OPTIONS:
|
v8-info.sh | 47 usage: $0 OPTIONS 51 OPTIONS:
|
/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;
|
/external/chromium_org/net/tools/quic/test_tools/ |
http_message_test_utils.h | 30 OPTIONS,
|
/external/chromium_org/sandbox/win/src/ |
policy_params.h | 26 POLPARAM(OPTIONS)
|
/external/openssh/contrib/redhat/ |
sshd.init | 50 $SSHD $OPTIONS && success || failure
|
/external/oprofile/libop/ |
op_xml_out.h | 24 OPTIONS, SESSION, DEBUG_INFO, DETAILS, EXCLUDE_DEPENDENT, EXCLUDE_SYMBOLS,
|
/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) {
|