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

  /external/valgrind/coregrind/
m_redir.c 393 Spec* specList;
506 specList = NULL; /* the spec list we're building up */
628 spec->next = specList;
631 specList = spec;
673 for (spec = specList; spec; spec = spec->next)
691 /* Ok. Now specList holds the list of specs from the DebugInfo.
696 newts->specs = specList;
702 (1) actives formed by matching the new specs in specList against
709 the new specs in specList
719 generate_and_add_actives( specList, newts
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]

Completed in 167 milliseconds