/external/jsilver/src/com/google/clearsilver/jsilver/ |
JSilverOptions.java | 50 * avoid any possible unexpected changes in behavior it is disabled by default. 73 * to be disabled. 233 * disabled by default.
|
/external/kernel-headers/original/uapi/mtd/ |
mtd-abi.h | 258 * @MTD_FILE_MODE_NORMAL: OTP disabled, ECC enabled 261 * @MTD_FILE_MODE_RAW: OTP disabled, ECC disabled
|
/external/libvpx/libvpx/build/make/ |
rtcd.pl | 14 my %disabled = (); 19 $disabled{$1} = 1, next if /--disable-(.*)/; 193 foreach (@_) { push @filtered, $_ unless $disabled{$_}; }
|
/external/libxml2/test/valid/dtds/ |
xhtml1-frameset.dtd | 939 disabled (disabled) #IMPLIED 962 disabled (disabled) #IMPLIED 972 disabled (disabled) #IMPLIED 980 disabled (disabled) #IMPLIED 991 disabled (disabled) #IMPLIE [all...] |
xhtml1-transitional.dtd | 910 disabled (disabled) #IMPLIED 933 disabled (disabled) #IMPLIED 943 disabled (disabled) #IMPLIED 951 disabled (disabled) #IMPLIED 962 disabled (disabled) #IMPLIE [all...] |
/external/llvm/lib/CodeGen/ |
RegAllocFast.cpp | 95 // A disabled register is not available for allocation, but an alias may 96 // be in use. A register can only be moved out of the disabled state if 97 // all aliases are disabled. 373 // Alias and we mark all the aliases as disabled before freeing 375 // In the latter case, since PhysReg was disabled, this means that 399 // All aliases are disabled, bring register into working set. 422 // This is a disabled register, disable all aliases. 445 // Returns 0 when PhysReg is free or disabled with all aliases disabled - it 469 // This is a disabled register, add up cost of aliases [all...] |
/external/owasp/sanitizer/tools/findbugs/doc/ |
updateChecking.html | 80 for you, and whether update checking is disabled and/or redirected (e.g., run 95 If this plugin enabled, all update checks are disabled. You can move that plugin from findbugs/optionalPlugin to findbugs/plugin, 100 already moved to findbugs/plugin, and the webCloudClient.jar plug in the optional plugin directory (where it is disabled by default).
|
/external/selinux/policycoreutils/sestatus/ |
sestatus.c | 228 printf("disabled\n"); 298 printf("disabled\n"); 309 printf("disabled\n");
|
/external/skia/src/gpu/ |
GrStencil.h | 255 bool disabled = GR_STENCIL_SETTINGS_IS_DISABLED( local 259 fFlags |= disabled ? kIsDisabled_StencilFlag : kNotDisabled_StencilFlag; 260 return disabled;
|
/external/strace/linux/ |
mtd-abi.h | 257 * @MTD_FILE_MODE_NORMAL: OTP disabled, ECC enabled 260 * @MTD_FILE_MODE_RAW: OTP disabled, ECC disabled
|
/external/toybox/scripts/ |
make.sh | 145 # always #define the relevant macro, even when it's disabled, because we 146 # allow multiple NEWTOY() in the same C file. (When disabled the FLAG is 0, 177 # If no pair (because command's disabled in config), use " " for flags
|
/external/v8/src/ |
bailout-reason.h | 96 "ForInStatement optimization is disabled") \ 110 V(kHydrogenFilter, "Optimization disabled by filter") \ 204 V(kOptimizationDisabled, "Optimization is disabled") \
|
/external/vboot_reference/firmware/lib/tpm_lite/include/ |
tpm_error_messages.h | 40 "The TPM is disabled" },
42 "The target command has been disabled" },
48 "The ability to install an owner is disabled" },
|
/external/zlib/src/contrib/vstudio/vc10/ |
minizip.vcxproj | 124 <Optimization>Disabled</Optimization>
185 <Optimization>Disabled</Optimization>
212 <Optimization>Disabled</Optimization>
|
/frameworks/base/core/java/android/app/backup/ |
BackupManager.java | 190 * Enable/disable the backup service entirely. When disabled, no backup 193 * mechanism was disabled will still be backed up properly if it is enabled 235 * the archival restore dataset (if any). When disabled, no such attempt will
|
/frameworks/base/core/java/com/android/server/ |
BootReceiver.java | 192 if (db == null || !db.isTagEnabled(tag)) return; // Logging disabled 212 if (db == null || !db.isTagEnabled(tag)) return; // Logging disabled 246 if (db == null || !db.isTagEnabled(tag)) return; // Logging disabled
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
KeyguardViewMediator.java | 110 * that the keyguard be disabled via {@link #setKeyguardEnabled(boolean)}. When 248 * If the user has disabled the keyguard, then requests to exit, this is 361 && mExternallyEnabled) { // not disabled by any app 444 + "show permanently disabled message in lockscreen."); 586 // Assume keyguard is showing (unless it's disabled) until we know for sure... 804 // Lock screen is disabled because the user has set the preference to "None". [all...] |
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
TrackerService.java | 311 * @param provider - name of disabled provider 315 mTrackerData.writeEntry(provider, "provider disabled"); 416 stateString = "disabled";
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
MainInteractionSession.java | 159 int disabled = getUserDisabledShowContext(); local 160 mOptionsText.setText("Disabled: 0x" + Integer.toHexString(disabled));
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
rtcd.pl | 14 my %disabled = (); 19 $disabled{$1} = 1, next if /--disable-(.*)/; 193 foreach (@_) { push @filtered, $_ unless $disabled{$_}; }
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
AdapterState.java | 54 static final int DISABLED = 24; 397 case DISABLED: 498 sendMessage(DISABLED);
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastConfigService.java | 180 // Check if ETWS/CMAS test message is forced disabled on the device. 334 if (DBG) log("disabled emergency cell broadcast channels"); 365 // Unregister Severe alerts also, if Extreme alerts are disabled
|
/packages/apps/Messaging/src/android/support/v7/mms/ |
MmsNetworkManager.java | 141 throw new MmsNetworkException("Mobile data is disabled"); 233 // disconnected due to mobile data disabled therefore needs to fast fail 234 // (on some devices if mobile data disabled and starting MMS would cause
|
/packages/apps/Settings/src/com/android/settings/location/ |
LocationSettings.java | 332 // be disabled but checked. 334 // Disable the whole switch bar instead of the switch itself. If we disabled the switch 335 // only, it would be re-enabled again if the switch bar is not disabled.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/mtd/ |
mtd-abi.h | 256 * @MTD_FILE_MODE_NORMAL: OTP disabled, ECC enabled 259 * @MTD_FILE_MODE_RAW: OTP disabled, ECC disabled
|