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

1 2 3 4 5 6 7

  /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/
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...]
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...]
make_recovery_patch 26 OPTIONS = common.OPTIONS
35 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
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...]
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...]
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...]
  /external/libcxx/test/
testit 43 if [ -z "$OPTIONS" ]
45 OPTIONS="-std=${CXX_LANG} -stdlib=libc++"
47 OPTIONS="$OPTIONS -I$LIBCXX_ROOT/test/support"
86 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE > /dev/null 2>&1
104 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS) -o ./$TEST_EXE
112 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS)
118 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS)
166 echo "with $OPTIONS $HEADER_INCLUDE $SOURCE_LIB"
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit 43 if [ -z "$OPTIONS" ]
45 OPTIONS="-std=${CXX_LANG} -stdlib=libc++"
47 OPTIONS="$OPTIONS -I$LIBCXX_ROOT/test/support"
86 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE > /dev/null 2>&1
104 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS) -o ./$TEST_EXE
112 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS)
118 echo "Compile line was:" $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS $(test $1 = no || echo $THREAD_FLAGS)
166 echo "with $OPTIONS $HEADER_INCLUDE $SOURCE_LIB"
testit_android 129 "Usage: $(basename $0) [options]
144 Valid options:
252 if [ -z "$OPTIONS" ]
254 OPTIONS="--std=c++11 -O2 -g -funwind-tables"
261 OPTIONS="$OPTIONS -UNDEBUG -mllvm -arm-enable-ehabi-descriptors -mllvm -arm-enable-ehabi"
265 OPTIONS="$OPTIONS $TOOLCHAIN_CFLAGS $TOOLCHAIN_LDFLAGS"
266 OPTIONS="$OPTIONS -I$LIBCXX_ROOT/test/support
    [all...]
  /external/libcxxabi/test/
testit 16 if [ -z "$OPTIONS" ]
18 OPTIONS="-std=c++0x -stdlib=libc++"
43 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE > /dev/null 2>&1
57 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE
113 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") )
116 where=OPTIONS
121 where=OPTIONS
131 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);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 125 "Usage: $(basename $0) [options]
140 Valid options:
261 if [ -z "$OPTIONS" ]
263 OPTIONS="-std=c++11 -g -funwind-tables $OPTIMIZE"
270 OPTIONS="$OPTIONS -UNDEBUG"
274 OPTIONS="${OPTIONS} -mllvm -arm-enable-ehabi-descriptors -mllvm -arm-enable-ehabi"
278 OPTIONS="$OPTIONS $TOOLCHAIN_CFLAGS $TOOLCHAIN_LDFLAGS
    [all...]
testit 16 if [ -z "$OPTIONS" ]
18 OPTIONS="-std=c++0x -stdlib=libc++"
44 echo $CXX $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $LIBS -o $1$TEST_EXE_SUFFIX $1 test_wrapper.cc
45 $CXX $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $LIBS -o $1$TEST_EXE_SUFFIX $1 test_wrapper.cc
149 echo "with $OPTIONS $HEADER_INCLUDE $SOURCE_LIB"
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/lib/
buildit 113 $CXX -c -g -O0 $RC_CFLAGS $EXTRA_CXX_FLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
118 $CXX -c -g -O0 $RC_CFLAGS $EXTRA_CXX_FLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
123 $CXX -c -g -O0 $RC_CFLAGS $EXTRA_CXX_FLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
134 $CC -c -g -O0 $RC_CFLAGS $EXTRA_CC_FLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
137 $CC -c -g -O0 $RC_CFLAGS $EXTRA_CC_FLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
140 $CXX -c -g -O0 $RC_CFLAGS $EXTRA_CXX_FLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
PoloMessage.java 38 OPTIONS(20),
  /external/libcxxabi/lib/
buildit 85 $CXX -c -g -O3 $RC_CFLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
90 $CXX -c -g -Os $RC_CFLAGS $EXTRA_FLAGS -I../include $OPTIONS $FILE
  /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) {

Completed in 489 milliseconds

1 2 3 4 5 6 7