OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:specList
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/
m_redir.c
329
Spec*
specList
;
356
specList
= NULL; /* the spec list we're building up */
390
spec->next =
specList
;
393
specList
= spec;
411
for (spec =
specList
; spec; spec = spec->next)
427
/* Ok. Now
specList
holds the list of specs from the DebugInfo.
433
newts->specs =
specList
;
439
(1) actives formed by matching the new specs in
specList
against
446
the new specs in
specList
456
generate_and_add_actives(
specList
, newts
[
all
...]
/libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java
[
all
...]
Completed in 628 milliseconds