/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"; 30 const char switches::kTestLauncherJobs[] = "test-launcher-jobs"; 33 const char switches::kTestLauncherListTests[] = "test-launcher-list-tests"; 36 const char switches::kTestLauncherOutput[] = "test-launcher-output"; 39 const char switches::kTestLauncherRetryLimit[] = "test-launcher-retry-limit"; 42 const char switches::kTestLauncherSummaryOutput[] = [all …]
|
D | test_timeouts.cc | 97 InitializeTimeout(switches::kTestTinyTimeout, &tiny_timeout_ms_); in Initialize() 98 InitializeTimeout(switches::kUiTestActionTimeout, in Initialize() 102 InitializeTimeout(switches::kUiTestActionMaxTimeout, action_timeout_ms_, in Initialize() 106 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() 58 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in MakeCmdLine()
|
D | multiprocess_test_android.cc | 308 if (!command_line.HasSwitch(switches::kTestChildProcess)) in StartChildTestHelper() 309 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in StartChildTestHelper() 447 if (!command_line->HasSwitch(switches::kTestChildProcess)) in SpawnMultiProcessTestChild() 448 command_line->AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild()
|
D | test_switches.h | 8 namespace switches {
|
/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/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/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/icu/icu4c/source/common/unicode/ |
D | uconfig.h | 228 # error Contradictory collation switches in uconfig.h. 260 # error Contradictory file io switches in uconfig.h. 332 # 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/libchrome/base/ |
D | sys_info.cc | 25 if (command_line->HasSwitch(switches::kEnableLowEndDeviceMode)) in DetectLowEndDevice() 27 if (command_line->HasSwitch(switches::kDisableLowEndDeviceMode)) in DetectLowEndDevice()
|
D | command_line.cc | 365 const char* const switches[], in CopySwitchesFrom() argument 368 if (source.HasSwitch(switches[i])) in CopySwitchesFrom() 369 AppendSwitchNative(switches[i], source.GetSwitchValueNative(switches[i])); in CopySwitchesFrom()
|
D | base_switches.cc | 8 namespace switches { namespace
|
/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:
|
/external/clang/test/Profile/ |
D | c-general.c | 216 void switches() { in switches() function 554 switches(); in main()
|
/external/cros/system_api/switches/ |
D | chrome_switches.h | 11 namespace switches {
|
/external/clang/test/Profile/Inputs/ |
D | c-general.proftext | 63 switches
|
/external/clang/include/clang/Parse/ |
D | CMakeLists.txt | 1 clang_tablegen(AttrParserStringSwitches.inc -gen-clang-attr-parser-string-switches
|
/external/autotest/client/profilers/lttng/ |
D | control | 2 # and context switches
|