/external/slf4j/log4j-over-slf4j/src/test/java/org/apache/log4j/ |
D | NDCTest.java | 35 assertEquals(0, NDC.getDepth()); in setUp() 39 NDC.clear(); in tearDown() 43 NDC.push("a"); in testSmoke() 44 String back = NDC.pop(); in testSmoke() 49 NDC.push("peek"); in testPop() 50 String back = NDC.peek(); in testPop() 55 NDC.push("clear"); in testClear() 56 NDC.clear(); in testClear() 57 assertEquals(0, NDC.getDepth()); in testClear()
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/ |
D | NDCTest.java | 41 assertEquals("", NDC.pop()); in testEmpty() 45 NDC.push("a"); in testSmoke() 46 String result = NDC.pop(); in testSmoke() 51 NDC.push("a"); in testSmoke2() 52 NDC.push("b"); in testSmoke2() 53 String result1 = NDC.pop(); in testSmoke2() 54 String result0 = NDC.pop(); in testSmoke2()
|
/external/clang/test/SemaCXX/ |
D | constructor-initializer.cpp | 169 struct NDC { struct 172 NDC() { } in NDC() argument 173 NDC(T &ref) : ref(ref) { } in NDC() argument 176 struct X0 : NDC<int> { 177 X0(int &ref) : NDC<int>(ref), ndc(ref) { } in X0() 179 NDC<int> ndc;
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p1.cpp | 24 void test_f0(NonDefaultConstructible NDC) { in test_f0() argument 25 f0(NDC); in test_f0()
|
D | p2.cpp | 25 void test_f0(NonDefaultConstructible NDC) { in test_f0() argument 26 f0(NDC); in test_f0()
|
D | p2-0x.cpp | 27 void test_f0(NonDefaultConstructible NDC) { in test_f0() argument 28 f0(NDC); in test_f0()
|
/external/slf4j/slf4j-migrator/ |
D | LIMITATIONS.txt | 30 - Since NDC is not supported by SLF4J, the migrator cannot properly handle 31 NDC statements.
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ |
D | NDC.java | 29 public class NDC { class
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
D | NDC.java | 29 public class NDC { class
|
/external/clang/test/SemaTemplate/ |
D | instantiate-static-var.cpp | 38 NoDefCon &NDC = Z<NoDefCon>::value; // expected-note{{instantiation}} in test() local
|
/external/llvm/lib/Object/ |
D | COFFYAML.cpp | 369 MappingNormalization<NDLLCharacteristics, uint16_t> NDC( in mapping() local 385 IO.mapRequired("DLLCharacteristics", NDC->Characteristics); in mapping()
|
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
D | log4j-1.2.14.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
D | log4j-1.3alpha-8.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/libphonenumber/ |
D | release_notes.txt | 317 -- Not requiring the NDC to be alone for countries where there is no national prefix in strict
|