HomeSort by relevance Sort by last modified time
    Searched full:switching (Results 1 - 25 of 1134) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/gpu/config/
gpu_switching_list_unittest.cc 62 "name": "gpu switching list",
88 std::set<int> switching = switching_list->MakeDecision( local
90 EXPECT_EQ(1u, switching.size());
91 EXPECT_EQ(1u, switching.count(GPU_SWITCHING_OPTION_FORCE_DISCRETE));
99 switching = switching_list->MakeDecision(
101 EXPECT_EQ(1u, switching.size());
102 EXPECT_EQ(1u, switching.count(GPU_SWITCHING_OPTION_FORCE_INTEGRATED));
  /external/chromium_org/third_party/WebKit/ManualTests/
video-in-non-frontmost-tab.html 3 If you hear music before switching tabs, then the test failed.
  /external/qemu-pc-bios/vgabios/
Notes 8 - characters format switching will set the bios
  /external/chromium_org/ui/gl/
gpu_switching_manager.h 25 // Set the switching option to PreferIntegratedGpu.
27 // Set the switching option to PreferDiscreteGpu; switch to discrete GPU
28 // immediately on Mac where dual GPU switching is supported.
gl_switches.h 37 // The GPU switching names that can be passed to --gpu-switching.
  /frameworks/base/services/java/com/android/server/am/
UserStartedState.java 40 public boolean switching; field in class:UserStartedState
56 if (switching) pw.print(" SWITCHING");
  /external/chromium_org/base/power_monitor/
power_observer.h 16 // as from switching between battery and A/C power.
  /external/kernel-headers/original/linux/
vt.h 27 #define VT_AUTO 0x00 /* auto vt switching */
28 #define VT_PROCESS 0x01 /* process controls switching */
61 #define VT_LOCKSWITCH 0x560B /* disallow vt switching */
62 #define VT_UNLOCKSWITCH 0x560C /* allow vt switching */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
vt.h 39 #define VT_AUTO 0x00 /* auto vt switching */
40 #define VT_PROCESS 0x01 /* process controls switching */
73 #define VT_LOCKSWITCH 0x560B /* disallow vt switching */
74 #define VT_UNLOCKSWITCH 0x560C /* allow vt switching */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
vt.h 39 #define VT_AUTO 0x00 /* auto vt switching */
40 #define VT_PROCESS 0x01 /* process controls switching */
73 #define VT_LOCKSWITCH 0x560B /* disallow vt switching */
74 #define VT_UNLOCKSWITCH 0x560C /* allow vt switching */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
vt.h 39 #define VT_AUTO 0x00 /* auto vt switching */
40 #define VT_PROCESS 0x01 /* process controls switching */
73 #define VT_LOCKSWITCH 0x560B /* disallow vt switching */
74 #define VT_UNLOCKSWITCH 0x560C /* allow vt switching */
  /external/chromium_org/chrome/browser/ui/
browser_command_controller_browsertest.cc 29 // Switching to a new (unblocked) tab should reenable it.
33 // Switching back to the blocked tab should disable it again.
  /frameworks/base/core/java/android/app/
IUiModeManager.aidl 45 * 3 - automatic mode switching
51 * 2 for night, and 3 for automatic mode switching.
  /external/chromium/chrome/browser/chromeos/
metrics_cros_settings_provider.h 16 // CrosSettingsProvider that abstracts switching of stats/crash
  /external/chromium/chrome/browser/ui/cocoa/
tab_view_picker_table.h 14 // of the tab view, clicking the table updates the tab view, and switching
  /external/chromium_org/ash/
scoped_target_root_window.h 17 // switching a target root window so that a new window gets created
  /external/chromium_org/cc/output/
geometry_binding.h 25 // positions and texture coordinates. This allows switching shaders without
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_profile_observer.h 14 // Monitors profile switching for ChromeOS to check the per-user
  /external/chromium_org/content/common/
power_monitor_messages.h 18 // as from switching between battery and A/C power.
  /external/chromium_org/content/public/test/
test_content_client_initializer.h 27 // Enables switching RenderViewHost creation to use the test version instead
  /external/chromium_org/remoting/host/
host_window_proxy.h 35 // All thread switching logic is implemented in the ref-counted |Core| class.
  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 23 [Switching to thread 1 (Thread ....)]
27 [Switching to thread 2 (Thread ....)]
36 [Switching to thread 3 (Thread ....)]
45 [Switching to thread 4 (Thread ....)]
  /frameworks/base/packages/Keyguard/res/values-mcc262-mnc07/
bools.xml 19 This makes the entire interface consistent by switching back to normal case. -->
  /frameworks/base/packages/Keyguard/res/values-mcc262-mnc08/
bools.xml 19 This makes the entire interface consistent by switching back to normal case. -->
  /frameworks/base/packages/Keyguard/res/values-mcc262-mnc11/
bools.xml 19 This makes the entire interface consistent by switching back to normal case. -->

Completed in 5045 milliseconds

1 2 3 4 5 6 7 8 91011>>