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 379 Spec* specList;
407 specList = NULL; /* the spec list we're building up */
452 spec->next = specList;
455 specList = spec;
481 for (spec = specList; spec; spec = spec->next)
499 /* Ok. Now specList holds the list of specs from the DebugInfo.
505 newts->specs = specList;
511 (1) actives formed by matching the new specs in specList against
518 the new specs in specList
528 generate_and_add_actives( specList, newts
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]

Completed in 1230 milliseconds