OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scanRes
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/codesighs/
msmap2tsv.c
[
all
...]
codesighs.c
238
int
scanRes
= 0;
261
scanRes
= sscanf(lineBuffer,
270
if(6 ==
scanRes
)
[
all
...]
maptsvdifftool.c
387
int
scanRes
= 0;
408
scanRes
= sscanf(theLine,
417
if(6 ==
scanRes
)
[
all
...]
/system/netd/
BandwidthController.cpp
774
int
scanRes
;
783
scanRes
= fscanf(fp, "%lld", bytes);
784
ALOGV("Read quota res=%d bytes=%lld",
scanRes
, *bytes);
786
return
scanRes
== 1 ? 0 : -1;
[
all
...]
Completed in 272 milliseconds