HomeSort by relevance Sort by last modified time
    Searched refs:rest (Results 101 - 125 of 424) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/base/i18n/
build_utf8_validator_tables.cc 309 const StringSet rest(set.begin() + 1, set.end());
310 const StateMap::const_iterator where = state_map->find(rest);
312 ? MakeState(rest, states, state_map)
337 const StringSet rest(it->set.begin() + 1, it->set.end());
338 const StateMap::const_iterator where = state_map.find(rest);
340 ? MakeState(rest, &states, &state_map)
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsintrp.c 191 int cell0, rest; local
206 rest = FIXED_REST_TO_INT(val3); // Rest is 16 LSB bits
212 Output[0] = LinearInterp(rest, y0, y1);
228 cmsFloat32Number val2, rest; local
245 // Rest is 16 LSB bits
246 rest = val2 - cell0;
251 Output[0] = y0 + (y1 - y0) * rest;
294 cmsFloat32Number val2, rest; local
312 // Rest is 16 LSB bit
1018 cmsFloat32Number rest; local
1105 cmsFloat32Number rest; local
1192 cmsFloat32Number rest; local
1277 cmsFloat32Number rest; local
1362 cmsFloat32Number rest; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 67 self.rest = None
183 self.rest = arg
184 self.push('350 rest ok')
188 if self.rest is not None:
189 offset = int(self.rest)
194 self.rest = None
492 for rest in (0, 10, 20):
494 self.client.retrbinary('retr', received.append, rest=rest)
495 self.assertEqual(''.join(received), RETR_DATA[rest:]
    [all...]
test_grammar.py 168 def v0(*rest): pass
169 def v1(a, *rest): pass
170 def v2(a, b, *rest): pass
172 exec('def v3(a, (b, c), *rest): return a, b, c, rest')
201 self.assertEqual(v3.func_code.co_varnames, ('a', '(b, c)', 'rest', 'b', 'c'))
203 self.assertEqual(v3.func_code.co_varnames, ('a', '.1', 'rest', 'b', 'c'))
237 def d01v(a=1, *rest): pass
244 def d11v(a, b=1, *rest): pass
248 def d21v(a, b, c=1, *rest): pas
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 67 self.rest = None
183 self.rest = arg
184 self.push('350 rest ok')
188 if self.rest is not None:
189 offset = int(self.rest)
194 self.rest = None
492 for rest in (0, 10, 20):
494 self.client.retrbinary('retr', received.append, rest=rest)
495 self.assertEqual(''.join(received), RETR_DATA[rest:]
    [all...]
test_grammar.py 168 def v0(*rest): pass
169 def v1(a, *rest): pass
170 def v2(a, b, *rest): pass
172 exec('def v3(a, (b, c), *rest): return a, b, c, rest')
201 self.assertEqual(v3.func_code.co_varnames, ('a', '(b, c)', 'rest', 'b', 'c'))
203 self.assertEqual(v3.func_code.co_varnames, ('a', '.1', 'rest', 'b', 'c'))
237 def d01v(a=1, *rest): pass
244 def d11v(a, b=1, *rest): pass
248 def d21v(a, b, c=1, *rest): pas
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTScanner.cpp 113 Run rest(position(), end(), m_is8Bit);
114 return extractString(rest);
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
allegrocl.swg 332 (cl::defmacro defswig1 (name (&rest args) &body body)
337 (cl::defmacro defswig2 (name (&rest args) &body body)
416 (cl::defun id-convert-and-export (name &rest kwargs)
481 (cl::macrolet ((swig-ff-call (&rest args)
507 (cl::macrolet ((swig-ff-call (&rest args)
517 (cl::defun ,symbol (&rest args)
533 (defswig2 swig-def-foreign-class (name supers &rest rest)
537 (ff:def-foreign-type ,symbol ,@rest)
542 (defswig2 swig-def-foreign-type (name &rest rest
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_schema_graph.py 109 rest = _Subtract(minuend[key], subtrahend[key])
110 if rest:
112 difference[key] = rest
123 # Add this key and the rest of its children.
  /external/chromium_org/third_party/icu/source/common/
filterednormalizer2.cpp 141 UnicodeString rest(second.tempSubString(prefixLimit, INT32_MAX));
143 normalize(rest, first, USET_SPAN_NOT_CONTAINED, errorCode);
145 first.append(rest);
  /external/icu/icu4c/source/common/
filterednormalizer2.cpp 143 UnicodeString rest(second.tempSubString(prefixLimit, INT32_MAX));
145 normalize(rest, first, USET_SPAN_NOT_CONTAINED, errorCode);
147 first.append(rest);
  /external/svox/pico/lib/
picodata.c 700 picoos_int16 * restdur /* in/out, rest in ms */
704 picoos_int32 fact, rest; local
706 /* calculate rest and factor in number of frames (in PICODATA_PICODATA_PRECISION) */
707 rest = (*restdur) << (PICODATA_PRECISION - frame_duration_exp);
711 rest += fact * inout[i];
712 /* instead of rounding, we carry the rest to the next state */
713 inout[i] = rest >> PICODATA_PRECISION;
714 rest -= inout[i] << PICODATA_PRECISION;
716 (*restdur) = rest >> (PICODATA_PRECISION - frame_duration_exp);
726 picoos_int16 * restdur /* in/out, rest in ms *
730 picoos_int32 fact, rest, out, weighted_sum; local
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapResponseParser.java 303 String rest = readUntilEol(); local
304 if (!TextUtils.isEmpty(rest)) {
305 // The rest is free-form text.
306 responseToDestroy.add(new ImapSimpleString(rest));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_LWPCookieJar.py 121 rest = {}
138 rest[k] = v
158 rest)
binhex.py 413 rest = self._read(1+4+4+2+4+4)
416 type = rest[1:5]
417 creator = rest[5:9]
418 flags = struct.unpack('>h', rest[9:11])[0]
419 self.dlen = struct.unpack('>l', rest[11:15])[0]
420 self.rlen = struct.unpack('>l', rest[15:19])[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_LWPCookieJar.py 121 rest = {}
138 rest[k] = v
158 rest)
binhex.py 413 rest = self._read(1+4+4+2+4+4)
416 type = rest[1:5]
417 creator = rest[5:9]
418 flags = struct.unpack('>h', rest[9:11])[0]
419 self.dlen = struct.unpack('>l', rest[11:15])[0]
420 self.rlen = struct.unpack('>l', rest[15:19])[0]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 172 def v0(*rest): pass
173 def v1(a, *rest): pass
174 def v2(a, b, *rest): pass
175 def v3(a, (b, c), *rest): return a, b, c, rest
204 self.assertEquals(v3.func_code.co_varnames, ('a', '(b, c)', 'rest', 'b', 'c'))
206 self.assertEquals(v3.func_code.co_varnames, ('a', '.1', 'rest', 'b', 'c'))
240 def d01v(a=1, *rest): pass
247 def d11v(a, b=1, *rest): pass
251 def d21v(a, b, c=1, *rest): pas
    [all...]
py3_test_grammar.py 172 def v0(*rest): pass
173 def v1(a, *rest): pass
174 def v2(a, b, *rest): pass
228 def d01v(a=1, *rest): pass
235 def d11v(a, b=1, *rest): pass
239 def d21v(a, b, c=1, *rest): pass
245 def d02v(a=1, b=2, *rest): pass
252 def d12v(a, b=1, c=2, *rest): pass
260 def d22v(a, b, c=1, d=2, *rest): pass
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 172 def v0(*rest): pass
173 def v1(a, *rest): pass
174 def v2(a, b, *rest): pass
175 def v3(a, (b, c), *rest): return a, b, c, rest
204 self.assertEquals(v3.func_code.co_varnames, ('a', '(b, c)', 'rest', 'b', 'c'))
206 self.assertEquals(v3.func_code.co_varnames, ('a', '.1', 'rest', 'b', 'c'))
240 def d01v(a=1, *rest): pass
247 def d11v(a, b=1, *rest): pass
251 def d21v(a, b, c=1, *rest): pas
    [all...]
py3_test_grammar.py 172 def v0(*rest): pass
173 def v1(a, *rest): pass
174 def v2(a, b, *rest): pass
228 def d01v(a=1, *rest): pass
235 def d11v(a, b=1, *rest): pass
239 def d21v(a, b, c=1, *rest): pass
245 def d02v(a=1, b=2, *rest): pass
252 def d12v(a, b=1, c=2, *rest): pass
260 def d22v(a, b, c=1, d=2, *rest): pass
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg 185 <rest(alts):{a | el<rewriteAltRest(a)>}; anchor, separator="\n\n">
429 //<else><if (!rest(args))>self._adaptor.createFromType(<tokenType>, <first(args)>)
430 //<else><if (!rest(rest(args)))>self._adaptor.createFromToken(<tokenType>, <first(args)>, <first(rest(args))>)
443 <else><if (!rest(args))>self._adaptor.createFromToken(<token>, <first(args)>)
444 <else><if (!rest(rest(args)))>self._adaptor.createFromToken(<token>, <first(args)>, <first(rest(args))>)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 418 rest = value
419 m = self.WORD_PATTERN.match(rest)
423 rest = rest[m.end():]
425 #print d, rest
426 while rest:
427 m = self.DOT_PATTERN.match(rest)
431 m = self.INDEX_PATTERN.match(rest)
443 rest = rest[m.end():
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 418 rest = value
419 m = self.WORD_PATTERN.match(rest)
423 rest = rest[m.end():]
425 #print d, rest
426 while rest:
427 m = self.DOT_PATTERN.match(rest)
431 m = self.INDEX_PATTERN.match(rest)
443 rest = rest[m.end():
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 391 const char *rest;
414 rest after the closing brace. */
426 rest = next;
427 while (*rest != '}')
429 rest = next_brace_sub (rest + 1);
430 if (rest == NULL)
441 rest_len = strlen (++rest) + 1;
465 mempcpy (mempcpy (alt_start, p, next - p), rest, rest_len);
468 memcpy (&alt_start[next - p], rest, rest_len)
390 const char *rest; local
    [all...]

Completed in 970 milliseconds

1 2 3 45 6 7 8 91011>>