HomeSort by relevance Sort by last modified time
    Searched refs:operations (Results 101 - 125 of 215) sorted by null

1 2 3 45 6 7 8 9

  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 163 unsigned fromSize = from.operations().size();
164 unsigned toSize = to.operations().size();
167 RefPtr<TransformOperation> fromOp = (i < fromSize) ? from.operations()[i].get() : 0;
168 RefPtr<TransformOperation> toOp = (i < toSize) ? to.operations()[i].get() : 0;
171 result.operations().append(blendedOp);
175 result.operations().append(toOp ? toOp : identityOp);
177 result.operations().append(fromOp ? fromOp : identityOp);
191 result.operations().append(Matrix3DTransformOperation::create(toT));
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
SelectionKeyTest.java 79 public SelectionKey interestOps(int operations) {
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 21 package org.apache.xpath.operations;
  /external/oprofile/events/i386/atom/
events 20 event:0x12 counters:0,1 um:mul minimum:6000 name:MUL : Multiply operations
21 event:0x13 counters:0,1 um:div minimum:6000 name:DIV : Divide operations
  /external/stressapptest/src/
worker.cc 2908 } operations[2] = { local
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp 5637 TransformOperations operations; local
7094 TransformOperations operations; local
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 20 0x02 mul Multiply operations executed
82 0x01 x87 Computational floating-point operations executed
102 0x02 x87 Retired floating-point operations (Precise Event)
246 0x01 packed_mpy 128 bit SIMD integer multiply operations
247 0x02 packed_shift 128 bit SIMD integer shift operations
248 0x04 pack 128 bit SIMD integer pack operations
249 0x08 unpack 128 bit SIMD integer unpack operations
250 0x10 packed_logical 128 bit SIMD integer logical operations
251 0x20 packed_arith 128 bit SIMD integer arithmetic operations
252 0x40 shuffle_move 128 bit SIMD integer shuffle/move operations
    [all...]
  /external/skia/third_party/glu/libtess/
README 17 CSG operations on polygons.
228 useful for polygon CSG operations (see below).
246 in several merge operations, the total distance moved could be larger.
304 Polygon CSG operations
323 Given two or more polygons of the form above, CSG operations can be
  /external/v8/test/mjsunit/compiler/
short-circuit.js 29 // operations that did not otherwise have test coverage.
  /external/v8/test/mjsunit/
elements-transition.js 40 // We apply the same operations to two identical arrays. The first array
math-round.js 50 // was not properly handled by other operations.
smi-negative-zero.js 28 // Ensure that operations on small integers handle -0.
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsCollection.java 187 entry.operations = historyEntry.operations;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 231 (event.operations & DND.DROP_MOVE) != 0) {
233 } else if ((event.operations & DND.DROP_COPY) != 0) {
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]
  /frameworks/base/core/java/android/content/
SyncManager.java 1960 ArrayList<SyncOperation> operations = new ArrayList<SyncOperation>(); local
    [all...]
  /external/blktrace/doc/
blktrace.tex 32 information about request queue operations up to user space. There are
411 queue & \emph{queue} operations \\ \hline
413 requeue & \emph{requeue} operations \\ \hline
423 normal read/write operations, ie any type of read or write from a
651 a 'B' (for barrier operations) or 'S' (for synchronous operations).
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 283 ArrayList<ContentProviderOperation> operations)
  /external/chromium/base/
string_util.h 159 #error Define string operations appropriately for your platform
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 194 that subsequent operations can use binary comparison.</td>
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp 687 // transform-origin brackets the transform with translate operations.
691 unsigned s = rareNonInheritedData->m_transform->m_operations.operations().size();
695 TransformOperation::OperationType type = rareNonInheritedData->m_transform->m_operations.operations()[i]->getOperationType();
713 rareNonInheritedData->m_transform->m_operations.operations()[i]->apply(transform, borderBoxSize);
725 transform.operations().append(ScaleTransformOperation::create(scale, scale, ScaleTransformOperation::SCALE));
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 40 import org.apache.xpath.operations.Variable;
41 import org.apache.xpath.operations.VariableSafeAbsRef;
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.cc 211 int PreferredDropOperation(int source_operations, int operations) {
212 int common_ops = (source_operations & operations);
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 173 for seeking operations at the very beginning of the stream.
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 97 Additions to Chapter 4 of the 1.4 GL Specification (Per-Fragment Operations
113 between two buffer-swap operations being committed. In unextended GLX the

Completed in 961 milliseconds

1 2 3 45 6 7 8 9