OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncall
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/re2/re2/testing/
unicode_test.py
85
ncall
= [0] # can't assign to ordinary int in DoLine
89
ncall
[0] += 1
90
self.assertEquals("Line %d" % (
ncall
[0],), fields[2])
91
if
ncall
[0] == 1:
95
elif
ncall
[0] == 2:
99
elif
ncall
[0] == 3:
103
elif
ncall
[0] == 4:
107
elif
ncall
[0] == 5:
113
self.assertEquals(5,
ncall
[0])
/external/regex-re2/re2/testing/
unicode_test.py
85
ncall
= [0] # can't assign to ordinary int in DoLine
89
ncall
[0] += 1
90
self.assertEquals("Line %d" % (
ncall
[0],), fields[2])
91
if
ncall
[0] == 1:
95
elif
ncall
[0] == 2:
99
elif
ncall
[0] == 3:
103
elif
ncall
[0] == 4:
107
elif
ncall
[0] == 5:
113
self.assertEquals(5,
ncall
[0])
/ndk/sources/host-tools/nawk-20071023/
run.c
224
int i,
ncall
, ndef;
local
240
for (
ncall
= 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */
241
ncall
++;
243
dprintf( ("calling %s, %d args (%d in defn), fp=%d\n", s,
ncall
, ndef, (int) (fp-frame)) );
244
if (
ncall
> ndef)
246
s,
ncall
, ndef);
247
if (
ncall
+ ndef > NARGS)
248
FATAL("function %s has %d arguments, limit %d", s,
ncall
+ndef, NARGS);
289
if (i >=
ncall
) {
[
all
...]
Completed in 62 milliseconds