HomeSort by relevance Sort by last modified time
    Searched full:disabled (Results 376 - 400 of 5266) sorted by null

<<11121314151617181920>>

  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_rmnet.h 25 RMNET_IOCTL_SET_QOS_DISABLE = 0x000089F5, /* Set QoS header disabled*/
  /libcore/dalvik/src/main/java/dalvik/system/
CloseGuard.java 104 * Instance used when CloseGuard is disabled to avoid allocation.
123 * failure to close. If CloseGuard is disabled, a non-null no-op
175 // ...but avoid allocating an allocationSite if disabled
196 * before finalization. If CloseGuard is disabled, no action is
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_outfiles_test.py 48 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" timestamp="*" name="AllTests">
49 <testsuite name="PropertyOne" tests="1" failures="0" disabled="0" errors="0" time="*">
56 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" timestamp="*" name="AllTests">
57 <testsuite name="PropertyTwo" tests="1" failures="0" disabled="0" errors="0" time="*">
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test.hpp 38 #endif // auto-linking disabled
  /packages/apps/Camera/src/com/android/camera/ui/
MoreSettingPopup.java 45 // Keep track of which setting items are disabled
46 // e.g. White balance will be disabled when scene mode is set to non-auto
139 // When preferences are disabled, we will display them grayed out. Users
140 // will not be able to change the disabled preferences, but they can still see
TwoStateImageView.java 24 * A @{code ImageView} which change the opacity of the icon if disabled.
  /packages/apps/ContactsCommon/
Android.mk 41 LOCAL_PROGUARD_ENABLED := disabled
  /packages/apps/Exchange/src/com/android/exchange/
Exchange.java 39 // Email app is disabled), ignore.
  /packages/apps/FMRadio/
Android.mk 27 LOCAL_PROGUARD_ENABLED := disabled
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
AlphaDisableableButton.java 24 * A Button which becomes translucent when it is 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/Messaging/tests/
Android.mk 27 LOCAL_JACK_ENABLED := disabled
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationPhotoTeaserView.java 44 // show if 1) sender images are disabled 2) there are items
  /packages/services/Telephony/src/com/android/phone/
InCallScreen.java 21 // 0 = disabled
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/gnu/
option-groups.h 8 symbol undefined if the group is disabled. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/gnu/
option-groups.h 8 symbol undefined if the group is disabled. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/gnu/
option-groups.h 8 symbol undefined if the group is disabled. */
  /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.
  /system/bt/test/suite/cases/
cases.c 43 // These are run with the Bluetooth adapter disabled.
  /system/core/adb/
set_verity_enable_state_service.cpp 120 WriteFdFmt(fd, "Verity already disabled on %s\n", mount_point);
142 enable ? "enabled" : "disabled",
147 WriteFdFmt(fd, "Verity %s on %s\n", enable ? "enabled" : "disabled", mount_point);
172 WriteFdFmt(fd, "verity cannot be disabled/enabled - USER build\n");
  /system/core/libsuspend/include/suspend/
autosuspend.h 43 * Returns 0 on success, -1 if autosuspend was not disabled.
  /system/extras/perfprofd/
cpuconfig.h 29 // previously disabled.
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeUtil.java 208 // If selected subtype preference is disabled, needs to reset.
233 Log.d(TAG, "Current IME was uninstalled or disabled.");
238 // If it's a disabled system ime, add it to the disabled list so that it
258 Log.d(TAG, "--- Save disabled system inputmethod settings. :"
266 // selected. And if the selected subtype of the current input method was disabled,
337 // There is no need to enable/disable subtypes of disabled IMEs.
  /external/google-breakpad/src/processor/
stackwalker_selftest.cc 151 // disabled.
188 // compiler-generated preamble, inlining is disabled.
208 // depends on the compiler-generated prolog, inlining is disabled.
224 // instruction, inlining is disabled.
245 // is disabled.
262 // disabled.
277 // instruction, inlining is disabled.
310 // is dependent on the size of the stack beneath it, inlining is disabled,
384 // Because this calls CountCallerFrames, inlining is disabled.
404 // Because this calls CountCallerFrames, inlining is disabled - but becaus
    [all...]
  /external/linux-tools-perf/src/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
422 whole group; that is, while the group leader is disabled, none of the
432 to enable a counter for 'nr' events, after which it gets disabled again
    [all...]

Completed in 437 milliseconds

<<11121314151617181920>>