HomeSort by relevance Sort by last modified time
    Searched refs:buildList (Results 1 - 12 of 12) sorted by null

  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseParserTest.java 20 import static com.android.email.mail.store.imap.ImapTestUtils.buildList;
89 buildList(
110 buildList(
270 buildList(
273 buildList(),
276 buildList(
278 buildList(
282 buildList(
283 buildList(
284 buildList(),
    [all...]
ImapResponseTest.java 70 buildList(new ImapSimpleString("rescode"))
78 buildList(new ImapSimpleString("rescode"))
87 buildList(new ImapSimpleString("rescode"))
97 buildList(new ImapSimpleString("ALERT")),
107 buildList(new ImapSimpleString("X")),
137 buildList(new ImapSimpleString("XXX")),
ImapListTest.java 65 ImapList list = buildList(ImapList.EMPTY, ABC, LIST_1, ImapString.EMPTY);
96 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY);
109 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY);
122 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY);
139 ImapList list = buildList(
161 assertElement(null, buildList(K1).getKeyedElementOrNull("abcd", false));
166 ImapList list = buildList(K1, LIST_1);
179 ImapList list = buildList(K1, STRING_1);
195 ImapList list = buildList(K1, K2, K3);
213 assertEquals("[aBc]", buildList(STRING_1).flatten())
    [all...]
ImapTestUtils.java 41 public static final ImapList LIST_1 = buildList(STRING_1);
42 public static final ImapList LIST_2 = buildList(STRING_1, STRING_2, LIST_1);
66 public static final ImapList buildList(ImapElement... elements) {
  /libcore/benchmarks/src/benchmarks/regression/
CollectionsBenchmark.java 42 List<Integer> input = buildList(arrayListLength, ArrayList.class);
49 List<Integer> input = buildList(arrayListLength, ArrayList.class);
56 List<Integer> input = buildList(arrayListLength, Vector.class);
63 List<Integer> input = buildList(arrayListLength, Vector.class);
69 private static <T extends List<Integer>> List<Integer> buildList(
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
AssertHelpers.java 132 assertCollectionContainsAnyOf(message, buildList(actual), Arrays.asList(checkVals));
144 assertCollectionContainsAnyOf(message, buildList(actual), Arrays.asList(checkVals));
156 return assertCollectionContainsAnyOf(message, buildList(actual), buildList(checkVals));
168 return assertCollectionContainsAnyOf(message, buildList(actual), buildList(checkVals));
199 private static <T> List<T> buildList(T[] array) {
203 private static List<Integer> buildList(int[] array) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
AssertHelpers.java 138 assertCollectionContainsAnyOf(message, buildList(actual), Arrays.asList(checkVals));
150 assertCollectionContainsAnyOf(message, buildList(actual), Arrays.asList(checkVals));
162 return assertCollectionContainsAnyOf(message, buildList(actual), buildList(checkVals));
174 return assertCollectionContainsAnyOf(message, buildList(actual), buildList(checkVals));
205 private static <T> List<T> buildList(T[] array) {
209 private static List<Integer> buildList(int[] array) {
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
AdjacencyList.java 103 buildList(list, 0, null);
123 private boolean buildList(List<List<Vertex>> theList, int index,
215 success = buildList(theList, v.getIndex(), bs);
  /external/boringssl/src/crypto/err/
err_data_generate.go 132 func (st *stringList) buildList() []uint32 {
143 list := st.buildList()
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
genvk.py 156 buildList = [
329 for item in buildList:
  /frameworks/native/opengl/tools/glgen2/registry/
genheaders.py 268 buildList = [
551 for genOpts in buildList:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 820 milliseconds