Searched refs:test_name (Results 76 - 100 of 1434) sorted by relevance

1234567891011>>

/external/libcxx/test/thread/futures/futures.shared_future/
H A DAndroid.mk19 test_name := thread/futures/futures.shared_future/default macro
23 test_name := thread/futures/futures.shared_future/move_ctor macro
27 test_name := thread/futures/futures.shared_future/copy_ctor macro
31 test_name := thread/futures/futures.shared_future/dtor macro
35 test_name := thread/futures/futures.shared_future/wait_until macro
39 test_name := thread/futures/futures.shared_future/get macro
43 test_name := thread/futures/futures.shared_future/wait macro
47 test_name := thread/futures/futures.shared_future/ctor_future macro
51 test_name := thread/futures/futures.shared_future/move_assign macro
55 test_name macro
59 test_name := thread/futures/futures.shared_future/wait_for macro
[all...]
/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
H A DAndroid.mk19 test_name := thread/thread.condition/thread.condition.condvar/default macro
23 test_name := thread/thread.condition/thread.condition.condvar/notify_one macro
27 test_name := thread/thread.condition/thread.condition.condvar/wait_until macro
31 test_name := thread/thread.condition/thread.condition.condvar/destructor macro
35 test_name := thread/thread.condition/thread.condition.condvar/wait macro
39 test_name := thread/thread.condition/thread.condition.condvar/native_handle macro
43 test_name := thread/thread.condition/thread.condition.condvar/wait_pred macro
47 test_name := thread/thread.condition/thread.condition.condvar/wait_until_pred macro
51 test_name := thread/thread.condition/thread.condition.condvar/notify_all macro
55 test_name macro
59 test_name := thread/thread.condition/thread.condition.condvar/wait_for_pred macro
[all...]
/external/chromium_org/content/test/ppapi/
H A Dppapi_browsertest.cc18 #define STRIP_PREFIXES(test_name) ppapi::StripTestPrefixes(#test_name)
20 #define TEST_PPAPI_IN_PROCESS(test_name) \
21 IN_PROC_BROWSER_TEST_F(PPAPITest, test_name) { \
22 RunTest(STRIP_PREFIXES(test_name)); \
25 #define TEST_PPAPI_OUT_OF_PROCESS(test_name) \
26 IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest, test_name) { \
27 RunTest(STRIP_PREFIXES(test_name)); \
/external/chromium_org/testing/
H A Dmultiprocess_func_list.h43 AppendMultiProcessTest(std::string test_name,
50 int InvokeChildProcessTest(std::string test_name);
/external/chromium_org/tools/json_comment_eater/
H A Djson_comment_eater_test.py10 def _Load(self, test_name):
11 '''Loads the input and expected output for |test_name| as given by reading
12 in |test_name|.json and |test_name|_expected.json, and returns the string
18 return [read(pattern % test_name)
/external/jemalloc/
H A DAndroid.test.mk19 LOCAL_MODULE := $(test_name)
47 test_name := macro
/external/libcxx/test/atomics/atomics.flag/
H A DAndroid.mk19 test_name := atomics/atomics.flag/default macro
23 test_name := atomics/atomics.flag/atomic_flag_clear macro
27 test_name := atomics/atomics.flag/atomic_flag_test_and_set_explicit macro
31 test_name := atomics/atomics.flag/atomic_flag_test_and_set macro
35 test_name := atomics/atomics.flag/init macro
39 test_name := atomics/atomics.flag/clear macro
43 test_name := atomics/atomics.flag/test_and_set macro
47 test_name := atomics/atomics.flag/atomic_flag_clear_explicit macro
/external/libcxx/test/containers/associative/map/map.access/
H A DAndroid.mk19 test_name := containers/associative/map/map.access/index_rv_key macro
23 test_name := containers/associative/map/map.access/at macro
27 test_name := containers/associative/map/map.access/iterator macro
31 test_name := containers/associative/map/map.access/index_tuple macro
35 test_name := containers/associative/map/map.access/size macro
39 test_name := containers/associative/map/map.access/max_size macro
43 test_name := containers/associative/map/map.access/empty macro
47 test_name := containers/associative/map/map.access/index_key macro
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
H A DAndroid.mk19 test_name := language.support/support.limits/limits/numeric.limits.members/const_data_members macro
23 test_name := language.support/support.limits/limits/numeric.limits.members/epsilon macro
27 test_name := language.support/support.limits/limits/numeric.limits.members/has_denorm_loss macro
31 test_name := language.support/support.limits/limits/numeric.limits.members/max_exponent10 macro
35 test_name := language.support/support.limits/limits/numeric.limits.members/round_style macro
39 test_name := language.support/support.limits/limits/numeric.limits.members/signaling_NaN macro
43 test_name := language.support/support.limits/limits/numeric.limits.members/lowest macro
47 test_name := language.support/support.limits/limits/numeric.limits.members/is_iec559 macro
51 test_name := language.support/support.limits/limits/numeric.limits.members/is_exact macro
55 test_name macro
59 test_name := language.support/support.limits/limits/numeric.limits.members/is_integer macro
63 test_name := language.support/support.limits/limits/numeric.limits.members/is_signed macro
67 test_name := language.support/support.limits/limits/numeric.limits.members/min macro
71 test_name := language.support/support.limits/limits/numeric.limits.members/tinyness_before macro
75 test_name := language.support/support.limits/limits/numeric.limits.members/has_signaling_NaN macro
79 test_name := language.support/support.limits/limits/numeric.limits.members/has_infinity macro
83 test_name := language.support/support.limits/limits/numeric.limits.members/digits macro
87 test_name := language.support/support.limits/limits/numeric.limits.members/radix macro
91 test_name := language.support/support.limits/limits/numeric.limits.members/max_digits10 macro
95 test_name := language.support/support.limits/limits/numeric.limits.members/round_error macro
99 test_name := language.support/support.limits/limits/numeric.limits.members/digits10 macro
103 test_name := language.support/support.limits/limits/numeric.limits.members/is_modulo macro
107 test_name := language.support/support.limits/limits/numeric.limits.members/max_exponent macro
111 test_name := language.support/support.limits/limits/numeric.limits.members/has_denorm macro
115 test_name := language.support/support.limits/limits/numeric.limits.members/is_bounded macro
119 test_name := language.support/support.limits/limits/numeric.limits.members/min_exponent macro
123 test_name := language.support/support.limits/limits/numeric.limits.members/max macro
127 test_name := language.support/support.limits/limits/numeric.limits.members/quiet_NaN macro
131 test_name := language.support/support.limits/limits/numeric.limits.members/min_exponent10 macro
135 test_name := language.support/support.limits/limits/numeric.limits.members/infinity macro
139 test_name := language.support/support.limits/limits/numeric.limits.members/denorm_min macro
143 test_name := language.support/support.limits/limits/numeric.limits.members/has_quiet_NaN macro
[all...]
/external/libcxx/test/numerics/complex.number/complex.value.ops/
H A DAndroid.mk19 test_name := numerics/complex.number/complex.value.ops/polar macro
23 test_name := numerics/complex.number/complex.value.ops/conj macro
27 test_name := numerics/complex.number/complex.value.ops/abs macro
31 test_name := numerics/complex.number/complex.value.ops/imag macro
35 test_name := numerics/complex.number/complex.value.ops/proj macro
39 test_name := numerics/complex.number/complex.value.ops/real macro
43 test_name := numerics/complex.number/complex.value.ops/arg macro
47 test_name := numerics/complex.number/complex.value.ops/norm macro
/external/libcxx/test/numerics/numarray/template.valarray/valarray.assign/
H A DAndroid.mk19 test_name := numerics/numarray/template.valarray/valarray.assign/indirect_array_assign macro
23 test_name := numerics/numarray/template.valarray/valarray.assign/mask_array_assign macro
27 test_name := numerics/numarray/template.valarray/valarray.assign/initializer_list_assign macro
31 test_name := numerics/numarray/template.valarray/valarray.assign/move_assign macro
35 test_name := numerics/numarray/template.valarray/valarray.assign/gslice_array_assign macro
39 test_name := numerics/numarray/template.valarray/valarray.assign/copy_assign macro
43 test_name := numerics/numarray/template.valarray/valarray.assign/value_assign macro
47 test_name := numerics/numarray/template.valarray/valarray.assign/slice_array_assign macro
/external/libcxx/test/numerics/numarray/template.valarray/valarray.sub/
H A DAndroid.mk19 test_name := numerics/numarray/template.valarray/valarray.sub/slice_const macro
23 test_name := numerics/numarray/template.valarray/valarray.sub/valarray_bool_non_const macro
27 test_name := numerics/numarray/template.valarray/valarray.sub/gslice_const macro
31 test_name := numerics/numarray/template.valarray/valarray.sub/indirect_array_const macro
35 test_name := numerics/numarray/template.valarray/valarray.sub/slice_non_const macro
39 test_name := numerics/numarray/template.valarray/valarray.sub/valarray_bool_const macro
43 test_name := numerics/numarray/template.valarray/valarray.sub/gslice_non_const macro
47 test_name := numerics/numarray/template.valarray/valarray.sub/indirect_array_non_const macro
/external/libcxx/test/re/re.alg/re.alg.match/
H A DAndroid.mk19 test_name := re/re.alg/re.alg.match/awk macro
23 test_name := re/re.alg/re.alg.match/grep macro
27 test_name := re/re.alg/re.alg.match/egrep macro
31 test_name := re/re.alg/re.alg.match/ecma macro
35 test_name := re/re.alg/re.alg.match/extended macro
39 test_name := re/re.alg/re.alg.match/basic macro
43 test_name := re/re.alg/re.alg.match/parse_curly_brackets macro
47 test_name := re/re.alg/re.alg.match/lookahead_capture macro
/external/libcxx/test/re/re.results/re.results.acc/
H A DAndroid.mk19 test_name := re/re.results/re.results.acc/length macro
23 test_name := re/re.results/re.results.acc/cbegin_cend macro
27 test_name := re/re.results/re.results.acc/suffix macro
31 test_name := re/re.results/re.results.acc/position macro
35 test_name := re/re.results/re.results.acc/index macro
39 test_name := re/re.results/re.results.acc/prefix macro
43 test_name := re/re.results/re.results.acc/begin_end macro
47 test_name := re/re.results/re.results.acc/str macro
/external/libcxx/test/strings/basic.string/string.modifiers/string_append/
H A DAndroid.mk19 test_name := strings/basic.string/string.modifiers/string_append/string macro
23 test_name := strings/basic.string/string.modifiers/string_append/size_char macro
27 test_name := strings/basic.string/string.modifiers/string_append/pointer macro
31 test_name := strings/basic.string/string.modifiers/string_append/pointer_size macro
35 test_name := strings/basic.string/string.modifiers/string_append/iterator macro
39 test_name := strings/basic.string/string.modifiers/string_append/push_back macro
43 test_name := strings/basic.string/string.modifiers/string_append/string_size_size macro
47 test_name := strings/basic.string/string.modifiers/string_append/initializer_list macro
/external/libcxx/test/strings/basic.string/string.modifiers/string_assign/
H A DAndroid.mk19 test_name := strings/basic.string/string.modifiers/string_assign/rv_string macro
23 test_name := strings/basic.string/string.modifiers/string_assign/string macro
27 test_name := strings/basic.string/string.modifiers/string_assign/size_char macro
31 test_name := strings/basic.string/string.modifiers/string_assign/pointer macro
35 test_name := strings/basic.string/string.modifiers/string_assign/pointer_size macro
39 test_name := strings/basic.string/string.modifiers/string_assign/iterator macro
43 test_name := strings/basic.string/string.modifiers/string_assign/string_size_size macro
47 test_name := strings/basic.string/string.modifiers/string_assign/initializer_list macro
/external/libcxx/test/strings/c.strings/
H A DAndroid.mk19 test_name := strings/c.strings/cctype macro
23 test_name := strings/c.strings/version_cwctype macro
27 test_name := strings/c.strings/cwctype macro
31 test_name := strings/c.strings/cwchar macro
35 test_name := strings/c.strings/cstring macro
39 test_name := strings/c.strings/version_cwchar macro
43 test_name := strings/c.strings/version_cctype macro
47 test_name := strings/c.strings/version_cstring macro
/external/libcxx/test/containers/associative/multimap/
H A DAndroid.mk19 test_name := containers/associative/multimap/iterator macro
23 test_name := containers/associative/multimap/size macro
27 test_name := containers/associative/multimap/max_size macro
31 test_name := containers/associative/multimap/scary macro
35 test_name := containers/associative/multimap/types macro
39 test_name := containers/associative/multimap/empty macro
/external/libcxx/test/containers/sequences/deque/deque.special/
H A DAndroid.mk19 test_name := containers/sequences/deque/deque.special/copy_backward macro
23 test_name := containers/sequences/deque/deque.special/move_backward macro
27 test_name := containers/sequences/deque/deque.special/swap macro
31 test_name := containers/sequences/deque/deque.special/copy macro
35 test_name := containers/sequences/deque/deque.special/swap_noexcept macro
39 test_name := containers/sequences/deque/deque.special/move macro
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
H A DAndroid.mk19 test_name := containers/sequences/forwardlist/forwardlist.cons/default macro
23 test_name := containers/sequences/forwardlist/forwardlist.cons/assign_size_value macro
27 test_name := containers/sequences/forwardlist/forwardlist.cons/alloc macro
31 test_name := containers/sequences/forwardlist/forwardlist.cons/move_noexcept macro
35 test_name := containers/sequences/forwardlist/forwardlist.cons/default_noexcept macro
39 test_name := containers/sequences/forwardlist/forwardlist.cons/assign_op_init macro
43 test_name := containers/sequences/forwardlist/forwardlist.cons/size_value macro
47 test_name := containers/sequences/forwardlist/forwardlist.cons/copy macro
51 test_name := containers/sequences/forwardlist/forwardlist.cons/init macro
55 test_name macro
59 test_name := containers/sequences/forwardlist/forwardlist.cons/assign_range macro
63 test_name := containers/sequences/forwardlist/forwardlist.cons/move macro
67 test_name := containers/sequences/forwardlist/forwardlist.cons/move_assign_noexcept macro
71 test_name := containers/sequences/forwardlist/forwardlist.cons/copy_alloc macro
75 test_name := containers/sequences/forwardlist/forwardlist.cons/size macro
79 test_name := containers/sequences/forwardlist/forwardlist.cons/range_alloc macro
83 test_name := containers/sequences/forwardlist/forwardlist.cons/default_recursive macro
87 test_name := containers/sequences/forwardlist/forwardlist.cons/range macro
91 test_name := containers/sequences/forwardlist/forwardlist.cons/size_value_alloc macro
95 test_name := containers/sequences/forwardlist/forwardlist.cons/dtor_noexcept macro
99 test_name := containers/sequences/forwardlist/forwardlist.cons/assign_move macro
103 test_name := containers/sequences/forwardlist/forwardlist.cons/assign_init macro
107 test_name := containers/sequences/forwardlist/forwardlist.cons/init_alloc macro
111 test_name := containers/sequences/forwardlist/forwardlist.cons/move_alloc macro
[all...]
/external/libcxx/test/containers/sequences/vector/vector.capacity/
H A DAndroid.mk19 test_name := containers/sequences/vector/vector.capacity/shrink_to_fit macro
23 test_name := containers/sequences/vector/vector.capacity/swap macro
27 test_name := containers/sequences/vector/vector.capacity/resize_size_value macro
31 test_name := containers/sequences/vector/vector.capacity/capacity macro
35 test_name := containers/sequences/vector/vector.capacity/reserve macro
39 test_name := containers/sequences/vector/vector.capacity/resize_size macro
/external/libcxx/test/containers/unord/unord.multimap/
H A DAndroid.mk19 test_name := containers/unord/unord.multimap/db_iterators_7 macro
23 test_name := containers/unord/unord.multimap/swap_member macro
27 test_name := containers/unord/unord.multimap/bucket_size macro
31 test_name := containers/unord/unord.multimap/bucket_count macro
35 test_name := containers/unord/unord.multimap/max_load_factor macro
39 test_name := containers/unord/unord.multimap/db_local_iterators_7 macro
43 test_name := containers/unord/unord.multimap/find_const macro
47 test_name := containers/unord/unord.multimap/max_bucket_count macro
51 test_name := containers/unord/unord.multimap/local_iterators macro
55 test_name macro
59 test_name := containers/unord/unord.multimap/max_size macro
63 test_name := containers/unord/unord.multimap/find_non_const macro
67 test_name := containers/unord/unord.multimap/iterators macro
71 test_name := containers/unord/unord.multimap/scary macro
75 test_name := containers/unord/unord.multimap/types macro
79 test_name := containers/unord/unord.multimap/reserve macro
83 test_name := containers/unord/unord.multimap/bucket macro
87 test_name := containers/unord/unord.multimap/load_factor macro
91 test_name := containers/unord/unord.multimap/count macro
95 test_name := containers/unord/unord.multimap/db_iterators_8 macro
99 test_name := containers/unord/unord.multimap/db_local_iterators_8 macro
103 test_name := containers/unord/unord.multimap/eq macro
107 test_name := containers/unord/unord.multimap/rehash macro
111 test_name := containers/unord/unord.multimap/equal_range_non_const macro
[all...]
/external/libcxx/test/depr/depr.c.headers/
H A DAndroid.mk19 test_name := depr/depr.c.headers/stdarg_h macro
23 test_name := depr/depr.c.headers/string_h macro
27 test_name := depr/depr.c.headers/ciso646 macro
31 test_name := depr/depr.c.headers/tgmath_h macro
35 test_name := depr/depr.c.headers/time_h macro
39 test_name := depr/depr.c.headers/stdlib_h macro
43 test_name := depr/depr.c.headers/wchar_h macro
47 test_name := depr/depr.c.headers/ctype_h macro
51 test_name := depr/depr.c.headers/iso646_h macro
55 test_name macro
59 test_name := depr/depr.c.headers/float_h macro
63 test_name := depr/depr.c.headers/locale_h macro
67 test_name := depr/depr.c.headers/inttypes_h macro
71 test_name := depr/depr.c.headers/wctype_h macro
75 test_name := depr/depr.c.headers/complex.h macro
79 test_name := depr/depr.c.headers/limits_h macro
83 test_name := depr/depr.c.headers/signal_h macro
87 test_name := depr/depr.c.headers/stdio_h macro
91 test_name := depr/depr.c.headers/stdint_h macro
95 test_name := depr/depr.c.headers/stdbool_h macro
99 test_name := depr/depr.c.headers/assert_h macro
103 test_name := depr/depr.c.headers/setjmp_h macro
107 test_name := depr/depr.c.headers/stddef_h macro
111 test_name := depr/depr.c.headers/fenv_h macro
[all...]
/external/libcxx/test/iterators/stream.iterators/iterator.range/
H A DAndroid.mk19 test_name := iterators/stream.iterators/iterator.range/begin_array macro
23 test_name := iterators/stream.iterators/iterator.range/begin_const macro
27 test_name := iterators/stream.iterators/iterator.range/end_non_const macro
31 test_name := iterators/stream.iterators/iterator.range/end_array macro
35 test_name := iterators/stream.iterators/iterator.range/end_const macro
39 test_name := iterators/stream.iterators/iterator.range/begin_non_const macro
/external/libcxx/test/language.support/support.exception/except.nested/
H A DAndroid.mk19 test_name := language.support/support.exception/except.nested/rethrow_nested macro
23 test_name := language.support/support.exception/except.nested/ctor_copy macro
27 test_name := language.support/support.exception/except.nested/assign macro
31 test_name := language.support/support.exception/except.nested/rethrow_if_nested macro
35 test_name := language.support/support.exception/except.nested/throw_with_nested macro
39 test_name := language.support/support.exception/except.nested/ctor_default macro

Completed in 3380 milliseconds

1234567891011>>