/external/compiler-rt/lib/asan/ |
asan_poisoning.cc | 56 // Since asan's mapping is compacting, the shadow chunk may be 72 // mapping invariant is preserved (see detailed mapping description here: 243 // If possible, mark all the bytes mapping to last shadow byte as 248 // If necessary, mark few first bytes mapping to last shadow byte
|
/external/llvm/include/llvm/IR/ |
ValueMap.h | 13 // key is RAUWed from V1 to V2, the old mapping V1->target is removed, and a new 14 // mapping V2->target is added. If V2 already existed, its old target is 15 // overwritten. When a key is deleted, its mapping is removed. 53 /// false, the ValueMap will leave the original mapping in place. 241 // removed the old mapping.
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_regions.c | 115 /* We have the region->map_refcount controlling mapping of the BO because 116 * in software fallbacks we may end up mapping the same buffer multiple 119 * must not emit any batchbuffers between the start of mapping and the end 128 perf_debug("Mapping a busy BO, causing a stall on the GPU.\n"); 449 /* When mapping a W-tiled stencil buffer as Y-tiled, each 64-high W-tile
|
/external/proguard/src/proguard/retrace/ |
ReTrace.java | 66 * input, based on the given mapping file name. 71 * @param mappingFile the mapping file that was written out by 84 * based on the given mapping file name. 89 * @param mappingFile the mapping file that was written out by 111 // Read the mapping file.
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
EmlAttachmentProvider.java | 86 * Map that contains a mapping from an attachment list uri to a list of uris. 91 * Map that contains a mapping from an attachment uri to an {@link Attachment} object. 185 // add mapping from uri to attachment 206 // remove from list mapping 209 // delete each file and remove each element from the mapping
|
/external/deqp/framework/opengl/ |
gluTextureUtil.cpp | 40 * If no mapping is found, throws tcu::InternalError. 127 * If no mapping is found, throws tcu::InternalError. 222 * If no mapping is found, throws tcu::InternalError. 310 * If no mapping is found, throws tcu::InternalError. 345 * If no mapping is found, throws tcu::InternalError. 525 * If no mapping is found, throws tcu::InternalError. 541 * If no mapping is found, throws tcu::InternalError. 557 * If no mapping is found, throws tcu::InternalError. 580 * If no mapping is found, throws tcu::InternalError. 605 * If no mapping is found, throws tcu::InternalError [all...] |
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
makeconv.c | 11 * tool creating a binary (compressed) representation of the conversion mapping 14 * 05/04/2000 helena Added fallback mapping into the picture... 230 "\tread .ucm codepage mapping files and write .cnv files\n" 248 printf("makeconv version %hu.%hu, ICU tool to read .ucm codepage mapping files and write .cnv files\n", 455 /* stop at the beginning of the mapping section */ 619 fprintf(stderr, "unexpected text after the base mapping table\n"); 627 fprintf(stderr, "error: some entries have the mapping precision (with '|'), some do not\n");
|
/external/elfutils/0.153/src/ |
strings.c | 494 /* We will go through the mapping sequentially. */ 502 /* Maybe the size of the mapping is too big. Try again. */ 515 /* Read the file without mapping. */ 583 /* We need a completely new mapping. */ 608 /* The existing mapping cannot fit at all. Map the new area. 622 /* Use the existing mapping as much as possible. If necessary, map 626 /* There are at least a few bytes in this mapping which we can
|
/external/emma/core/java12/com/vladium/util/ |
SoftValueMap.java | 151 * @param key mapping key [may not be null]. 153 * @return Object value mapping for 'key' [can be null]. 213 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten. 215 * @param key mapping key [may not be null]. 216 * @param value mapping value [may not be null]. 218 * @return Object previous value mapping for 'key' [null if no previous mapping
|
/external/icu/icu4c/source/tools/makeconv/ |
makeconv.c | 11 * tool creating a binary (compressed) representation of the conversion mapping 14 * 05/04/2000 helena Added fallback mapping into the picture... 230 "\tread .ucm codepage mapping files and write .cnv files\n" 248 printf("makeconv version %u.%u, ICU tool to read .ucm codepage mapping files and write .cnv files\n", 455 /* stop at the beginning of the mapping section */ 619 fprintf(stderr, "unexpected text after the base mapping table\n"); 627 fprintf(stderr, "error: some entries have the mapping precision (with '|'), some do not\n");
|
/external/libogg/doc/ |
oggstream.html | 309 part of each codec's mapping, not Ogg). 317 timebase, it simply brings the code for that mapping along with it. 382 this is not a requirement. A codec may, as part of its mapping, choose 395 <h2>Mapping Requirements</h2> 399 trivial mapping, eg, 'plop the packets in and go'). This is the 400 codec's <em>mapping</em>. Ogg imposes a few mapping requirements
|
/external/stressapptest/src/ |
os.cc | 510 // Use dynamic mapping for allocations larger than that. 515 // Do a full mapping here otherwise. 591 // Prepare the target memory. It may requre mapping in, or this may be a noop. 598 void * mapping = mmap64(NULL, length, PROT_READ | PROT_WRITE, local 602 void * mapping = mmap(NULL, length, PROT_READ | PROT_WRITE, 606 if (mapping == MAP_FAILED) { 613 return mapping;
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentSkipListMap.java | 144 * mapping, which allows nodes to remain concurrently readable 157 * the node consider this mapping to exist. However, other 472 * mapping if this node holds a valid value, else null. [all...] |
/external/chromium_org/ipc/ |
ipc_channel_posix.cc | 72 // The IPC server object will install a mapping in PipeMap from the 76 // mapping, but it won't find any since we are in a new process. Thus the 78 // close its copy of the client socket and remove the mapping. 81 // The IPC server will install a mapping as before. The client will search 82 // for a mapping and find out. It duplicates the file descriptor and 84 // copy of the client socket and remove the mapping. Thus, when the client 112 // Remove the mapping for the given channel id. No error is signaled if the 119 // Insert a mapping from @channel_id to @fd. It's a fatal error to insert a 120 // mapping if one already exists for the given channel_id [all...] |
/external/chromium_org/chrome/browser/favicon/ |
favicon_handler.h | 61 // . Otherwise we ask the history database to update the mapping from 63 // possible for the db to already have the favicon, just not the mapping 197 // Otherwise asks history to update the mapping between page url and icon
|
/external/chromium_org/chrome/browser/performance_monitor/ |
database.h | 76 // in-memory version of this database with a mapping from a concatenation of 88 // keeps an in-memory version of this database with a mapping from a 281 // A mapping of id,metric to the last inserted key for those parameters
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
braille_display_manager.js | 367 var mapping = this.brailleToText_; 372 } else if (braillePosition >= mapping.length) { 378 return mapping[braillePosition];
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
drive_file_sync_service_unittest.cc | 173 // Add meta_data entry so GURL->resourse_id mapping is there. 203 // Add meta_data entry so GURL->resourse_id mapping is there. 226 // Add meta_data entry so GURL->resourse_id mapping is there.
|
/external/chromium_org/content/browser/gamepad/ |
gamepad_provider.cc | 174 memcmp(mapping_, pad.mapping, arraysize(mapping_)) == 0; 183 memcpy(mapping_, pad.mapping, arraysize(mapping_)); 199 memcpy(pad->mapping, mapping_, arraysize(mapping_));
|
/external/chromium_org/mojo/system/ |
dispatcher.cc | 209 scoped_ptr<RawSharedBufferMapping>* mapping) { 214 return MapBufferImplNoLock(offset, num_bytes, flags, mapping); 342 scoped_ptr<RawSharedBufferMapping>* /*mapping*/) {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderGeometryMap.cpp | 52 // If the mapping includes something like columns, we have to go via renderers. 86 // A null container indicates mapping through the root RenderView, so including its transform (the page scale). 222 // from mapping via layers.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
StylesSourceMapping.js | 318 * @param {!WebInspector.StylesSourceMapping} mapping 320 WebInspector.StyleFile = function(uiSourceCode, mapping) 323 this._mapping = mapping;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
validate-committer-lists | 185 # First check to see if we have a manual mapping from login to email. 188 # Most old logins like 'darin' are now just 'darin@apple.com', so check for a prefix match if a manual mapping was not found. 194 # No known email mapping, likely not an active committer. We could log here.
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
utf.h | 191 // upper case letters have no lower case mapping, and so on. Unicode 202 // no defined mapping. 210 // upper case letters and targets of the toupper mapping. islowerrune
|
/external/chromium_org/third_party/mesa/src/docs/ |
RELNOTES-3.3 | 94 For cube-based reflection mapping. 126 6-face cube mapping, nicer than sphere mapping
|