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

  /external/skia/tests/
LListTest.cpp 13 class ListElement {
15 ListElement(int id) : fID(id) {
17 bool operator== (const ListElement& other) { return fID == other.fID; }
23 SK_DECLARE_INTERNAL_LLIST_INTERFACE(ListElement);
26 static void check_list(const SkTInternalLList<ListElement>& list,
31 ListElement elements[4]) {
45 SkTInternalLList<ListElement> list;
46 ListElement elements[4] = {
47 ListElement(0),
48 ListElement(1)
    [all...]
  /external/skqp/tests/
LListTest.cpp 13 class ListElement {
15 ListElement(int id) : fID(id) {
17 bool operator== (const ListElement& other) { return fID == other.fID; }
23 SK_DECLARE_INTERNAL_LLIST_INTERFACE(ListElement);
26 static void check_list(const SkTInternalLList<ListElement>& list,
31 ListElement elements[4]) {
45 SkTInternalLList<ListElement> list;
46 ListElement elements[4] = {
47 ListElement(0),
48 ListElement(1)
    [all...]
  /art/test/444-checker-nce/src/
Main.java 246 class ListElement {
247 private ListElement next;
249 /// CHECK-START: boolean ListElement.isShorter(ListElement, ListElement) instruction_simplifier (before)
253 /// CHECK-START: boolean ListElement.isShorter(ListElement, ListElement) instruction_simplifier (after)
255 static boolean isShorter(ListElement x, ListElement y)
    [all...]

Completed in 99 milliseconds