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

<<11121314151617181920>>

  /external/chromium_org/ppapi/proxy/
file_io_resource.h 70 // Class to perform file query operations across multiple threads.
89 // Class to perform file read operations across multiple threads.
  /external/chromium_org/sandbox/win/src/
interception_agent.h 41 // This method should be invoked whenever a new dll is loaded to perform the
66 // The patches to perform are described on dll_info, and thunks is the thunk
  /external/chromium_org/sync/sessions/
data_type_tracker.h 47 // Returns true if there is a good reason to perform a sync cycle. This does
48 // not take into account whether or not now is a good time to perform a sync
  /external/chromium_org/third_party/WebKit/public/web/
WebSpellCheckClient.h 46 // The client should perform spell-checking on the given text. If the
57 // The client should perform spell-checking on the given text. This function will
  /external/chromium_org/third_party/openssl/openssl/apps/
s_time.c 136 static int perform=0; variable
159 perform=0;
233 perform=2;
235 perform=1;
308 if (perform == 0) perform=3;
391 if (!(perform & 1)) goto next;
459 if (!(perform & 2)) goto end;
  /external/chromium_org/v8/src/x64/
lithium-gap-resolver-x64.cc 49 // Skip constants to perform them last. They don't block other moves
57 // Perform the moves with constant sources.
70 // Perform a linear sweep of the moves to add them to the initial list of
71 // moves to perform, ignoring any move that is redundant (the source is
85 // graph. We first recursively perform any move blocking this one. We
101 // Perform a depth-first traversal of the move graph to resolve
103 // as this one's destination blocks this one so recursively perform all
133 // we have a cycle. Search for such a blocking move and perform a swap to
  /external/dropbear/libtomcrypt/notes/
tech0002.txt 14 uses the MPI bignum library to perform the operation. The time it takes to compute y is controlled by the number
16 the exponent require the sender to perform a multiplication. This means to a certain extent an attacker can
  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/
DepthOfField.frag 47 // Perform a wide convolution filter and we scatter it
50 // to only perform 12.
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.h 78 * a valid type to perform the requsted operation.
110 * a valid type to perform the requsted operation.
  /external/libselinux/include/selinux/
label.h 84 * selabel_lookup - Perform labeling lookup operation.
90 * Perform a labeling lookup operation. Return %0 on success, -%1 with
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 23 // network, you might allow anyone to perform updates. To do that, you just
32 // perform updates in your dynamic zone, like this:
  /external/openssl/apps/
s_time.c 136 static int perform=0; variable
159 perform=0;
233 perform=2;
235 perform=1;
308 if (perform == 0) perform=3;
391 if (!(perform & 1)) goto next;
459 if (!(perform & 2)) goto end;
  /external/smack/src/org/jivesoftware/smackx/search/
UserSearchManager.java 66 * Returns the form to fill out to perform a search.
69 * @return the form to fill out to perform a search.
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.cc 53 // Skip constants to perform them last. They don't block other moves
61 // Perform the moves with constant sources.
75 // Perform a linear sweep of the moves to add them to the initial list of
76 // moves to perform, ignoring any move that is redundant (the source is
90 // graph. We first recursively perform any move blocking this one. We
105 // Perform a depth-first traversal of the move graph to resolve
107 // as this one's destination blocks this one so recursively perform all
137 // we have a cycle. Search for such a blocking move and perform a swap to
  /external/webrtc/src/common_audio/signal_processing/include/
spl_inl.h 42 // perform long addition
68 // perform subtraction
  /external/wpa_supplicant_8/src/crypto/
md5.c 67 /* perform inner MD5 */
83 /* perform outer MD5 */
sha1.c 66 /* perform inner SHA1 */
82 /* perform outer SHA1 */
sha256.c 66 /* perform inner SHA256 */
82 /* perform outer SHA256 */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 102 ;// Perform the row operations (on columns) using SIMD *
104 ;// Perform the coloumn operations *
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
PowerCommand.java 41 + " Perform a runtime shutdown and reboot device with specified reason.\n"
43 + " Perform a runtime shutdown and power off the device.\n";
  /frameworks/base/docs/html/design/building-blocks/
text-fields.jd 54 mode that facilitates extending the selection or choosing an action to perform on the selected text.
68 <p>A contextual action bar (CAB) displays the actions available to perform on the selection:
  /frameworks/base/docs/html/training/activity-testing/
index.jd 63 <dd>Learn how to how to perform unit testing to
66 <dd>Learn how to perform functional testing to
  /frameworks/native/opengl/libs/GLES_trace/
DESIGN.txt 46 But the other contexts have their gl hooks updated when they perform eglMakeCurrent.
59 restored when they perform a eglMakeCurrent.
  /ndk/build/tools/
build-docs.sh 55 # Path to a Markdown filter program that is used to perform a few NDK-specific
57 # text, not HTML. TODO(digit): Use Markdown Extensions API to perform something
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageScrollView.java 50 * Whether to perform the standard touch interception procedure. This is set to true when we
57 * while this parent will additionally handle the events to perform vertical scrolling.

Completed in 598 milliseconds

<<11121314151617181920>>