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

1 2 3 4 5 6 7 8 91011

  /kernel/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]
521 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 "${MODEL_NOTIFY[@]}"
run-loop-detection 10 site_utils/lab_inventory.py $OPTIONS "${REPAIR_LOOP_DETECT[@]}"
run-model-inventory 10 site_utils/lab_inventory.py $OPTIONS "${MODEL_NOTIFY[@]}"
run-pool-inventory 15 site_utils/lab_inventory.py $OPTIONS "${POOL_NOTIFY[@]}"
run-stable-update 11 OPTIONS=()
33 OPTIONS=( --dry-run )
51 $ASSIGN_STABLE "${OPTIONS[@]}" 2>&1 | tee ${TMPFILE}
  /build/make/tools/releasetools/
add_img_to_target_files 66 OPTIONS = common.OPTIONS
68 OPTIONS.add_missing = False
69 OPTIONS.rebuild_recovery = False
70 OPTIONS.replace_updated_files_list = []
71 OPTIONS.replace_verity_public_key = False
72 OPTIONS.replace_verity_private_key = False
73 OPTIONS.is_signing = False
114 adjusted_blocks = OPTIONS.info_dict.get(key)
127 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img"
    [all...]
add_img_to_target_files.py 66 OPTIONS = common.OPTIONS
68 OPTIONS.add_missing = False
69 OPTIONS.rebuild_recovery = False
70 OPTIONS.replace_updated_files_list = []
71 OPTIONS.replace_verity_public_key = False
72 OPTIONS.replace_verity_private_key = False
73 OPTIONS.is_signing = False
114 adjusted_blocks = OPTIONS.info_dict.get(key)
127 img = OutputFile(output_zip, OPTIONS.input_tmp, "IMAGES", "system.img"
    [all...]
ota_from_target_files 181 OPTIONS = common.OPTIONS
182 OPTIONS.package_key = None
183 OPTIONS.incremental_source = None
184 OPTIONS.verify = False
185 OPTIONS.patch_threshold = 0.95
186 OPTIONS.wipe_user_data = False
187 OPTIONS.downgrade = False
188 OPTIONS.extra_script = None
189 OPTIONS.worker_threads = multiprocessing.cpu_count() //
    [all...]
ota_from_target_files.py 181 OPTIONS = common.OPTIONS
182 OPTIONS.package_key = None
183 OPTIONS.incremental_source = None
184 OPTIONS.verify = False
185 OPTIONS.patch_threshold = 0.95
186 OPTIONS.wipe_user_data = False
187 OPTIONS.downgrade = False
188 OPTIONS.extra_script = None
189 OPTIONS.worker_threads = multiprocessing.cpu_count() //
    [all...]
make_recovery_patch 28 OPTIONS = common.OPTIONS
37 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
make_recovery_patch.py 28 OPTIONS = common.OPTIONS
37 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
img_from_target_files 43 OPTIONS = common.OPTIONS
49 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
74 OPTIONS.input_tmp = common.UnzipTemp(args[0], ["IMAGES/*", "OTA/*"])
79 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
94 shutil.rmtree(OPTIONS.input_tmp)
img_from_target_files.py 43 OPTIONS = common.OPTIONS
49 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
74 OPTIONS.input_tmp = common.UnzipTemp(args[0], ["IMAGES/*", "OTA/*"])
79 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
94 shutil.rmtree(OPTIONS.input_tmp)
sign_target_files_apks 50 -d and -k options are added to the set of mappings in the order
118 OPTIONS = common.OPTIONS
120 OPTIONS.extra_apks = {}
121 OPTIONS.key_map = {}
122 OPTIONS.rebuild_recovery = False
123 OPTIONS.replace_ota_keys = False
124 OPTIONS.replace_verity_public_key = False
125 OPTIONS.replace_verity_private_key = False
126 OPTIONS.replace_verity_keyid = Fals
    [all...]
sign_target_files_apks.py 50 -d and -k options are added to the set of mappings in the order
118 OPTIONS = common.OPTIONS
120 OPTIONS.extra_apks = {}
121 OPTIONS.key_map = {}
122 OPTIONS.rebuild_recovery = False
123 OPTIONS.replace_ota_keys = False
124 OPTIONS.replace_verity_public_key = False
125 OPTIONS.replace_verity_private_key = False
126 OPTIONS.replace_verity_keyid = Fals
    [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"
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/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"
  /external/ltp/testcases/kernel/fs/fs_bind/bin/
check_prop 22 while getopts "n" args $OPTIONS
  /sdk/bash_completion/
adb.bash 31 where=OPTIONS
42 where=OPTIONS
57 where=OPTIONS
60 OPTIONS="-d -e -s -p"
64 OPTIONS|OPT_SERIAL|OPT_PATH)
65 COMPREPLY=( $(compgen -W "$OPTIONS $COMMAND" -- "$cur") )
115 where=OPTIONS
120 where=OPTIONS
130 if [[ $where == OPTIONS ]]; then
331 where=OPTIONS
    [all...]

Completed in 484 milliseconds

1 2 3 4 5 6 7 8 91011