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

1 2 3 4 5 6 7 8 9

  /system/extras/tests/net_test/
run_net_test.sh 3 # Kernel configuration options.
4 OPTIONS=" DEBUG_SPINLOCK DEBUG_ATOMIC_SLEEP DEBUG_MUTEXES DEBUG_RT_MUTEXES"
5 OPTIONS="$OPTIONS IPV6 IPV6_ROUTER_PREF IPV6_MULTIPLE_TABLES IPV6_ROUTE_INFO"
6 OPTIONS="$OPTIONS TUN SYN_COOKIES IP_ADVANCED_ROUTER IP_MULTIPLE_TABLES"
7 OPTIONS="$OPTIONS NETFILTER NETFILTER_ADVANCED NETFILTER_XTABLES"
8 OPTIONS="$OPTIONS NETFILTER_XT_MARK NETFILTER_XT_TARGET_MARK
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
main.py 32 from firmware_constants import MODE, OPTIONS
56 def __init__(self, options):
57 self.options = options
71 is_touchscreen=options[OPTIONS.TOUCHSCREEN],
94 mode = options[OPTIONS.MODE]
95 if options[OPTIONS.RESUME]
526 options = _parse_options() variable
    [all...]
firmware_summary.py 60 from firmware_constants import OPTIONS
67 """The options of displaying metrics."""
68 # Defining the options of displaying metrics
371 print 'Usage: $ python %s [options]\n' % prog
372 print 'options:'
373 print ' -D, --%s' % OPTIONS.DEBUG
375 print ' -d, --%s <directory>' % OPTIONS.DIR
377 print ' -h, --%s' % OPTIONS.HELP
379 print ' -i, --%s' % OPTIONS.INDIVIDUAL
381 print ' -m, --%s <verbose_level>' % OPTIONS.METRIC
457 options = _parse_options() variable
    [all...]
firmware_constants.py 174 """Constants about command line options."""
176 OPTIONS = _Options()
177 OPTIONS.DEBUG = 'debug'
178 OPTIONS.DEVICE = 'system_device'
179 OPTIONS.DIR = 'directory'
180 OPTIONS.FNGENERATOR = 'function_generator'
181 OPTIONS.HELP = 'help'
182 OPTIONS.INDIVIDUAL = 'individual'
183 OPTIONS.ITERATIONS = 'iterations'
184 OPTIONS.METRICS = 'show_metrics
    [all...]
  /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"
  /external/autotest/contrib/
run-board-inventory 10 site_utils/lab_inventory.py $OPTIONS "${BOARD_NOTIFY[@]}"
run-pool-inventory 10 site_utils/lab_inventory.py $OPTIONS "${BOARD_NOTIFY[@]}" "${POOL_NOTIFY[@]}"
run-stable-update 10 OPTIONS=()
32 OPTIONS=( --dry-run )
50 site_utils/assign_stable_images.py "${OPTIONS[@]}" | tee ${TMPFILE}
  /build/tools/releasetools/
ota_from_target_files 146 OPTIONS = common.OPTIONS
147 OPTIONS.package_key = None
148 OPTIONS.incremental_source = None
149 OPTIONS.verify = False
150 OPTIONS.require_verbatim = set()
151 OPTIONS.prohibit_verbatim = set(("system/build.prop",))
152 OPTIONS.patch_threshold = 0.95
153 OPTIONS.wipe_user_data = False
154 OPTIONS.omit_prereq = Fals
    [all...]
ota_from_target_files.py 146 OPTIONS = common.OPTIONS
147 OPTIONS.package_key = None
148 OPTIONS.incremental_source = None
149 OPTIONS.verify = False
150 OPTIONS.require_verbatim = set()
151 OPTIONS.prohibit_verbatim = set(("system/build.prop",))
152 OPTIONS.patch_threshold = 0.95
153 OPTIONS.wipe_user_data = False
154 OPTIONS.omit_prereq = Fals
    [all...]
add_img_to_target_files 42 OPTIONS = common.OPTIONS
44 OPTIONS.add_missing = False
45 OPTIONS.rebuild_recovery = False
46 OPTIONS.replace_verity_public_key = False
47 OPTIONS.replace_verity_private_key = False
48 OPTIONS.verity_signer_path = None
54 _, blk_device = common.GetTypeAndDevice("/" + which, OPTIONS.info_dict)
67 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "system.img")
73 ofile = open(os.path.join(OPTIONS.input_tmp, "SYSTEM", fn), "w"
    [all...]
add_img_to_target_files.py 42 OPTIONS = common.OPTIONS
44 OPTIONS.add_missing = False
45 OPTIONS.rebuild_recovery = False
46 OPTIONS.replace_verity_public_key = False
47 OPTIONS.replace_verity_private_key = False
48 OPTIONS.verity_signer_path = None
54 _, blk_device = common.GetTypeAndDevice("/" + which, OPTIONS.info_dict)
67 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "system.img")
73 ofile = open(os.path.join(OPTIONS.input_tmp, "SYSTEM", fn), "w"
    [all...]
img_from_target_files 41 OPTIONS = common.OPTIONS
47 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
72 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
78 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
98 OPTIONS.info_dict = common.LoadInfoDict(input_zip, OPTIONS.input_tmp)
101 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT")
105 if OPTIONS.info_dict.get("no_recovery") != "true":
107 "recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY"
    [all...]
img_from_target_files.py 41 OPTIONS = common.OPTIONS
47 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
72 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
78 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
98 OPTIONS.info_dict = common.LoadInfoDict(input_zip, OPTIONS.input_tmp)
101 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT")
105 if OPTIONS.info_dict.get("no_recovery") != "true":
107 "recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY"
    [all...]
make_recovery_patch 26 OPTIONS = common.OPTIONS
35 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
make_recovery_patch.py 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
103 OPTIONS = common.OPTIONS
105 OPTIONS.extra_apks = {}
106 OPTIONS.key_map = {}
107 OPTIONS.replace_ota_keys = False
108 OPTIONS.replace_verity_public_key = False
109 OPTIONS.replace_verity_private_key = False
110 OPTIONS.replace_verity_keyid = False
111 OPTIONS.tag_changes = ("-test-keys", "-dev-keys", "+release-keys"
    [all...]
sign_target_files_apks.py 50 -d and -k options are added to the set of mappings in the order
103 OPTIONS = common.OPTIONS
105 OPTIONS.extra_apks = {}
106 OPTIONS.key_map = {}
107 OPTIONS.replace_ota_keys = False
108 OPTIONS.replace_verity_public_key = False
109 OPTIONS.replace_verity_private_key = False
110 OPTIONS.replace_verity_keyid = False
111 OPTIONS.tag_changes = ("-test-keys", "-dev-keys", "+release-keys"
    [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" ]
256 OPTIONS="--std=c++11 -O2 -g -funwind-tables -UNDEBUG"
258 OPTIONS="$OPTIONS" # clang3.5 doesn't accept the following: -mllvm -arm-enable-ehabi-descriptors -mllvm -arm-enable-ehabi"
261 OPTIONS="$OPTIONS -fno-strict-aliasing"
265 OPTIONS="$OPTIONS $TOOLCHAIN_CFLAGS $TOOLCHAIN_LDFLAGS
    [all...]
  /external/autotest/client/site_tests/example_UnitTest/src/
Makefile 8 OPTIONS = -fprofile-arcs -ftest-coverage -fno-inline -O0
15 $(CXX) $(CXXFLAGS) $(OPTIONS) $(LDFLAGS) $(PACKAGES) $(OBJECTS) $(LIBS) \
21 $(CXX) $(CXXFLAGS) $(PACKAGES) $(OPTIONS) $(INCLUDES) -c $< -o $@
22 $(CXX) -MM $(CXXFLAGS) $(PACKAGES) $(OPTIONS) $(INCLUDES) $< > $*.d
  /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"
  /ndk/sources/cxx-stl/llvm-libc++abi/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"
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...]

Completed in 368 milliseconds

1 2 3 4 5 6 7 8 9