/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_suite.cc | 109 if (command_line.HasSwitch(switches::kProfilingFile)) in GetProfileName() 110 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile); in GetProfileName() 229 switches::kTestLauncherOutput)) { in AddTestLauncherResultPrinter() 234 switches::kTestLauncherOutput)); in AddTestLauncherResultPrinter() 268 switches::kTestChildProcess); in Run() 389 if (command_line->HasSwitch(switches::kWaitForDebugger)) { in Initialize() 399 command_line->GetSwitchValueASCII(switches::kEnableFeatures); in Initialize() 401 command_line->GetSwitchValueASCII(switches::kDisableFeatures); in Initialize() 411 CommandLine::SwitchMap switches = command_line->GetSwitches(); in Initialize() local 413 switches.erase(switches::kEnableFeatures); in Initialize() [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 | trace_to_file.cc | 30 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kTraceToFile)) in BeginTracingFromCommandLineOptions() 36 switches::kTraceToFile); in BeginTracingFromCommandLineOptions() 39 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kTraceToFileName)) { in BeginTracingFromCommandLineOptions() 41 ->GetSwitchValuePath(switches::kTraceToFileName)); in BeginTracingFromCommandLineOptions()
|
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()
|
/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/llvm-project/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/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/libchrome/base/test/launcher/ |
D | test_launcher.cc | 238 switches::kTestLauncherBotMode) || in BotModeEnabled() 247 CommandLine::SwitchMap switches = command_line.GetSwitches(); in PrepareCommandLineForGTest() local 250 switches.erase(kGTestRepeatFlag); in PrepareCommandLineForGTest() 251 switches.erase(kGTestShuffleFlag); in PrepareCommandLineForGTest() 252 switches.erase(kGTestRandomSeedFlag); in PrepareCommandLineForGTest() 255 switches.erase(kGTestOutputFlag); in PrepareCommandLineForGTest() 257 for (CommandLine::SwitchMap::const_iterator iter = switches.begin(); in PrepareCommandLineForGTest() 258 iter != switches.end(); ++iter) { in PrepareCommandLineForGTest() 648 switches::kTestLauncherPrintTestStdio)) { in OnTestFinished() 650 switches::kTestLauncherPrintTestStdio); in OnTestFinished() [all …]
|
/external/libxkbcommon/test/data/symbols/ |
D | group | 67 // Pressing the right Alt key switches to the next group. 77 // Pressing both Shift keys switches to the next or previous group 85 // Pressing Shift+Caps_Lock switches to the next group. 299 // Pressing the Menu key switches to the next group, 306 // Pressing the left Win key switches to the next group. 318 // Pressing the right Win key switches to the next group. 330 // Pressing both Ctrl keys switches to the next or previous group 347 // Pressing both Alt switches to the next or previous group 364 // Pressing the left Shift key switches to the next group. 374 // Pressing the right Shift key switches to the next group. [all …]
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | debug-info-producer-with-flags.ll | 14 ; clang++ -g -grecord-gcc-switches test.cc -S -llvm-emit -o - 21 ; LINUX: DW_AT_producer{{.*}}("clang++ -g -grecord-gcc-switches test.cc -S -emit-llvm -o -") 23 ; DARWIN: DW_AT_APPLE_flags{{.*}}("-g -grecord-gcc-switches test.cc -S -emit-llvm -o -") 38 …e: !1, producer: "clang++", isOptimized: false, flags: "-g -grecord-gcc-switches test.cc -S -emit-…
|
/external/icu/libicu/ndk_headers/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/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/libicu/cts_headers/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/mtools/ |
D | config.c | 494 static int set_var(struct switches_l *switches, int nr, in set_var() argument 499 if(match_token(switches[i].name)) { in set_var() 501 if(switches[i].type == T_UINT) in set_var() 502 * ((unsigned int *)((long)switches[i].address+base_address)) = in set_var() 504 else if(switches[i].type == T_UINT8) in set_var() 505 * ((uint8_t *)((long)switches[i].address+base_address)) = in set_var() 507 else if(switches[i].type == T_UINT16) in set_var() 508 * ((uint16_t *)((long)switches[i].address+base_address)) = in set_var() 510 else if(switches[i].type == T_INT) in set_var() 511 * ((int *)((long)switches[i].address+base_address)) = in set_var() [all …]
|
/external/libchrome/base/i18n/ |
D | rtl.cc | 60 switches::kForceTextDirection); in GetCharacterDirection() 64 command_line->GetSwitchValueASCII(switches::kForceTextDirection); in GetCharacterDirection() 66 if (force_flag == switches::kForceDirectionRTL) in GetCharacterDirection() 68 if (force_flag == switches::kForceDirectionLTR) in GetCharacterDirection() 178 if (command_line->HasSwitch(switches::kForceUIDirection)) { in GetForcedTextDirection() 180 command_line->GetSwitchValueASCII(switches::kForceUIDirection); in GetForcedTextDirection() 182 if (force_flag == switches::kForceDirectionLTR) in GetForcedTextDirection() 185 if (force_flag == switches::kForceDirectionRTL) in GetForcedTextDirection()
|
/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
|