/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
expanding_braille_translator.js | 117 function chunkTranslated(chunk, cells, textToBraille, brailleToText) { 118 chunk.cells = cells; 119 chunk.textToBraille = textToBraille; 120 chunk.brailleToText = brailleToText; 128 function(accum, chunk) { return accum + chunk.cells.byteLength}, 0); 138 for (var i = 0, chunk; chunk = chunks[i]; ++i) { 139 cells.set(new Uint8Array(chunk.cells), cellPos); 140 appendAdjusted(textToBraille, chunk.textToBraille, cellPos) [all...] |
/external/chromium_org/remoting/base/ |
compound_buffer.cc | 174 // Add data from the current chunk only if it is in the specified interval. 211 const CompoundBuffer::DataChunk& chunk = buffer_->chunks_[current_chunk_]; local 212 int read_size = chunk.size - current_chunk_position_; 213 *data = chunk.start + current_chunk_position_; 241 const CompoundBuffer::DataChunk& chunk = buffer_->chunks_[current_chunk_]; local 242 current_chunk_position_ = chunk.size - count; 255 const CompoundBuffer::DataChunk& chunk = buffer_->chunks_[current_chunk_]; local 256 int read = std::min(count, chunk.size - current_chunk_position_); 264 if (current_chunk_position_ == chunk.size) {
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
DOCBparser.h | 75 const char *chunk, 81 const char *chunk,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
compute_memory_pool.h | 34 int64_t id; ///ID of the memory chunk 39 int64_t size_in_dw; ///Size of the chunk in dwords 65 struct compute_memory_item* compute_memory_postalloc_chunk(struct compute_memory_pool* pool, int64_t start_in_dw); ///search for the chunk where we can link our new chunk after it 93 struct compute_memory_item* chunk, void* data, 96 void compute_memory_transfer_direct(struct compute_memory_pool* pool, int chunk_to_data, struct compute_memory_item* chunk, struct r600_resource* data, int offset_in_chunk, int offset_in_data, int size); ///Transfer data between chunk<->data, it is for VRAM<->GART transfers
|
compute_memory_pool.c | 155 * Search for the chunk where we can link our new chunk after it. 231 struct compute_memory_item chunk; local 236 chunk.id = 0; 237 chunk.start_in_dw = 0; 238 chunk.size_in_dw = pool->size_in_dw; 239 chunk.prev = chunk.next = NULL; 240 compute_memory_transfer(pool, pipe, device_to_host, &chunk, 425 struct compute_memory_item* chunk, [all...] |
/external/chromium_org/v8/src/ |
incremental-marking.cc | 64 MemoryChunk* chunk = MemoryChunk::FromAddress(obj->address()); local 65 int counter = chunk->write_barrier_counter(); 69 chunk->write_barrier_counter(); 70 chunk->set_write_barrier_counter( 182 MemoryChunk* chunk = MemoryChunk::FromAddress(object->address()); local 186 chunk->owner()->identity() == LO_SPACE) { 187 chunk->SetFlag(MemoryChunk::HAS_PROGRESS_BAR); 189 if (chunk->IsFlagSet(MemoryChunk::HAS_PROGRESS_BAR)) { 191 // When using a progress bar for large fixed arrays, scan only a chunk of 197 chunk->progress_bar()) 653 MemoryChunk* chunk = MemoryChunk::FromAddress(obj->address()); local 679 MemoryChunk* chunk = MemoryChunk::FromAddress(obj->address()); local [all...] |
lithium-codegen.h | 20 LCodeGenBase(LChunk* chunk, 32 LPlatformChunk* chunk() const { return chunk_; } function in class:v8::internal::BASE_EMBEDDED
|
/external/jemalloc/test/integration/ |
chunk.c | 7 chunk_dalloc(void *chunk, size_t size, unsigned arena_ind) 10 return (old_dalloc(chunk, size, arena_ind)); 32 assert_d_eq(mallctl("arena.0.chunk.alloc", &old_alloc, 37 assert_d_eq(mallctl("arena.0.chunk.dalloc", &old_dalloc, &old_size, 45 assert_d_eq(mallctl("arena.0.chunk.alloc", NULL, 48 assert_d_eq(mallctl("arena.0.chunk.dalloc", NULL, NULL, &old_dalloc,
|
/external/libxml2/include/libxml/ |
DOCBparser.h | 75 const char *chunk, 81 const char *chunk,
|
/external/mesa3d/src/gallium/drivers/r600/ |
compute_memory_pool.h | 34 int64_t id; ///ID of the memory chunk 39 int64_t size_in_dw; ///Size of the chunk in dwords 65 struct compute_memory_item* compute_memory_postalloc_chunk(struct compute_memory_pool* pool, int64_t start_in_dw); ///search for the chunk where we can link our new chunk after it 93 struct compute_memory_item* chunk, void* data, 96 void compute_memory_transfer_direct(struct compute_memory_pool* pool, int chunk_to_data, struct compute_memory_item* chunk, struct r600_resource* data, int offset_in_chunk, int offset_in_data, int size); ///Transfer data between chunk<->data, it is for VRAM<->GART transfers
|
compute_memory_pool.c | 155 * Search for the chunk where we can link our new chunk after it. 231 struct compute_memory_item chunk; local 236 chunk.id = 0; 237 chunk.start_in_dw = 0; 238 chunk.size_in_dw = pool->size_in_dw; 239 chunk.prev = chunk.next = NULL; 240 compute_memory_transfer(pool, pipe, device_to_host, &chunk, 425 struct compute_memory_item* chunk, [all...] |
/frameworks/av/media/libstagefright/ |
SampleIterator.cpp | 87 uint32_t chunk = 91 if (!mInitialized || chunk != mCurrentChunkIndex) { 92 mCurrentChunkIndex = chunk; 95 if ((err = getChunkOffset(chunk, &mCurrentChunkOffset)) != OK) { 183 status_t SampleIterator::getChunkOffset(uint32_t chunk, off64_t *offset) { 186 if (chunk >= mTable->mNumChunkOffsets) { 194 mTable->mChunkOffsetOffset + 8 + 4 * chunk, 206 mTable->mChunkOffsetOffset + 8 + 8 * chunk,
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleAppName.java | 19 import org.apache.harmony.dalvik.ddmc.Chunk; 59 * Handle a chunk of data. 61 public Chunk handleChunk(Chunk request) { 87 * Send an APNM (APplication NaMe) chunk. 102 Chunk chunk = new Chunk(CHUNK_APNM, out); local 103 DdmServer.sendChunk(chunk);
|
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
ELFSectionProgBits.hxx | 69 if (!result->chunk.allocate(alloc_size)) { 74 stubs->initStubTable(result->chunk.getBuffer() + section_size,
|
/art/compiler/ |
common_compiler_test.cc | 192 std::vector<uint8_t>* chunk = &header_code_and_maps_chunks_.back(); local 196 chunk->reserve(padding + size); 197 chunk->resize(sizeof(method_header)); 198 memcpy(&(*chunk)[0], &method_header, sizeof(method_header)); 199 chunk->insert(chunk->begin(), vmap_table.begin(), vmap_table.end()); 200 chunk->insert(chunk->begin(), mapping_table.begin(), mapping_table.end()); 201 chunk->insert(chunk->begin(), padding, 0) [all...] |
/external/zlib/src/examples/ |
gun.c | 175 if (chunk > have) { \ 176 chunk -= have; \ 180 chunk--; \ 181 if (chunk > have) { \ 182 chunk = have = 0; \ 186 have -= chunk; \ 187 next += chunk; \ 188 chunk = 0; \ 204 unsigned chunk; /* bytes left in current chunk */ local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
obstack.h | 68 The way we do this is to take a large chunk, allocating memory from 69 low addresses. When you want to build a symbol in the chunk you just 70 add chars above the current "high water mark" in the chunk. When you 73 Mostly the chars will not burst over the highest address of the chunk, 74 because you would typically expect a chunk to be (say) 100 times as 78 the object, THEY ARE ALREADY CONTIGUOUS IN THE CHUNK (guaranteed) 84 When the chars burst over a chunk boundary, we allocate a larger 85 chunk, and then copy the partly formed object from the end of the old 86 chunk to the beginning of the new larger chunk. We then carry o 167 struct _obstack_chunk *chunk; \/* address of current struct obstack_chunk *\/ member in struct:obstack [all...] |
/external/chromium_org/tools/grit/grit/gather/ |
chrome_scaled_image.py | 24 # Rather than rescaling the image we add a custom chunk directing Chrome to 33 '''Mandatory first chunk in order for the png to be valid.''' 36 '''Special chunks to move immediately after the IHDR chunk. (so that the PNG 41 '''Any ancillary chunk not in this list is deleted from the PNG.''' 47 '''Move special chunks immediately after the IHDR chunk (so that the PNG 53 for chunk in _ChunkifyPNG(data): 54 type = chunk[4:8] 57 first.append(chunk) 59 special_chunks.append(chunk) 61 rest.append(chunk) [all...] |
tr_html.py | 75 # HTML tags which may appear within a chunk. 217 chunks, where each chunk is either translateable or non-translateable. 230 # Append a nontranslateable chunk 241 # Append a translateable chunk 252 '''Adds a chunk to self, removing linebreaks and duplicate whitespace 300 [chunk1, chunk2, chunk3, ...] (instances of class Chunk) 313 # Start index of the last chunk, whether translateable or not 317 # a translateable chunk, -1 to indicate we are not in a translateable chunk. 319 # translateable chunk (whitespace is neutral) [all...] |
/external/ceres-solver/internal/ceres/ |
schur_eliminator_impl.h | 32 // Chunk::start ? 109 // the way also compute the amount of space each chunk will need 117 chunks_.push_back(Chunk()); 118 Chunk& chunk = chunks_.back(); local 119 chunk.size = 0; 120 chunk.start = r; 124 // Add to the chunk until the first block in the row is 125 // different than the one in the first row for the chunk. 126 while (r + chunk.size < num_row_blocks) 149 const Chunk& chunk = chunks_.back(); local 230 const Chunk& chunk = chunks_[i]; local 312 const Chunk& chunk = chunks_[i]; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
aifc.py | 23 A chunk consists of an identifier (4 bytes) followed by a size (4 bytes, 27 The following chunk types are recognized. 253 from chunk import Chunk 284 # _comm_chunk_read -- 1 iff the COMM chunk has been read 288 # _ssnd_chunk -- instantiation of a chunk class for the SSND chunk 298 chunk = Chunk(file) 299 if chunk.getname() != 'FORM' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
aifc.py | 23 A chunk consists of an identifier (4 bytes) followed by a size (4 bytes, 27 The following chunk types are recognized. 253 from chunk import Chunk 284 # _comm_chunk_read -- 1 iff the COMM chunk has been read 288 # _ssnd_chunk -- instantiation of a chunk class for the SSND chunk 298 chunk = Chunk(file) 299 if chunk.getname() != 'FORM' [all...] |
/external/zopfli/src/zopflipng/lodepng/ |
lodepng.h | 388 /*The information of a Time chunk in PNG.*/ 411 suggested background color chunk (bKGD) 440 char** text_keys; /*the keyword of a text chunk (e.g. "Comment")*/ 449 char** itext_keys; /*the English keyword of the text chunk (e.g. "Comment")*/ 454 /*time chunk (tIME)*/ 455 unsigned time_defined; /*set to 1 to make the encoder generate a tIME chunk*/ 458 /*phys chunk (pHYs)*/ 459 unsigned phys_defined; /*if 0, there is no pHYs chunk and the values below are undefined, if 1 else there is one*/ 470 Do not allocate or traverse this data yourself. Use the chunk traversing functions declared 490 const char* transkey, const char* str); /*push back the 4 texts of 1 chunk at once* [all...] |
/external/chromium_org/base/ |
sync_socket_win.cc | 143 const DWORD chunk = GetNextChunkSize(count, length); local 148 file, static_cast<BufferType*>(buffer) + count, chunk, &len, &ol); 180 if (len != chunk) 227 DWORD chunk = GetNextChunkSize(count, length); local 229 chunk, &len, NULL) == FALSE) { 252 DWORD chunk = GetNextChunkSize(count, length); local 254 chunk, &len, NULL) == FALSE) {
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_ETC.c | 44 size_t const chunk = 512; local 46 size_t defaultBufferSize = chunk + 1; 75 i = fread(pCurrentPointer, 1, chunk, pStream); 76 if (i < chunk && ferror(pStream)) { 110 i = ((readByte + (chunk * 2)) / chunk) * chunk;
|