/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
Makefile | 3 # 1 - DEBUG MESSAGES are enabled
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
Makefile | 3 # 1 - DEBUG MESSAGES are enabled
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/ |
Makefile | 3 # 1 - DEBUG MESSAGES are enabled
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/ |
Makefile | 3 # 1 - DEBUG MESSAGES are enabled
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
Makefile | 3 # 1 - DEBUG MESSAGES are enabled
|
/packages/apps/Contacts/res/drawable-finger/ |
btn_dial_action.xml | 25 <!-- Enabled views -->
|
btn_dial_delete.xml | 25 <!-- Enabled views -->
|
btn_dial_voicemail.xml | 25 <!-- Enabled views -->
|
/packages/apps/Email/tests/src/com/android/email/activity/setup/ |
AccountSetupExchangeTests.java | 82 * No user is not OK - not enabled 92 * No password is not OK - not enabled 141 // Setup host auth with variants of SSL enabled and check. This also enables the 154 // Setup host auth with variants of SSL enabled and check. This also enables the
|
/packages/apps/IM/ |
Android.mk | 27 #enabled because so won't be extracted from the system APK
|
/packages/apps/Phone/res/drawable-finger/ |
btn_dial_action.xml | 25 <!-- Enabled views -->
|
btn_dial_delete.xml | 25 <!-- Enabled views -->
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/ |
Whitelist.java | 24 * A set of text fields where speech has been explicitly enabled.
|
/system/bluetooth/bluedroid/include/bluedroid/ |
bluetooth.h | 42 /* Returns 1 if enabled, 0 if disabled, and -ve on error */
|
/dalvik/vm/ |
Dvm.mk | 60 # - debugger enabled 61 # - profiling enabled 62 # - tracked-reference verification enabled 63 # - allocation limits enabled 64 # - GDB helpers enabled 84 # - compiler optimizations enabled (redundant for "release" builds) 85 # - (debugging and profiling still enabled)
|
/external/qemu/audio/ |
audio.c | 146 int enabled; member in struct:fixed_settings 163 1, /* enabled */ 175 1, /* enabled */ 842 static void audio_capture_maybe_changed (CaptureVoiceOut *cap, int enabled) 844 if (cap->hw.enabled != enabled) { 846 cap->hw.enabled = enabled; 847 cmd = enabled ? AUD_CNOTIFY_ENABLE : AUD_CNOTIFY_DISABLE; 856 int enabled = 0 local [all...] |
/external/webkit/WebKit/qt/Api/ |
qwebplugindatabase.cpp | 47 Plugins can be enabled and disabled with setEnabled(). If a plugin is 49 check if a plugin is enabled or not, use enabled(). 174 Enables or disables the plugin, depending on the \a enabled parameter. 181 void QWebPluginInfo::setEnabled(bool enabled) 185 m_package->setEnabled(enabled); 189 Returns true if the plugin is enabled; otherwise returns false.
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
wpagui.ui | 238 <string>Enabled</string> 334 <property name="enabled" > 344 <property name="enabled" > 361 <property name="enabled" > 475 <property name="enabled" > 483 <property name="enabled" > 496 <property name="enabled" >
|
/frameworks/base/docs/html/guide/topics/manifest/ |
receiver-element.jd | 6 <dd><pre class="stx"><receiver android:<a href="#enabled">enabled</a>=["true" | "false"] 40 <dt><a name="enabled"></a>{@code android:enabled}</dt> 47 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#enabled">enabled</a></code> attribute that applies to all 51 the broadcast receiver to be enabled. If either is "{@code false}", it is
|
service-element.jd | 6 <dd><pre class="stx"><service android:<a href="#enabled">enabled</a>=["true" | "false"] 38 <dt><a name="enabled"></a>{@code android:enabled}</dt> 45 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#enabled">enabled</a></code> attribute that applies to all 49 are by default) for the service to be enabled. If either is
|
/external/qemu/android/ |
hw-sensors.c | 87 char enabled; member in struct:__anon4128 109 * - Once at least one sensor is "enabled", this code should periodically 110 * send information about the corresponding enabled sensors. The default 133 * appear if the corresponding sensor has been enabled by the HAL module. 341 if (hw->sensors[nn].enabled) 374 int id, enabled, oldEnabledMask = cl->enabledMask; local 389 if (!hw->sensors[id].enabled) { 393 enabled = (q[0] == '1'); 395 if (enabled) 508 h->sensors[ANDROID_SENSOR_ACCELERATION].enabled = 1 [all...] |
/packages/apps/Contacts/src/com/android/contacts/ui/widget/ |
GenericEditorView.java | 129 public void setEnabled(boolean enabled) { 130 mLabel.setEnabled(enabled); 134 v.setEnabled(enabled); 136 mMore.setEnabled(enabled); 137 mLess.setEnabled(enabled); 201 final boolean enabled = !readOnly; 214 mLabel.setEnabled(enabled); 261 fieldView.setEnabled(enabled); 275 mMore.setEnabled(enabled); 276 mLess.setEnabled(enabled); [all...] |
/external/bison/djgpp/ |
config.bat | 36 set NLS=enabled
37 if not "%NLS%" == "enabled" goto SmallEnv
38 set CACHING=enabled
39 if not "%CACHING%" == "enabled" goto SmallEnv
46 set HTML=enabled
47 if not "%HTML%" == "enabled" goto SmallEnv
88 if "%1" == "dep" set DEPENDENCY_TRACKING=enabled
89 if "%1" == "DEP" set DEPENDENCY_TRACKING=enabled
90 if not "%DEPENDENCY_TRACKING%" == "enabled" goto SmallEnv
100 if "%1" == "libiconvprefix" set LIBICONV_PREFIX=enabled
[all...] |
/external/emma/core/java12/com/vladium/emma/data/ |
CoverageData.java | 121 if ($assert.ENABLED) $assert.ASSERT (coverage.length == rhscoverage.length, "coverage.length [" + coverage.length + "] != rhscoverage.length [" + rhscoverage.length + "]"); 129 if ($assert.ENABLED) $assert.ASSERT (rhsmcoverage == null, "mcoverage == null but rhsmcoverage != null"); 135 if ($assert.ENABLED) $assert.ASSERT (rhsmcoverage != null, "mcoverage != null but rhsmcoverage == null"); 136 if ($assert.ENABLED) $assert.ASSERT (mcoverage.length == rhsmcoverage.length, "mcoverage.length [" + mcoverage.length + "] != rhsmcoverage.length [" + rhsmcoverage.length + "]"); 222 if ($assert.ENABLED) $assert.ASSERT (coverageMap != null, "coverageMap is null");
|
MetaData.java | 91 // if ($assert.ENABLED) $assert.ASSERT (cls != null, "cls is null"); 98 if ($assert.ENABLED) $assert.ASSERT (classVMName != null, "className is null"); 110 if ($assert.ENABLED) $assert.ASSERT (cls != null, "cls is null"); 203 if ($assert.ENABLED) $assert.ASSERT (options != null, "options is null"); 272 if ($assert.ENABLED) $assert.ASSERT (options != null, "options is null");
|