HomeSort by relevance Sort by last modified time
    Searched refs:operations (Results 26 - 50 of 435) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libcxx/test/atomics/atomics.types.operations/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.types.operations/Android.mk
19 test_name := atomics/atomics.types.operations/nothing_to_do
  /external/libcxx/test/input.output/iostreams.base/fpos/fpos.operations/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostreams.base/fpos/fpos.operations/Android.mk
19 test_name := input.output/iostreams.base/fpos/fpos.operations/offset
23 test_name := input.output/iostreams.base/fpos/fpos.operations/addition
27 test_name := input.output/iostreams.base/fpos/fpos.operations/subtraction
31 test_name := input.output/iostreams.base/fpos/fpos.operations/streamsize
35 test_name := input.output/iostreams.base/fpos/fpos.operations/eq_int
39 test_name := input.output/iostreams.base/fpos/fpos.operations/ctor_int
43 test_name := input.output/iostreams.base/fpos/fpos.operations/difference
  /external/libcxx/test/re/re.regex/re.regex.operations/
Android.mk 17 test_makefile := external/libcxx/test/re/re.regex/re.regex.operations/Android.mk
19 test_name := re/re.regex/re.regex.operations/tested_elsewhere
  /external/libcxx/test/utilities/function.objects/arithmetic.operations/
Android.mk 17 test_makefile := external/libcxx/test/utilities/function.objects/arithmetic.operations/Android.mk
19 test_name := utilities/function.objects/arithmetic.operations/divides
23 test_name := utilities/function.objects/arithmetic.operations/transparent
27 test_name := utilities/function.objects/arithmetic.operations/negate
31 test_name := utilities/function.objects/arithmetic.operations/modulus
35 test_name := utilities/function.objects/arithmetic.operations/minus
39 test_name := utilities/function.objects/arithmetic.operations/plus
43 test_name := utilities/function.objects/arithmetic.operations/multiplies
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.partitions/partition
23 test_name := algorithms/alg.modifying.operations/alg.partitions/partition_copy
27 test_name := algorithms/alg.modifying.operations/alg.partitions/stable_partition
31 test_name := algorithms/alg.modifying.operations/alg.partitions/is_partitioned
35 test_name := algorithms/alg.modifying.operations/alg.partitions/partition_point
  /external/libcxx/test/utilities/function.objects/bitwise.operations/
Android.mk 17 test_makefile := external/libcxx/test/utilities/function.objects/bitwise.operations/Android.mk
19 test_name := utilities/function.objects/bitwise.operations/bit_not
23 test_name := utilities/function.objects/bitwise.operations/bit_and
27 test_name := utilities/function.objects/bitwise.operations/transparent
31 test_name := utilities/function.objects/bitwise.operations/bit_xor
35 test_name := utilities/function.objects/bitwise.operations/bit_or
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTranslationUtilTest.cpp 91 ops.operations().append(TranslateTransformOperation::create(Length(2, WebCore::Fixed), Length(0, WebCore::Fixed), TransformOperation::TranslateX));
92 ops.operations().append(RotateTransformOperation::create(0.1, 0.2, 0.3, 200000.4, TransformOperation::Rotate3D));
93 ops.operations().append(ScaleTransformOperation::create(50.2, 100, -4, TransformOperation::Scale3D));
107 ops.operations().append(BasicColorMatrixFilterOperation::create(0.5, FilterOperation::SATURATE));
108 ops.operations().append(BasicColorMatrixFilterOperation::create(0.2, FilterOperation::GRAYSCALE));
109 ops.operations().append(BasicColorMatrixFilterOperation::create(0.8, FilterOperation::SEPIA));
110 ops.operations().append(BasicColorMatrixFilterOperation::create(0.1, FilterOperation::OPACITY));
AnimationTranslationUtil.cpp 51 switch (transformOperations.operations()[j]->type()) {
57 ScaleTransformOperation* transform = static_cast<ScaleTransformOperation*>(transformOperations.operations()[j].get());
66 TranslateTransformOperation* transform = static_cast<TranslateTransformOperation*>(transformOperations.operations()[j].get());
75 RotateTransformOperation* transform = static_cast<RotateTransformOperation*>(transformOperations.operations()[j].get());
82 SkewTransformOperation* transform = static_cast<SkewTransformOperation*>(transformOperations.operations()[j].get());
87 MatrixTransformOperation* transform = static_cast<MatrixTransformOperation*>(transformOperations.operations()[j].get());
93 Matrix3DTransformOperation* transform = static_cast<Matrix3DTransformOperation*>(transformOperations.operations()[j].get());
99 PerspectiveTransformOperation* transform = static_cast<PerspectiveTransformOperation*>(transformOperations.operations()[j].get());
105 transformOperations.operations()[j]->apply(m, FloatSize());
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.copy/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.copy/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.copy/copy_n
23 test_name := algorithms/alg.modifying.operations/alg.copy/copy_backward
27 test_name := algorithms/alg.modifying.operations/alg.copy/copy_if
31 test_name := algorithms/alg.modifying.operations/alg.copy/copy
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.remove/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.remove/remove_copy_if
23 test_name := algorithms/alg.modifying.operations/alg.remove/remove_copy
27 test_name := algorithms/alg.modifying.operations/alg.remove/remove
31 test_name := algorithms/alg.modifying.operations/alg.remove/remove_if
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.replace/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.replace/replace_copy_if
23 test_name := algorithms/alg.modifying.operations/alg.replace/replace_copy
27 test_name := algorithms/alg.modifying.operations/alg.replace/replace_if
31 test_name := algorithms/alg.modifying.operations/alg.replace/replace
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.unique/unique_pred
23 test_name := algorithms/alg.modifying.operations/alg.unique/unique_copy
27 test_name := algorithms/alg.modifying.operations/alg.unique/unique_copy_pred
31 test_name := algorithms/alg.modifying.operations/alg.unique/unique
  /external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/Android.mk
19 test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until
23 test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_comp
27 test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap
31 test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until_comp
  /external/libcxx/test/iterators/iterator.primitives/iterator.operations/
Android.mk 17 test_makefile := external/libcxx/test/iterators/iterator.primitives/iterator.operations/Android.mk
19 test_name := iterators/iterator.primitives/iterator.operations/prev
23 test_name := iterators/iterator.primitives/iterator.operations/next
27 test_name := iterators/iterator.primitives/iterator.operations/advance
31 test_name := iterators/iterator.primitives/iterator.operations/distance
  /external/libcxx/test/utilities/function.objects/logical.operations/
Android.mk 17 test_makefile := external/libcxx/test/utilities/function.objects/logical.operations/Android.mk
19 test_name := utilities/function.objects/logical.operations/logical_or
23 test_name := utilities/function.objects/logical.operations/logical_and
27 test_name := utilities/function.objects/logical.operations/logical_not
31 test_name := utilities/function.objects/logical.operations/transparent
  /libcore/luni/src/main/java/java/nio/
SelectionKeyImpl.java 40 public SelectionKeyImpl(AbstractSelectableChannel channel, int operations,
43 interestOps = operations;
68 public SelectionKey interestOps(int operations) {
70 if ((operations & ~(channel().validOps())) != 0) {
74 interestOps = operations;
91 * Allows SelectorImpl to set the ready operations.
95 // about what operations a key is interested in. SelectorImpl is already too complicated.
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
InterpolatedTransformOperation.cpp 63 thisOperations.operations().append(this);
66 fromOperations.operations().append(IdentityTransformOperation::create());
68 fromOperations.operations().append(const_cast<TransformOperation*>(from));
TransformOperationsTest.cpp 62 TransformOperations operations = from.blend(to, t); local
64 operations.apply(FloatSize(0, 0), matrix);
82 fromOps.operations().append(TranslateTransformOperation::create(Length(-30, WebCore::Fixed), Length(20, WebCore::Fixed), 15, TransformOperation::Translate3D));
83 toOps.operations().append(TranslateTransformOperation::create(Length(10, WebCore::Fixed), Length(10, WebCore::Fixed), 200, TransformOperation::Translate3D));
123 fromOps.operations().append(TranslateTransformOperation::create(Length(testTransforms[i][0][0], WebCore::Fixed), Length(testTransforms[i][0][1], WebCore::Fixed), testTransforms[i][0][2], TransformOperation::Translate3D));
124 toOps.operations().append(TranslateTransformOperation::create(Length(testTransforms[i][1][0], WebCore::Fixed), Length(testTransforms[i][1][1], WebCore::Fixed), testTransforms[i][1][2], TransformOperation::Translate3D));
134 fromOps.operations().append(ScaleTransformOperation::create(4, -3, TransformOperation::Scale));
135 toOps.operations().append(ScaleTransformOperation::create(5, 2, TransformOperation::Scale));
178 fromOps.operations().append(TranslateTransformOperation::create(Length(testTransforms[i][0][0], WebCore::Fixed), Length(testTransforms[i][0][1], WebCore::Fixed), testTransforms[i][0][2], TransformOperation::Translate3D));
179 toOps.operations().append(TranslateTransformOperation::create(Length(testTransforms[i][1][0], WebCore::Fixed), Leng (…)
452 TransformOperations operations = toOps.blend(fromOps, maxProgress); local
    [all...]
  /external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/Android.mk
19 test_name := algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap
23 test_name := algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap_comp
  /external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/Android.mk
19 test_name := algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap
23 test_name := algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap_comp
  /external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/Android.mk
19 test_name := algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap_comp
23 test_name := algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap
  /external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/Android.mk
19 test_name := algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap
23 test_name := algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap_comp
  /external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/Android.mk
19 test_name := algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference
23 test_name := algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference_comp
  /libcore/luni/src/main/java/java/nio/channels/
SelectableChannel.java 111 * {@link SelectionKey interest set} is updated to {@code operations}. The
122 * {@code register(selector, operations, null)}.
126 * @param operations
141 public final SelectionKey register(Selector selector, int operations)
143 return register(selector, operations, null);
183 * Gets the set of valid {@link SelectionKey operations} of this channel.
186 * @return the set of operations that this channel supports.
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
String.java 21 package org.apache.xpath.operations;

Completed in 202 milliseconds

12 3 4 5 6 7 8 91011>>