Searched
full:disabled (Results
526 -
550 of
3983) sorted by null
<<21222324252627282930>>
/external/webkit/Source/WebKit/mac/Misc/ |
WebCache.h | 32 + (void)setDisabled:(BOOL)disabled;
|
WebCache.mm | 128 + (void)setDisabled:(BOOL)disabled 131 return [[self _webkit_invokeOnMainThread] setDisabled:disabled]; 133 WebCore::memoryCache()->setDisabled(disabled); 138 return WebCore::memoryCache()->disabled();
|
/external/webrtc/src/system_wrappers/interface/ |
condition_variable_wrapper.h | 20 // Factory method, constructor disabled.
|
critical_section_wrapper.h | 23 // Factory method, constructor disabled
|
/frameworks/base/core/java/android/preference/ |
PreferenceCategory.java | 26 * and provide a disabled title above the group.
|
TwoStatePreference.java | 33 * enabled/disabled based on the current state. 157 * Returns whether dependents are disabled when this preference is on ({@code true}) 160 * @return Whether dependents are disabled when this preference is on ({@code true}) 168 * Sets whether dependents are disabled when this preference is on ({@code true})
|
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/ |
Android.mk | 27 LOCAL_PROGUARD_ENABLED := disabled
|
/frameworks/base/tests/backup/ |
Android.mk | 43 LOCAL_PROGUARD_ENABLED := disabled
|
/frameworks/ex/variablespeed/tests/ |
Android.mk | 26 LOCAL_PROGUARD_ENABLED := disabled
|
/frameworks/ml/bordeaux/learning/ |
Android.mk | 50 LOCAL_PROGUARD_ENABLED := disabled
|
/frameworks/ml/bordeaux/service/ |
Android.mk | 46 LOCAL_PROGUARD_ENABLED := disabled
|
/frameworks/wilhelm/src/ |
sllog.c | 37 // Errors can't be disabled
|
/ndk/sources/host-tools/sed-4.2.1/ |
README.boot | 9 how to invoke your compiler with warnings disabled. For example,
|
/packages/apps/Camera/src/com/android/camera/ui/ |
TwoStateImageView.java | 24 * A @{code ImageView} which change the opacity of the icon if disabled.
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
TwoStateImageView.java | 26 * A @{code ImageView} which change the opacity of the icon if disabled.
|
/packages/apps/Settings/res/xml/ |
location_settings.xml | 30 <!-- Disabled to avoid confusion on devices with no AGPS
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
EnabledTextEditGroup.java | 24 * a change that is disabled.
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
ImgDisabledButton.java | 25 * A label that can display 2 images depending on its enabled/disabled state.
|
/system/bluetooth/bluedroid/include/bluedroid/ |
bluetooth.h | 42 /* Returns 1 if enabled, 0 if disabled, and -ve on error */
|
/system/core/libsuspend/include/suspend/ |
autosuspend.h | 42 * Returns 0 on success, -1 if autosuspend was not disabled.
|
/system/core/toolbox/ |
setenforce.c | 25 fprintf(stderr, "%s: SELinux is disabled\n", argv[0]);
|
/external/chromium/chrome/browser/resources/ |
new_new_tab.html | 158 <!-- Start disabled. We only enable once we have installed default apps. --> 159 <div id="apps" class="section disabled" section="APPS"> 181 <!-- Start this section disabled because it might not have data, and looks 183 <div id="recently-closed" class="section collapsed disabled" 193 <!-- Start disabled until sync is enabled and foreign sessions are 195 <div id="foreign-sessions" class="section collapsed disabled" 204 <div id="sync-status" class="section disabled">
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_harness.cc | 220 // disabled. There is no need to wait anymore. 263 // The client was offline due to the network being disabled, but is now 275 // Syncing is disabled for the client. There is nothing to do. 294 LOG(ERROR) << "Sync disabled for Client " << id_ << "."; 315 LOG(ERROR) << "Sync disabled for Client " << id_ << "."; 390 LOG(ERROR) << "Sync disabled for Client " << id_ << "."; 411 LOG(ERROR) << "Sync disabled for Client " << id_ << "."; 529 VLOG(1) << "DisableSyncForDatatype(): Disabled sync for datatype " 532 VLOG(1) << "DisableSyncForDatatype(): Sync already disabled for datatype " 564 VLOG(1) << "DisableSyncForAllDatatypes(): Disabled sync for all datatypes on [all...] |
/external/linux-tools-perf/ |
design.txt | 50 __u64 disabled : 1, /* off by default */ 195 The 'disabled' bit specifies whether the counter starts out disabled 196 or enabled. If it is initially disabled, it can be enabled by ioctl 211 until the counter is subsequently enabled or disabled. 408 Counters can be enabled and disabled in two ways: via ioctl and via 409 prctl. When a counter is disabled, it doesn't count or generate 416 or disabled with 421 whole group; that is, while the group leader is disabled, none of the 431 to enable a counter for 'nr' events, after which it gets disabled again [all...] |
/external/chromium/chrome/browser/resources/chromeos/ |
sim_unlock.html | 129 <div id="sim-disabled-overlay" class="dialog" hidden> 131 <div id="sim-disabled-content-area" class="content-area"> 132 <div id="sim-disabled-msg" i18n-content="simDisabledMessage"></div> 134 <div id="disabled-sim-action-area" class="action-area"> 136 <button id="sim-disabled-confirm" i18n-content="ok"></button>
|
Completed in 456 milliseconds
<<21222324252627282930>>