/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | main.py | 32 from firmware_constants import MODE, OPTIONS 71 is_touchscreen=options[OPTIONS.TOUCHSCREEN], 94 mode = options[OPTIONS.MODE] 95 if options[OPTIONS.RESUME]: 98 self.log_dir = options[OPTIONS.RESUME] 99 elif options[OPTIONS.REPLAY]: 101 self.log_dir = options[OPTIONS.REPLAY] 110 if not (self.options[OPTIONS.REPLAY] or self.options[OPTIONS.RESUME]): 179 replay_dir = self.options[OPTIONS.REPLAY] 193 return ('touchscreen' if self.options[OPTIONS.TOUCHSCREEN] else [all …]
|
D | firmware_summary.py | 60 from firmware_constants import 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.METRICS 388 print ' -s, --%s' % OPTIONS.SCORES 413 options = {OPTIONS.DEBUG: False, 414 OPTIONS.DIR: log_root_dir, 415 OPTIONS.INDIVIDUAL: False, [all …]
|
D | firmware_constants.py | 176 OPTIONS = _Options() variable 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' 185 OPTIONS.MODE = 'mode' [all …]
|
D | test_flow.py | 31 from firmware_constants import DEV, GV, MODE, OPTIONS, TFK 55 self.mode = options[OPTIONS.MODE] 56 self.fngenerator_only = options[OPTIONS.FNGENERATOR] 57 self.iterations = options[OPTIONS.ITERATIONS] 58 self.replay_dir = options[OPTIONS.REPLAY] 59 self.resume_dir = options[OPTIONS.RESUME] 61 self.device_type = (DEV.TOUCHSCREEN if options[OPTIONS.TOUCHSCREEN] 73 self._get_all_gesture_variations(options[OPTIONS.SIMPLIFIED])
|
/external/u-boot/scripts/ |
D | coccicheck | 72 OPTIONS="$COCCIINCLUDE $1" 76 OPTIONS="--dir $srctree $COCCIINCLUDE" 78 OPTIONS="--dir $KBUILD_EXTMOD $COCCIINCLUDE" 83 OPTIONS="--patch $srctree $OPTIONS" 93 OPTIONS="$OPTIONS --jobs $NPROC --chunksize 1" 174 OPTIONS="$OPTIONS $SPFLAGS" 232 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \ 234 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \ 236 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \ 238 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1 [all …]
|
/external/bzip2/ |
D | bzdiff | 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/Reactive-Extensions/RxCpp/Ix/CPP/unittest/ |
D | makefile | 15 OPTIONS=/Od macro 17 OPTIONS=/Ox macro 19 OPTIONS=$(OPTIONS) /Zi /I$(BOOST) /DBOOST_RESULT_OF_USE_DECLTYPE macro 31 $(CPP) $(OPTIONS) /EHsc /Zi /Fe"$@" /Fo$O/ testbench.cpp
|
/external/libcxxabi/test/ |
D | 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/curl/tests/data/ |
D | test567 | 7 OPTIONS 17 Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE 32 simple RTSP OPTIONS command 41 OPTIONS rtsp://%HOSTIP:%RTSPPORT/567 RTSP/1.0
|
D | test577 | 7 OPTIONS 17 Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE 43 OPTIONS rtsp://%HOSTIP:%RTSPPORT/577 RTSP/1.0
|
D | test1299 | 34 Send "OPTIONS *" with --request-target 37 --request-target '*' -X OPTIONS http://%HOSTIP:%HTTPPORT/ -H "Testno: 1299" 48 OPTIONS * HTTP/1.1
|
D | test570 | 17 Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE 62 OPTIONS rtsp://%HOSTIP:%RTSPPORT/5700001 RTSP/1.0
|
/external/autotest/client/site_tests/example_UnitTest/src/ |
D | Makefile | 8 OPTIONS = -fprofile-arcs -ftest-coverage -fno-inline -O0 macro 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/iputils/doc/ |
D | index.out | 5 \BOOKMARK [2]{0.1.4.2}{OPTIONS}{0.1.1} 19 \BOOKMARK [2]{0.2.17.2}{OPTIONS}{0.2.1} 28 \BOOKMARK [2]{0.3.25.2}{OPTIONS}{0.3.1} 40 \BOOKMARK [2]{0.4.36.2}{OPTIONS}{0.4.1} 73 \BOOKMARK [2]{0.8.65.2}{OPTIONS}{0.8.1}
|
/external/python/cpython3/PC/layout/support/ |
D | options.py | 17 OPTIONS = { variable 84 for opt, info in OPTIONS.items(): 119 for opt in OPTIONS: 120 if OPTIONS[opt].get("not-in-all"):
|
/external/libpng/ |
D | CMakeLists.txt | 69 # COMMAND LINE OPTIONS 598 set(multiValueArgs OPTIONS FILES) 647 COMMAND pngvalid OPTIONS --gamma-16-to-8) 649 COMMAND pngvalid OPTIONS --gamma-alpha-mode) 651 COMMAND pngvalid OPTIONS --gamma-background) 653 COMMAND pngvalid OPTIONS --gamma-alpha-mode --expand16) 655 COMMAND pngvalid OPTIONS --gamma-background --expand16) 657 COMMAND pngvalid OPTIONS --gamma-transform --expand16) 659 COMMAND pngvalid OPTIONS --gamma-sbit) 661 COMMAND pngvalid OPTIONS --gamma-threshold) [all …]
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_widgets.py | 58 OPTIONS = ( variable in ToplevelTest 99 OPTIONS = ( variable in FrameTest 112 OPTIONS = ( variable in LabelFrameTest 149 OPTIONS = ( variable in LabelTest 165 OPTIONS = ( variable in ButtonTest 186 OPTIONS = ( variable in CheckbuttonTest 215 OPTIONS = ( variable in RadiobuttonTest 238 OPTIONS = ( variable in MenubuttonTest 310 OPTIONS = ( variable in EntryTest 380 OPTIONS = ( variable in SpinboxTest [all …]
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 61 OPTIONS = ( variable in ToplevelTest 102 OPTIONS = ( variable in FrameTest 115 OPTIONS = ( variable in LabelFrameTest 152 OPTIONS = ( variable in LabelTest 168 OPTIONS = ( variable in ButtonTest 189 OPTIONS = ( variable in CheckbuttonTest 218 OPTIONS = ( variable in RadiobuttonTest 241 OPTIONS = ( variable in MenubuttonTest 313 OPTIONS = ( variable in EntryTest 383 OPTIONS = ( variable in SpinboxTest [all …]
|
/external/icu/icu4j/perf-tests/ |
D | perftests.pl | 32 my @OPTIONS = ( 89 for my $pat (@OPTIONS) { 118 my @OPTIONS = ( 132 for my $pat (@OPTIONS) {
|
/external/libcxxabi/lib/ |
D | 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | no-arm-mode.ll | 2 ; RUN: | FileCheck %s -check-prefixes=CHECK-OPTIONS,CHECK-FEATURE 12 ; CHECK-OPTIONS: Function 'foo' uses ARM instructions, but the target does not support ARM mode exe…
|
/external/bsdiff/ |
D | bsdiff_arguments.cc | 30 const struct option OPTIONS[] = { variable 79 while ((opt = getopt_long(argc, argv, "", OPTIONS, &option_index)) != -1) { in ParseCommandLine() 84 string name = OPTIONS[option_index].name; in ParseCommandLine()
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | Makefile | 8 OPTIONS = -O3 -Wall macro 42 $(CC) $(FLAGS) -o $@ $^ $(LDFLAGS) $(OPTIONS)
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | StringPrep.java | 220 …private static final int OPTIONS = 7; /* Bit set of options to turn on i… field in StringPrep 289 doNFKC = ((indexes[OPTIONS] & NORMALIZATION_ON) > 0); in StringPrep() 290 checkBiDi = ((indexes[OPTIONS] & CHECK_BIDI_ON) > 0); in StringPrep() 296 ((indexes[OPTIONS] & NORMALIZATION_ON) > 0) /* normalization turned on*/ in StringPrep()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | StringPrep.java | 208 …private static final int OPTIONS = 7; /* Bit set of options to turn on i… field in StringPrep 276 doNFKC = ((indexes[OPTIONS] & NORMALIZATION_ON) > 0); in StringPrep() 277 checkBiDi = ((indexes[OPTIONS] & CHECK_BIDI_ON) > 0); in StringPrep() 283 ((indexes[OPTIONS] & NORMALIZATION_ON) > 0) /* normalization turned on*/ in StringPrep()
|