| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/ |
| BinaryXMLDescriber.java | 64 int size = buf.getInt(); // chunk size
|
| /dalvik/docs/ |
| prettify.js | 70 /** Pretty print a chunk of code. 425 // (4) /</ : A '<' that does not begin a larger chunk. Treated as 1 643 start, PR_TAG, // the open chunk 673 var chunk = source.substring(start, end); 674 var subDecorations = PR_TAG_LEXER(chunk, start); 779 var start, end, chunk, subDecs; 782 chunk = source.substring(start, end); 783 subDecs = styleLiteralIdentifierPuncRecognizer(chunk, start); 788 var subEnd = j + 2 < m ? subDecs[j + 2] : chunk.length; [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
| MessageTestActivity.java | 283 String chunk = new String((byte[]) msg.obj, 0, msg.arg1); local 284 mMessageBuffer.append(chunk);
|
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| NinePatchTest.java | 182 byte[] chunk = bitmap.getNinePatchChunk(); 183 NinePatch ninePatch = new NinePatch(bitmap, chunk, NAME);
|
| /external/clang/include/clang-c/ |
| Index.h | [all...] |
| /external/dbus/tools/ |
| dbus-print-message.c | 103 * manually growing a string chunk by chunk.
|
| /external/elfutils/libelf/ |
| gelf.h | 294 /* Retrieve uninterpreted chunk of the file contents. */ 297 /* Release uninterpreted chunk of the file contents. */
|
| /external/jpeg/ |
| jmemsys.h | 126 XMSH xms_handle; /* handle if it's a chunk of XMS */ 127 EMSH ems_handle; /* handle if it's a chunk of EMS */
|
| /external/libxml2/include/libxml/ |
| HTMLparser.h | 155 const char *chunk, 161 const char *chunk,
|
| /external/qemu/distrib/libpng-1.2.19/ |
| pngerror.c | 115 * to the current chunk. The chunk name comes from png_ptr->chunk_name,
|
| /external/stlport/src/ |
| allocators.cpp | 256 // a larger chunk but have not yet been chopped up into nodes. 269 // Allocates a chunk for nobjs of size __p_size. nobjs may be reduced 272 // Chunk allocation state. 445 /* Build free list in chunk */ 644 // Push excess memory allocated in this chunk into list of free memory blocks 791 // Allocates a chunk for nobjs of size size. nobjs may be reduced 803 // Chunk allocation state. And other shared state. 868 /* Build free list in chunk */ [all...] |
| /external/svox/pico/lib/ |
| picopal.h | 250 * Returns a pointer to a newly allocated chunk of 'size' bytes, aligned 258 * Releases the chunk of memory pointed to by '*p'. 'p' must be previously
|
| /external/webkit/Source/WebCore/inspector/front-end/ |
| TextEditorHighlighter.js | 177 // Too much work for single chunk - exit. 194 // Advance the "pointer" to the last highlighted line within the given chunk.
|
| /external/webkit/Source/WebCore/rendering/svg/ |
| RenderSVGInlineText.cpp | 144 // Each <textPath> element starts a new text chunk, regardless of any x/y values. 167 // This code is tested by svg/W3C-SVG-1.1/text-text-06-t.svg (and described in detail, why this influences chunk detection).
|
| SVGTextLayoutEngine.cpp | 195 const SVGTextChunk& chunk = textChunks.at(i); local 199 chunk.calculateLength(length, characters); 202 m_textPathStartOffset += chunk.calculateTextAnchorShift(length); 317 // Chunk layouting is only performed for line layout boxes, not for path layout, where it has already been done. 320 // Finalize transform matrices, after the chunk layout corrections have been applied, and all fragment x/y positions are finalized. 493 // whether this character starts a new text chunk, before doing any further processing.
|
| /external/yaffs2/yaffs2/ |
| yaffs_mtdif2.c | 137 ("nandmtd2_WriteChunkWithTagsToNAND chunk %d data %p tags %p" 196 ("nandmtd2_ReadChunkWithTagsFromNAND chunk %d data %p tags %p"
|
| /frameworks/media/libvideoeditor/vss/3gpwriter/inc/ |
| M4MP4W_Types.h | 195 M4OSA_UChar** Chunk; 237 M4OSA_UChar** Chunk;
|
| /ndk/sources/cxx-stl/stlport/src/ |
| allocators.cpp | 256 // a larger chunk but have not yet been chopped up into nodes. 269 // Allocates a chunk for nobjs of size __p_size. nobjs may be reduced 272 // Chunk allocation state. 445 /* Build free list in chunk */ 644 // Push excess memory allocated in this chunk into list of free memory blocks 791 // Allocates a chunk for nobjs of size size. nobjs may be reduced 803 // Chunk allocation state. And other shared state. 868 /* Build free list in chunk */ [all...] |
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
| pool_allocator.h | 90 // Chunk allocation state. 110 // Allocates a chunk for nobjs of size size. nobjs may be reduced
|
| /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
| pool_allocator.h | 90 // Chunk allocation state. 110 // Allocates a chunk for nobjs of size size. nobjs may be reduced
|
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
| pool_allocator.h | 90 // Chunk allocation state. 110 // Allocates a chunk for nobjs of size size. nobjs may be reduced
|
| /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
| pool_allocator.h | 90 // Chunk allocation state. 110 // Allocates a chunk for nobjs of size size. nobjs may be reduced
|
| /external/apache-xml/src/main/java/org/apache/xml/serializer/ |
| ToTextStream.java | 173 * <p>The Parser will call this method to report each chunk of 175 * data in a single chunk, or they may split it into several 355 * <p>The Parser will call this method to report each chunk of 357 * data in a single chunk, or they may split it into several 395 * <p>Validating Parsers must use this method to report each chunk 401 * chunk, or they may split it into several chunks; however, all of
|
| /external/apache-xml/src/main/java/org/apache/xml/utils/ |
| DOMBuilder.java | 447 * <p>The Parser will call this method to report each chunk of 449 * data in a single chunk, or they may split it into several 559 * <p>Validating Parsers must use this method to report each chunk 565 * chunk, or they may split it into several chunks; however, all of 663 * <p>The Parser will call this method to report each chunk of 665 * data in a single chunk, or they may split it into several
|
| /external/chromium/chrome/browser/safe_browsing/ |
| safe_browsing_store_file.cc | 26 // Header for each chunk in the chunk-accumulation file. 544 // Get chunk file's size for validating counts. 567 // chunk, given the remaining file size. 631 // Write all the chunk data. 646 // Trim any excess left over from the temporary chunk data.
|