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

1 2

  /cts/tools/dasm/src/java_cup/
lalr_item.java 40 * @param look the set of lookahead symbols.
42 public lalr_item(production prod, int pos, terminal_set look)
46 _lookahead = look;
55 * @param look the set of lookahead symbols.
57 public lalr_item(production prod, terminal_set look) throws internal_error
59 this(prod,0,look);
  /external/jpeg/
jdhuff.h 177 { register int nb, look; \
185 look = PEEK_BITS(HUFF_LOOKAHEAD); \
186 if ((nb = htbl->look_nbits[look]) != 0) { \
188 result = htbl->look_sym[look]; \
  /external/openssl/crypto/des/times/
usparc.cc 14 actual 'speed' numbers look better which is a realistic version of
  /frameworks/base/core/java/android/text/
DynamicLayout.java 192 int look = TextUtils.indexOf(text, '\n', where + after); local
193 if (look < 0)
194 look = len;
196 look++; // we want the index after the \n
198 int change = look - (where + after);
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/libffi/src/powerpc/
linux64_closure.S 98 # so use it to look up in a table
101 # look up the proper starting point in table
ppc_closure.S 91 # so use it to look up in a table
94 # look up the proper starting point in table
  /ndk/build/core/
add-application.mk 45 # check whether APP_PLATFORM is defined. If not, look for default.properties in
91 # If undefined, look in $(APP_PROJECT_PATH)/jni/Android.mk
init.mk 157 # We recognize 1.5. as the prefix to look for then.
  /bionic/libc/regex/
engine.c 847 sopno look; local
922 for (look = 1;
923 OP(s = g->strip[pc+look]) != O_CH;
924 look += OPND(s))
926 FWD(aft, aft, look);
  /external/bison/data/
glr.c 70 # Same as above, but on the look-ahead, hence &yylloc instead of yylocp.
85 # Same as above, but on the look-ahead, hence &yylloc instead of yylocp.
    [all...]
  /external/v8/test/mjsunit/regress/
regress-231.js 29 // A stack growth during a look-ahead could restore a pointer to the old stack.
  /external/v8/test/mjsunit/
string-replace.js 107 // Bug 317 look-alikes. If "$e" has no meaning, the "$" must be retained.
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 110 Android 1.6 and we are pleased to announce the availability of an early look
212 availability of an early look SDK to give you a head-start on developing
  /external/bison/doc/
refcard.tex 462 \key{Current look ahead token.} {yychar}
493 \key{Value in {\tt yychar} if no look-ahead token.} {YYEMPTY}
494 \key{Clear previous look ahead token.} {yyclearin}
  /external/zlib/contrib/pascal/
zlibpas.pas 128 (* various hacks, don't look :) *)
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/elfutils/
elfutils.spec 267 time to look at it
  /external/openssl/apps/
makeapps.com 464 $! Look For The Library LIBCRYPTO.OLB.
484 $! Look For The Library LIBSSL.OLB.
634 $! Else, let's look for something else
  /external/v8/tools/
splaytree.js 39 * such as insertion, look-up and removal in O(log(n)) amortized time.
  /external/v8/benchmarks/
splay.js 126 * such as insertion, look-up and removal in O(log(n)) amortized time.
  /external/webkit/SunSpider/tests/v8-v4/
v8-splay.js 121 * such as insertion, look-up and removal in O(log(n)) amortized time.
  /external/grub/docs/
texinfo.tex     [all...]
  /external/iproute2/doc/
ip-tunnels.tex 291 Also you may look at statistics:
  /external/zlib/contrib/masmx86/
gvmat32.asm 659 ;;; You can look at http://www.muppetlabs.com/~breadbox/software/assembly.html

Completed in 1255 milliseconds

1 2