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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/Android.mk
19 test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_or
23 test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong_explicit
27 test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_exchange
31 test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak_explici
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableFilterOperations.h 42 static PassRefPtrWillBeRawPtr<AnimatableFilterOperations> create(const FilterOperations& operations)
44 return adoptRefWillBeNoop(new AnimatableFilterOperations(operations));
46 const FilterOperations& operations() const { return m_operations; } function in class:WebCore::FINAL
55 AnimatableFilterOperations(const FilterOperations& operations)
56 : m_operations(operations)
AnimatableFilterOperations.cpp 41 return !operations().canInterpolateWith(target->operations());
51 size_t fromSize = operations().size();
52 size_t toSize = target->operations().size();
55 FilterOperation* from = (i < fromSize) ? m_operations.operations()[i].get() : 0;
56 FilterOperation* to = (i < toSize) ? target->m_operations.operations()[i].get() : 0;
59 result.operations().append(blendedOp);
68 return operations() == toAnimatableFilterOperations(value)->operations();
  /external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.arith/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.arith/Android.mk
19 test_name := atomics/atomics.types.operations/atomics.types.operations.arith/nothing_to_do
  /external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.general/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.general/Android.mk
19 test_name := atomics/atomics.types.operations/atomics.types.operations.general/nothing_to_do
  /external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.pointer/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.pointer/Android.mk
19 test_name := atomics/atomics.types.operations/atomics.types.operations.pointer/nothing_to_do
  /external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.templ/
Android.mk 17 test_makefile := external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.templ/Android.mk
19 test_name := atomics/atomics.types.operations/atomics.types.operations.templ/nothing_to_do
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerReflectionInfo.cpp 93 transform.operations().append(TranslateTransformOperation::create(Length(0, Fixed),
95 transform.operations().append(TranslateTransformOperation::create(Length(0, Fixed),
97 transform.operations().append(ScaleTransformOperation::create(1.0, -1.0, ScaleTransformOperation::Scale));
101 transform.operations().append(ScaleTransformOperation::create(1.0, -1.0, ScaleTransformOperation::Scale));
102 transform.operations().append(TranslateTransformOperation::create(Length(0, Fixed),
104 transform.operations().append(TranslateTransformOperation::create(Length(0, Fixed),
109 transform.operations().append(TranslateTransformOperation::create(Length(100., Percent),
111 transform.operations().append(TranslateTransformOperation::create(
113 transform.operations().append(ScaleTransformOperation::create(-1.0, 1.0, ScaleTransformOperation::Scale));
117 transform.operations().append(ScaleTransformOperation::create(-1.0, 1.0, ScaleTransformOperation::Scale))
    [all...]
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.fill/fill_n
23 test_name := algorithms/alg.modifying.operations/alg.fill/fill
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.generate/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.generate/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.generate/generate_n
23 test_name := algorithms/alg.modifying.operations/alg.generate/generate
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.move/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.move/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.move/move_backward
23 test_name := algorithms/alg.modifying.operations/alg.move/move
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.reverse/reverse_copy
23 test_name := algorithms/alg.modifying.operations/alg.reverse/reverse
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.rotate/rotate_copy
23 test_name := algorithms/alg.modifying.operations/alg.rotate/rotate
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.swap/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.swap/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.swap/iter_swap
23 test_name := algorithms/alg.modifying.operations/alg.swap/swap_ranges
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.transform/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.transform/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.transform/unary_transform
23 test_name := algorithms/alg.modifying.operations/alg.transform/binary_transform
  /external/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/Android.mk
19 test_name := algorithms/alg.sorting/alg.set.operations/includes/includes
23 test_name := algorithms/alg.sorting/alg.set.operations/includes/includes_comp
  /external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.difference/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.difference/Android.mk
19 test_name := algorithms/alg.sorting/alg.set.operations/set.difference/set_difference_comp
23 test_name := algorithms/alg.sorting/alg.set.operations/set.difference/set_difference
  /external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.intersection/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.intersection/Android.mk
19 test_name := algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection_comp
23 test_name := algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection
  /external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/Android.mk
19 test_name := algorithms/alg.sorting/alg.set.operations/set.union/set_union
23 test_name := algorithms/alg.sorting/alg.set.operations/set.union/set_union_comp
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_rand
23 test_name := algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle
27 test_name := algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_urng
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.java 30 import org.apache.xpath.operations.Div;
31 import org.apache.xpath.operations.Minus;
32 import org.apache.xpath.operations.Mod;
33 import org.apache.xpath.operations.Mult;
34 import org.apache.xpath.operations.Plus;
35 import org.apache.xpath.operations.Quo;
36 import org.apache.xpath.operations.Variable;
109 (pred instanceof org.apache.xpath.operations.Number) ||
  /external/libcxx/test/algorithms/alg.modifying.operations/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/Android.mk
19 test_name := algorithms/alg.modifying.operations/nothing_to_do
  /external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/Android.mk
19 test_name := algorithms/alg.sorting/alg.heap.operations/nothing_to_do
  /external/libcxx/test/algorithms/alg.sorting/alg.set.operations/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/Android.mk
19 test_name := algorithms/alg.sorting/alg.set.operations/nothing_to_do

Completed in 220 milliseconds

1 2 3 4 5 6 7 8 91011>>