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

1 2 3 4 5 6 7 8 91011>>

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
HanziToPinyinTest.java 20 import android.test.suitebuilder.annotation.SmallTest;
34 private final static String ASSIC = "test";
36 private final static String MISC = "test\u675C Test with space\uFF71\uFF71\u675C";
45 private void test(final char hanzi, final String expectedPinyin) throws Exception { method in class:HanziToPinyinTest
114 * Test each supported han against expected pinyin from transliterator.
121 test('\u4e00', "YI");
122 test('\u4e01', "DING");
123 test('\u4e02', "KAO");
124 test('\u4e03', "QI")
    [all...]
  /external/clang/test/Preprocessor/
pr2086.c 3 #define test macro
5 #define test macro
8 #ifdef test
pr2086.h 1 #ifndef test
4 #ifdef test
5 #undef test macro
include-macros.c 1 // RUN: %clang_cc1 -E -Dtest=FOO -imacros %S/pr2086.h %s | grep 'HERE: test'
3 // This should not be expanded into FOO because pr2086.h undefs 'test'.
4 HERE: test
  /external/clang/test/CodeGen/
2003-06-29-MultipleFunctionDefinition.c 5 extern __inline__ void test() { } function
7 void test() { function
bool-init.c 4 _Bool test = &test; variable
blockwithlocalstatic.c 4 // CHECK: @block_block_invoke.test = internal global i32
6 static int test=0;
7 return test;
9 // CHECK: @block1_block_invoke_2.test = internal global i32
11 static int test = 2;
14 // CHECK: @block2_block_invoke_3.test = internal global i32
16 static int test = 5;
17 return test;
2007-09-14-NegatePointer.c 4 int foo(unsigned char *test) {
5 return 0U - (unsigned int )test;
2008-02-08-bitfield-bug.c 3 struct test { struct
8 struct test *t;
  /external/valgrind/main/none/tests/x86/
aad_aam.stdout.exp 0 test begins
2 test completed
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.ops/string_compare/
size_size_pointer.pass.cpp 29 test(const S& s, typename S::size_type pos1, typename S::size_type n1, function
47 test(S(""), 0, 0, "", 0);
48 test(S(""), 0, 0, "abcde", -5);
49 test(S(""), 0, 0, "abcdefghij", -10);
50 test(S(""), 0, 0, "abcdefghijklmnopqrst", -20);
51 test(S(""), 0, 1, "", 0);
52 test(S(""), 0, 1, "abcde", -5);
53 test(S(""), 0, 1, "abcdefghij", -10);
54 test(S(""), 0, 1, "abcdefghijklmnopqrst", -20);
55 test(S(""), 1, 0, "", 0)
    [all...]
size_size_pointer_size.pass.cpp 29 test(const S& s, typename S::size_type pos, typename S::size_type n1, function
47 test(S(""), 0, 0, "", 0, 0);
48 test(S(""), 0, 0, "abcde", 0, 0);
49 test(S(""), 0, 0, "abcde", 1, -1);
50 test(S(""), 0, 0, "abcde", 2, -2);
51 test(S(""), 0, 0, "abcde", 4, -4);
52 test(S(""), 0, 0, "abcde", 5, -5);
53 test(S(""), 0, 0, "abcdefghij", 0, 0);
54 test(S(""), 0, 0, "abcdefghij", 1, -1);
55 test(S(""), 0, 0, "abcdefghij", 5, -5)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
exception-011-n.js 25 test();
27 function test() function
29 print ("Undefined throw test.");
  /libcore/luni/src/test/etc/loading-test-jar/
Test1.java 17 package test; package
23 public static String test() { method in class:Test1
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/ratio/ratio.ratio/
ratio.pass.cpp 10 // test ratio: The static data members num and den shall have thcommon
16 void test() function
24 test<1, 1, 1, 1>();
25 test<1, 10, 1, 10>();
26 test<10, 10, 1, 1>();
27 test<10, 1, 10, 1>();
28 test<12, 4, 3, 1>();
29 test<12, -4, -3, 1>();
30 test<-12, 4, -3, 1>();
31 test<-12, -4, 3, 1>()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.ops/string_find.last.not.of/
pointer_size_size.pass.cpp 19 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
31 test(S(""), "", 0, 0, S::npos);
32 test(S(""), "irkhs", 0, 0, S::npos);
33 test(S(""), "kante", 0, 1, S::npos);
34 test(S(""), "oknlr", 0, 2, S::npos);
35 test(S(""), "pcdro", 0, 4, S::npos);
36 test(S(""), "bnrpe", 0, 5, S::npos);
37 test(S(""), "jtdaefblso", 0, 0, S::npos);
38 test(S(""), "oselktgbca", 0, 1, S::npos);
39 test(S(""), "eqgaplhckj", 0, 5, S::npos)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.ops/string_rfind/
pointer_size_size.pass.cpp 19 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
31 test(S(""), "", 0, 0, 0);
32 test(S(""), "abcde", 0, 0, 0);
33 test(S(""), "abcde", 0, 1, S::npos);
34 test(S(""), "abcde", 0, 2, S::npos);
35 test(S(""), "abcde", 0, 4, S::npos);
36 test(S(""), "abcde", 0, 5, S::npos);
37 test(S(""), "abcdeabcde", 0, 0, 0);
38 test(S(""), "abcdeabcde", 0, 1, S::npos);
39 test(S(""), "abcdeabcde", 0, 5, S::npos)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/
default.pass.cpp 22 test() function
29 test<bidirectional_iterator<const char*> >();
30 test<random_access_iterator<char*> >();
31 test<char*>();
32 test<const char*>();
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.limits/limits/
is_specialized.pass.cpp 10 // test numeric_limits
25 // More convenient to test it here.
31 void test() function
45 test<bool>();
46 test<char>();
47 test<wchar_t>();
49 test<char16_t>();
50 test<char32_t>();
52 test<signed char>();
53 test<unsigned char>()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.limits/limits/numeric.limits.members/
denorm_min.pass.cpp 10 // test numeric_limits
19 test(T expected) function
29 test<bool>(false);
30 test<char>(0);
31 test<signed char>(0);
32 test<unsigned char>(0);
33 test<wchar_t>(0);
35 test<char16_t>(0);
36 test<char32_t>(0);
38 test<short>(0)
    [all...]
has_denorm_loss.pass.cpp 10 // test numeric_limits
18 test() function
20 static_assert(std::numeric_limits<T>::has_denorm_loss == expected, "has_denorm_loss test 1");
21 static_assert(std::numeric_limits<const T>::has_denorm_loss == expected, "has_denorm_loss test 2");
22 static_assert(std::numeric_limits<volatile T>::has_denorm_loss == expected, "has_denorm_loss test 3");
23 static_assert(std::numeric_limits<const volatile T>::has_denorm_loss == expected, "has_denorm_loss test 4");
28 test<bool, false>();
29 test<char, false>();
30 test<signed char, false>();
31 test<unsigned char, false>()
    [all...]
has_infinity.pass.cpp 10 // test numeric_limits
18 test() function
20 static_assert(std::numeric_limits<T>::has_infinity == expected, "has_infinity test 1");
21 static_assert(std::numeric_limits<const T>::has_infinity == expected, "has_infinity test 2");
22 static_assert(std::numeric_limits<volatile T>::has_infinity == expected, "has_infinity test 3");
23 static_assert(std::numeric_limits<const volatile T>::has_infinity == expected, "has_infinity test 4");
28 test<bool, false>();
29 test<char, false>();
30 test<signed char, false>();
31 test<unsigned char, false>()
    [all...]
has_quiet_NaN.pass.cpp 10 // test numeric_limits
18 test() function
20 static_assert(std::numeric_limits<T>::has_quiet_NaN == expected, "has_quiet_NaN test 1");
21 static_assert(std::numeric_limits<const T>::has_quiet_NaN == expected, "has_quiet_NaN test 2");
22 static_assert(std::numeric_limits<volatile T>::has_quiet_NaN == expected, "has_quiet_NaN test 3");
23 static_assert(std::numeric_limits<const volatile T>::has_quiet_NaN == expected, "has_quiet_NaN test 4");
28 test<bool, false>();
29 test<char, false>();
30 test<signed char, false>();
31 test<unsigned char, false>()
    [all...]
has_signaling_NaN.pass.cpp 10 // test numeric_limits
18 test() function
20 static_assert(std::numeric_limits<T>::has_signaling_NaN == expected, "has_signaling_NaN test 1");
21 static_assert(std::numeric_limits<const T>::has_signaling_NaN == expected, "has_signaling_NaN test 2");
22 static_assert(std::numeric_limits<volatile T>::has_signaling_NaN == expected, "has_signaling_NaN test 3");
23 static_assert(std::numeric_limits<const volatile T>::has_signaling_NaN == expected, "has_signaling_NaN test 4");
28 test<bool, false>();
29 test<char, false>();
30 test<signed char, false>();
31 test<unsigned char, false>()
    [all...]
is_bounded.pass.cpp 10 // test numeric_limits
18 test() function
20 static_assert(std::numeric_limits<T>::is_bounded == expected, "is_bounded test 1");
21 static_assert(std::numeric_limits<const T>::is_bounded == expected, "is_bounded test 2");
22 static_assert(std::numeric_limits<volatile T>::is_bounded == expected, "is_bounded test 3");
23 static_assert(std::numeric_limits<const volatile T>::is_bounded == expected, "is_bounded test 4");
28 test<bool, true>();
29 test<char, true>();
30 test<signed char, true>();
31 test<unsigned char, true>()
    [all...]

Completed in 754 milliseconds

1 2 3 4 5 6 7 8 91011>>