/external/clang/test/Lexer/ |
D | char-escapes.c | 3 int test['\\' == 92 ? 1 : -1]; variable 4 int test['\"' == 34 ? 1 : -1]; variable 5 int test['\'' == 39 ? 1 : -1]; variable 6 int test['\?' == 63 ? 1 : -1]; variable 7 int test['\a' == 7 ? 1 : -1]; variable 8 int test['\b' == 8 ? 1 : -1]; variable 9 int test['\e' == 27 ? 1 : -1]; // expected-warning {{non-standard escape}} variable 10 int test['\E' == 27 ? 1 : -1]; // expected-warning {{non-standard escape}} variable 11 int test['\f' == 12 ? 1 : -1]; variable 12 int test['\n' == 10 ? 1 : -1]; variable [all …]
|
/external/icu4c/test/intltest/ |
D | itmajor.cpp | 56 IntlTestUtilities test; in runIndexedTest() local 65 IntlTestNormalize test; in runIndexedTest() local 75 IntlTestCollator test; in runIndexedTest() local 85 RegexTest test; in runIndexedTest() local 95 IntlTestFormat test; in runIndexedTest() local 105 IntlTestTransliterator test; in runIndexedTest() local 115 IntlTestRBBI test; in runIndexedTest() local 124 IntlTestRBNF test; in runIndexedTest() local 133 RbnfRoundTripTest test; in runIndexedTest() local 143 ICUServiceTest test; in runIndexedTest() local [all …]
|
/external/clang/test/CXX/class.access/class.protected/ |
D | p1.cpp | 17 void test(A &a) { in test() function 21 void test(B &b) { in test() function 25 void test(C &c) { in test() function 29 void test(D &d) { in test() function 51 void A::test(A &a) { in test() function in test1::A 55 void B::test(B &b) { in test() function in test1::B 59 void C::test(C &c) { in test() function in test1::C 63 void D::test(D &d) { in test() function in test1::D 85 void A::test(A &a) { in test() function in test2::A 89 void B::test(A &a) { in test() function in test2::B [all …]
|
/external/clang/test/CodeGenCXX/ |
D | blocks-cxx11.cpp | 8 void test() { in test() function 16 void test() { in test() function 27 void test() { in test() function 35 void test() { in test() function 46 void test() { in test() function 60 void test() { in test() function 70 void test() { in test() function
|
D | new-overflow.cpp | 22 elt *test(short s) { in test() function 45 elt *test(short s) { in test() function 73 elt *test(short s) { in test() function 92 elt *test(short s) { in test() function 111 elt *test(int s) { in test() function 133 elt *test(unsigned short s) { in test() function 156 elt *test(unsigned short s) { in test() function 181 elt *test(long long s) { in test() function 206 elt *test(unsigned long long s) { in test() function
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
D | AttributedCharacterIteratorTest.java | 30 String test = "Test 23ring"; in test_current() local 50 String test = "Test 23ring"; in test_first() local 66 String test = "Test 23ring"; in test_getBeginIndex() local 76 String test = "Test 23ring"; in test_getEndIndex() local 86 String test = "Test 23ring"; in test_getIndex() local 103 String test = "Test 23ring"; in test_last() local 119 String test = "Test 23ring"; in test_next() local 136 String test = "Test 23ring"; in test_previous() local 147 String test = "Test 23ring"; in test_setIndexI() local
|
/external/clang/test/CXX/class.access/class.access.base/ |
D | p5.cpp | 10 int test() { in test() function 20 static int test() { return x; } in test() function 23 static int test() { return x; } // expected-error {{private member}} in test() function 26 static int test() { return x; } // expected-error {{private member}} in test() function 31 static int test() { return x; } in test() function 34 static int test() { return x; } in test() function 37 int test() { in test() function 53 int test(B *b) { in test() function in test2::C 66 int test(B *b) { in test() function in test3::C
|
D | p1.cpp | 17 void test() { in test() function in test0::Test 34 void test(Test *t) { in test() function 66 void test() { in test() function in test1::Test 83 void test(Test *t) { in test() function 123 void test() { in test() function in test2::Test 140 void test(Test *t) { in test() function
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/ |
D | p2.cpp | 11 int test() { in test() function 20 int test() { in test() function 29 int test() { in test() function 38 int test() { in test() function 47 int test() { in test() function 56 int test() { in test() function
|
/external/clang/test/CodeGen/ |
D | blockwithlocalstatic.c | 6 static int test=0; variable 11 static int test = 2; variable 16 static int test = 5; variable
|
D | 2008-02-08-bitfield-bug.c | 3 struct test { struct 8 struct test *t; argument
|
D | 2008-02-07-bitfield-bug.c | 4 struct test { struct 9 void f(struct test *t) { in f() argument
|
/external/clang/test/SemaTemplate/ |
D | template-id-printing.cpp | 22 void test() { in test() function 44 void test() { in test() function 62 void test() { in test() function 81 void test() { in test() function 99 void test() { in test() function 120 void test() { in test() function
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/ |
D | p1.cpp | 26 opaque1 test() { in test() function 32 opaque1 test() { in test() function 50 namespace test { namespace 53 opaque1 test() { in test() function 59 namespace test { namespace 63 opaque1 test() { in test() function 118 opaque0 test() { in test() function 124 opaque0 test() { in test() function
|
/external/junit/src/org/junit/internal/runners/ |
D | JUnit38ClassRunner.java | 30 public void endTest(Test test) { in endTest() 34 public void startTest(Test test) { in startTest() 39 public void addError(Test test, Throwable t) { in addError() 44 private Description asDescription(Test test) { in asDescription() 52 private Class<? extends Test> getEffectiveClass(Test test) { in getEffectiveClass() 56 private String getName(Test test) { in getName() 63 public void addFailure(Test test, AssertionFailedError t) { in addFailure() 74 public JUnit38ClassRunner(Test test) { in JUnit38ClassRunner() 95 private static Description makeDescription(Test test) { in makeDescription() 136 Test test= suite.testAt(i); in filter() local [all …]
|
/external/junit/src/junit/framework/ |
D | TestListener.java | 10 public void addError(Test test, Throwable t); in addError() 14 public void addFailure(Test test, AssertionFailedError t); in addFailure() 18 public void endTest(Test test); in endTest() 22 public void startTest(Test test); in startTest()
|
D | TestResult.java | 40 public synchronized void addError(Test test, Throwable t) { in addError() 49 public synchronized void addFailure(Test test, AssertionFailedError t) { in addFailure() 77 public void endTest(Test test) { in endTest() 111 protected void run(final TestCase test) { in run() 131 public void runProtected(final Test test, Protectable p) { in runProtected() 154 public void startTest(Test test) { in startTest()
|
/external/clang/test/SemaCXX/ |
D | unknown-anytype.cpp | 11 int test() { in test() function 25 void test() { in test() function 32 void test() { in test() function 43 void test() { in test() function
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p11.cpp | 41 void test() { in test() function in test3::Test0 48 void test() { in test() function in test3::Test1 58 void test() { in test() function in test4::Test0 65 void test() { in test() function in test4::Test1 76 void test() { in test() function in test5::Test0 83 void test() { in test() function in test5::Test1
|
/external/clang/test/CXX/conv/conv.mem/ |
D | p4.cpp | 12 void test() { in test() function 21 void test() { in test() function 32 void test() { in test() function 41 void test() { in test() function 51 void test() { in test() function 61 void test() { in test() function
|
/external/v8/test/mjsunit/ |
D | debug-liveedit-check-stack.js | 123 test = new TestBase("First test ChooseAnimal without edit"); variable 126 test = new TestBase("Test without function on stack"); variable 130 test = new TestBase("Test with function on stack"); variable 134 test = new TestBase("Test with function on stack and with constructor frame"); variable 137 test = new TestBase("Test with C++ frame above ChooseAnimal frame"); variable
|
/external/srec/tools/grxmlcompile/ |
D | netw_arc.h | 172 int Compare (NUANArc *test) in Compare() 194 int CompareSymbol (NUANArc *test) in CompareSymbol() 208 int CompareReverse (NUANArc *test) in CompareReverse() 230 int CompareForMin (NUANArc *test) in CompareForMin() 252 int CompareWithContext (NUANArc *test) in CompareWithContext() 282 bool IsSame (NUANArc *test) in IsSame() 290 bool HasSameLabels (NUANArc *test) in HasSameLabels() 298 bool HasSameLabelsAndTo (NUANArc *test) in HasSameLabelsAndTo() 306 bool HasSameLabelsAndFrom (NUANArc *test) in HasSameLabelsAndFrom()
|
/external/valgrind/main/none/tests/amd64/ |
D | faultstatus.c | 12 struct test { struct 13 void (*test)(void); member 19 static const struct test *cur_test; argument
|
/external/webkit/Tools/RebaselineQueueServer/model/ |
D | queueentry.py | 33 test = db.StringProperty() variable in QueueEntry 37 def add(builder_name, test): argument 45 def remove(builder_name, test): argument
|
/external/clang/test/CXX/expr/expr.unary/expr.unary.op/ |
D | p4.cpp | 9 void test() { in test() function 23 void test() { in test() function 40 void A::test() { in test() function in test2::A
|