OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:switches
(Results
226 - 250
of
256
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc
257
switches
::kEnableClickToPlay));
/external/chromium/net/base/
transport_security_state.cc
504
switches
::kHstsHosts);
/external/chromium/chrome/browser/metrics/
metrics_service.cc
[
all
...]
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc
340
!CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kSingleProcess) &&
341
!CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kInProcessPlugins);
[
all
...]
render_widget_host_view_gtk.cc
398
command_line->GetSwitchValueASCII(
switches
::kScrollPixels);
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc
[
all
...]
task_manager_gtk.cc
453
switches
::kPurgeMemoryButton)) {
[
all
...]
location_bar_view_gtk.cc
[
all
...]
/external/chromium/chrome/browser/ui/views/frame/
browser_view.cc
[
all
...]
/external/chromium/chrome/browser/
browser_browsertest.cc
526
command_line.AppendSwitchASCII(
switches
::kAppId, extension_app->id());
/external/chromium/chrome/browser/chromeos/login/
screen_locker.cc
765
switches
::kScreenSaverUrl);
[
all
...]
/external/chromium/chrome/browser/chromeos/status/
network_menu.cc
559
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kEnableVPN)) {
[
all
...]
/external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc
298
switches
::kExposePrivateExtensionApi)
[
all
...]
extension_tabs_module.cc
[
all
...]
/external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc
110
switches
::kEnableSyncTypedUrls) || types.count(syncable::TYPED_URLS)) {
[
all
...]
/external/chromium/webkit/glue/
webmediaplayer_impl.cc
346
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kEnableAdaptive)) {
/external/flac/libFLAC/ppc/as/
lpc_asm.s
306
; save time in context
switches
, and has less code, which may improve
/external/flac/libFLAC/ppc/gas/
lpc_asm.s
308
# save time in context
switches
, and has less code, which may improve
/external/chromium/chrome/browser/resources/keyboard/
main.js
310
* The symbol key:
switches
the keyboard into symbol mode.
/external/chromium/chrome/browser/resources/
print_preview.js
516
* When the user
switches
printing orientation mode the page field selection is
/external/chromium/chrome/browser/search_engines/
template_url_model.cc
678
!CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kChromeFrame))
[
all
...]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc
629
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kNewTabPage4))
[
all
...]
/external/qemu-pc-bios/vgabios/
vgabios.c
863
// Read the bios vga
switches
[
all
...]
/external/ceres-solver/docs/
solving.tex
327
When the user chooses \texttt{ITERATIVE\_SCHUR} as the linear solver, Ceres automatically
switches
from the exact step algorithm to an inexact step algorithm.
330
Another option for bundle adjustment problems is to apply PCG to the reduced camera matrix $S$ instead of $H$. One reason to do this is that $S$ is a much smaller matrix than $H$, but more importantly, it can be shown that $\kappa(S)\leq \kappa(H)$. Ceres implements PCG on $S$ as the \texttt{ITERATIVE\_SCHUR} solver. When the user chooses \texttt{ITERATIVE\_SCHUR} as the linear solver, Ceres automatically
switches
from the exact step algorithm to an inexact step algorithm.
[
all
...]
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
703
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kNewTabPage4))
[
all
...]
Completed in 1681 milliseconds
1
2
3
4
5
6
7
8
9
10
11