/external/compiler-rt/test/asan/TestCases/ |
D | use-after-scope-dtor-order.cc | 6 struct IntHolder { struct 7 explicit IntHolder(int *val = 0) : val_(val) { } in IntHolder() argument 8 ~IntHolder() { in ~IntHolder() argument 20 // It is incorrect to use "x" int IntHolder destructor, because "x" is in main() argument
|
D | use-after-scope-temp.cc | 9 struct IntHolder { struct 10 explicit IntHolder(int val) : val(val) { in IntHolder() argument 16 const IntHolder *saved; argument
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p4.cpp | 3 struct IntHolder { // expected-note{{here}} // expected-note 2{{candidate constructor (the implicit… struct 25 IntHolder &test_X_IntHolderInt(X<IntHolder, int> xih) { in test_X_IntHolderInt() 48 IntHolder &test_X_IntHolderInt(X<IntHolder, long> xih) { in test_X_IntHolderInt()
|
D | p5.cpp | 3 struct IntHolder { struct 36 IntHolder &test_X_IntHolderInt(X<IntHolder, long> xih) { in test_X_IntHolderInt()
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableMapTest.java | 462 private static class IntHolder implements Serializable { class in ImmutableMapTest 465 public IntHolder(int value) { in IntHolder() method in ImmutableMapTest.IntHolder
|
D | ImmutableSortedMapTest.java | 579 private static class IntHolder implements Serializable { class in ImmutableSortedMapTest 582 public IntHolder(int value) { in IntHolder() method in ImmutableSortedMapTest.IntHolder
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableMapTest.java | 614 private static class IntHolder implements Serializable { class in ImmutableMapTest 617 public IntHolder(int value) { in IntHolder() method in ImmutableMapTest.IntHolder
|
D | ImmutableSortedMapTest.java | 668 private static class IntHolder implements Serializable { class in ImmutableSortedMapTest 671 public IntHolder(int value) { in IntHolder() method in ImmutableSortedMapTest.IntHolder
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |