HomeSort by relevance Sort by last modified time
    Searched refs:rest (Results 1 - 25 of 439) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
reserve.asm 6 rest 0 label
13 rest 4 label
  /external/chromium_org/base/third_party/nspr/
prtime.cc 541 const char *rest = string; local
548 while (*rest)
556 switch (*rest)
560 (rest[1] == 'p' || rest[1] == 'P') &&
561 (rest[2] == 'r' || rest[2] == 'R'))
564 (rest[1] == 's' || rest[1] == 'S') &&
565 (rest[2] == 't' || rest[2] == 'T')
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
reserve-err1.asm 7 rest a label
14 rest a label
reserve-err2.asm 7 ;rest a
14 ;rest a
  /external/iproute2/ip/
routel 18 while read network rest
19 do set xx $rest
  /external/chromium_org/tools/gyp/pylib/gyp/
easy_xml.py 80 rest = specification[1:]
81 if rest and isinstance(rest[0], dict):
82 for at, val in sorted(rest[0].iteritems()):
84 rest = rest[1:]
85 if rest:
87 all_strings = reduce(lambda x, y: x and isinstance(y, str), rest, True)
91 for child_spec in rest:
  /external/nist-sip/java/gov/nist/javax/sip/parser/
CallIDParser.java 74 String rest = lexer.getRest(); local
75 callID.setCallId(rest.trim());
  /art/tools/
generate-operator-out.py 132 rest = m.group(2).strip()
133 m_literal = re.compile(r'= (0x[0-9a-f]+|-?[0-9]+|\'.\')').search(rest)
135 rest = rest[(len(m_literal.group(0))):]
139 if rest.startswith('= k'):
143 if rest.startswith(','):
144 rest = rest[1:]
145 rest = rest.strip(
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
filename.cc 83 Slice rest(fname);
84 if (rest == "CURRENT") {
87 } else if (rest == "LOCK") {
90 } else if (rest == "LOG" || rest == "LOG.old") {
93 } else if (rest.starts_with("MANIFEST-")) {
94 rest.remove_prefix(strlen("MANIFEST-"));
96 if (!ConsumeDecimalNumber(&rest, &num)) {
99 if (!rest.empty()) {
108 if (!ConsumeDecimalNumber(&rest, &num))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
fast-dtoa.cc 59 // * rest = (too_high - buffer * 10^kappa).f() * unit
69 uint64_t rest,
91 // . . . . rest
142 // Conceptually rest ~= too_high - buffer
145 ASSERT(rest <= unsafe_interval);
146 while (rest < small_distance && // Negated condition 1
147 unsafe_interval - rest >= ten_kappa && // Negated condition 2
148 (rest + ten_kappa < small_distance || // buffer{-1} > w_high
149 small_distance - rest >= rest + ten_kappa - small_distance))
    [all...]
  /external/chromium_org/v8/src/
fast-dtoa.cc 37 // * rest = (too_high - buffer * 10^kappa).f() * unit
47 uint64_t rest,
69 // . . . . rest
120 // Conceptually rest ~= too_high - buffer
123 DCHECK(rest <= unsafe_interval);
124 while (rest < small_distance && // Negated condition 1
125 unsafe_interval - rest >= ten_kappa && // Negated condition 2
126 (rest + ten_kappa < small_distance || // buffer{-1} > w_high
127 small_distance - rest >= rest + ten_kappa - small_distance))
418 uint64_t rest = local
533 uint64_t rest = local
    [all...]
  /external/fonttools/Lib/fontTools/
afmLib.py 120 rest = line[pos:].strip()
124 self.parsechar(rest)
126 self.parsekernpair(rest)
128 self.parsecomposite(rest)
130 self.parseattr(word, rest)
132 def parsechar(self, rest):
133 m = charRE.match(rest)
135 raise error("syntax error in AFM file: " + repr(rest))
138 things.append(rest[fr:to])
144 def parsekernpair(self, rest)
    [all...]
  /external/chromium_org/tools/gn/bin/
help_as_html.py 31 command, sep, rest = line.partition(':')
41 output_line.extend([sep + cgi.escape(rest) + '</li>'])
54 name, sep, rest = line.partition(':')
57 cgi.escape(name + sep + rest) + '</a></h3>')
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runrc.cmd 21 parse arg name path rest
28 if rest \= '' then do
  /external/chromium_org/third_party/icu/source/common/
unisetspan.cpp 647 int32_t pos=spanLength, rest=length-pos; local
671 if(inc>rest) {
676 if(inc==rest) {
710 if(inc>rest || overlap<maxOverlap) {
730 rest-=maxInc;
731 if(rest==0) {
755 spanLength=spanSet.span(s+pos, rest, USET_SPAN_CONTAINED);
756 if( spanLength==rest || // Reached the end of the string, or
762 rest-=spanLength;
768 spanLength=spanOne(spanSet, s+pos, rest);
969 int32_t pos=spanLength, rest=length-pos; local
1340 int32_t pos=0, rest=length; local
1424 int32_t pos=0, rest=length; local
    [all...]
  /external/icu/icu4c/source/common/
unisetspan.cpp 647 int32_t pos=spanLength, rest=length-pos; local
671 if(inc>rest) {
676 if(inc==rest) {
710 if(inc>rest || overlap<maxOverlap) {
730 rest-=maxInc;
731 if(rest==0) {
755 spanLength=spanSet.span(s+pos, rest, USET_SPAN_CONTAINED);
756 if( spanLength==rest || // Reached the end of the string, or
762 rest-=spanLength;
768 spanLength=spanOne(spanSet, s+pos, rest);
969 int32_t pos=spanLength, rest=length-pos; local
1340 int32_t pos=0, rest=length; local
1424 int32_t pos=0, rest=length; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 51 # the rest to a subprocess, so we can't use buffered input.
77 (dir, rest) if self.path requires running a CGI script.
109 dir, rest = self.cgi_info
118 dir, rest = nextdir, nextrest
124 i = rest.rfind('?')
126 rest, query = rest[:i], rest[i+1:]
132 i = rest.find('/')
134 script, rest = rest[:i], rest[i:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 51 # the rest to a subprocess, so we can't use buffered input.
77 (dir, rest) if self.path requires running a CGI script.
109 dir, rest = self.cgi_info
118 dir, rest = nextdir, nextrest
124 i = rest.rfind('?')
126 rest, query = rest[:i], rest[i+1:]
132 i = rest.find('/')
134 script, rest = rest[:i], rest[i:
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
pair.c 154 size_t rest; local
198 rest = size;
200 assert(rest > 0);
205 assert(rest <= peer_b->len);
206 if (peer_b->offset + rest <= peer_b->size) {
207 chunk = rest;
226 assert(chunk == rest);
229 rest -= chunk;
230 } while (rest);
237 size_t rest; local
    [all...]
  /external/chromium_org/content/browser/resources/media/
ssrc_info_manager.js 114 // Make |rest| starting at the next field.
115 var rest = attributes[i].substring(nextFieldIndex + 1);
117 while (rest.length > 0) {
118 nextFieldIndex = rest.search(this.FIELD_SEPARATOR_REGEX_);
120 nextFieldIndex = rest.length;
123 name = rest.substring(0, rest.indexOf(':'));
125 value = rest.substring(rest.indexOf(':') + 1, nextFieldIndex);
128 // Move |rest| to the start of the next field
    [all...]
  /external/clang/test/SemaCXX/
discrim-union.cpp 27 either_impl<Ts...> rest; member in union:detail::either_impl
34 constexpr either_impl(select<N>, U &&u) : rest(select<N-1>(), move(u)) {}
39 return decltype(rest)::index(t) + 1;
44 rest.destroy(elem - 1);
50 template<unsigned N> constexpr const decltype(static_cast<const rest_t&>(rest).get(select<N-1>{})) get(select<N>) {
51 return rest.get(select<N-1>{});
  /bionic/libc/tools/
genserv.py 56 rest = string.strip(m.group(4))
59 m = re_alias.match(rest)
63 rest = string.strip(m.group(2))
  /cts/tests/tests/text/src/android/text/style/cts/
LeadingMarginSpan_StandardTest.java 46 int rest = 5; local
48 Standard standard = new LeadingMarginSpan.Standard(first, rest);
50 assertEquals(rest, standard.getLeadingMargin(false));
  /developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardService.java 157 * @param rest Any remaining arrays
160 public static byte[] ConcatArrays(byte[] first, byte[]... rest) {
162 for (byte[] array : rest) {
167 for (byte[] array : rest) {
  /developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardService.java 157 * @param rest Any remaining arrays
160 public static byte[] ConcatArrays(byte[] first, byte[]... rest) {
162 for (byte[] array : rest) {
167 for (byte[] array : rest) {

Completed in 995 milliseconds

1 2 3 4 5 6 7 8 91011>>