/external/libchrome/base/test/ |
D | test_switches.cc | 8 const char switches::kTestLauncherBatchLimit[] = "test-launcher-batch-limit"; 12 const char switches::kTestLauncherBotMode[] = 18 const char switches::kTestLauncherDebugLauncher[] = 23 const char switches::kTestLauncherForceRunBrokenTests[] = 27 const char switches::kTestLauncherFilterFile[] = "test-launcher-filter-file"; 31 const char switches::kTestLauncherInteractive[] = "test-launcher-interactive"; 34 const char switches::kTestLauncherJobs[] = "test-launcher-jobs"; 37 const char switches::kTestLauncherListTests[] = "test-launcher-list-tests"; 40 const char switches::kTestLauncherOutput[] = "test-launcher-output"; 43 const char switches::kTestLauncherRetryLimit[] = "test-launcher-retry-limit"; [all …]
|
D | test_timeouts.cc | 86 InitializeTimeout(switches::kTestTinyTimeout, 0, &tiny_timeout_ms_); in Initialize() 99 switches::kTestLauncherInteractive)) { in Initialize() 104 InitializeTimeout(switches::kUiTestActionTimeout, min_ui_test_action_timeout, in Initialize() 106 InitializeTimeout(switches::kUiTestActionMaxTimeout, action_timeout_ms_, in Initialize() 110 InitializeTimeout(switches::kTestLauncherTimeout, action_timeout_ms_, in Initialize()
|
D | multiprocess_test.cc | 24 if (!command_line.HasSwitch(switches::kTestChildProcess)) in SpawnMultiProcessTestChild() 25 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild() 73 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in MakeCmdLine()
|
D | multiprocess_test_android.cc | 46 if (!command_line.HasSwitch(switches::kTestChildProcess)) { in SpawnMultiProcessTestChild() 47 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild()
|
/external/llvm/utils/ |
D | findmisopt | 114 echo $switches 123 echo $switches 135 switches="$switches $sw" 136 if tryit "$switches" ; then 145 if [ "$switches" == " $all_switches" ] ; then 151 while [ ! -z "$switches" ] ; do 152 trimmed=`echo "$switches" | sed -e 's/^ *\(-[^ ]*\).*/\1/'` 153 switches=`echo "$switches" | sed -e 's/^ *-[^ ]* *//'` 155 tryit "$final $switches"
|
D | findoptdiff | 85 echo $switches 97 switches="$switches $sw" 98 if tryit "$switches" ; then
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | findmisopt | 114 echo $switches 123 echo $switches 135 switches="$switches $sw" 136 if tryit "$switches" ; then 145 if [ "$switches" == " $all_switches" ] ; then 151 while [ ! -z "$switches" ] ; do 152 trimmed=`echo "$switches" | sed -e 's/^ *\(-[^ ]*\).*/\1/'` 153 switches=`echo "$switches" | sed -e 's/^ *-[^ ]* *//'` 155 tryit "$final $switches"
|
D | findoptdiff | 85 echo $switches 97 switches="$switches $sw" 98 if tryit "$switches" ; then
|
/external/swiftshader/third_party/LLVM/utils/ |
D | findmisopt | 115 echo $switches 124 echo $switches 136 switches="$switches $sw" 137 if tryit "$switches" ; then 146 if [ "$switches" == " $all_switches" ] ; then 152 while [ ! -z "$switches" ] ; do 153 trimmed=`echo "$switches" | sed -e 's/^ *\(-[^ ]*\).*/\1/'` 154 switches=`echo "$switches" | sed -e 's/^ *-[^ ]* *//'` 156 tryit "$final $switches"
|
D | findoptdiff | 85 echo $switches 97 switches="$switches $sw" 98 if tryit "$switches" ; then
|
/external/libchrome/libchrome_tools/patch/ |
D | logging.patch | 20 - // vlog switches. 21 - if (command_line->HasSwitch(switches::kV) || 22 - command_line->HasSwitch(switches::kVModule)) { 30 - new VlogInfo(command_line->GetSwitchValueASCII(switches::kV), 31 - command_line->GetSwitchValueASCII(switches::kVModule), 36 + // vlog switches. 37 + if (command_line->HasSwitch(switches::kV) || 38 + command_line->HasSwitch(switches::kVModule)) { 46 + new VlogInfo(command_line->GetSwitchValueASCII(switches::kV), 47 + command_line->GetSwitchValueASCII(switches::kVModule),
|
/external/python/cpython3/Lib/test/ |
D | test_timeit.py | 230 def run_main(self, seconds_per_increment=1.0, switches=None, timer=None): argument 233 if switches is None: 236 args = switches[:] 246 s = self.run_main(switches=['--bad-switch']) 261 s = self.run_main(seconds_per_increment=0.0000025, switches=['-n100']) 265 s = self.run_main(seconds_per_increment=2.0, switches=['-n35']) 270 switches=['-n35', '-s', 'print("CustomSetup")']) 276 switches=['-n35', '-s', 'a = "CustomSetup"', '-s', 'print(a)']) 281 s = self.run_main(seconds_per_increment=60.0, switches=['-r9']) 285 s = self.run_main(seconds_per_increment=60.0, switches=['-r-5']) [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_timeit.py | 216 def run_main(self, seconds_per_increment=1.0, switches=None, timer=None): argument 219 if switches is None: 222 args = switches[:] 232 s = self.run_main(switches=['--bad-switch']) 247 s = self.run_main(seconds_per_increment=0.0000025, switches=['-n100']) 251 s = self.run_main(seconds_per_increment=2.0, switches=['-n35']) 256 switches=['-n35', '-s', 'print("CustomSetup")']) 261 s = self.run_main(seconds_per_increment=60.0, switches=['-r9']) 265 s = self.run_main(seconds_per_increment=60.0, switches=['-r-5']) 270 s = self.run_main(switches=['-h']) [all …]
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | SfxSetup.cpp | 146 UString archiveName, switches; in WinMain() local 150 NCommandLineParser::SplitCommandLine(GetCommandLineW(), archiveName, switches); in WinMain() 155 switches.Trim(); in WinMain() 157 if (switches.IsPrefixedBy_Ascii_NoCase("-y")) in WinMain() 160 switches = switches.Ptr(2); in WinMain() 161 switches.Trim(); in WinMain() 275 if (!switches.IsEmpty()) in WinMain() 278 executeParameters += switches; in WinMain() 324 if (!switches.IsEmpty()) in WinMain() 327 appLaunched += switches; in WinMain()
|
/external/libchrome/base/ |
D | sys_info.cc | 24 switches::kEnableLowEndDeviceMode)) { in AmountOfPhysicalMemory() 34 switches::kEnableLowEndDeviceMode)) { in AmountOfAvailablePhysicalMemory() 49 switches::kEnableLowEndDeviceMode)) { in IsLowEndDevice() 60 if (command_line->HasSwitch(switches::kEnableLowEndDeviceMode)) in DetectLowEndDevice() 62 if (command_line->HasSwitch(switches::kDisableLowEndDeviceMode)) in DetectLowEndDevice()
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | group | 57 // Pressing the right Alt key switches to the next group. 67 // Pressing both Shift keys switches to the next or previous group 75 // Pressing Shift+Caps_Lock switches to the next group. 288 // Pressing the Menu key switches to the next group, 295 // Pressing the left Win key switches to the next group. 307 // Pressing the right Win key switches to the next group. 319 // Pressing both Ctrl keys switches to the next or previous group 336 // Pressing both Alt keys switches to the next or previous group 353 // Pressing the left Shift key switches to the next group. 363 // Pressing the right Shift key switches to the next group. [all …]
|
/external/icu/libandroidicu/include/unicode/ |
D | uconfig.h | 241 # error Contradictory collation switches in uconfig.h. 273 # error Contradictory file io switches in uconfig.h. 348 # error Contradictory collation switches in uconfig.h.
|
/external/icu/icu4c/source/common/unicode/ |
D | uconfig.h | 241 # error Contradictory collation switches in uconfig.h. 273 # error Contradictory file io switches in uconfig.h. 348 # error Contradictory collation switches in uconfig.h.
|
/external/autotest/client/site_tests/graphics_VTSwitch/ |
D | control.100 | 12 - VT1 does not remain the same between VT switches. 13 - VT2 does not remain the same between VT switches. 27 sure each VT remains the same between VT switches, and that VT1 and VT2 are
|
D | control | 12 - VT1 does not remain the same between VT switches. 13 - VT2 does not remain the same between VT switches. 28 sure each VT remains the same between VT switches, and that VT1 and VT2 are
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | debug-info-producer-with-flags.ll | 12 ; clang++ -g -grecord-gcc-switches test.cc -S -llvm-emit -o - 20 ; CHECK-SAME: "clang++ -g -grecord-gcc-switches test.cc -S -emit-llvm -o -" 34 …e: !1, producer: "clang++", isOptimized: false, flags: "-g -grecord-gcc-switches test.cc -S -emit-…
|
/external/u-boot/doc/ |
D | README.mpc85xxcds | 97 Most switches on the carrier board should not be changed. The only 98 user-settable switches on the carrier board are used to configure 128 The default setting of all switches on the carrier board is: 141 Most switches on the CPU Card should not be changed. However, the 153 A safe default setting for all switches on the CPU board is: 165 And, just to be confusing, in this set of switches:
|
/external/autotest/client/site_tests/hardware_GPIOSwitches/ |
D | control | 7 PURPOSE = 'Verify that mode and button switches are set correctly.' 17 This test checks if the buttons and mode switches are set as expected
|
/external/libjpeg-turbo/ |
D | usage.txt | 29 cjpeg [switches] [imagefile] >jpegfile 31 djpeg [switches] [jpegfile] >imagefile 38 cjpeg [switches] imagefile jpegfile 40 djpeg [switches] jpegfile imagefile 47 cjpeg [switches] -outfile jpegfile imagefile 49 djpeg [switches] -outfile imagefile jpegfile 63 -gray or -gr. Most of the "basic" switches can be abbreviated to as little as 71 The basic command line switches for cjpeg are: 148 assigned to components with the -qslots option (see the "wizard" switches 253 The "wizard" switches are intended for experimentation with JPEG. If you [all …]
|
/external/llvm/test/tools/llvm-profdata/ |
D | c-general.test | 13 RUN: llvm-profdata show %p/Inputs/c-general.profraw -o - --function=switches | FileCheck %s -check-… 16 SWITCHES-NEXT: switches:
|