/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Paint.java | 984 * @param end The end of the text slice to measure. 1060 * @param end The end of the text slice to measure [all...] |
/external/guava/javadoc/com/google/common/io/ |
ByteStreams.html | 334 <TD><CODE><B><A HREF="../../../../com/google/common/io/ByteStreams.html#slice(com.google.common.io.InputSupplier, long, long)">slice</A></B>(<A HREF="../../../../com/google/common/io/InputSupplier.html" title="interface in com.google.common.io">InputSupplier</A><? extends <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>> supplier, [all...] |
/external/freetype/src/sfnt/ |
ttcmap.c | 260 /* location of the `offset' field itself into a slice of the */ 261 /* `glyph_ids' table. Let's call it `slice' (it is a USHORT[] too). */ 263 /* * The value `slice[char.lo - first]' is read. If it is 0, there is */ [all...] |
/external/webkit/WebCore/inspector/front-end/ |
inspector.js | 555 var parameters = Array.prototype.slice.call(arguments, 1); [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/ |
run_chromium_webkit_tests.py | 283 # Get the start offset of the slice. 306 # Get the end offset of the slice. 311 tests_run_msg = 'Running: %d tests (chunk slice [%d:%d] of %d)' % ( [all...] |
/external/v8/src/ |
d8.js | 280 cmd = cmd_line.slice(0, pos); 281 args = cmd_line.slice(pos).replace(/^\s+|\s+$/g, ''); [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
ConcurrentLinkedQueue.java | 86 * poll() that has lost its time slice.
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
DoubleBuffer.java | 550 public abstract DoubleBuffer slice(); method in class:DoubleBuffer
|
FloatBuffer.java | 548 public abstract FloatBuffer slice(); method in class:FloatBuffer
|
IntBuffer.java | 535 public abstract IntBuffer slice(); method in class:IntBuffer
|
LongBuffer.java | 540 public abstract LongBuffer slice(); method in class:LongBuffer
|
ShortBuffer.java | 537 public abstract ShortBuffer slice(); method in class:ShortBuffer
|
/dalvik/vm/compiler/codegen/arm/ |
Assemble.c | [all...] |
/external/bluetooth/glib/glib/ |
glist.c | 55 * The freed elements are returned to the slice allocator.
|
gslist.c | 55 * The freed elements are returned to the slice allocator.
|
/external/guava/javadoc/com/google/common/io/class-use/ |
InputSupplier.html | 234 <TD><CODE><B>ByteStreams.</B><B><A HREF="../../../../../com/google/common/io/ByteStreams.html#slice(com.google.common.io.InputSupplier, long, long)">slice</A></B>(<A HREF="../../../../../com/google/common/io/InputSupplier.html" title="interface in com.google.common.io">InputSupplier</A><? extends <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>> supplier, [all...] |
/external/guava/src/com/google/common/io/ |
ByteStreams.java | 794 public static InputSupplier<InputStream> slice(
|
/external/libxml2/ |
threads.c | 955 /* Another thread is working; give up our slice and
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
combined_decode.cpp | 151 /* assign slice number for each macroblocks */
|
/external/quake/quake/src/WinQuake/ |
mplpc.cpp | 196 // give up time slice
|
/external/skia/src/animator/ |
SkCondensedDebug.cpp | 1039 "slice\0"
|
SkCondensedRelease.cpp | 1021 "slice\0"
|
/external/srec/srec/crec/ |
srec.c | 506 it only prunes in theh new time slice - we could also look at pruning the previous slice if needed*/ 586 it only prunes in theh new time slice - we could also look at pruning the previous slice if needed*/ [all...] |
/external/webkit/WebKit/chromium/public/ |
WebFrame.h | 418 // time-slice and then scheduling itself (co-operative multitasking) to
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
combined_decode.cpp | 150 /* assign slice number for each macroblocks */
|