Searched refs:ops (Results 26 - 50 of 323) sorted by relevance

1234567891011>>

/external/libcxx/test/numerics/complex.number/complex.value.ops/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/complex.number/complex.value.ops/Android.mk
19 test_name := numerics/complex.number/complex.value.ops/polar
23 test_name := numerics/complex.number/complex.value.ops/conj
27 test_name := numerics/complex.number/complex.value.ops/abs
31 test_name := numerics/complex.number/complex.value.ops/imag
35 test_name := numerics/complex.number/complex.value.ops/proj
39 test_name := numerics/complex.number/complex.value.ops/real
43 test_name := numerics/complex.number/complex.value.ops/arg
47 test_name := numerics/complex.number/complex.value.ops/norm
/external/libcxx/test/containers/container.adaptors/queue/queue.ops/
H A DAndroid.mk17 test_makefile := external/libcxx/test/containers/container.adaptors/queue/queue.ops/Android.mk
19 test_name := containers/container.adaptors/queue/queue.ops/lt
23 test_name := containers/container.adaptors/queue/queue.ops/eq
/external/libcxx/test/containers/container.adaptors/stack/stack.ops/
H A DAndroid.mk17 test_makefile := external/libcxx/test/containers/container.adaptors/stack/stack.ops/Android.mk
19 test_name := containers/container.adaptors/stack/stack.ops/lt
23 test_name := containers/container.adaptors/stack/stack.ops/eq
/external/libcxx/test/numerics/numeric.ops/accumulate/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/numeric.ops/accumulate/Android.mk
19 test_name := numerics/numeric.ops/accumulate/accumulate
23 test_name := numerics/numeric.ops/accumulate/accumulate_op
/external/libcxx/test/numerics/numeric.ops/adjacent.difference/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/numeric.ops/adjacent.difference/Android.mk
19 test_name := numerics/numeric.ops/adjacent.difference/adjacent_difference_op
23 test_name := numerics/numeric.ops/adjacent.difference/adjacent_difference
/external/libcxx/test/numerics/numeric.ops/inner.product/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/numeric.ops/inner.product/Android.mk
19 test_name := numerics/numeric.ops/inner.product/inner_product
23 test_name := numerics/numeric.ops/inner.product/inner_product_comp
/external/libcxx/test/numerics/numeric.ops/partial.sum/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/numeric.ops/partial.sum/Android.mk
19 test_name := numerics/numeric.ops/partial.sum/partial_sum_op
23 test_name := numerics/numeric.ops/partial.sum/partial_sum
/external/libnl/lib/route/cls/
H A Dematch.c35 * @arg ops Module operations.
39 int rtnl_ematch_register(struct rtnl_ematch_ops *ops) argument
41 if (rtnl_ematch_lookup_ops(ops->eo_kind))
44 nl_list_add_tail(&ops->eo_list, &ematch_ops_list);
51 * @arg ops Module operations.
55 int rtnl_ematch_unregister(struct rtnl_ematch_ops *ops) argument
60 if (ops->eo_kind == o->eo_kind) {
77 struct rtnl_ematch_ops *ops; local
79 nl_list_for_each_entry(ops, &ematch_ops_list, eo_list)
80 if (ops
94 struct rtnl_ematch_ops *ops; local
109 rtnl_ematch_alloc(struct rtnl_ematch_ops *ops) argument
296 struct rtnl_ematch_ops *ops; local
[all...]
/external/libcxx/test/strings/basic.string/string.ops/string.accessors/
H A DAndroid.mk17 test_makefile := external/libcxx/test/strings/basic.string/string.ops/string.accessors/Android.mk
19 test_name := strings/basic.string/string.ops/string.accessors/data
23 test_name := strings/basic.string/string.ops/string.accessors/get_allocator
27 test_name := strings/basic.string/string.ops/string.accessors/c_str
/external/libcxx/test/numerics/complex.number/complex.member.ops/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/complex.number/complex.member.ops/Android.mk
19 test_name := numerics/complex.number/complex.member.ops/divide_equal_complex
23 test_name := numerics/complex.number/complex.member.ops/minus_equal_scalar
27 test_name := numerics/complex.number/complex.member.ops/minus_equal_complex
31 test_name := numerics/complex.number/complex.member.ops/plus_equal_scalar
35 test_name := numerics/complex.number/complex.member.ops/times_equal_complex
39 test_name := numerics/complex.number/complex.member.ops/times_equal_scalar
43 test_name := numerics/complex.number/complex.member.ops/assignment_complex
47 test_name := numerics/complex.number/complex.member.ops/assignment_scalar
51 test_name := numerics/complex.number/complex.member.ops/divide_equal_scala
[all...]
/external/chromium-trace/trace-viewer/src/cc/
H A Dpicture_test.js32 var ops = snapshot.getOps();
33 if (!ops)
35 assertEquals(627, ops.length);
37 var op0 = ops[0];
/external/libcxx/test/numerics/numeric.ops/numeric.iota/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/numeric.ops/numeric.iota/Android.mk
19 test_name := numerics/numeric.ops/numeric.iota/iota
/external/libcxx/test/strings/basic.string/string.ops/
H A DAndroid.mk17 test_makefile := external/libcxx/test/strings/basic.string/string.ops/Android.mk
19 test_name := strings/basic.string/string.ops/nothing_to_do
/external/libcxx/test/strings/basic.string/string.ops/string_substr/
H A DAndroid.mk17 test_makefile := external/libcxx/test/strings/basic.string/string.ops/string_substr/Android.mk
19 test_name := strings/basic.string/string.ops/string_substr/substr
/external/libnl/src/cls/
H A Dutils.c75 struct cls_module *lookup_cls_mod(struct rtnl_cls_ops *ops) argument
80 if (mod->ops == ops)
89 struct rtnl_cls_ops *ops; local
91 if (!(ops = __rtnl_cls_lookup_ops(mod->name)))
95 if (lookup_cls_mod(ops) != NULL)
98 mod->ops = ops;
/external/libcxx/test/containers/associative/map/map.ops/
H A DAndroid.mk17 test_makefile := external/libcxx/test/containers/associative/map/map.ops/Android.mk
19 test_name := containers/associative/map/map.ops/find
23 test_name := containers/associative/map/map.ops/equal_range
27 test_name := containers/associative/map/map.ops/lower_bound
31 test_name := containers/associative/map/map.ops/upper_bound
35 test_name := containers/associative/map/map.ops/count
/external/libcxx/test/containers/associative/multimap/multimap.ops/
H A DAndroid.mk17 test_makefile := external/libcxx/test/containers/associative/multimap/multimap.ops/Android.mk
19 test_name := containers/associative/multimap/multimap.ops/find
23 test_name := containers/associative/multimap/multimap.ops/equal_range
27 test_name := containers/associative/multimap/multimap.ops/lower_bound
31 test_name := containers/associative/multimap/multimap.ops/upper_bound
35 test_name := containers/associative/multimap/multimap.ops/count
/external/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A DAndroid.mk17 test_makefile := external/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/Android.mk
19 test_name := iterators/stream.iterators/istream.iterator/istream.iterator.ops/post_increment
23 test_name := iterators/stream.iterators/istream.iterator/istream.iterator.ops/pre_increment
27 test_name := iterators/stream.iterators/istream.iterator/istream.iterator.ops/dereference
31 test_name := iterators/stream.iterators/istream.iterator/istream.iterator.ops/arrow
35 test_name := iterators/stream.iterators/istream.iterator/istream.iterator.ops/equal
/external/libcxx/test/numerics/complex.number/complex.ops/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/complex.number/complex.ops/Android.mk
19 test_name := numerics/complex.number/complex.ops/scalar_divide_complex
23 test_name := numerics/complex.number/complex.ops/complex_plus_complex
27 test_name := numerics/complex.number/complex.ops/complex_times_scalar
31 test_name := numerics/complex.number/complex.ops/complex_not_equals_scalar
35 test_name := numerics/complex.number/complex.ops/complex_equals_scalar
39 test_name := numerics/complex.number/complex.ops/unary_plus
43 test_name := numerics/complex.number/complex.ops/stream_input
47 test_name := numerics/complex.number/complex.ops/complex_divide_scalar
51 test_name := numerics/complex.number/complex.ops/scalar_plus_comple
[all...]
/external/fio/
H A Dioengines.c25 static int check_engine_ops(struct ioengine_ops *ops) argument
27 if (ops->version != FIO_IOOPS_VERSION) {
28 log_err("bad ioops version %d (want %d)\n", ops->version,
33 if (!ops->queue) {
34 log_err("%s: no queue handler\n", ops->name);
41 if (ops->flags & FIO_SYNCIO)
44 if (!ops->event) {
45 log_err("%s: no event handler\n", ops->name);
48 if (!ops->getevents) {
49 log_err("%s: no getevents handler\n", ops
60 unregister_ioengine(struct ioengine_ops *ops) argument
67 register_ioengine(struct ioengine_ops *ops) argument
76 struct ioengine_ops *ops; local
91 struct ioengine_ops *ops; local
136 struct ioengine_ops *ops, *ret; local
[all...]
/external/yaffs2/yaffs2/
H A Dyaffs_mtdif.c79 struct mtd_oob_ops ops; local
94 ops.mode = MTD_OOB_AUTO;
95 ops.ooblen = 8; /* temp hack */
97 ops.mode = MTD_OOB_RAW;
98 ops.ooblen = YAFFS_BYTES_PER_SPARE;
100 ops.len = data ? dev->nDataBytesPerChunk : ops.ooblen;
101 ops.datbuf = (u8 *)data;
102 ops.ooboffs = 0;
103 ops
143 struct mtd_oob_ops ops; local
[all...]
/external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
H A DAndroid.mk17 test_makefile := external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/Android.mk
19 test_name := iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/assign_c
23 test_name := iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/increment
27 test_name := iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/failed
31 test_name := iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/deref
/external/libcxx/test/strings/basic.string/string.ops/string_find/
H A DAndroid.mk17 test_makefile := external/libcxx/test/strings/basic.string/string.ops/string_find/Android.mk
19 test_name := strings/basic.string/string.ops/string_find/string_size
23 test_name := strings/basic.string/string.ops/string_find/pointer_size
27 test_name := strings/basic.string/string.ops/string_find/pointer_size_size
31 test_name := strings/basic.string/string.ops/string_find/char_size
/external/libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/
H A DAndroid.mk17 test_makefile := external/libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/Android.mk
19 test_name := strings/basic.string/string.ops/string_find.first.not.of/string_size
23 test_name := strings/basic.string/string.ops/string_find.first.not.of/pointer_size
27 test_name := strings/basic.string/string.ops/string_find.first.not.of/pointer_size_size
31 test_name := strings/basic.string/string.ops/string_find.first.not.of/char_size
/external/libcxx/test/strings/basic.string/string.ops/string_find.first.of/
H A DAndroid.mk17 test_makefile := external/libcxx/test/strings/basic.string/string.ops/string_find.first.of/Android.mk
19 test_name := strings/basic.string/string.ops/string_find.first.of/string_size
23 test_name := strings/basic.string/string.ops/string_find.first.of/pointer_size
27 test_name := strings/basic.string/string.ops/string_find.first.of/pointer_size_size
31 test_name := strings/basic.string/string.ops/string_find.first.of/char_size

Completed in 436 milliseconds

1234567891011>>