/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/ |
imag.pass.cpp | 21 test() function 29 test<float>(); 30 test<double>(); 31 test<long double>();
|
real.pass.cpp | 21 test() function 29 test<float>(); 30 test<double>(); 31 test<long double>();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/ |
ptr_flg.pass.cpp | 21 test(const CharT* p, std::regex_constants::syntax_option_type f, unsigned mc) function 30 test("\\(a\\)", std::regex_constants::basic, 1); 31 test("\\(a[bc]\\)", std::regex_constants::basic, 1); 32 test("\\(a\\([bc]\\)\\)", std::regex_constants::basic, 2); 33 test("(a([bc]))", std::regex_constants::basic, 0); 35 test("\\(a\\)", std::regex_constants::extended, 0); 36 test("\\(a[bc]\\)", std::regex_constants::extended, 0); 37 test("\\(a\\([bc]\\)\\)", std::regex_constants::extended, 0); 38 test("(a([bc]))", std::regex_constants::extended, 2); 40 test("\\(a\\)", std::regex_constants::ECMAScript, 0) [all...] |
ptr_size_flg.pass.cpp | 21 test(const CharT* p, std::size_t len, std::regex_constants::syntax_option_type f, function 31 test("\\(a\\)", 5, std::regex_constants::basic, 1); 32 test("\\(a[bc]\\)", 9, std::regex_constants::basic, 1); 33 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::basic, 2); 34 test("(a([bc]))", 9, std::regex_constants::basic, 0); 36 test("\\(a\\)", 5, std::regex_constants::extended, 0); 37 test("\\(a[bc]\\)", 9, std::regex_constants::extended, 0); 38 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::extended, 0); 39 test("(a([bc]))", 9, std::regex_constants::extended, 2); 41 test("\\(a\\)", 5, std::regex_constants::ECMAScript, 0) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/ |
iter.pass.cpp | 21 test(S s, typename S::difference_type pos, S expected) function 34 test(S("abcde"), 0, S("bcde")); 35 test(S("abcde"), 1, S("acde")); 36 test(S("abcde"), 2, S("abde")); 37 test(S("abcde"), 4, S("abcd")); 38 test(S("abcdefghij"), 0, S("bcdefghij")); 39 test(S("abcdefghij"), 1, S("acdefghij")); 40 test(S("abcdefghij"), 5, S("abcdeghij")); 41 test(S("abcdefghij"), 9, S("abcdefghi")); 42 test(S("abcdefghijklmnopqrst"), 0, S("bcdefghijklmnopqrst")) [all...] |
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/test/suitebuilder/annotation/ |
LargeTest.java | 17 package android.test.suitebuilder.annotation;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/ |
placeholders.pass.cpp | 18 test(const T& t) function 26 test(std::placeholders::_1); 27 test(std::placeholders::_2); 28 test(std::placeholders::_3); 29 test(std::placeholders::_4); 30 test(std::placeholders::_5); 31 test(std::placeholders::_6); 32 test(std::placeholders::_7); 33 test(std::placeholders::_8); 34 test(std::placeholders::_9) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/ |
lookup_collatename.pass.cpp | 25 test(const char_type* A, const std::basic_string<char_type>& expected) function 34 test("NUL", std::string("\x00", 1)); 35 test("alert", std::string("\x07")); 36 test("backspace", std::string("\x08")); 37 test("tab", std::string("\x09")); 38 test("carriage-return", std::string("\x0D")); 39 test("newline", std::string("\x0A")); 40 test("vertical-tab", std::string("\x0B")); 41 test("form-feed", std::string("\x0C")); 42 test("space", std::string(" ")) [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/ |
T_invoke_static_6.java | 21 public static native void test(); method in class:T_invoke_static_6 24 test(); method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/ |
T_invoke_static_range_6.java | 21 public static native void test(); method in class:T_invoke_static_range_6 24 test(); method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/ |
T_invoke_super_4.java | 21 public native void test(); method in class:T_invoke_super_4 24 test(); method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/ |
T_invoke_super_range_4.java | 21 public native void test(); method in class:T_invoke_super_range_4 24 test(); method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/ |
T_invoke_virtual_4.java | 21 public native void test(); method in class:T_invoke_virtual_4 24 test(); method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/ |
T_invoke_virtual_range_4.java | 21 public native void test(); method in class:T_invoke_virtual_range_4 24 test(); method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_return/d/ |
T_opc_return_3.java | 21 private synchronized long test() { method in class:T_opc_return_3 26 test(); method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/d/ |
T_return_object_8.java | 21 private synchronized String test() { method in class:T_return_object_8 26 test(); method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_void/d/ |
T_return_void_3.java | 21 private synchronized void test() { method in class:T_return_void_3 26 test(); method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_wide/d/ |
T_return_wide_3.java | 21 private synchronized long test() { method in class:T_return_wide_3 26 test(); method
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
sync_datatype_helper.h | 17 void AssociateWithTest(SyncTest* test); 21 SyncTest* test();
|
/external/clang/test/CodeGenCXX/ |
switch-case-folding-1.cpp | 4 int test(int val){ function 21 return test(4);
|
/external/valgrind/main/helgrind/tests/ |
pth_spinlock.stderr.exp | 1 Start of test. 2 Test successful.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find/ |
pointer_size.pass.cpp | 21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function 34 test(const S& s, const typename S::value_type* str, typename S::size_type x) function 47 test(S(""), "", 0, 0); 48 test(S(""), "abcde", 0, S::npos); 49 test(S(""), "abcdeabcde", 0, S::npos); 50 test(S(""), "abcdeabcdeabcdeabcde", 0, S::npos); 51 test(S(""), "", 1, S::npos); 52 test(S(""), "abcde", 1, S::npos); 53 test(S(""), "abcdeabcde", 1, S::npos); 54 test(S(""), "abcdeabcdeabcdeabcde", 1, S::npos) [all...] |
string_size.pass.cpp | 21 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function 30 test(const S& s, const S& str, typename S::size_type x) function 40 test(S(""), S(""), 0, 0); 41 test(S(""), S("abcde"), 0, S::npos); 42 test(S(""), S("abcdeabcde"), 0, S::npos); 43 test(S(""), S("abcdeabcdeabcdeabcde"), 0, S::npos); 44 test(S(""), S(""), 1, S::npos); 45 test(S(""), S("abcde"), 1, S::npos); 46 test(S(""), S("abcdeabcde"), 1, S::npos); 47 test(S(""), S("abcdeabcdeabcdeabcde"), 1, S::npos) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/ |
pointer_size.pass.cpp | 21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function 31 test(const S& s, const typename S::value_type* str, typename S::size_type x) function 41 test(S(""), "", 0, S::npos); 42 test(S(""), "laenf", 0, S::npos); 43 test(S(""), "pqlnkmbdjo", 0, S::npos); 44 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos); 45 test(S(""), "", 1, S::npos); 46 test(S(""), "bjaht", 1, S::npos); 47 test(S(""), "hjlcmgpket", 1, S::npos); 48 test(S(""), "htaobedqikfplcgjsmrn", 1, S::npos) [all...] |
string_size.pass.cpp | 21 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function 30 test(const S& s, const S& str, typename S::size_type x) function 40 test(S(""), S(""), 0, S::npos); 41 test(S(""), S("laenf"), 0, S::npos); 42 test(S(""), S("pqlnkmbdjo"), 0, S::npos); 43 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos); 44 test(S(""), S(""), 1, S::npos); 45 test(S(""), S("bjaht"), 1, S::npos); 46 test(S(""), S("hjlcmgpket"), 1, S::npos); 47 test(S(""), S("htaobedqikfplcgjsmrn"), 1, S::npos) [all...] |