OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linecount
(Results
1 - 8
of
8
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multifile.py
41
global boundaries,
linecount
55
linecount
+= len(lines)
58
global boundaries,
linecount
60
linecount
= 0
64
assert
linecount
== 9
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multifile.py
41
global boundaries,
linecount
55
linecount
+= len(lines)
58
global boundaries,
linecount
60
linecount
= 0
64
assert
linecount
== 9
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp
842
int
linecount
= 0;
local
843
while (
linecount
< gNumFileLines) {
844
UChar *str = gFileLines[
linecount
].name;
845
int strlen = haslen?gFileLines[
linecount
].len:-1;
851
linecount
++;
862
int
linecount
= 0;
local
863
while (
linecount
< gNumFileLines) {
864
UChar *str = gFileLines[
linecount
].name;
865
int strlen = haslen?gFileLines[
linecount
].len:-1;
867
linecount
++
886
int
linecount
= 0;
local
1005
int
linecount
= 0;
local
1026
int
linecount
= 0;
local
1050
int
linecount
= 0;
local
[
all
...]
/external/icu4c/test/perf/collationperf/
collperf.cpp
842
int
linecount
= 0;
local
843
while (
linecount
< gNumFileLines) {
844
UChar *str = gFileLines[
linecount
].name;
845
int strlen = haslen?gFileLines[
linecount
].len:-1;
851
linecount
++;
862
int
linecount
= 0;
local
863
while (
linecount
< gNumFileLines) {
864
UChar *str = gFileLines[
linecount
].name;
865
int strlen = haslen?gFileLines[
linecount
].len:-1;
867
linecount
++
886
int
linecount
= 0;
local
1005
int
linecount
= 0;
local
1026
int
linecount
= 0;
local
1050
int
linecount
= 0;
local
[
all
...]
/external/dropbear/
cli-auth.c
64
unsigned int i,
linecount
;
local
83
linecount
= 1;
86
if (
linecount
>= MAX_BANNER_LINES) {
90
linecount
++;
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_RLEaccel.c
790
int
linecount
= srcrect->h; \
826
if(!--
linecount
) \
909
int
linecount
= srcrect->h; \
925
if(!--
linecount
) \
1026
int
linecount
= srcrect->h; \
1089
} while(--
linecount
); \
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
readpdb.c
1602
Int
linecount
;
local
[
all
...]
/frameworks/base/core/java/android/widget/
TextView.java
6462
int
linecount
= layout.getLineCount();
local
[
all
...]
Completed in 904 milliseconds