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

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.h 220 CHUNK_REQUEST, // Request for a specific chunk
234 // Generates Update URL for querying about the latest set of chunk updates.
271 // servers. In order to format this request, we need to send all the chunk
272 // numbers for each list that we have to the server. Getting the chunk numbers
277 // Sends a request for a chunk to the SafeBrowsing servers.
343 // All chunk requests that need to be made, along with their MAC.
364 // True if the service has been given an add/sub chunk but it hasn't been
381 // Used for measuring chunk request latency.
395 // newkey, safebrowsing hits and chunk update requests.
401 // URL prefix where browser fetches safebrowsing chunk updates, hashes, an
    [all...]
protocol_parser_unittest.cc 12 // Test parsing one add chunk.
56 // Test parsing one add chunk with full hashes.
94 // Test parsing multiple add chunks. We'll use the same chunk as above, and add
152 // Test parsing one add chunk where a hostkey spans several entries.
188 // Test to make sure we could deal with truncated bin hash chunk.
190 // This chunk delares there are 4 prefixes but actually only contains 2.
204 // Test to make sure we could deal with truncated malwarelist chunk.
206 // This chunk delares there are 4 prefixes but actually only contains 2.
240 // Test parsing one sub chunk.
292 // Test parsing one sub chunk with full hashes
815 const unsigned char chunk[] = { local
    [all...]
safe_browsing_store_unittest_helper.cc 15 // Disjoint chunk numbers for subs to flush out typos.
77 // Chunk numbers shouldn't leak over.
174 // Knocked out the chunk expected.
226 // A chunk which will be deleted.
243 // A sub chunk to delete.
251 // A sub chunk to keep.
  /external/qemu/audio/
paaudio.c 125 int chunk = audio_MIN (to_mix, hw->samples - rpos); local
128 hw->clip (pa->pcm_buf, src, chunk);
131 chunk << hw->info.shift, &error) < 0) {
136 rpos = (rpos + chunk) % hw->samples;
137 to_mix -= chunk;
220 int chunk = audio_MIN (to_grab, hw->samples - wpos); local
224 chunk << hw->info.shift, &error) < 0) {
229 hw->conv (hw->conv_buf + wpos, buf, chunk, &nominal_volume);
230 wpos = (wpos + chunk) % hw->samples;
231 to_grab -= chunk;
    [all...]
  /external/tcpdump/
README 135 Computes chunk summary data for an ftp (or similar
136 unidirectional tcp transfer). [A "chunk" refers to
137 a chunk of the sequence space -- essentially the packet
147 per chunk. The line contains eight fields:
148 1 - the chunk number
149 2 - the start sequence number for this chunk
154 7 - number of times chunk was sent
155 8 - number of times chunk was acked
176 each chunk was transmitted four times). Looking at,
177 say, chunk 4, we see it represents the 512 bytes o
    [all...]
  /external/yaffs2/yaffs2/
yaffs_tagscompat.c 171 (TSTR("**>> yaffs chunk %d is not valid" TENDSTR),
216 ("**>>yaffs ecc error fix performed on chunk %d:0"
222 ("**>>yaffs ecc error unfixed on chunk %d:0"
230 ("**>>yaffs ecc error fix performed on chunk %d:1"
236 ("**>>yaffs ecc error unfixed on chunk %d:1"
265 ("**>>mtd ecc error fix performed on chunk %d:0"
270 ("**>>mtd ecc error unfixed on chunk %d:0"
277 ("**>>mtd ecc error fix performed on chunk %d:1"
282 ("**>>mtd ecc error unfixed on chunk %d:1"
374 /* Delete the chunk */
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ResourceHelper.java 264 // see if we still have both the chunk and the bitmap in the caches
265 NinePatchChunk chunk = Bridge.getCached9Patch(cacheKey, local
270 // if either chunk or bitmap is null, then we reload the 9-patch file.
271 if (chunk == null || bitmap == null) {
276 if (chunk == null) {
277 chunk = ninePatch.getChunk();
279 Bridge.setCached9Patch(cacheKey, chunk,
297 if (chunk != null && bitmap != null) {
298 int[] padding = chunk.getPadding();
302 NinePatch_Delegate.serialize(chunk),
    [all...]
  /external/icu4c/common/
utext.cpp 106 // The desired position is outside of the current chunk.
141 // Common means current position is not at the beginning of a chunk
165 // Harder, less common cases. We are at a chunk boundary, or on a surrogate.
184 // Current position is just off the end of the chunk.
203 // The trail surrogate is in the same chunk.
206 // The trail surrogate is in a different chunk.
208 // into the new chunk, get the trail surrogate, then revert the chunk back to the
218 UBool r = ut->pFuncs->access(ut, nativePosition, FALSE); // reverse iteration flag loads preceding chunk
253 // of supplementaries that may span chunk boundaries
    [all...]
  /frameworks/base/core/java/android/speech/srec/
WaveHeader.java 187 /* fmt chunk */
189 if (16 != readInt(in)) throw new IOException("fmt chunk length not 16");
203 /* data chunk */
236 /* fmt chunk */
246 /* data chunk */
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleNativeHeap.java 65 * Chunk handler entry point.
75 // start chunk before any NHSG chunk(s)
78 // end chunk after NHSG chunk(s)
  /external/valgrind/main/callgrind/
fn.c 44 struct chunk_t chunk[]; member in struct:pattern
56 int chunk, start, len; local
58 /* first chunk of pattern should always start at offset 0 and
60 CLG_ASSERT((pat->chunk[0].start == 0) && (pat->chunk[0].len >2));
63 obj->name, pat->name, pat->chunk[0].len, code[0], code[1], code[2]);
68 found = (VG_(memcmp)( (void*)addr, code, pat->chunk[0].len) == 0);
71 chunk = 1;
73 start = pat->chunk[chunk].start
    [all...]
  /frameworks/base/media/libstagefright/
MPEG4Writer.cpp 110 StscTableEntry(uint32_t chunk, uint32_t samples, uint32_t id)
111 : firstChunk(chunk),
665 // Fix up the size of the 'mdat' chunk.
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 66 * anywhere in the list chunk that contains them. To simplify, we
70 * a conditional chunk.
76 * chunk in a list. While this is consistent with the block diagram
92 * ptbl chunk is pre-parsed to determine the number of samples
216 /* temporary data structure for wlnk chunk data */
491 /* first chunk should be DLS */
497 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Expected DLS chunk, got %08lx\n", temp); */ }
511 /* get the next chunk type */
545 /* must have a lins chunk */
548 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "No lins chunk found"); */
    [all...]
  /external/libpng/
libpng-1.2.44.txt 269 png_unknown_chunkp chunk);
271 /* The unknown chunk structure contains your
272 chunk data, along with similar data for any other
282 /* put your code here. Search for your chunk in the
283 unknown chunk structure, process it, and return one
286 return (-n); /* chunk had an error */
326 Unknown-chunk handling
333 chunk types. To change this, you can call:
337 keep - 0: default unknown chunk handling
347 five bytes per chunk, NULL or '\0' i
    [all...]
libpng-1.2.46.txt 269 png_unknown_chunkp chunk);
271 /* The unknown chunk structure contains your
272 chunk data, along with similar data for any other
282 /* put your code here. Search for your chunk in the
283 unknown chunk structure, process it, and return one
286 return (-n); /* chunk had an error */
326 Unknown-chunk handling
333 chunk types. To change this, you can call:
337 keep - 0: default unknown chunk handling
347 five bytes per chunk, NULL or '\0' i
    [all...]
pngwrite.c 21 * library. If you have a new chunk to add, make a function to write it,
22 * and put it in the correct location here. If you want the chunk written
25 * the chunk, as that will keep the code from breaking if you want to just
58 * flag set, and if it does, writes the chunk.
124 png_warning(png_ptr, "Writing zero-length unknown chunk");
205 "png_write_sCAL not supported; sCAL chunk not written.");
233 png_debug2(2, "Writing header text chunk %d, type %d", i,
235 /* An internationalized chunk? */
239 /* Write international chunk */
249 /* Mark this chunk as written *
    [all...]
pngwutil.c 21 * ancillary chunk uses signed (two's complement) numbers.
74 /* Write a PNG chunk all at once. The type is an array of ASCII characters
75 * representing the chunk name. The array must be at least 4 bytes in
77 * pre-defined chunk names here, and if you need a new one, define it
94 /* Write the start of a PNG chunk. The type is the chunk type.
104 png_debug2(0, "Writing %s chunk, length = %lu", chunk_name,
111 /* Write the length and the chunk name */
115 /* Put the chunk name into png_ptr->chunk_name */
117 /* Reset the crc and run it over the chunk name *
    [all...]
png.h 457 * The tIME chunk itself is also Y2K compliant. It uses a 2-byte unsigned
694 /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file,
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 90 * @param chunk name to give the new child node.
93 protected NestedMapData createChildNode(String chunk) {
95 NestedMapData data = new NestedMapData(chunk, sym, sym.root);
110 sym.children.put(chunk, data);
306 String chunk = nextDot == -1 ? path.substring(lastDot) : path.substring(lastDot, nextDot); local
307 current = current.followSymLinkToTheBitterEnd().getChildNode(chunk);
320 String chunk = nextDot == -1 ? path.substring(lastDot) : path.substring(lastDot, nextDot); local
322 current = currentSymLink.getChildNode(chunk);
324 current = currentSymLink.createChildNode(chunk);
  /external/dbus/tools/
dbus-launch.c 200 ssize_t chunk; local
209 chunk = read (fd,
212 if (chunk < 0 && errno == EINTR)
215 if (chunk < 0)
220 else if (chunk == 0)
225 else /* chunk > 0 */
226 bytes += chunk;
253 ssize_t chunk; local
262 chunk = read (fd,
265 if (chunk < 0 && errno == EINTR
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c 17 * ancillary chunk uses signed (two's complement) numbers.
52 /* Write a PNG chunk all at once. The type is an array of ASCII characters
53 * representing the chunk name. The array must be at least 4 bytes in
55 * pre-defined chunk names here, and if you need a new one, define it
71 /* Write the start of a PNG chunk. The type is the chunk type.
80 png_debug2(0, "Writing %s chunk (%lu bytes)\n", chunk_name, length);
87 /* write the chunk name */
89 /* reset the crc and run it over the chunk name */
94 /* Write the data of a PNG chunk started with png_write_chunk_start()
    [all...]
  /external/qemu/proxy/
proxy_http_rewriter.c 341 CHUNK_HEADER, // Waiting for a chunk header + CR LF
342 CHUNK_DATA, // Waiting for chunk data
343 CHUNK_DATA_END, // Waiting for the CR LF after the chunk data
344 CHUNK_TRAILER // Waiting for the chunk trailer + CR LF
738 /* We're waiting for the CR LF after the chunk data */
744 PROXY_LOG("%s: invalid chunk data end: '%s'",
750 * send the chunk size end to the proxy.
761 /* Ensure that the previous chunk was flushed before
766 D("%s: waiting chunk header", root->name);
778 PROXY_LOG("%s: invalid chunk header: %s"
    [all...]
  /external/v8/src/
utils.h 556 Vector<T> chunk = chunks_.at(i);
557 for (int j = 0; j < chunk.length(); j++) {
558 destination[position] = chunk[j];
595 int index_; // Current index in current chunk.
598 // Creates a new current chunk, and stores the old chunk in the chunks_ list.
615 // the new chunk.
623 // Before replacing the current chunk, give a subclass the option to move
624 // some of the current data into the new chunk. The function may update
625 // the current index_ value to represent data no longer in the current chunk
    [all...]
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.java 139 int chunk = this.bufferlen - this.bufferpos; local
140 if (chunk > len) {
141 chunk = len;
143 System.arraycopy(this.buffer, this.bufferpos, b, off, chunk);
144 this.bufferpos += chunk;
145 return chunk;
  /external/icu4c/extra/uconv/
uconv.cpp 425 // and include it in the chunk
441 return 0; // complete the last chunk
460 return -1; // LF may be in the next chunk
462 ++u; // include the LF in this chunk
469 return -1; // continue collecting the chunk
608 UnicodeString chunk; // One chunk of the text being collected for transformation. local
860 // The end-of-chunk characters are completely included in the
867 chunkLimit = getChunkLimit(chunk, u);
873 // complete the chunk and transform i
    [all...]

Completed in 1824 milliseconds

1 2 3 4 5 6 7 891011>>