/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_util.h | 26 // Container for holding a chunk URL and the list it belongs to. 46 // Container for information about a specific host in an add/sub chunk. 52 // Container for an add/sub chunk. 80 void push_back(const SBChunk& chunk) { chunks_.push_back(chunk); } 161 // [list id ][chunk id][prefix count (0..n)][prefix1][prefix2] 163 // [list id ][chunk id (only used if prefix count is 0][prefix count (0..n)] 164 // [add chunk][prefix][add chunk][prefix] 207 // For add entries, returns the add chunk id. For sub entries, returns th [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ScriptFormatterWorker.js | 66 const chunkSize = 100000; // characters per data chunk 133 postMessage({ chunk: outlineChunk, total: chunkCount, index: currentChunk++ }); 139 postMessage({ chunk: outlineChunk, total: chunkCount, index: chunkCount });
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
HTMLparser.h | 155 const char *chunk, 161 const char *chunk,
|
/external/chromium_org/third_party/skia/src/ports/ |
SkXMLPullParser_expat.cpp | 17 static inline char* dupstr(SkChunkAlloc& chunk, const char src[], size_t len) 20 char* dst = (char*)chunk.alloc(len + 1, SkChunkAlloc::kThrow_AllocFailType);
|
/external/chromium_org/v8/src/ |
liveedit-debugger.js | 36 // change chunk(s) get recompiled, or their enclosing functions are 504 var chunk = array[chunk_index1]; 505 if (pos >= chunk.pos1 + chunk.len1) { 506 return pos + chunk.pos2 + chunk.len2 - chunk.pos1 - chunk.len1; 512 return inside_chunk_handler(pos, chunk); 521 // We carelessly do not check whether we stay inside the chunk afte [all...] |
/external/libxml2/include/libxml/ |
HTMLparser.h | 155 const char *chunk, 161 const char *chunk,
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
IOHandler.java | 106 // Chunk size is 16K - this hack is for large 112 int chunk = p + chunksize < length ? chunksize : length - p; 113 outputStream.write(bytes, p, chunk);
|
/external/skia/src/ports/ |
SkXMLPullParser_expat.cpp | 17 static inline char* dupstr(SkChunkAlloc& chunk, const char src[], size_t len) 20 char* dst = (char*)chunk.alloc(len + 1, SkChunkAlloc::kThrow_AllocFailType);
|
/external/v8/src/ |
liveedit-debugger.js | 36 // change chunk(s) get recompiled, or their enclosing functions are 487 var chunk = array[chunk_index1]; 488 if (pos >= chunk.pos1 + chunk.len1) { 489 return pos + chunk.pos2 + chunk.len2 - chunk.pos1 - chunk.len1; 495 return inside_chunk_handler(pos, chunk); 504 // We carelessly do not check whether we stay inside the chunk afte [all...] |
/external/valgrind/main/VEX/priv/ |
host_generic_simd64.h | 165 ULong dpb_to_bcd(ULong chunk); // helper for h_DPBtoBCD 166 ULong bcd_to_dpb(ULong chunk); // helper for h_BCDtoDPB
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
base64.py | 318 chunk = s[i : i + MAXBINSIZE] 319 pieces.append(binascii.b2a_base64(chunk))
|
gzip.py | 268 chunk = self.extrabuf[offset: offset + size] 272 return chunk 300 # Read a chunk of data from the file 459 # conditions: 1) there's no newline, and the chunk is 466 bufs.append(c[:i + 1]) # Add portion of last chunk 467 self._unread(c[i + 1:]) # Push back rest of chunk 470 # Append chunk to list, decrease 'size', 508 chunk = f.read(1024) 509 if not chunk: 511 g.write(chunk) [all...] |
SimpleXMLRPCServer.py | 489 chunk = self.rfile.read(chunk_size) 490 if not chunk: 492 L.append(chunk)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
base64.py | 318 chunk = s[i : i + MAXBINSIZE] 319 pieces.append(binascii.b2a_base64(chunk))
|
gzip.py | 268 chunk = self.extrabuf[offset: offset + size] 272 return chunk 300 # Read a chunk of data from the file 459 # conditions: 1) there's no newline, and the chunk is 466 bufs.append(c[:i + 1]) # Add portion of last chunk 467 self._unread(c[i + 1:]) # Push back rest of chunk 470 # Append chunk to list, decrease 'size', 508 chunk = f.read(1024) 509 if not chunk: 511 g.write(chunk) [all...] |
/external/chromium_org/net/websockets/ |
websocket_channel_test.cc | 53 std::ostream& operator<<(std::ostream& os, const WebSocketFrameChunk& chunk) { 55 if (chunk.header) { 56 os << *chunk.header; 60 return os << ", " << (chunk.final_chunk ? "FINAL_CHUNK" : "NOT_FINAL_CHUNK") 62 << base::StringPiece(chunk.data->data(), chunk.data->size()) 230 // members from every chunk in the frame must add up to the payload_length. 245 std::ostream& operator<<(std::ostream& os, const InitFrameChunk& chunk) { 247 if (chunk.header.final != NO_HEADER) { 248 os << "{" << (chunk.header.final == FINAL_FRAME ? "FINAL_FRAME [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmlIO.c | 3249 int chunk; \/* number of byte curreent processed from buf *\/ local 3414 int chunk; \/* number of byte currently processed from str *\/ local [all...] |
/external/libxml2/ |
xmlIO.c | 3375 int chunk; \/* number of byte curreent processed from buf *\/ local 3540 int chunk; \/* number of byte currently processed from str *\/ local [all...] |
/external/chromium_org/net/spdy/ |
spdy_stream_unittest.cc | 323 scoped_ptr<SpdyFrame> chunk( 326 AddWrite(*chunk); 327 AddWrite(*chunk); 393 scoped_ptr<SpdyFrame> chunk( 396 AddWrite(*chunk); 397 AddWrite(*chunk); 398 AddWrite(*chunk);
|
/external/icu4c/extra/uconv/ |
uconv.cpp | 426 // and include it in the chunk 442 return 0; // complete the last chunk 461 return -1; // LF may be in the next chunk 463 ++u; // include the LF in this chunk 470 return -1; // continue collecting the chunk 610 UnicodeString chunk; // One chunk of the text being collected for transformation. local 863 // The end-of-chunk characters are completely included in the 870 chunkLimit = getChunkLimit(chunk, u); 876 // complete the chunk and transform i [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_logging.py | 865 chunk = self.connection.recv(4) 866 if len(chunk) < 4: 868 slen = struct.unpack(">L", chunk)[0] 869 chunk = self.connection.recv(slen) 870 while len(chunk) < slen: 871 chunk = chunk + self.connection.recv(slen - len(chunk)) 872 obj = self.unpickle(chunk) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_logging.py | 865 chunk = self.connection.recv(4) 866 if len(chunk) < 4: 868 slen = struct.unpack(">L", chunk)[0] 869 chunk = self.connection.recv(slen) 870 while len(chunk) < slen: 871 chunk = chunk + self.connection.recv(slen - len(chunk)) 872 obj = self.unpickle(chunk) [all...] |
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
TestCertUtils.java | 617 byte[] chunk = new byte[1024]; 620 while ((len = is.read(chunk)) > 0) { 623 System.arraycopy(chunk, 0, tmp, data.length, len);
|
/external/valgrind/main/coregrind/m_debuginfo/ |
storage.c | 220 struct strchunk *chunk; local 232 // Allocate a new strtab chunk if necessary 236 chunk = ML_(dinfo_zalloc)("di.storage.addStr.1", sizeof(*chunk)); 237 chunk->strtab_used = 0; 238 chunk->next = di->strchunks; 239 di->strchunks = chunk; 241 chunk = di->strchunks; 243 p = &chunk->strtab[chunk->strtab_used] [all...] |
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
TestCertUtils.java | 618 byte[] chunk = new byte[1024]; 621 while ((len = is.read(chunk)) > 0) { 624 System.arraycopy(chunk, 0, tmp, data.length, len);
|