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

1 2 3 4 5 6 7 891011>>

  /external/qemu/distrib/sdl-1.2.15/src/thread/dc/
SDL_sysmutex.c 79 /* The order of operations is important.
112 /* The order of operations is important.
  /external/qemu/distrib/sdl-1.2.15/src/thread/generic/
SDL_sysmutex.c 86 /* The order of operations is important.
119 /* The order of operations is important.
  /external/v8/test/mjsunit/regress/
regress-1708.js 48 // the array to trigger left-trimming operations.
57 // Scavenging operations cause lazy sweeping to advance and verify
  /external/webkit/Source/WebCore/page/animation/
ImplicitAnimation.cpp 260 if (val->operations().isEmpty())
263 if (val->operations().isEmpty())
269 if (!toVal->operations().isEmpty()) {
271 if (val->operations().size() != toVal->operations().size())
275 for (size_t j = 0; j < val->operations().size(); ++j) {
276 if (!val->operations()[j]->isSameType(*toVal->operations()[j]))
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformOperations.h 66 Vector<RefPtr<TransformOperation> >& operations() { return m_operations; } function in class:WebCore::TransformOperations
67 const Vector<RefPtr<TransformOperation> >& operations() const { return m_operations; } function in class:WebCore::TransformOperations
  /frameworks/base/docs/html/tools/help/
bmgr.jd 29 and restore operations so that you don't need to repeatedly wipe data or take similar
56 pending backup operations to run immediately by using the <code>bmgr run</code> command:
69 <p>Unlike backup operations, which are batched together and run on an occasional basis, restore
70 operations execute immediately. The Backup Manager currently provides two kinds of restore
71 operations. The first kind restores an entire device with the data that has been backed up. This
123 verify whether the operating system thinks it should be performing such operations at all.</p>
136 data will be saved from the device, and no restore operations will be possible, unless the Backup
167 command. From this point forward, backup and restore operations will be directed through the
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
learning_rate_controller-inl.h 46 // Operations on current iteration number
56 // Mini batch operations
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_custom.c 114 /** Customizable PERF interfaces for all operations other than
124 { /* perform log specific operations */
154 { /* perform log specific operations */
183 { /* perform log specific operations */
212 { /* perform log specific operations */
241 { /* perform log specific operations */
269 { /* perform log specific operations */
311 { /* perform log specific operations */
  /libcore/luni/src/main/java/java/nio/channels/
ReadableByteChannel.java 26 * Read operations are synchronous on a {@code ReadableByteChannel}, that is,
29 * operations will block.
WritableByteChannel.java 26 * Write operations are synchronous on a {@code WritableByteChannel}, that is,
29 * operations will block.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSuggestionExtras.java 54 // all operations on cross-process cursors can throw random exceptions
100 // all operations on cross-process cursors can throw random exceptions
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
parport.h 87 * parport_negotiate to use address operations. They have no effect
92 /* Flags for block transfer operations. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
parport.h 87 * parport_negotiate to use address operations. They have no effect
92 /* Flags for block transfer operations. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_instr.h 45 struct snd_seq_kinstr_ops *ops; /* operations */
90 /* instrument operations */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
parport.h 87 * parport_negotiate to use address operations. They have no effect
92 /* Flags for block transfer operations. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_instr.h 45 struct snd_seq_kinstr_ops *ops; /* operations */
90 /* instrument operations */
  /cts/tests/tests/util/src/android/util/cts/
LogTest.java 31 final String msg = "Test Log operations.";
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MUL_LONG.S 17 * Unlike most ARM math operations, multiply instructions have
  /dalvik/vm/mterp/mips/
OP_SHL_LONG.S 4 * binary operations because vAA/vBB are 64-bit but vCC (the shift
OP_SHR_LONG.S 4 * binary operations because vAA/vBB are 64-bit but vCC (the shift
OP_USHR_LONG.S 4 * binary operations because vAA/vBB are 64-bit but vCC (the shift
  /dalvik/vm/mterp/x86/
OP_SHL_LONG.S 4 * binary operations because vAA/vBB are 64-bit but vCC (the shift
OP_SHR_LONG.S 4 * binary operations because vAA/vBB are 64-bit but vCC (the shift
OP_USHR_LONG.S 4 * binary operations because vAA/vBB are 64-bit but vCC (the shift
  /dalvik/vm/native/
README.txt 11 to finish. DO NOT perform long operations or blocking I/O in here.

Completed in 626 milliseconds

1 2 3 4 5 6 7 891011>>