OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:toskip
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/base/
ftpatent.c
199
FT_UInt flags,
toskip
;
local
205
toskip
= 2 + 1 + 1;
208
toskip
+= 2;
211
toskip
+= 2;
213
toskip
+= 4;
215
toskip
+= 8;
220
if ( FT_STREAM_SKIP(
toskip
) )
/dalvik/libcore/luni/src/main/java/java/io/
ObjectInput.java
102
* Skips {@code
toSkip
} bytes on this stream. Less than {@code
toSkip
} byte are
106
* @param
toSkip
113
public long skip(long
toSkip
) throws IOException;
Completed in 224 milliseconds