HomeSort by relevance Sort by last modified time
    Searched full:operations (Results 1 - 25 of 8600) 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/chrome/browser/chromeos/file_system_provider/operations/
test_util.cc 5 #include "chrome/browser/chromeos/file_system_provider/operations/test_util.h"
10 namespace operations { namespace in namespace:chromeos::file_system_provider
31 } // namespace operations
  /dalvik/dx/tests/116-leb128/
info.txt 1 Performs little endian operations.
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfOps.h 11 // Signature for all the operations available in pdf.
15 // Map of string to function pointer for all known draw operations.
  /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/skia/experimental/PdfViewer/src/
SkPdfOps.h 11 // Signature for all the operations available in pdf.
15 // Map of string to function pointer for all known draw operations.
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
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/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/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
  /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/cc/animation/
transform_operations.h 22 // Transform operations are a decomposed transformation matrix. It can be
24 // intelligently with other transform operations, so long as they represent the
28 // we have two dissimilar sets of transform operations, but the effect may not
37 // Returns a transformation matrix representing these transform operations.
40 // Given another set of transform operations and a progress in the range
42 // value. If this->MatchesTypes(from), then each of the operations are
60 // Returns true if these operations affect scale.
63 // Returns true if these operations are only translations.
70 // Returns true if these operations can be blended. It will only return
75 // If these operations have no more than one scale operation, and if the onl
    [all...]
  /external/chromium_org/ppapi/shared_impl/
file_io_state_manager.h 15 // FileIOStateManager is a helper class that maintains the state of operations.
16 // For example, some operations are mutually exclusive, meaning that an
18 // most of the operations only work when the file has been opened.
46 // that state is correct. For example, some operations are only valid after
47 // the file is opened, or operations might need to run exclusively.
52 // Marks the state of current operations as started or finished.
  /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/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/libnl/lib/
cache_mngt.c 26 * @name Cache Operations Sets
31 * Lookup the set cache operations of a certain cache type
34 * @return The cache operations or NULL if no operations
49 * Associate a message type to a set of cache operations
54 * a registered set of cache operations.
56 * @return The cache operations or NULL if no association
78 * @arg ops cache operations
82 * cache operations.
123 * Register a set of cache operations
    [all...]
  /dalvik/dx/tests/117-modified-utf8/
info.txt 1 Performs modified UTF-8 operations.
  /device/htc/flounder/sepolicy/
tee.te 8 # rpmb operations
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_drag_drop_views.h 25 // Returns the drag operations for the specified node.
30 // set of drop operations (|operations|). This prefers the following ordering:
32 int GetPreferredBookmarkDropOperation(int source_operations, int operations);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/
README.md 4 operations such as addition, multiplication, subtraction and division.
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_setpid.3 11 capng_pid sets the working pid for capabilities operations. This is useful if you want to get the capabilities of a different process.

Completed in 858 milliseconds

1 2 3 4 5 6 7 8 91011>>