HomeSort by relevance Sort by last modified time
    Searched refs:enabled (Results 26 - 50 of 3270) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_factory.cc 36 void DhcpProxyScriptFetcherFactory::set_enabled(bool enabled) {
38 feature_enabled_ = enabled;
42 bool DhcpProxyScriptFetcherFactory::enabled() const { function in class:net::DhcpProxyScriptFetcherFactory
dhcp_proxy_script_fetcher_factory_unittest.cc 42 EXPECT_TRUE(factory.enabled());
44 EXPECT_FALSE(factory.enabled());
48 EXPECT_FALSE(factory.enabled());
52 EXPECT_TRUE(factory.enabled());
54 EXPECT_FALSE(factory.enabled());
  /external/chromium_org/remoting/protocol/
input_filter.h 17 // initially have input forwarding enabled.
30 void set_enabled(bool enabled) {
31 enabled_ = enabled;
33 bool enabled() const { function in class:remoting::protocol::InputFilter
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_tveille.c 53 status = cookie_veil->enabled;
54 cookie_veil->enabled = 0xff;
61 cookie_veil->enabled = status;
  /external/chromium_org/ash/
accessibility_delegate.h 34 // Returns true if spoken feedback is enabled.
40 // Returns true if high contrast mode is enabled.
44 virtual void SetMagnifierEnabled(bool enabled) = 0;
49 // Returns true if the screen magnifier is enabled.
56 virtual void SetLargeCursorEnabled(bool enabled) = 0;
58 // Returns ture if Large Cursor is enabled.
62 virtual void SetAutoclickEnabled(bool enabled) = 0;
64 // Returns if autoclick is enabled or not.
68 virtual void SetVirtualKeyboardEnabled(bool enabled) = 0;
70 // Returns if the a11y virtual keyboard is enabled
    [all...]
default_accessibility_delegate.cc 36 void DefaultAccessibilityDelegate::SetMagnifierEnabled(bool enabled) {
37 screen_magnifier_enabled_ = enabled;
52 void DefaultAccessibilityDelegate::SetLargeCursorEnabled(bool enabled) {
53 large_cursor_enabled_ = enabled;
60 void DefaultAccessibilityDelegate::SetAutoclickEnabled(bool enabled) {
61 autoclick_enabled_ = enabled;
68 void DefaultAccessibilityDelegate::SetVirtualKeyboardEnabled(bool enabled) {
69 virtual_keyboard_enabled_ = enabled;
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_util.h 14 void EnableVirtualKeyboard(bool enabled);
16 // Returns true if the Virtual Keyboard is enabled, or false if not.
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_basic_info.h 17 // |enabled| is injected for easier testing.
19 bool enabled,
  /external/chromium_org/chrome/common/cloud_print/
cloud_print_proxy_info.h 17 bool enabled; member in struct:cloud_print::CloudPrintProxyInfo
  /external/chromium_org/content/public/renderer/
media_stream_sink.h 22 virtual void OnEnabledChanged(bool enabled) {}
  /external/llvm/test/MC/Mips/mips5/
invalid-mips64.s 8 clo $11,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 clz $sp,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 dclo $s2,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 dclz $s0,$25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 deret # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 jr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 jalr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 jalr.hb $4, $5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 madd $s6,$13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 madd $zero,$9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
    [all...]
  /external/llvm/test/MC/Mips/mips4/
invalid-mips64r2.s 8 clo $t3,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 clz $sp,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 dclo $s2,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 dclz $s0,$t9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 deret # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 di $s8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 dsbh $v1,$t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 dshd $v0,$sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 ei $t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
    [all...]
  /external/llvm/test/MC/Mips/mips64/
invalid-mips64r2.s 8 di $s8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 drotr $1,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 drotr $1,$14,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 drotr32 $1,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 drotr32 $1,$14,15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 drotrv $1,$14,$15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 dsbh $v1,$14 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 dshd $v0,$sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 ei $14 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 madd.s $f1,$f31,$f19,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
    [all...]
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips64.s 8 addi $13,$9,26322 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 bgezal $0, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 bgezal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 bltzal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 daddi $sp,$s4,-27705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 daddi $sp,-27705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 dadd $sp,$s4,-27705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 dadd $sp,-27705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 dmult $s7,$s4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 dmultu $a1,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
    [all...]
invalid-mips2.s 8 addi $13,$9,26322 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 bgezal $0, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 bgezal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 bltzal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 mfhi $s3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 mfhi $sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 mflo $s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 mthi $s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 mtlo $25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 mtlo $sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
    [all...]
  /external/llvm/test/MC/Mips/mips2/
invalid-mips3.s 8 ceil.l.d $f1,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 ceil.l.s $f18,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 cvt.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 cvt.l.d $f24,$f15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 cvt.l.s $f11,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 cvt.s.l $f15,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 dadd $s3,$at,$ra # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 daddi $sp,$s4,-27705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 daddiu $k0,$s6,-4586 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 daddu $s3,$at,$ra # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
    [all...]
  /external/chromium_org/chrome/browser/android/
feature_utilities.cc 27 jboolean enabled) {
28 document_mode_enabled = enabled;
  /external/chromium_org/chrome/browser/chromeos/system/
fake_input_device_settings.cc 31 void FakeInputDeviceSettings::SetTapToClick(bool enabled) {
33 settings.SetTapToClick(enabled);
37 void FakeInputDeviceSettings::SetThreeFingerClick(bool enabled) {
39 settings.SetThreeFingerClick(enabled);
43 void FakeInputDeviceSettings::SetTapDragging(bool enabled) {
45 settings.SetTapDragging(enabled);
49 void FakeInputDeviceSettings::SetNaturalScroll(bool enabled) {
51 settings.SetNaturalScroll(enabled);
  /external/chromium_org/gpu/command_buffer/client/
client_context_state.h 21 // Returns true if state was cached in which case 'enabled' will be set to the
23 bool GetEnabled(GLenum cap, bool* enabled) const;
27 // 'changed' will be true if the state was different from 'enabled.
28 bool SetCapabilityState(GLenum cap, bool enabled, bool* changed);
  /frameworks/base/core/java/android/app/trust/
ITrustListener.aidl 25 void onTrustChanged(boolean enabled, int userId, boolean initiatedByUser);
  /frameworks/base/core/java/android/hardware/hdmi/
IHdmiVendorCommandListener.aidl 27 void onControlStateChanged(boolean enabled, int reason);
  /frameworks/support/v4/kitkat/android/support/v4/view/
ScaleGestureDetectorCompatKitKat.java 32 public static void setQuickScaleEnabled(Object scaleGestureDetector, boolean enabled) {
33 ((ScaleGestureDetector) scaleGestureDetector).setQuickScaleEnabled(enabled);
  /packages/apps/Settings/src/com/android/settings/search/
Indexable.java 44 * @param enabled hint telling if the data needs to be considered into the search results
49 List<SearchIndexableResource> getXmlResourcesToIndex(Context context, boolean enabled);
55 * @param enabled hint telling if the data needs to be considered into the search results
59 List<SearchIndexableRaw> getRawDataToIndex(Context context, boolean enabled);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
EnabledTextEditGroup.java 32 public EnabledTextEditGroup(String name, boolean enabled) {
34 mEnabled = enabled;
  /external/llvm/test/MC/Mips/mips32/
invalid-mips32r2.s 8 cvt.l.d $f24,$f15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 cvt.l.s $f11,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 di $s8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 ei $t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 ldxc1 $f8,$s7($t7) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 lwxc1 $f12,$s1($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 madd.d $f18,$f19,$f26,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 madd.s $f1,$f31,$f19,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 mfhc1 $s8,$f24 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
    [all...]

Completed in 1409 milliseconds

12 3 4 5 6 7 8 91011>>