/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test_logging.h | 48 // tree. A branch is enabled by default but can be *disabled* to reduce output. 61 #define BWE_TEST_LOGGING_GLOBAL_ENABLE(enabled) 68 // enabled all the way to the root of the call tree to take place. 70 #define BWE_TEST_LOGGING_ENABLE(enabled) 110 #define BWE_TEST_LOGGING_GLOBAL_ENABLE(enabled) \ 112 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalEnable(enabled); \ 116 #define __BWE_TEST_LOGGING_CONTEXT_DECLARE(ctx, line, name, time, enabled) \ 118 __BWE_TEST_LOGGING_CONTEXT_NAME(ctx, line)(name, time, enabled) 122 #define BWE_TEST_LOGGING_ENABLE(enabled) \ 124 static_cast<bool>(enabled)) 201 bool enabled; member in struct:webrtc::testing::bwe::Logging::State [all...] |
bwe_test_logging.cc | 40 Logging::Context::Context(uint32_t name, int64_t timestamp_ms, bool enabled) { 41 Logging::GetInstance()->PushState(ToString(name), timestamp_ms, enabled); local 45 bool enabled) { 46 Logging::GetInstance()->PushState(name, timestamp_ms, enabled); 50 bool enabled) { 51 Logging::GetInstance()->PushState(name, timestamp_ms, enabled); 77 void Logging::SetGlobalEnable(bool enabled) { 79 thread_map_[ThreadWrapper::GetThreadId()].global_state.enabled = enabled; 87 if (state.enabled) { [all...] |
/external/llvm/test/MC/Mips/mips2/ |
invalid-mips32.s | 10 clo $11,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 clz $sp,$gp # 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 eret # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 14 jr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 15 jalr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 16 jalr.hb $4, $5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 17 madd $s6,$13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 18 madd $zero,$9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 19 maddu $s3,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
configure | 57 Codecs can be selectively enabled or disabled individually, or by family: 159 # all targets available are enabled, by default. 190 # to be enabled when doing dist builds, since that's no longer a common 192 enabled doxygen && php -v >/dev/null 2>&1 && enable_feature install_docs 209 if ! enabled alt_tree_layout; then 385 if enabled experimental; then 404 # If the codec family is enabled, enable all components of that family. 408 enabled ${c%%_*} && enable_feature ${c} 414 # Enable the codec family if any component of that family is enabled 416 enabled $c && enable_feature ${c%_* [all...] |
/external/llvm/test/MC/Mips/mips64r6/ |
invalid-mips5.s | 8 bgezal $0, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 9 bgezal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 10 bltzal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 12 suxc1 $f12,$k1($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|
invalid-mips4.s | 8 bgezal $0, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 9 bgezal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 10 bltzal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 ldxc1 $f8,$s7($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 12 lwxc1 $f12,$s1($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 13 sdxc1 $f11,$10($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 14 swxc1 $f19,$12($k0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|
/external/chromium_org/third_party/webrtc/voice_engine/include/ |
voe_audio_processing.h | 76 virtual int GetNsStatus(bool& enabled, NsModes& mode) = 0; 83 virtual int GetAgcStatus(bool& enabled, AgcModes& mode) = 0; 100 virtual int GetEcStatus(bool& enabled, EcModes& mode) = 0; 104 // only be enabled if supported on the current platform; otherwise an error 127 // and low-frequency noise. Recommended to be enabled. 140 bool& enabled, 152 bool& enabled, 182 virtual int GetEcMetricsStatus(bool& enabled) = 0; 208 virtual int GetTypingDetectionStatus(bool& enabled) = 0; 212 // * Time in seconds since the typing detection was enabled [all...] |
voe_volume_control.h | 76 virtual int GetInputMute(int channel, bool& enabled) = 0; 110 virtual int GetSystemOutputMute(bool &enabled) { return -1; } 112 virtual int GetSystemInputMute(bool& enabled) { return -1; }
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
voe_audio_processing_impl.h | 24 virtual int GetNsStatus(bool& enabled, NsModes& mode); 28 virtual int GetAgcStatus(bool& enabled, AgcModes& mode); 38 virtual int GetRxNsStatus(int channel, bool& enabled, NsModes& mode); 44 virtual int GetRxAgcStatus(int channel, bool& enabled, AgcModes& mode); 51 virtual int GetEcStatus(bool& enabled, EcModes& mode); 75 virtual int GetEcMetricsStatus(bool& enabled); 88 virtual int GetTypingDetectionStatus(bool& enabled);
|
/hardware/intel/img/hwcomposer/common/observers/ |
VsyncEventObserver.cpp | 70 WLOGTRACE("vsync is still enabled"); 86 bool VsyncEventObserver::control(bool enabled) 88 ALOGTRACE("enabled = %d on device %d", enabled, mDevice); 89 if (enabled == mEnabled) { 90 WLOGTRACE("vsync state %d is not changed", enabled); 95 bool ret = mVsyncControl->control(mDevice, enabled); 97 ELOGTRACE("failed to control (%d) vsync on display %d", enabled, mDevice); 101 mEnabled = enabled; 124 WLOGTRACE("failed to wait for vsync on display %d, vsync enabled %d", mDevice, mEnabled) [all...] |
/external/llvm/test/MC/Mips/mips3/ |
invalid-mips5.s | 10 ldxc1 $f8,$s7($t3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 12 lwxc1 $f12,$s1($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 13 movf $gp,$8,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 15 movf.d $f6,$f11,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 17 movf.s $f23,$f5,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 19 movn $v1,$s1,$s0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 20 movn.d $f27,$f21,$k0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 21 movn.s $f12,$f0,$s7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 22 movt $zero,$s4,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled [all...] |
/external/apache-http/src/org/apache/http/impl/conn/ |
LoggingSessionOutputBuffer.java | 72 if (this.wire.enabled()) { 79 if (this.wire.enabled()) { 86 if (this.wire.enabled()) { 97 if (this.wire.enabled()) { 105 if (this.wire.enabled()) {
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
DevToolsServer.java | 43 public void setRemoteDebuggingEnabled(boolean enabled, Security security) { 45 nativeSetRemoteDebuggingEnabled(mNativeDevToolsServer, enabled, allowDebugPermission); 48 public void setRemoteDebuggingEnabled(boolean enabled) { 49 setRemoteDebuggingEnabled(enabled, Security.DEFAULT); 56 long devToolsServer, boolean enabled, boolean allowDebugPermission);
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/ |
AudioTrack.cpp | 12 AudioTrack::AudioTrack(const String& id, const AtomicString& kind, const AtomicString& label, const AtomicString& language, bool enabled) 14 , m_enabled(enabled) 23 void AudioTrack::setEnabled(bool enabled) 25 if (enabled == m_enabled) 28 m_enabled = enabled;
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/include/ |
audio_processing.h | 52 DelayCorrection() : enabled(false) {} 53 explicit DelayCorrection(bool enabled) : enabled(enabled) {} 54 bool enabled; member in struct:webrtc::DelayCorrection 64 ReportedDelay() : enabled(true) {} 65 explicit ReportedDelay(bool enabled) : enabled(enabled) {} 66 bool enabled; member in struct:webrtc::ReportedDelay 74 bool enabled; member in struct:webrtc::ExperimentalAgc 82 bool enabled; member in struct:webrtc::ExperimentalNs [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
CellularTile.java | 94 : !cb.enabled || cb.airplaneModeEnabled ? R.drawable.ic_qs_signal_disabled 100 state.overlayIconId = cb.enabled && (cb.dataTypeIconId > 0) ? cb.dataTypeIconId : 0; 102 state.activityIn = cb.enabled && cb.activityIn; 103 state.activityOut = cb.enabled && cb.activityOut; 105 state.label = cb.enabled 109 final String signalContentDesc = cb.enabled && (cb.mobileSignalIconId > 0) 112 final String dataContentDesc = cb.enabled && (cb.dataTypeIconId > 0) && !cb.wifiEnabled 132 boolean enabled; field in class:CellularTile.CallbackInfo 151 public void onWifiSignalChanged(boolean enabled, boolean connected, int wifiSignalIconId, 154 mInfo.wifiEnabled = enabled; [all...] |
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/ |
options_widgets.css | 139 button:not(.custom-appearance):not(.link-button):enabled:hover, 140 input[type='button']:not(.custom-appearance):not(.link-button):enabled:hover, 141 input[type='submit']:not(.custom-appearance):not(.link-button):enabled:hover, 142 select:enabled:hover, 143 input[type='checkbox']:enabled:hover, 144 input[type='radio']:enabled:hover { 152 select:enabled:hover { 160 button:not(.custom-appearance):not(.link-button):enabled:active, 161 input[type='button']:not(.custom-appearance):not(.link-button):enabled:active, 162 input[type='submit']:not(.custom-appearance):not(.link-button):enabled:active [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/ |
ContextMenuItem.h | 55 ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, bool enabled, bool checked); 69 bool enabled() const; 73 ContextMenuItem(ContextMenuAction, const String&, bool enabled, bool checked, const Vector<ContextMenuItem>& subMenuItems);
|
/external/chromium_org/third_party/webrtc/voice_engine/include/mock/ |
mock_voe_volume_control.h | 27 MOCK_METHOD1(GetSystemOutputMute, int(bool &enabled)); 31 MOCK_METHOD2(GetInputMute, int(int channel, bool& enabled)); 33 MOCK_METHOD1(GetSystemInputMute, int(bool& enabled));
|
/external/chromium_org/ui/events/gesture_detection/ |
gesture_provider.h | 39 // enabled, there will always be a delay before a tap event is fired, in 68 void SetMultiTouchZoomSupportEnabled(bool enabled); 71 void SetDoubleTapSupportForPlatformEnabled(bool enabled); 76 void SetDoubleTapSupportForPageEnabled(bool enabled);
|
/frameworks/base/core/java/android/service/persistentdata/ |
PersistentDataBlockManager.java | 123 public void setOemUnlockEnabled(boolean enabled) { 125 sService.setOemUnlockEnabled(enabled); 127 onError("setting OEM unlock enabled to " + enabled); 132 * Returns whether or not "OEM unlock" is enabled or disabled on this device. 138 onError("getting OEM unlock enabled bit");
|
/frameworks/support/v4/ics/android/support/v4/view/accessibility/ |
AccessibilityManagerCompatIcs.java | 31 public void onAccessibilityStateChanged(boolean enabled); 38 public void onAccessibilityStateChanged(boolean enabled) { 39 bridge.onAccessibilityStateChanged(enabled);
|
/frameworks/base/location/java/android/location/ |
SettingInjectorService.java | 29 * Dynamically specifies the enabled status of a preference injected into 111 * Name of the bundle key for the string specifying whether the setting is currently enabled. 115 public static final String ENABLED_KEY = "enabled"; 154 boolean enabled; 156 enabled = onGetEnabled(); 164 sendStatus(intent, enabled); 168 * Send the enabled values back to the caller via the messenger encoded in the 171 private void sendStatus(Intent intent, boolean enabled) { 174 bundle.putBoolean(ENABLED_KEY, enabled); 179 + ", enabled=" + enabled + ", sending message: " + message) [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/ |
configure | 63 Codecs can be selectively enabled or disabled individually, or by family: 170 # all targets available are enabled, by default. 201 # to be enabled when doing dist builds, since that's no longer a common 203 enabled doxygen && enable_feature install_docs 220 if ! enabled alt_tree_layout; then 409 if enabled experimental; then 428 # If the codec family is enabled, enable all components of that family. 432 enabled ${c%%_*} && enable_feature ${c} 438 # Enable the codec family if any component of that family is enabled 440 enabled $c && enable_feature ${c%_* [all...] |
/external/chromium_org/ash/high_contrast/ |
high_contrast_controller.cc | 22 void HighContrastController::SetEnabled(bool enabled) { 23 enabled_ = enabled;
|