HomeSort by relevance Sort by last modified time
    Searched full:chunk (Results 451 - 475 of 1233) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 84 * Append a chunk to the WHERE clause of the query. All chunks appended are surrounded
88 * WHERE (&lt;append chunk 1>&lt;append chunk2>) AND (&lt;query() selection parameter>)
90 * @param inWhere the chunk of text to append to the WHERE clause.
103 * Append a chunk to the WHERE clause of the query. All chunks appended are surrounded
107 * WHERE (&lt;append chunk 1>&lt;append chunk2>) AND (&lt;query() selection parameter>)
109 * @param inWhere the chunk of text to append to the WHERE clause. it will be escaped
  /libcore/luni/src/main/java/java/net/
HttpURLConnection.java 300 * chunk-length. Default value is {@code -1} that means the chunked encoding
758 * chunks, each prefixed with a header containing the chunk's size. Setting
759 * a large chunk length requires a large internal buffer, potentially
760 * wasting memory. Setting a small chunk length increases the number of
761 * bytes that must be transmitted because of the header on every chunk.
765 * @param chunkLength the length to use, or {@code 0} for the default chunk
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c 1002 uint chunk = DHD_IOCTL_MAXLEN; local
1003 for (addr -= align, len += align; len; addr += chunk, len -= chunk, align = 0) {
1004 chunk = MIN(chunk, len);
1005 params[0] = addr; params[1] = ROUNDUP(chunk, 4);
1012 fwrite(ptr + align, sizeof(char), chunk - align, stdout);
1014 dhd_hexdump((uchar*)ptr + align, chunk - align, addr + align);
1019 uint chunk, maxchunk; local
1055 chunk = (len > maxchunk) ? (maxchunk & ~0x3) : len
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 1002 uint chunk = DHD_IOCTL_MAXLEN; local
1003 for (addr -= align, len += align; len; addr += chunk, len -= chunk, align = 0) {
1004 chunk = MIN(chunk, len);
1005 params[0] = addr; params[1] = ROUNDUP(chunk, 4);
1012 fwrite(ptr + align, sizeof(char), chunk - align, stdout);
1014 dhd_hexdump((uchar*)ptr + align, chunk - align, addr + align);
1019 uint chunk, maxchunk; local
1055 chunk = (len > maxchunk) ? (maxchunk & ~0x3) : len
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 198 struct strchunk *chunk; local
210 // Allocate a new strtab chunk if necessary
214 chunk = ML_(dinfo_zalloc)("di.storage.addStr.1", sizeof(*chunk));
215 chunk->strtab_used = 0;
216 chunk->next = di->strchunks;
217 di->strchunks = chunk;
219 chunk = di->strchunks;
221 p = &chunk->strtab[chunk->strtab_used]
    [all...]
  /dalvik/vm/
LinearAlloc.cpp 125 * chunk of data will be properly aligned.
298 * chunk header size off so we're back to the header pointer.
322 * pad bytes before the next chunk header. This way we get maximum
337 * write the chunk header to). "nextOffset" is similar.
530 * Try to mark the pages in which a chunk of memory lives as read-only.
InitRefs.cpp 132 "Lorg/apache/harmony/dalvik/ddmc/Chunk;" },
259 { "Lorg/apache/harmony/dalvik/ddmc/Chunk;", infoDdmcChunk },
375 "Lorg/apache/harmony/dalvik/ddmc/DdmServer;", "dispatch", "(I[BII)Lorg/apache/harmony/dalvik/ddmc/Chunk;" },
  /external/bison/tests/
calc.at 441 # Start a testing chunk which compiles `calc' grammar with
545 # Start a testing chunk which compiles `calc' grammar with
580 # Start a testing chunk which compiles `calc' grammar with
616 # Start a testing chunk which compiles `calc' grammar with
640 # Start a testing chunk which compiles `calc' grammar with
  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.cc 563 // protocol element (such as http header, or chunk size) is available,
648 // Prepend the chunk length in hex.
653 // Add line terminator to the chunk length.
655 // Add line terminator to the end of the chunk.
664 // Append the empty chunk and empty trailers, then turn off
  /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
resource_loader_bridge.h 300 // Called when a chunk of response data is downloaded. This method may be
306 // Called when a chunk of response data is available. This method may
336 // Call this method before calling Start() to append a chunk of binary data
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 662 const DeclaratorChunk &Chunk = D.getTypeObject(I);
663 switch (Chunk.Kind) {
676 llvm_unreachable("Could not have seen this kind of declarator chunk");
680 if (Chunk.Mem.Scope().getScopeRep() &&
681 Chunk.Mem.Scope().getScopeRep()->containsUnexpandedParameterPack())
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 37 final int CHUNK = 1024*1024;
40 hint = stream.available() + CHUNK;
43 if (hint < CHUNK) {
44 hint = CHUNK;
52 byte[] tmp = new byte[buf.length+CHUNK];
  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.h 95 #define PH_FRINFC_NDEFRECORD_FLAGS_CF ((uint8_t)0x20) /**< Chunk Flag: The record is a record chunk only. */
103 #define PHFRINFCNDEFRECORD_CHUNKBIT_SET 1 /** \internal Chunk Bit is set. */
104 #define PHFRINFCNDEFRECORD_CHUNKBIT_SET_ZERO 0 /** \internal Chunk Bit is not set. */
278 *<br>8. Check for Last Chunk, CF Bit of previous record is set to 1 and CF Bit of present record is set to 0, but Type Length or ID Length is not equal to zero.
  /external/libvpx/
vpxdec.c 211 unsigned int chunk; member in struct:input_ctx
229 if(input->chunk >= input->chunks)
247 input->chunk = 0;
250 if(nestegg_packet_data(input->pkt, input->chunk, buf, buf_sz))
252 input->chunk++;
    [all...]
  /external/libxml2/
xmlIO.c 3196 int chunk; \/* number of byte curreent processed from buf *\/ local
3361 int chunk; \/* number of byte currently processed from str *\/ local
    [all...]
  /external/v8/src/
hydrogen.h     [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ProfilesPanel.js 471 _addHeapSnapshotChunk: function(uid, chunk)
479 profile._json += chunk;
483 profile.proxy.pushJSONChunk(chunk);
824 addHeapSnapshotChunk: function(uid, chunk)
826 this._profiler._addHeapSnapshotChunk(uid, chunk);
TimelineOverviewPane.js 426 var chunk = document.createElement("div");
427 chunk.className = "timeline-graph-bar";
428 this._barAreaElement.appendChild(chunk);
429 chunk.style.setProperty("left", start + "%");
430 chunk.style.setProperty("width", (end - start) + "%");
  /external/webkit/Source/WebCore/platform/network/soup/
ResourceHandleSoup.cpp 263 // For all the other responses, we handle each chunk ourselves,
345 static void gotChunkCallback(SoupMessage* msg, SoupBuffer* chunk, gpointer data)
365 client->didReceiveData(handle.get(), chunk->data, chunk->length, -1);
585 d->m_gotChunkHandler = g_signal_connect(soupMessage, "got-chunk", G_CALLBACK(gotChunkCallback), handle);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_unittest.py 299 # Test that we actually select the right chunk
301 chunk_tests_run = get_tests_run(['--run-chunk', '1:4'], flatten_batches=True)
304 # Test that we wrap around if the number of tests is not evenly divisible by the chunk size
306 chunk_tests_run = get_tests_run(['--run-chunk', '1:3'] + tests_to_run, tests_included=True, flatten_batches=True)
320 # Test that we wrap around if the number of tests is not evenly divisible by the chunk size
  /bionic/libm/src/
k_rem_pio2.c 106 * 24-bits chunk of the product of x and 2/pi.
116 * iq[] integer array by breaking up q[] in 24-bits chunk.
257 /* convert integer "bit" chunk to floating-point value */
  /external/clang/docs/
AnalyzerRegions.html 85 memory chunk. They represent the same memory location, but have different
143 and represents a generic chunk of memory.</p>
182 <p>Pointer casts allow people to impose different 'views' onto a chunk of
  /external/fdlibm/
k_rem_pio2.c 102 * 24-bits chunk of the product of x and 2/pi.
112 * iq[] integer array by breaking up q[] in 24-bits chunk.
269 /* convert integer "bit" chunk to floating-point value */
  /external/jdiff/src/jdiff/
APIHandler.java 197 String chunk = new String(ch, start, length); local
199 currentText = chunk;
201 currentText += chunk;

Completed in 1643 milliseconds

<<11121314151617181920>>