HomeSort by relevance Sort by last modified time
    Searched full:perform (Results 451 - 475 of 6694) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityCallback.java 63 * Sets an action to perform after the user successfully enters their credentials.
  /frameworks/base/services/java/com/android/server/
MasterClearReceiver.java 49 Slog.e(TAG, "Can't perform master clear/factory reset", e);
  /frameworks/ex/variablespeed/jni/
decode_buffer.h 49 // This vector isn't ideal because we perform a number of queue-like
  /libcore/luni/src/main/java/java/util/concurrent/
RecursiveTask.java 30 * practice), this is likely to perform poorly because the smallest
  /packages/apps/Camera2/src/com/android/camera/ui/
PieMenuButton.java 41 // Perform a customized click as soon as the ACTION_UP event
  /packages/apps/Contacts/src/com/android/contacts/util/
NotifyingAsyncQueryHandler.java 30 * This pattern can be used to perform background queries without leaking
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapMemoryLiteral.java 35 // We could use ByteArrayOutputStream and IOUtils.copy, but it'd perform an unnecessary
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSetObserver.java 22 * is a list of conversations selected by the user to perform an action on. The user could select
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ObjectCache.java 43 * perform any cleanup when the object is released back to the cache
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DatabaseModifier.java 25 * An interface which wraps key database modify operations (insert, update, delete) to perform
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ioctl.h 39 /* Perform the I/O control operation specified by REQUEST on FD.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ioctl.h 39 /* Perform the I/O control operation specified by REQUEST on FD.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ioctl.h 39 /* Perform the I/O control operation specified by REQUEST on FD.
  /prebuilts/tools/common/proguard/proguard4.7/examples/
proguardgui.pro 20 # perform incremental obfuscation based on its mapping file, and only keep the
  /bootable/recovery/
device.h 71 // Perform a recovery action selected from the menu.
79 // actually perform it here and return NO_ACTION.
90 // menu.) Can perform whatever device-specific wiping actions are
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SecureView.java 37 * The activity presents 3 buttons that obtensibly perform a risky security critical
62 * perform its own filtering and provide additional feedback by examining the {@MotionEvent}
64 * a custom view subclass could perform the filtering by overriding
  /external/apache-http/src/org/apache/http/conn/routing/
BasicRouteDirector.java 61 * either the next step to perform, or success, or failure.
105 * either the next step to perform, or success, or failure
140 * either the next step to perform, or success, or failure
  /external/ceres-solver/internal/ceres/
map_util.h 42 // Perform a lookup in a map or hash_map, assuming that the key exists.
66 // Perform a lookup in a map or hash_map.
95 // Perform a lookup in a map or hash_map.
  /external/chromium/net/disk_cache/
sparse_control.h 35 // The operation to perform.
56 // the operation to perform, |offset| is the desired sparse offset, |buf| and
111 // Returns false if an error is detected or there is no need to perform the
  /external/chromium_org/chrome/test/pyautolib/chromeos/
suid_actions.py 6 """Helper script to perform actions as a super-user on ChromeOS.
30 """Helper to perform some super-user actions on ChromeOS."""
35 '-a', '--action', help='Action to perform.')
  /external/chromium_org/net/disk_cache/
sparse_control.h 36 // The operation to perform.
57 // the operation to perform, |offset| is the desired sparse offset, |buf| and
112 // Returns false if an error is detected or there is no need to perform the
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.h 36 // The operation to perform.
52 // the operation to perform, |offset| is the desired sparse offset, |buf| and
121 // Returns false if an error is detected or there is no need to perform the
  /external/chromium_org/ppapi/utility/
completion_callback_factory_thread_traits.h 19 /// The traits defines three nested classes to perform reference counting,
137 /// Acquires the fake "lock". This does nothing except perform checks in
146 /// Releases the fake "lock". This does nothing except perform checks in
  /external/chromium_org/third_party/angle_dx11/extensions/
ANGLE_pack_reverse_row_order.txt 52 that perform ReadPixels may have to either render to an intermediate color
53 buffer before calling ReadPixels or perform a flip in software after
54 ReadPixels. In some systems the GL can perform the row reversal during
  /external/chromium_org/third_party/tlslite/tlslite/integration/
HTTPTLSConnection.py 36 """Called to perform some sort of handshake.
49 @param tlsConnection: The connection to perform the handshake
86 The constructor does not perform the TLS handshake itself, but

Completed in 853 milliseconds

<<11121314151617181920>>