/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 | 68 if (!command_line->HasSwitch(switches::kTestChildProcess)) in SpawnMultiProcessTestChild() 69 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/dbus-binding-generator/chromeos-dbus-bindings/ |
D | generate_chromeos_dbus_bindings.cc | 27 namespace switches { namespace 133 if (cl->HasSwitch(switches::kHelp)) { in main() 134 LOG(INFO) << switches::kHelpMessage; in main() 141 LOG(ERROR) << switches::kHelpMessage; in main() 146 if (cl->HasSwitch(switches::kServiceConfig)) { in main() 147 std::string config_file = cl->GetSwitchValueASCII(switches::kServiceConfig); in main() 168 if (cl->HasSwitch(switches::kMethodNames)) { in main() 170 cl->GetSwitchValueASCII(switches::kMethodNames); in main() 180 if (cl->HasSwitch(switches::kAdaptor)) { in main() 181 std::string adaptor_file = cl->GetSwitchValueASCII(switches::kAdaptor); in main() [all …]
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | SfxSetup.cpp | 139 UString archiveName, switches; in WinMain() local 143 NCommandLineParser::SplitCommandLine(GetCommandLineW(), archiveName, switches); in WinMain() 148 switches.Trim(); in WinMain() 150 if (MyStringCompareNoCase_N(switches, L"-y", 2) == 0) in WinMain() 153 switches = switches.Ptr(2); in WinMain() 154 switches.Trim(); in WinMain() 266 if (!switches.IsEmpty()) in WinMain() 270 executeParameters += switches; in WinMain() 316 if (!switches.IsEmpty()) in WinMain() 319 appLaunched += switches; in WinMain()
|
/external/mesa3d/src/mesa/main/ |
D | APIspec.py | 325 self.switches = {} 332 if desc.name not in self.switches: 333 self.switches[desc.name] = [] 347 self.switches[desc.name].append(desc) 353 for switch in self.switches.itervalues(): 365 self.switches = tmp.switches 372 for switch in self.switches.itervalues(): 381 if name in self.switches: 385 for switch in self.switches.itervalues(): 398 switch = self.switches.get(name, []) [all …]
|
D | APIspecutil.py | 112 switch = func.checker.switches.get(param.name, []) 115 if not desc.checker.switches: 120 items = desc.checker.switches.items() 129 if dep_desc.checker.switches:
|
/external/icu/icu4c/source/common/unicode/ |
D | uconfig.h | 226 # error Contradictory collation switches in uconfig.h. 258 # error Contradictory file io switches in uconfig.h. 330 # 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. 31 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 | 357 const char* const switches[], in CopySwitchesFrom() argument 360 if (source.HasSwitch(switches[i])) in CopySwitchesFrom() 361 AppendSwitchNative(switches[i], source.GetSwitchValueNative(switches[i])); in CopySwitchesFrom()
|
D | base_switches.cc | 8 namespace switches { namespace
|
D | base_switches.h | 12 namespace 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/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/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 62 -gray or -gr. Most of the "basic" switches can be abbreviated to as little as 70 The basic command line switches for cjpeg are: 147 assigned to components with the -qslots option (see the "wizard" switches 252 The "wizard" switches are intended for experimentation with JPEG. If you [all …]
|
/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
|