Searched refs:look (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdhuff.h181 { register int nb, look; \
189 look = PEEK_BITS(HUFF_LOOKAHEAD); \
190 if ((nb = htbl->look_nbits[look]) != 0) { \
192 result = htbl->look_sym[look]; \
/openjdk7/jdk/test/com/sun/jdi/
H A DStringConvertTest.sh91 // These just show what output should look like
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp165 const char* look = file_name; local
170 && (foundp = strchr(look, sfile[0])) != NULL
179 look = foundp + 1;
422 // Actually we look through all CodeBlobs (the nm name has been kept for backwards compatability)
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSSParser.java843 * Supports one character look ahead, this will throw if called twice
849 throw new RuntimeException("Can not handle look ahead of more than one character");

Completed in 34 milliseconds