HomeSort by relevance Sort by last modified time
    Searched full:perform (Results 201 - 225 of 4574) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/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/webkit/Source/WebCore/bindings/js/
JSDOMStringMapCustom.cpp 60 // Only perform the custom delete if the object doesn't have a native property by this name.
80 // Only perform the custom put if the object doesn't have a native property by this name.
JSStorageCustom.cpp 52 // Only perform the custom delete if the object doesn't have a native property by this name.
78 // Only perform the custom put if the object doesn't have a native property by this name.
  /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/docs/html/design/building-blocks/
text-fields.jd 46 mode that facilitates extending the selection or choosing an action to perform on the selected text.
60 <p>A contextual action bar (CAB) displays the actions available to perform on the selection:
  /frameworks/support/v4/java/android/support/v4/widget/
SearchViewCompat.java 137 * SearchView perform the default action.
148 * @return false if the SearchView should perform the default action of showing any
  /frameworks/support/volley/src/com/android/volley/
NetworkDispatcher.java 90 // If the request was cancelled already, do not perform the
97 // Perform the network request.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/
AndroidPackageRenameChange.java 111 public Change perform(IProgressMonitor pm) throws CoreException { method in class:AndroidPackageRenameChange
112 super.perform(pm);
AndroidTypeRenameChange.java 99 public Change perform(IProgressMonitor pm) throws CoreException { method in class:AndroidTypeRenameChange
100 super.perform(pm);
  /tools/motodev/src/help/studio_help/src/topics/
t_db-connecting.dita 13 <taskbody><prereq>You perform this task from within the MOTODEV Database Explorer view. This view is part of the
45 and pressing F5. Note that MOTODEV Studio does not perform a true synchronization operation; if the database
t_db-creating.dita 15 <prereq>You perform this task from within the MOTODEV Database Explorer view. This view is part of the MOTODEV
43 and pressing F5. Note that MOTODEV Studio does not perform a true synchronization operation; if the database
t_db-table-editing.dita 15 <prereq>You perform this task from within the MOTODEV Database Explorer view. This view is part of the MOTODEV
35 perform other operations, right-click to get a context-sensitive menu that will allow you to:</cmd>
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndActivity.java 31 * This class is an {@link Activity} used to perform end-to-end
  /dalvik/vm/analysis/
DexVerify.h 25 * to most. If we're using "exact GC", we may need to perform some of
  /dalvik/vm/compiler/codegen/
CompilerCodegen.h 41 /* Perform translation chain operation. */
  /dalvik/vm/compiler/template/mips/
fbinopWide.S 6 * If "chkzero" is set to 1, we perform a divide-by-zero check on
  /dalvik/vm/mterp/armv5te/
binop.S 8 * If "chkzero" is set to 1, we perform a divide-by-zero check on
binop2addr.S 8 * If "chkzero" is set to 1, we perform a divide-by-zero check on
binopLit8.S 8 * If "chkzero" is set to 1, we perform a divide-by-zero check on
binopWide.S 8 * If "chkzero" is set to 1, we perform a divide-by-zero check on

Completed in 654 milliseconds

1 2 3 4 5 6 7 891011>>