OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextRecord
(Results
1 - 2
of
2
) sorted by null
/dalvik/tools/dmtracedump/
CreateTestTrace.c
124
int
nextRecord
= 0;
211
records[
nextRecord
].time = time;
212
records[
nextRecord
].threadId = threadId;
224
records[
nextRecord
].fullName = strndup(save_cp, len);
227
records[
nextRecord
].className = NULL;
228
records[
nextRecord
].methodName = NULL;
229
records[
nextRecord
].signature = NULL;
234
records[
nextRecord
].className = strndup(save_cp, len);
241
records[
nextRecord
].methodName = strndup(save_cp, len);
248
records[
nextRecord
].signature = strndup(save_cp, len)
[
all
...]
/external/icu4c/common/
rbbitblb.cpp
[
all
...]
Completed in 651 milliseconds