/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | BaseDescription.java | 80 return appendList(start, separator, end, new SelfDescribingValueIterator<T>(values)); in appendValueList() 84 …public Description appendList(String start, String separator, String end, Iterable<? extends SelfD… in appendList() method in BaseDescription 85 return appendList(start, separator, end, values.iterator()); in appendList() 88 …private Description appendList(String start, String separator, String end, Iterator<? extends Self… in appendList() method in BaseDescription
|
D | Description.java | 46 Description appendList(String start, String separator, String end, in appendList() method 57 public Description appendList(String start, String separator, in appendList() method in Description.NullDescription
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/ |
D | IsIterableContainingInAnyOrder.java | 36 .appendList("[", ", ", "]", matchers) in describeTo() 62 .appendText("no item matches: ").appendList("", ", ", "", matchers) in isFinished()
|
D | IsArray.java | 49 description.appendList(descriptionStart(), descriptionSeparator(), descriptionEnd(), in describeTo()
|
D | IsArrayContainingInAnyOrder.java | 35 description.appendList("[", ", ", "]", matchers) in describeTo()
|
D | IsArrayContainingInOrder.java | 36 description.appendList("[", ", ", "]", matchers); in describeTo()
|
D | IsIterableContainingInRelativeOrder.java | 28 …description.appendText("iterable containing ").appendList("[", ", ", "]", matchers).appendText(" i… in describeTo()
|
D | IsIterableContainingInOrder.java | 35 description.appendText("iterable containing ").appendList("[", ", ", "]", matchers); in describeTo()
|
/external/clang/test/SemaCXX/ |
D | crashes.cpp | 240 appendList(int[]...); // expected-error {{C++ requires a type specifier for all declarations}} 241 appendList(int[]...) { } // expected-error {{C++ requires a type specifier for all declarations}} in appendList() function
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
D | ShortcutCombination.java | 31 description.appendList("(", " " + operator + " ", ")", matchers); in describeTo()
|
D | AllOf.java | 36 description.appendList("(", " " + "and" + " ", ")", matchers); in describeTo()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitstreamReader.h | 74 appendList(NewAbbrevs); in AbbrevList() 78 appendList(Rhs); 94 void appendList(const AbbrevList &NewAbbrevs) { in appendList() function
|
/external/doclava/src/com/google/doclava/parser/ |
D | Java.g | 815 stats.appendList($blockStatement.list);
|