Searched defs:switches (Results 1 - 18 of 18) sorted by last modified time

/external/qemu-pc-bios/vgabios/tests/
H A Dtestbios.c32 Bit8u switches; member in struct:__anon11279
282 biosarea->switches=peekb(0x40,0x88);
308 printf("switches: %02x\t",biosarea->switches);
/external/libppp/src/
H A Dmain.c201 struct switches { struct
210 ProcessArgs(int argc, char **argv, struct switches *sw)
309 struct switches sw;
/external/chromium/chrome/browser/
H A Dgpu_data_manager.cc63 browser_command_line.HasSwitch(switches::kDisableAcceleratedCompositing),
64 browser_command_line.HasSwitch(switches::kEnableAccelerated2dCanvas),
65 browser_command_line.HasSwitch(switches::kDisableExperimentalWebGL),
66 browser_command_line.HasSwitch(switches::kDisableGLMultisampling));
134 !command_line->HasSwitch(switches::kDisableExperimentalWebGL))
135 command_line->AppendSwitch(switches::kDisableExperimentalWebGL);
137 !command_line->HasSwitch(switches::kDisableGLMultisampling))
138 command_line->AppendSwitch(switches::kDisableGLMultisampling);
141 const char* switches[] = { local
142 switches
[all...]
H A Djumplist_win.cc175 const std::wstring& switches,
191 // Attach the command-line switches of this process before the given
195 std::wstring arguments(switches);
276 // Even though we can add command-line switches to this parameter, it is
277 // better to use the |switches| parameter below.
278 // * switches (std::wstring)
279 // Command-lien switches for the application. This string is to be added
281 // switches, use an empty string.
287 const std::wstring& switches,
310 AddShellLink(collection, application, switches, lin
173 AddShellLink(base::win::ScopedComPtr<IObjectCollection> collection, const std::wstring& application, const std::wstring& switches, scoped_refptr<ShellLinkItem> item) argument
284 UpdateCategory(base::win::ScopedComPtr<ICustomDestinationList> list, int category_id, const std::wstring& application, const std::wstring& switches, const ShellLinkItemList& data, int max_slots) argument
[all...]
H A Dbrowser_process_impl.cc963 switches::kDisableClientSidePhishingDetection) &&
1039 switches::kNoStartupWindow
1046 std::map<std::string, CommandLine::StringType> switches = local
1049 switches::RemoveSwitchesForAutostart(&switches);
1051 // Append the rest of the switches (along with their values, if any)
1054 switches.begin(); i != switches.end(); ++i) {
1063 // Ensure that our desired switches are set on the new process.
H A Dbrowser_shutdown.cc211 std::map<std::string, CommandLine::StringType> switches = local
213 // Remove the switches that shouldn't persist across restart.
214 about_flags::RemoveFlagsSwitches(&switches);
215 switches::RemoveSwitchesForAutostart(&switches);
216 // Append the old switches to the new command line.
218 switches.begin(); i != switches.end(); ++i) {
226 if (!new_cl->HasSwitch(switches::kRestoreLastSession))
227 new_cl->AppendSwitch(switches
[all...]
/external/chromium/chrome/browser/net/
H A Dpref_proxy_config_service_unittest.cc271 for (unsigned int i = 0; i < arraysize(switches); i++)
272 switches[i] = other.switches[i];
287 } switches[2]; member in struct:__anon2132::CommandLineTestParams
308 for (size_t i = 0; i < arraysize(GetParam().switches); i++) {
309 const char* name = GetParam().switches[i].name;
310 const char* value = GetParam().switches[i].value;
356 { switches::kNoProxyServer, NULL },
368 { switches::kNoProxyServer, NULL },
369 { switches
[all...]
/external/chromium/chrome/common/
H A Dchrome_switches.cc9 namespace switches { namespace
527 // These two flags are added around the switches about:flags adds to the
528 // command line. This is useful to see which switches were added by about:flags
530 const char kFlagSwitchesBegin[] = "flag-switches-begin";
531 const char kFlagSwitchesEnd[] = "flag-switches-end";
1132 // You were going to just dump your switches here, weren't you? Instead,
1137 } // namespace switches
H A Dchrome_switches.h5 // Defines all the command-line switches used by Chrome.
16 namespace switches { namespace
24 // All switches in alphabetical order. The switches should be documented
347 } // namespace switches
H A Dswitch_utils.cc10 namespace switches { namespace
17 switches::kApp,
18 switches::kAppId,
19 switches::kFirstRun,
20 switches::kImport,
21 switches::kImportFromFile,
22 switches::kMakeDefaultBrowser
31 } // namespace switches
H A Dswitch_utils.h14 namespace switches { namespace
18 std::map<std::string, CommandLine::StringType>* switches);
20 } // namespace switches
H A Dswitch_utils_unittest.cc38 std::map<std::string, CommandLine::StringType> switches = local
40 EXPECT_EQ(7U, switches.size());
42 switches::RemoveSwitchesForAutostart(&switches);
43 EXPECT_EQ(2U, switches.size());
/external/chromium/net/base/
H A Dnet_switches.cc7 namespace switches { namespace
16 } // namespace switches
H A Dnet_switches.h5 // Defines all the "net" command-line switches.
11 namespace switches { namespace
15 } // namespace switches
/external/chromium/base/
H A Dbase_switches.cc7 namespace switches { namespace
53 } // namespace switches
H A Dbase_switches.h5 // Defines all the "base" command-line switches.
11 namespace switches { namespace
24 } // namespace switches
H A Dcommand_line.cc40 // Lowercase a string for case-insensitivity of switches.
346 const char* const switches[],
349 if (source.HasSwitch(switches[i])) {
350 StringType value = source.GetSwitchValueNative(switches[i]);
351 AppendSwitchNative(switches[i], value);
345 CopySwitchesFrom(const CommandLine& source, const char* const switches[], size_t count) argument
/external/chromium/base/test/
H A Dtest_switches.h8 namespace switches { namespace
10 // All switches in alphabetical order. The switches should be documented
20 } // namespace switches

Completed in 345 milliseconds