HomeSort by relevance Sort by last modified time
    Searched full:ncall (Results 1 - 13 of 13) 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...]
  /external/chromium_org/third_party/sqlite/src/src/
test_malloc.c 740 int nCall;
769 pLog->nCall++;
845 apElem[0] = Tcl_NewIntObj(pLog->nCall);
    [all...]
  /packages/apps/Dialer/res/values-en-rGB/
strings.xml 172 <string name="no_favorites" msgid="5212485868783382971">"Favourites &amp; contacts that you\ncall often will show here.\nSo, start calling."</string>
  /packages/apps/Dialer/res/values-en-rIN/
strings.xml 172 <string name="no_favorites" msgid="5212485868783382971">"Favourites &amp; contacts that you\ncall often will show here.\nSo, start calling."</string>
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_signal.py 442 print("\ncall pause()...")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_signal.py 442 print("\ncall pause()...")
  /packages/apps/Dialer/res/values/
strings.xml     [all...]
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 171 sb.append("\nCall to:");
    [all...]
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3-sources.jar 

Completed in 235 milliseconds