OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_lines
(Results
1 - 5
of
5
) sorted by null
/external/iproute2/misc/
lnstat_util.c
41
int j,
num_lines
= 0;
local
50
num_lines
++;
63
return
num_lines
;
lnstat.c
155
int
num_lines
;
member in struct:table_hdr
187
th.
num_lines
= h+1;
195
for (h = 1; h <= th.
num_lines
; h++) {
209
for (i = 0; i < th->
num_lines
; i++) {
/system/extras/tests/fstest/
perm_checker.c
162
int num_rules = 0,
num_lines
= 0;
local
168
num_lines
++;
170
printf("# WARNING # Invalid rule on line number %d\n",
num_lines
);
173
add_rule(
num_lines
, spec,
192
return
num_lines
- num_rules;
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py
814
def
num_lines
(self):
member in class:CleansedLines
[
all
...]
/external/freetype/src/cff/
cffgload.c
1663
FT_Int
num_lines
;
local
[
all
...]
Completed in 664 milliseconds