/external/chromium_org/third_party/WebKit/Source/core/html/track/ |
AudioTrack.h | 16 static PassRefPtrWillBeRawPtr<AudioTrack> create(const String& id, const AtomicString& kind, const AtomicString& label, const AtomicString& language, bool enabled) 18 return adoptRefWillBeNoop(new AudioTrack(id, kind, label, language, enabled)); 22 bool enabled() const { return m_enabled; } function in class:blink::FINAL 34 AudioTrack(const String& id, const AtomicString& kind, const AtomicString& label, const AtomicString& language, bool enabled);
|
/external/llvm/test/MC/Mips/ |
mips-expansions-bad.s | 5 li $5, 0x100000000 # CHECK: :[[@LINE]]:9: error: instruction requires a CPU feature not currently enabled 6 dli $5, 1 # CHECK: :[[@LINE]]:9: error: instruction requires a CPU feature not currently enabled
|
/external/llvm/test/MC/Mips/mips32r6/ |
invalid-mips32r2.s | 8 madd.d $f18,$f19,$f26,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 9 madd.s $f1,$f31,$f19,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 10 msub.d $f10,$f1,$f31,$f18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 msub.s $f12,$f19,$f10,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 12 nmadd.d $f18,$f9,$f14,$f19 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 13 nmadd.s $f0,$f5,$f25,$f12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 14 nmsub.d $f30,$f8,$f16,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 15 nmsub.s $f1,$f24,$f19,$f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|
invalid-mips4.s | 8 ldxc1 $f8,$s7($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 9 lwxc1 $f12,$s1($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 10 sdxc1 $f11,$10($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 swxc1 $f19,$12($k0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|
/frameworks/base/core/java/android/content/pm/ |
PackageUserState.java | 32 public int enabled; field in class:PackageUserState 43 enabled = COMPONENT_ENABLED_STATE_DEFAULT; 50 enabled = o.enabled;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
LocationController.java | 21 boolean setLocationEnabled(boolean enabled); 26 * A callback for change in location settings (the user has enabled/disabled location). 33 * is enabled in settings.
|
NetworkController.java | 26 void setWifiEnabled(boolean enabled); 32 void onWifiSignalChanged(boolean enabled, boolean connected, int wifiSignalIconId, 35 void onMobileDataSignalChanged(boolean enabled, int mobileSignalIconId, 41 void onAirplaneModeChanged(boolean enabled); 42 void onMobileDataEnabled(boolean enabled); 80 void setMobileDataEnabled(boolean enabled);
|
/hardware/intel/img/hwcomposer/include/ |
IVsyncControl.h | 29 virtual bool control(int disp, bool enabled) = 0;
|
/hardware/intel/img/hwcomposer/ips/common/ |
VsyncControl.h | 32 bool control(int disp, bool enabled);
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/accessibility/ |
FontSizePrefs.java | 41 void onChangeForceEnableZoom(boolean enabled); 42 void onChangeUserSetForceEnableZoom(boolean enabled); 71 public void onChangeForceEnableZoom(boolean enabled) { 72 mFontSizePrefsObserver.onChangeForceEnableZoom(enabled); 75 public void onChangeUserSetForceEnableZoom(boolean enabled) { 76 mFontSizePrefsObserver.onChangeUserSetForceEnableZoom(enabled); 134 public void setUserSetForceEnableZoom(boolean enabled) { 136 sharedPreferencesEditor.putBoolean(PREF_USER_SET_FORCE_ENABLE_ZOOM, enabled); 165 public void setForceEnableZoom(boolean enabled) { 166 nativeSetForceEnableZoom(mFontSizePrefsAndroidPtr, enabled); [all...] |
/external/llvm/test/MC/Mips/mips64r6/ |
invalid-mips3.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 dmult $s7,$9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 13 dmultu $a1,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 14 mfhi $s3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 15 mfhi $sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 16 mflo $s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 17 mthi $s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled [all...] |
/external/chromium_org/chrome/browser/chromeos/accessibility/ |
accessibility_util.cc | 20 void EnableVirtualKeyboard(bool enabled) { 23 enabled);
|
/external/chromium_org/chrome/browser/chromeos/system/ |
input_device_settings.h | 90 void SetTapToClick(bool enabled); 93 void SetThreeFingerClick(bool enabled); 96 void SetTapDragging(bool enabled); 99 void SetNaturalScroll(bool enabled); 172 virtual void SetTapToClick(bool enabled) = 0; 175 virtual void SetThreeFingerClick(bool enabled) = 0; 178 virtual void SetTapDragging(bool enabled) = 0; 181 virtual void SetNaturalScroll(bool enabled) = 0;
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
stats_options_handler.cc | 38 const bool enabled = (checked_str == "true"); local 40 enabled ?
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebMenuItemInfo.h | 55 , enabled(false) 67 bool enabled; member in struct:blink::WebMenuItemInfo
|
/external/llvm/test/MC/Mips/mips3/ |
invalid-mips4.s | 10 ldxc1 $f8,$s7($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 lwxc1 $f12,$s1($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 12 movf $gp,$8,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 14 movf.d $f6,$f11,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 16 movf.s $f23,$f5,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 18 movn $v1,$s1,$s0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 19 movn.d $f27,$f21,$k0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 20 movn.s $f12,$f0,$s7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 21 movt $zero,$s4,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 23 movt.d $f0,$f2,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled [all...] |
/external/llvm/test/MC/Mips/mips4/ |
invalid-mips64.s | 9 clo $t3,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 10 clz $sp,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 dclo $s2,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 12 dclz $s0,$t9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 13 deret # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 14 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 15 madd $s6,$t5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 16 madd $zero,$t1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 17 maddu $s3,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 18 maddu $t8,$s2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled [all...] |
/frameworks/base/core/java/android/service/persistentdata/ |
IPersistentDataBlockService.aidl | 24 * raw data and setting the OEM unlock enabled/disabled bit contained 36 void setOemUnlockEnabled(boolean enabled);
|
/frameworks/native/services/surfaceflinger/ |
Colorizer.h | 37 Colorizer(bool enabled) 38 : mEnabled(enabled) {
|
/packages/apps/Settings/src/com/android/settings/ |
AirplaneModeVoiceActivity.java | 32 boolean enabled = 35 Settings.Global.AIRPLANE_MODE_ON, enabled ? 1 : 0);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
InspectElementModeController.js | 51 enabled: function() 58 if (this.enabled()) 64 var enabled = !this.enabled(); 65 this._toggleSearchButton.toggled = enabled; 69 targets[i].domModel.setInspectModeEnabled(enabled, WebInspector.settings.showUAShadowDOM.get());
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
arrayobj.h | 79 /** Returns the bitmask of all enabled arrays in fixed function mode. 90 /** Returns the bitmask of all enabled arrays in nv shader mode. 98 GLbitfield64 enabled = arrayObj->_Enabled; local 99 return enabled & ~(VERT_BIT_FF_NVALIAS & (enabled >> VERT_ATTRIB_GENERIC0)); 102 /** Returns the bitmask of all enabled arrays in arb/glsl shader mode. 111 GLbitfield64 enabled = arrayObj->_Enabled; local 112 return enabled & ~(VERT_BIT_POS & (enabled >> VERT_ATTRIB_GENERIC0));
|
/external/chromium_org/ui/events/gesture_detection/ |
filtered_gesture_provider.cc | 45 bool enabled) { 46 gesture_provider_.SetMultiTouchZoomSupportEnabled(enabled); 50 bool enabled) { 51 gesture_provider_.SetDoubleTapSupportForPlatformEnabled(enabled); 54 void FilteredGestureProvider::SetDoubleTapSupportForPageEnabled(bool enabled) { 55 gesture_provider_.SetDoubleTapSupportForPageEnabled(enabled);
|
/external/mesa3d/src/mesa/main/ |
arrayobj.h | 79 /** Returns the bitmask of all enabled arrays in fixed function mode. 90 /** Returns the bitmask of all enabled arrays in nv shader mode. 98 GLbitfield64 enabled = arrayObj->_Enabled; local 99 return enabled & ~(VERT_BIT_FF_NVALIAS & (enabled >> VERT_ATTRIB_GENERIC0)); 102 /** Returns the bitmask of all enabled arrays in arb/glsl shader mode. 111 GLbitfield64 enabled = arrayObj->_Enabled; local 112 return enabled & ~(VERT_BIT_POS & (enabled >> VERT_ATTRIB_GENERIC0));
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
SetArcTransmissionStateAction.java | 42 * @param enabled whether to enable ARC Transmission channel 45 boolean enabled) { 50 mEnabled = enabled; 59 // "Enabled" if <Report ARC Initiated> is acknowledged and no 93 private void setArcStatus(boolean enabled) { 94 boolean wasEnabled = tv().setArcStatus(enabled); 95 Slog.i(TAG, "Change arc status [old:" + wasEnabled + ", new:" + enabled + "]"); 97 // If enabled before and set to "disabled" and send <Report Arc Terminated> to 99 if (!enabled && wasEnabled) {
|