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

<<31323334353637383940>>

  /frameworks/base/keystore/java/android/security/
KeyStoreParameter.java 72 * deleted when the secure lock screen is disabled or reset (e.g., by the user or a Device
124 * Moreover, this entry will be deleted when the secure lock screen is disabled or reset
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCardApplication.java 234 //0 - Available & Disabled, 1-Available & Enabled, 2-Unavailable.
298 // When mPin1State is DISABLED mIccLockEanbled should be false.
306 loge("QUERY_FACILITY_LOCK:enabled GET_SIM_STATUS.Pin1:disabled."
315 loge("QUERY_FACILITY_LOCK:disabled GET_SIM_STATUS.Pin1:enabled."
709 * false for ICC locked disabled
728 * false for ICC fdn disabled
746 * Set the ICC pin lock enabled or disabled
773 * Set the ICC fdn enabled or disabled
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_throw_on_failure_test.py 32 """Tests Google Test's throw-on-failure mode with exceptions disabled.
50 # exceptions disabled.
gtest_xml_output_unittest_.cc 69 FAIL() << "Unexpected failure: Disabled test should not be run";
83 FAIL() << "Unexpected failure: Disabled test should not be run";
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
facade_iterator_category.hpp 54 // True iff the user has explicitly disabled writability of this
76 // If writability has been disabled per the above metafunction, the
  /packages/apps/Dialer/src/com/android/dialer/list/
DialerPhoneNumberListAdapter.java 22 * These shortcuts can be enabled or disabled to toggle whether or not they show up in the
180 * @return True if the shortcut state (disabled vs enabled) was changed by this operation
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 32 // can be called in onPause() to ensure all profiling is disabled when an
158 // This can happen if the profiling is disabled (probably from
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseActionFragment.java 161 * Don't broadcast the click if the action is disabled or only displays info.
165 // eat events if action is disabled or only displays info
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSyncDisabledTipView.java 46 * currently disabled on this account.
63 // Global auto-sync is on, but Gmail app level sync is disabled for this particular account
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 61 unsigned cd: 1; /*%< checking disabled by resolver */
73 unsigned cd: 1; /*%< checking disabled by resolver */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser_compat.h 61 unsigned cd: 1; /*%< checking disabled by resolver */
73 unsigned cd: 1; /*%< checking disabled by resolver */
  /sdk/find_java/
find_java_lib.vcxproj 75 <Optimization>Disabled</Optimization>
88 <Optimization>Disabled</Optimization>
  /sdk/find_lock/
find_lock_exe.vcxproj 79 <Optimization>Disabled</Optimization>
99 <Optimization>Disabled</Optimization>
  /sdk/sdklauncher/
sdklauncher.vcxproj 78 <Optimization>Disabled</Optimization>
96 <Optimization>Disabled</Optimization>
  /system/core/init/
signal_handler.cpp 104 // Oneshot processes go into the disabled state on exit,
110 // Disabled and reset processes do not get restarted automatically.
  /system/core/libpixelflinger/
picker.cpp 125 // writing to the z-buffer is always disabled if depth-test
126 // is disabled.
  /build/tools/releasetools/
pylintrc 65 disable=invalid-name,missing-docstring,too-many-branches,too-many-locals,too-many-arguments,too-many-statements,duplicate-code,too-few-public-methods,too-many-instance-attributes,too-many-lines,too-many-public-methods,locally-disabled,fixme
264 # List of optional constructs for which whitespace checking is disabled
346 # given file (report RP0402 must not be disabled)
350 # not be disabled)
354 # not be disabled)
  /external/libvpx/libvpx/test/
tools_common.sh 229 # Filter out DISABLED tests.
230 tests_to_filter=$(filter_strings "${tests_to_filter}" ^DISABLED exclude)
261 --run-disabled-tests: Run disabled tests.
306 --run-disabled-tests)
  /external/openssh/
auth-options.c 115 auth_debug_add("Port forwarding disabled.");
122 auth_debug_add("Agent forwarding disabled.");
129 auth_debug_add("X11 forwarding disabled.");
136 auth_debug_add("Pty allocation disabled.");
143 auth_debug_add("User rc file execution disabled.");
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiControlManager.java 166 /** CEC is disabled. */
224 /** CEC is disabled. */
240 /** Clear timer error - CEC is disabled. */
249 /** The HdmiControlService will be disabled to standby. */
367 * <li> before HdmiControlService is disabled.
  /frameworks/base/core/tests/coretests/src/android/content/pm/
ComponentTest.java 202 fail("Attempt to get info on disabled component should fail.");
349 fail("Attempt to get info on disabled component should fail.");
459 fail("Attempt to get info on disabled component should fail.");
491 fail("Attempt to get info on disabled component should fail.");
520 fail("Attempt to get info on disabled component should fail.");
    [all...]
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
SoundTriggerHelper.java 86 // Indicates if the native sound trigger service is disabled or not.
379 private void onServiceStateChangedLocked(boolean disabled) {
380 if (disabled == mServiceDisabled) {
383 mServiceDisabled = disabled;
581 pw.print(" service disabled="); pw.println(mServiceDisabled);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 305 # Filter out DISABLED tests.
306 tests_to_filter=$(filter_strings "${tests_to_filter}" ^DISABLED exclude)
336 --run-disabled-tests: Run disabled tests.
377 --run-disabled-tests)
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
pretty_printers.py 104 """Return "" if PRINTER is enabled, otherwise " [disabled]"."""
108 return " [disabled]"
214 """Print the number of printers enabled/disabled.
299 state = "disabled"
302 # Print the total list of printers currently enabled/disabled.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
pretty_printers.py 104 """Return "" if PRINTER is enabled, otherwise " [disabled]"."""
108 return " [disabled]"
214 """Print the number of printers enabled/disabled.
299 state = "disabled"
302 # Print the total list of printers currently enabled/disabled.

Completed in 211 milliseconds

<<31323334353637383940>>