Searched
full:chunk (Results
301 -
325 of
1233) sorted by null
<<11121314151617181920>>
| /external/chromium/chrome/browser/safe_browsing/ |
| protocol_manager.cc | 154 // We can only have one update or chunk request outstanding, but there may be 201 // chunk should retry the download and parse of that chunk (and 203 // update back off. For now, a failed parse of the chunk means we 205 // do will report all the chunks we have. If that chunk is still 280 // Update, chunk or key response. 349 // from the previous update. We treat the update request and the chunk URLs it 355 // Get the next chunk if available. 434 VLOG(1) << "ParseChunk error for chunk: " << chunk_url.url
|
| safe_browsing_database.h | 121 // // If passed true, processes the collected chunk info and 263 void InsertAdd(int chunk, SBPrefix host, const SBEntry* entry, int list_id); 265 void InsertSub(int chunk, SBPrefix host, const SBEntry* entry, int list_id); 291 // Underlying persistent store for chunk data.
|
| /external/chromium/net/base/ |
| gzip_header.h | 11 // The model is that you call ReadMore() for each chunk of bytes
|
| /external/kernel-headers/original/linux/raid/ |
| md_u.h | 84 int chunk_size; /* 1 chunk size in bytes */
|
| /external/libpng/ |
| ANNOUNCE | 55 Check for sCAL chunk too short.
|
| Y2KINFO | 46 The tIME chunk itself is also Y2K compliant. It uses a 2-byte unsigned
|
| /external/llvm/lib/Target/X86/ |
| X86.h | 59 /// allocated chunk of memory.
|
| /external/quake/quake/src/QW/client/ |
| d_local.h | 40 struct surfcache_s **owner; // NULL is an empty chunk of memory
|
| /external/quake/quake/src/WinQuake/ |
| d_local.h | 40 struct surfcache_s **owner; // NULL is an empty chunk of memory
|
| /external/tcpdump/ |
| print-sctp.c | 145 printf("%s%d) [Bad chunk length %u]", sep, chunkCount+1, chunkLength); 209 /* Less than 1 byte of chunk payload */ 210 printf("bogus chunk length %u]", 347 printf("[Unknown chunk type: 0x%x]", chunkDescPtr->chunkID);
|
| /external/webkit/Source/JavaScriptCore/wtf/ |
| PageAllocatorSymbian.h | 57 // checks if address is in chunk's virtual address space
|
| /external/webkit/Source/WebCore/dom/ |
| XMLDocumentParser.cpp | 385 bool XMLDocumentParser::parseDocumentFragment(const String& chunk, DocumentFragment* fragment, Element* contextElement, FragmentScriptingPermission scriptingPermission) 387 if (!chunk.length()) 394 fragment->parserAddChild(fragment->document()->createTextNode(chunk)); 399 bool wellFormed = parser->appendFragmentSource(chunk);
|
| /external/webkit/Source/WebCore/inspector/front-end/ |
| SourceFile.js | 181 function appendChunk(chunk, script) 184 content += chunk; 185 var lineEndings = chunk.lineEndings(); 188 columnNumber += chunk.length;
|
| /external/webkit/Source/WebCore/platform/ |
| AsyncFileSystemCallbacks.h | 61 // Called after a chunk of directory entries have been read (i.e. indicates it's good time to call back to the application). If hasMore is true there can be more chunks.
|
| /external/webkit/Source/WebCore/rendering/svg/ |
| SVGTextLayoutAttributesBuilder.h | 39 // to create the InlineBox tree based on text chunk boundaries & BiDi information.
|
| SVGTextLayoutEngine.h | 42 // The InlineBox tree was created, containing the text chunk information, necessary to apply
|
| /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
| decoder.py | 75 chunk = _m(s, end) 76 if chunk is None: 79 end = chunk.end() 80 content, terminator = chunk.groups()
|
| /external/yaffs2/yaffs2/ |
| yaffs_nand.c | 71 (TSTR("Writing chunk %d tags %d %d" TENDSTR), chunkInNAND,
|
| /frameworks/base/cmds/backup/ |
| backup.cpp | 89 printf("Unknown chunk type: 0x%08x\n", type);
|
| /frameworks/base/core/java/android/webkit/ |
| KeyStoreHandler.java | 64 ByteArrayBuilder.Chunk c = mDataBuilder.getFirstChunk();
|
| /frameworks/base/graphics/java/android/graphics/drawable/ |
| NinePatchDrawable.java | 68 public NinePatchDrawable(Bitmap bitmap, byte[] chunk, Rect padding, String srcName) { 69 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding), null); 76 public NinePatchDrawable(Resources res, Bitmap bitmap, byte[] chunk, 78 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding), res);
|
| /frameworks/base/include/utils/ |
| StreamingZipInflater.h | 78 size_t mInNextChunkOffset; // offset from start of blob at which the next input chunk lies
|
| /frameworks/media/libvideoeditor/vss/mcs/inc/ |
| M4MCS_InternalConfig.h | 42 #define M4MCS_VIDEO_CHUNK_AU_SIZE_RATIO 1.2 /**< Magical. Used to define the max chunk size */
|
| /libcore/luni/src/main/java/javax/crypto/spec/ |
| IvParameterSpec.java | 58 * <code>byteCount</code> do not specify a valid chunk in the
|
| /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| SSLEngineAppData.java | 74 // write chunk of data
|
Completed in 945 milliseconds
<<11121314151617181920>>