/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
SimpleXMLRPCServer.py | 489 chunk = self.rfile.read(chunk_size) 490 if not chunk: 492 L.append(chunk)
|
_pyio.py | 93 the size of a fixed-size chunk buffer. When no buffering argument is 958 chunk = self.raw.read() 963 if chunk in empty_values: 964 nodata_val = chunk 966 current_size += len(chunk) 967 chunks.append(chunk) [all...] |
/external/chromium_org/tools/telemetry/third_party/png/ |
png.py | 355 Specify a transparent colour (create a ``tRNS`` chunk). 357 Specify a default background colour (create a ``bKGD`` chunk). 359 Specify a gamma value (create a ``gAMA`` chunk). 382 (significant bits) chunk is generated that specifies the original 396 PNG image with a palette and an ``sBIT`` chunk, but the meaning 412 before all the 3-tuples. A ``PLTE`` chunk is created; if there 413 are 4-tuples then a ``tRNS`` chunk is created as well. The 414 ``PLTE`` chunk will contain all the RGB triples in the same 415 sequence; the ``tRNS`` chunk will contain the alpha channel for 424 (generally, a float). A ``gAMA`` chunk will be created. Note tha 1378 def chunk(self, seek=None, lenient=False): member in class:Reader [all...] |
/external/chromium/webkit/glue/ |
multipart_response_delegate_unittest.cc | 339 string chunk = data.substr(chunks[i].start_pos, local 342 chunk.c_str(), 343 static_cast<int>(chunk.length()), 344 static_cast<int>(chunk.length())); 418 // All data as one chunk
|
/external/chromium_org/chrome/browser/resources/file_manager/js/metadata/ |
image_parsers.js | 58 throw new Error('Missing IHDR chunk'); 140 throw new Error('Invalid chunk format: ' + chunkFormat);
|
/external/chromium_org/webkit/child/ |
multipart_response_delegate_unittest.cc | 339 string chunk = data.substr(chunks[i].start_pos, local 342 chunk.c_str(), 343 static_cast<int>(chunk.length()), 344 static_cast<int>(chunk.length())); 418 // All data as one chunk
|
/external/yaffs2/yaffs2/utils/ |
mkyaffsimage.c | 461 int chunk = 0; local 469 chunk++; 470 write_chunk(bytes,newObj,chunk,nBytes); 476 printf("%d data chunks written\n",chunk);
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
PdfDocument.java | 237 private native void nativeWriteTo(int document, OutputStream out, byte[] chunk);
|
/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 | 140 byte[] chunk = bitmap.getNinePatchChunk(); 141 NinePatch ninePatch = new NinePatch(bitmap, chunk, NAME);
|
/external/chromium-trace/ |
systrace.py | 230 for chunk in (data[i:i+size] for i in xrange(0, len(data), size)): 231 decoded_chunk = dec.decompress(chunk)
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/ |
history.js | 6 * Convert a state and time into a nice styled chunk of HTML.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TimelineModel.js | 304 * @param {string} chunk 306 write: function(chunk) 308 var data = this._buffer + chunk;
|
/prebuilts/devtools/tools/lib/ |
ninepatch.jar | |
/bionic/libc/arch-mips/string/ |
memcpy.S | 108 # There will be at most 1 32-byte chunk after it 188 andi t8,a2,0x1f # is there a 32-byte chunk? 190 beq a2,t8,.Lchk1w # when a2=t8, no 32-byte chunk 262 # There will be at most 1 32-byte chunk after it 353 andi t8,a2,0x1f # is there a 32-byte chunk? 355 beq a2,t8,.Lua_chk1w # when a2=t8, no 32-byte chunk
|
/external/compiler-rt/lib/asan/ |
asan_allocator2.cc | 43 // We are about to unmap a chunk of user memory. 45 // Since asan's mapping is compacting, the shadow chunk may be 102 // Every chunk of memory allocated by this allocator can be in one of 3 states: 103 // CHUNK_AVAILABLE: the chunk is in the free list and ready to be allocated. 104 // CHUNK_ALLOCATED: the chunk is allocated and not yet freed. 105 // CHUNK_QUARANTINE: the chunk was freed and put into quarantine zone. 140 // The memory chunk allocated from the underlying allocator looks like this: 200 // in the chunk itself. 284 // contents of deallocated chunk, confusing GetAsanChunk lookup. 453 // Expects the chunk to already be marked as quarantined by usin [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_pyio.py | 93 the size of a fixed-size chunk buffer. When no buffering argument is 958 chunk = self.raw.read() 963 if chunk in empty_values: 964 nodata_val = chunk 966 current_size += len(chunk) 967 chunks.append(chunk) [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu.c | 1028 uint chunk = DHD_IOCTL_MAXLEN; local 1029 for (addr -= align, len += align; len; addr += chunk, len -= chunk, align = 0) { 1030 chunk = MIN(chunk, len); 1032 params[1] = ROUNDUP(chunk, 4); 1039 fwrite(ptr + align, sizeof(char), chunk - align, stdout); 1041 dhd_hexdump((uchar*)ptr + align, chunk - align, addr + align); 1047 uint chunk, maxchunk; local 1083 chunk = (len > maxchunk) ? (maxchunk & ~0x3) : len [all...] |
/external/chromium_org/ppapi/tests/ |
test_graphics_2d.cc | 700 // Allocate a red image chunk 701 pp::ImageData chunk(instance_, PP_IMAGEDATAFORMAT_RGBA_PREMUL, 703 ASSERT_FALSE(chunk.is_null()); 705 FillRectInImage(&chunk, pp::Rect(chunk.size()), kRed); 707 // Paint a invisable chunk, expecting Flush to invoke callback slowly. 708 dc.PaintImageData(chunk, pp::Point(0, h*0.75));
|
/external/chromium_org/v8/src/ |
code-stubs-hydrogen.cc | 48 LChunk* chunk = LChunk::NewChunk(graph); local 49 if (chunk == NULL) { 52 return chunk; 299 LChunk* chunk = OptimizeGraph(builder.CreateGraph()); local 300 return chunk->Codegen();
|
/external/libvpx/libvpx/ |
vpxdec.c | 220 unsigned int chunk; member in struct:input_ctx 236 if (input->chunk >= input->chunks) { 252 input->chunk = 0; 255 if (nestegg_packet_data(input->pkt, input->chunk, buf, buf_sz)) 257 input->chunk++; [all...] |
/external/clang/lib/Sema/ |
SemaType.cpp | 131 /// The index of the declarator chunk we're currently processing. 322 /// Given the index of a declarator chunk, check whether that chunk 366 llvm_unreachable("bad declarator chunk kind"); 372 llvm_unreachable("bad declarator chunk kind"); 394 DeclaratorChunk &chunk = declarator.getTypeObject(i-1); local 395 switch (chunk.Kind) { 404 if (!destChunk) destChunk = &chunk; 451 DeclaratorChunk &chunk = declarator.getTypeObject(i); local 452 switch (chunk.Kind) 510 DeclaratorChunk &chunk = declarator.getTypeObject(i-1); local 542 DeclaratorChunk &chunk = declarator.getTypeObject(i); local 1850 DeclaratorChunk &chunk = declarator.getTypeObject(chunkIndex); local 3225 DeclaratorChunk &chunk = D.getTypeObject(chunkIndex); local 3262 DeclaratorChunk &chunk = D.getTypeObject(i); local [all...] |
/external/chromium_org/chrome/browser/automation/ |
automation_provider.cc | 763 void AutomationProvider::GetTracingOutput(std::string* chunk, 768 *chunk = ""; 771 *chunk = tracing_data_.trace_output.front();
|
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
directory_contents.js | 211 * Read next chunk of results from DirectoryReader. 371 * Read next chunk of results from DirectoryReader. 512 * All the results are read in one chunk, so when we try to read second chunk, 752 * All the results are read in one chunk, so when we try to read second chunk,
|
/external/chromium_org/content/browser/speech/ |
speech_recognizer_impl.cc | 83 bool DetectClipping(const AudioChunk& chunk) { 84 const int num_samples = chunk.NumSamples(); 85 const int16* samples = chunk.SamplesData16(); 592 // the first audio chunk captured after opening the audio device.
|