HomeSort by relevance Sort by last modified time
    Searched defs:forwardList (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit/gtk/tests/
testwebbackforwardlist.c 39 GList* forwardList = NULL;
94 forwardList = webkit_web_back_forward_list_get_forward_list_with_limit(backForwardList, 5);
95 for (; forwardList; forwardList = forwardList->next)
96 g_assert_cmpint(G_OBJECT(forwardList->data)->ref_count, ==, 1);
98 g_list_free(forwardList);
118 GList* forwardList = NULL;
177 forwardList = webkit_web_back_forward_list_get_forward_list_with_limit(webBackForwardList,5);
178 g_assert(forwardList);
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableList.java 405 private transient final ImmutableList<E> forwardList;
409 this.forwardList = backingList;
422 return forwardList;
426 return forwardList.contains(object);
430 return forwardList.containsAll(targets);
434 int index = forwardList.lastIndexOf(object);
439 int index = forwardList.indexOf(object);
445 return forwardList.subList(
451 return forwardList.get(reverseIndex(index));
457 forwardList.listIterator(reversePosition(index))
    [all...]
  /external/srec/tools/grxmlcompile/
sub_grph.h 119 forwardList= 0;
136 if (forwardList)
137 delete [] forwardList;
218 int *forwardList;
  /external/icu4c/test/intltest/
ssearch.cpp 989 OrderList forwardList;
998 forwardList.add(order, low, high);
1020 if (forwardList.compare(backwardList)) {
1022 logln("Forward offsets: [%s]", printOffsets(buffer, forwardList));
1025 logln("Forward CEs: [%s]", printOrders(buffer, forwardList));
1031 infoln("Forward offsets: [%s]", printOffsets(buffer, forwardList));
1034 infoln("Forward CEs: [%s]", printOrders(buffer, forwardList));
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 1058 milliseconds