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

  /external/valgrind/main/coregrind/
m_redir.c 394 Spec* specList;
498 specList = NULL; /* the spec list we're building up */
585 spec->next = specList;
588 specList = spec;
614 for (spec = specList; spec; spec = spec->next)
632 /* Ok. Now specList holds the list of specs from the DebugInfo.
638 newts->specs = specList;
644 (1) actives formed by matching the new specs in specList against
651 the new specs in specList
661 generate_and_add_actives( specList, newts
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]

Completed in 80 milliseconds