/external/llvm/test/MC/Sparc/ |
sparcv9-instructions.s | 24 ! V8: error: instruction requires a CPU feature not currently enabled 30 ! V8: error: instruction requires a CPU feature not currently enabled 34 ! V8: error: instruction requires a CPU feature not currently enabled 56 ! V8: error: instruction requires a CPU feature not currently enabled 61 ! V8: error: instruction requires a CPU feature not currently enabled 66 ! V8: error: instruction requires a CPU feature not currently enabled 68 ! V8: error: instruction requires a CPU feature not currently enabled 75 ! V8: error: instruction requires a CPU feature not currently enabled 80 ! V8: error: instruction requires a CPU feature not currently enabled 85 ! V8: error: instruction requires a CPU feature not currently enabled [all...] |
/external/skia/tests/ |
SubsetPath.cpp | 104 bool enabled = fSelected[0]; local 107 if (enabled && addMoveTo) { 115 if (enabled) { 120 if (enabled) { 125 if (enabled) { 130 if (enabled) { 135 if (enabled) { 141 enabled = fSelected[contourCount]; 194 bool enabled = SkPath::kLine_Verb <= verb && verb <= SkPath::kCubic_Verb local 196 if (enabled) { [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
FlashlightController.java | 80 public void setFlashlight(boolean enabled) { 83 if (mFlashlightEnabled != enabled) { 84 mFlashlightEnabled = enabled; 86 mCameraManager.setTorchMode(mCameraId, enabled); 150 private void dispatchModeChanged(boolean enabled) { 151 dispatchListeners(DISPATCH_CHANGED, enabled); 206 public void onTorchModeChanged(String cameraId, boolean enabled) { 209 setTorchMode(enabled); 225 private void setTorchMode(boolean enabled) { 228 changed = mFlashlightEnabled != enabled; [all...] |
/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; 60 // "Enabled" if <Report ARC Initiated> is acknowledged and no 103 private void setArcStatus(boolean enabled) { 104 boolean wasEnabled = tv().setArcStatus(enabled); 105 Slog.i(TAG, "Change arc status [old:" + wasEnabled + ", new:" + enabled + "]"); 107 // If enabled before and set to "disabled" and send <Report Arc Terminated> to 109 if (!enabled && wasEnabled) {
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pWfdInfo.java | 70 public void setWfdEnabled(boolean enabled) { 71 mWfdEnabled = enabled; 91 public void setCoupledSinkSupportAtSource(boolean enabled) { 92 if (enabled ) { 103 public void setCoupledSinkSupportAtSink(boolean enabled) { 104 if (enabled ) { 115 public void setSessionAvailable(boolean enabled) { 116 if (enabled) { 147 sbuf.append("WFD enabled: ").append(mWfdEnabled);
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiConfigurationTestUtil.java | 41 * @param enabled whether the configuration is enabled 47 boolean shared, boolean enabled, String fqdn, String providerFriendlyName) { 53 config.status = enabled ? WifiConfiguration.Status.ENABLED 69 * @param enabled whether the configuration is enabled 76 boolean shared, boolean enabled, String fqdn, String providerFriendlyName, 78 WifiConfiguration config = generateWifiConfig(networkId, uid, ssid, shared, enabled, fqdn,
|
/frameworks/base/core/java/com/android/internal/os/ |
SamplingProfilerIntegration.java | 47 private static final boolean enabled; field in class:SamplingProfilerIntegration 71 enabled = true; 72 Log.i(TAG, "Profiling enabled. Sampling interval ms: " 76 enabled = true; 81 enabled = false; 90 * Is profiling enabled? 93 return enabled; 97 * Starts the profiler if profiling is enabled. 100 if (!enabled) { 116 * Writes a snapshot if profiling is enabled [all...] |
/frameworks/support/compat/java/android/support/v4/view/accessibility/ |
AccessibilityManagerCompat.java | 118 public void onAccessibilityStateChanged(boolean enabled) { 119 listener.onAccessibilityStateChanged(enabled); 164 public void onTouchExplorationStateChanged(boolean enabled) { 165 listener.onTouchExplorationStateChanged(enabled); 234 * Returns the {@link AccessibilityServiceInfo}s of the enabled accessibility services 253 * Returns if the touch exploration in the system is enabled. 256 * @return True if touch exploration is enabled, false otherwise. 301 * @param enabled Whether accessibility is enabled. 303 void onAccessibilityStateChanged(boolean enabled); [all...] |
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-lm32.texi | 30 @cindex @code{-mmultiply-enabled} command line option, LM32 31 @item -mmultiply-enabled 34 @cindex @code{-mdivide-enabled} command line option, LM32 35 @item -mdivide-enabled 38 @cindex @code{-mbarrel-shift-enabled} command line option, LM32 39 @item -mbarrel-shift-enabled 42 @cindex @code{-msign-extend-enabled} command line option, LM32 43 @item -msign-extend-enabled 46 @cindex @code{-muser-enabled} command line option, LM32 47 @item -muser-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/androidplot/Examples/DemoApp/res/layout/ |
main.xml | 43 android:enabled="false"/>
47 android:enabled="false"/>
51 android:enabled="true"/>
55 android:enabled="true"/>
59 android:enabled="true"/>
63 android:enabled="true"/>
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
NoOpLog.java | 70 * Debug is never enabled. 77 * Error is never enabled. 84 * Fatal is never enabled. 91 * Info is never enabled. 98 * Trace is never enabled. 105 * Warn is never enabled.
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.testing.internal.fake_gpu_info.html | 23 <td width="100%"><strong>FAKE_GPU_INFO</strong> = {'aux_attributes': {'adapter_luid': 0.0, 'amd_switchable': False, 'basic_info_state': 1, 'can_lose_context': False, 'context_info_state': 1, 'direct_rendering': True, 'driver_date': '', 'driver_vendor': 'NVIDIA', 'driver_version': '331.79', 'gl_extensions': 'GL_AMD_multi_draw_indirect GL_ARB_arrays_of_arra..._depth_texture GL_SGIX_shadow GL_SUN_slice_accum ', ...}, 'devices': [{'device_id': 3576.0, 'device_string': '', 'vendor_id': 4318.0, 'vendor_string': ''}], 'driver_bug_workarounds': ['clear_uniforms_before_first_program_use', 'disable_gl_path_rendering', 'init_gl_position_in_vertex_shader', 'init_vertex_attributes', 'remove_pow_with_constant_exponent', 'scalarize_vec_and_mat_constructor_args', 'use_current_program_after_successful_link', 'use_virtualized_gl_contexts'], 'feature_status': {'2d_canvas': 'unavailable_software', 'flash_3d': 'enabled', 'flash_stage3d': 'enabled', 'flash_stage3d_baseline': 'enabled', 'gpu_compositing': 'enabled', 'multiple_raster_threads': 'enabled_on', 'rasterization': 'disabled_software', 'video_decode': 'unavailable_software', 'video_encode': 'enabled', 'webgl': 'enabled'}}</td></tr></table>
|
/external/dbus/dbus/ |
dbus-timeout.c | 51 unsigned int enabled : 1; /**< True if timeout is active. */ member in struct:DBusTimeout 55 * Creates a new DBusTimeout, enabled by default. 81 timeout->enabled = TRUE; 143 * Changes the timeout's enabled-ness. Note that you should use 150 * @param enabled #TRUE if timeout should be enabled. 154 dbus_bool_t enabled) 156 timeout->enabled = enabled != FALSE; 182 DBusTimeoutToggledFunction timeout_toggled_function; /**< Callback when timeout is enabled/disabled or changes interval * [all...] |
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/ |
NoOpLog.java | 92 * Debug is never enabled. 101 * Error is never enabled. 110 * Fatal is never enabled. 119 * Info is never enabled. 128 * Trace is never enabled. 137 * Warn is never enabled.
|
/external/tlsdate/man/ |
tlsdated.conf.5 | 24 If enabled, don't actually adjust the system time. 34 If enabled, try loading the current timestamp out of the cache directory. 36 If enabled, use a netlink socket to get network events; otherwise, read network 39 If enabled, save the current timestamp to the cache directory every so often and 42 If enabled, set the hwclock to the fetched time. 48 If enabled, tlsdated will be annoyingly verbose in syslog and on stdout.
|
/external/webrtc/webrtc/base/ |
firewallsocketserver.h | 45 void set_udp_sockets_enabled(bool enabled) { udp_sockets_enabled_ = enabled; } 46 void set_tcp_sockets_enabled(bool enabled) { tcp_sockets_enabled_ = enabled; } 48 void set_tcp_listen_enabled(bool enabled) { tcp_listen_enabled_ = enabled; }
|
/frameworks/base/core/tests/coretests/EnabledTestApp/ |
AndroidManifest.xml | 23 <activity android:name=".DisabledActivity" android:enabled="false" > 29 <service android:name=".DisabledService" android:enabled="false" > 31 <receiver android:name=".DisabledReceiver" android:enabled="false" > 36 <provider android:name=".DisabledProvider" android:enabled="false" 41 <service android:name=".EnabledService" android:enabled="true" > 50 android:process=":enabled.provider.process" />
|
/packages/apps/TV/src/com/android/tv/menu/ |
PlayControlsButton.java | 93 public void setEnabled(boolean enabled) { 94 super.setEnabled(enabled); 95 mButton.setEnabled(enabled); 96 mIcon.setEnabled(enabled); 97 mIcon.setAlpha(enabled ? ALPHA_ENABLED : ALPHA_DISABLED); 98 mLabel.setEnabled(enabled);
|
/external/libvpx/libvpx/ |
configure | 65 Codecs can be selectively enabled or disabled individually, or by family: 162 # 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 390 if enabled experimental; then 409 # If the codec family is enabled, enable all components of that family. 413 enabled ${c%%_*} && enable_feature ${c} 419 # Enable the codec family if any component of that family is enabled 421 enabled $c && enable_feature ${c%_*} 424 # Set the {en,de}coders variable if any algorithm in that class is enabled [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudfront/ |
test_connection.py | 33 <Enabled>true</Enabled> 47 self.assertEqual(response[0].enabled, True) 65 <Enabled>true</Enabled> 79 self.assertTrue(response.enabled) 93 <Enabled>true</Enabled> 113 <Enabled>false</Enabled> [all...] |
/libcore/dalvik/src/main/java/dalvik/system/ |
CloseGuard.java | 109 * Enabled by default so we can catch issues early in VM startup. 113 private static volatile boolean ENABLED = true; 121 * Returns a CloseGuard instance. If CloseGuard is enabled, {@code 127 if (!ENABLED) { 135 * warns if it is enabled for both allocation and finalization. 137 public static void setEnabled(boolean enabled) { 138 ENABLED = enabled; 162 * If CloseGuard is enabled, {@code open} initializes the instance 168 * whether or not CloseGuard is enabled [all...] |
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
SSLSocketImplTest.java | 414 String[] enabled = socket.getEnabledCipherSuites(); local 415 assertNotNull(enabled); 417 for (int i = 0; i < enabled.length; i++) { 421 if (enabled[i].equals(supported[j])) { 425 fail("Enabled suite does not belong to the set " 426 + "of supported cipher suites: " + enabled[i]); 431 enabled = new String[supported.length - i]; 433 enabled, 0, supported.length - i); 434 socket.setEnabledCipherSuites(enabled); 436 if (result.length != enabled.length) 461 String[] enabled = socket.getEnabledCipherSuites(); local 527 String[] enabled = socket.getEnabledProtocols(); local 574 String[] enabled = socket.getEnabledProtocols(); local [all...] |
/external/autotest/ |
PRESUBMIT.cfg | 3 # any checks you want to leave enabled. Edit utils/pylintrc to disable any 13 # Not enabled because it takes a few minutes. Put here for convenience
|