/external/chromium_org/third_party/icu/source/common/ |
umapfile.c | 13 * All of the platform-specific implementation for mapping data files 23 /* memory-mapping base definitions ------------------------------------------ */ 53 /* No memory mapping for 390 batch mode. Fake it using dll loading. */ 95 UDataMemory *pData, /* Fill in with info on the result doing the mapping. */ 132 /* create an unnamed Windows file-mapping object for the specified file */ 183 /* get a view of the mapping */ 396 /* get a view of the mapping */
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/ |
vpx_codec_internal.h | 147 * in the algorithm's control mapping table, and the data parameter may be NULL. 161 /*!\brief control function pointer mapping 163 * This structure stores the mapping between control identifiers and 169 * mapping. This implies that ctrl_id values chosen by the algorithm 306 /*!\brief usage configuration mapping 308 * This structure stores the mapping between usage identifiers and 313 * one mapping must be present, in addition to the end-of-list.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_mipmap_tree.h | 74 /** Possibly malloced temporary buffer for the mapping. */ 76 /** Possible pointer to a BO temporary for the mapping. */ 78 /** Pointer to the start of (map_x, map_y) returned by the mapping. */ 80 /** Stride of the mapping. */ 140 * Mapping information. Persistent for the duration of 175 * indicates the mapping from sample number to array slice. This allows 293 * --- Case 2: As temporary singlesample storage for mapping multisample
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
common.h | 151 // Size-class information + mapping 162 // Mapping from size to size_class and vice versa 200 // Mapping from size class to max size storable in that class 203 // Mapping from size class to number of pages to allocate at a time 211 // Initialize the mapping arrays 223 // Mapping from size class to max size storable in that class 228 // Mapping from size class to number of pages to allocate at a time
|
/external/chromium_org/v8/tools/ |
js2c.py | 101 mapping = { } 105 mapping[macro.args[arg_index[0]]] = replacement 119 result = macro.expand(mapping) 138 def expand(self, mapping): 140 for key, value in mapping.items(): 148 def expand(self, mapping): 151 args.append(mapping[arg])
|
/external/icu/icu4c/source/common/ |
umapfile.c | 13 * All of the platform-specific implementation for mapping data files 26 /* memory-mapping base definitions ------------------------------------------ */ 56 /* No memory mapping for 390 batch mode. Fake it using dll loading. */ 94 UDataMemory *pData, /* Fill in with info on the result doing the mapping. */ 131 /* create an unnamed Windows file-mapping object for the specified file */ 182 /* get a view of the mapping */ 395 /* get a view of the mapping */
|
normalizer2impl.h | 521 const uint16_t *mapping=getMapping(norm16); local 522 if(*mapping&MAPPING_HAS_CCC_LCCC_WORD) { 523 return (uint8_t)*(mapping-1); 548 const uint16_t *list=extraData+norm16; // composite has both mapping & compositions list 549 return list+ // mapping pointer 550 1+ // +1 to skip the first unit with the mapping lenth 551 (*list&MAPPING_LENGTH_MASK); // + mapping length 702 * with a decomposition mapping, that is, with NF*D_QC=No. 704 * with NF*C_QC=No (has a one-way mapping) or Maybe (combines backward). 722 * which means it has a two-way (round-trip) decomposition mapping [all...] |
/external/libvpx/libvpx/vpx/internal/ |
vpx_codec_internal.h | 147 * in the algorithm's control mapping table, and the data parameter may be NULL. 161 /*!\brief control function pointer mapping 163 * This structure stores the mapping between control identifiers and 169 * mapping. This implies that ctrl_id values chosen by the algorithm 306 /*!\brief usage configuration mapping 308 * This structure stores the mapping between usage identifiers and 313 * one mapping must be present, in addition to the end-of-list.
|
/external/llvm/lib/Target/Hexagon/ |
Hexagon.td | 70 // Generate mapping table to relate non-predicate instructions with their 87 // Generate mapping table to relate predicate-true instructions with their 99 // Generate mapping table to relate predicate-false instructions with their 111 // Generate mapping table to relate predicated instructions with their .new 123 // Generate mapping table to relate .new predicated instructions with their old 135 // Generate mapping table to relate store instructions with their new-value 147 // Generate mapping table to relate new-value store instructions with their old
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_mipmap_tree.h | 74 /** Possibly malloced temporary buffer for the mapping. */ 76 /** Possible pointer to a BO temporary for the mapping. */ 78 /** Pointer to the start of (map_x, map_y) returned by the mapping. */ 80 /** Stride of the mapping. */ 140 * Mapping information. Persistent for the duration of 175 * indicates the mapping from sample number to array slice. This allows 293 * --- Case 2: As temporary singlesample storage for mapping multisample
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/ |
vpx_codec_internal.h | 147 * in the algorithm's control mapping table, and the data parameter may be NULL. 161 /*!\brief control function pointer mapping 163 * This structure stores the mapping between control identifiers and 169 * mapping. This implies that ctrl_id values chosen by the algorithm 306 /*!\brief usage configuration mapping 308 * This structure stores the mapping between usage identifiers and 313 * one mapping must be present, in addition to the end-of-list.
|
/external/clang/lib/Basic/ |
Diagnostic.cpp | 175 // Don't allow a mapping to a warning override an error/fatal mapping. 182 DiagnosticMapping Mapping = makeUserMapping(Map, L); 186 GetCurDiagState()->setMapping(Diag, Mapping); 199 GetCurDiagState()->setMapping(Diag, Mapping); 212 GetCurDiagState()->setMapping(Diag, Mapping); 217 GetCurDiagState()->setMapping(Diag, Mapping); 226 GetCurDiagState()->setMapping(Diag, Mapping); 238 // Set the mapping. 252 // Otherwise, we want to set the diagnostic mapping's "no Werror" bit, an [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-api/2.2/ |
plexus-compiler-api-2.2.jar | |
/external/chromium_org/content/zygote/ |
zygote_linux.cc | 50 int LookUpFd(const base::GlobalDescriptors::Mapping& fd_mapping, uint32_t key) { 343 const base::GlobalDescriptors::Mapping& fd_mapping, 364 DLOG(ERROR) << "Failed to find kPrimaryIPCChannel in FD mapping"; 474 base::GlobalDescriptors::Mapping mapping; local 504 // Remaining FDs are for the global descriptor mapping. 509 mapping.push_back(std::make_pair(key, fds[i]->get())); 512 mapping.push_back(std::make_pair( 517 mapping, 533 base::GlobalDescriptors::GetInstance()->Reset(mapping); [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
spreptst.c | 546 /* case mapping turned off */ 556 log_err("StringPrep failed for case: Case Mapping Turned OFF with error: %s\n", u_errorName(status)); 559 log_err("Did not get the expected output for case: Case Mapping Turned OFF\n"); 562 log_err("Did not get the expected length for the output for case: Case Mapping Turned OFF. Expected: %i Got: %i\n", srcLen, destLen); 565 log_err("Conversion failed for case: Case Mapping Turned OFF with error: %s\n", u_errorName(status)); 569 /* case mapping turned on */ 582 log_err("StringPrep failed for case: Case Mapping Turned On with error: %s\n", u_errorName(status)); 585 log_err("Did not get the expected output for case: Case Mapping Turned On!\n"); 588 log_err("Did not get the expected length for the outputfor case: Case Mapping Turned On. Expected: %i Got: %i\n", strlen(expected), destLen); 591 log_err("Conversion failed for case: Case Mapping Turned ON with error: %s\n", u_errorName(status)) [all...] |
/external/chromium_org/third_party/opus/src/tests/ |
test_opus_encode.c | 119 unsigned char mapping[256] = {0,1,255}; local 151 MSenc = opus_multistream_encoder_create(8000, 2, 2, 0, mapping, OPUS_UNIMPLEMENTED, ret_err); 154 MSenc = opus_multistream_encoder_create(8000, 0, 1, 0, mapping, OPUS_APPLICATION_VOIP, ret_err); 157 MSenc = opus_multistream_encoder_create(44100, 2, 2, 0, mapping, OPUS_APPLICATION_VOIP, ret_err); 160 MSenc = opus_multistream_encoder_create(8000, 2, 2, 3, mapping, OPUS_APPLICATION_VOIP, ret_err); 163 MSenc = opus_multistream_encoder_create(8000, 2, -1, 0, mapping, OPUS_APPLICATION_VOIP, ret_err); 166 MSenc = opus_multistream_encoder_create(8000, 256, 2, 0, mapping, OPUS_APPLICATION_VOIP, ret_err); 170 MSenc = opus_multistream_encoder_create(8000, 2, 2, 0, mapping, OPUS_APPLICATION_AUDIO, &err); 189 MSdec = opus_multistream_decoder_create(48000, 2, 2, 0, mapping, &err); 192 MSdec_err = opus_multistream_decoder_create(48000, 3, 2, 0, mapping, &err) [all...] |
/external/clang/lib/Frontend/ |
CacheTokens.cpp | 226 /// a hashtable mapping from identifier strings to persistent IDs. 227 /// The second is a straight table mapping from persistent IDs to string data 231 /// EmitFileTable - Emit a table mapping from file name strings to PTH 623 // the mapping from persistent IDs to strings. 637 /// a hashtable mapping from identifier strings to persistent IDs. The second 638 /// is a straight table mapping from persistent IDs to string data (the 652 // Generate mapping from persistent IDs -> IdentifierInfo*. 660 // Store the mapping from persistent ID to IdentifierInfo* 663 // Store the reverse mapping in a hashtable. 672 // Now emit the table mapping from persistent IDs to PTH file offsets [all...] |
/external/icu/icu4c/source/test/cintltst/ |
spreptst.c | 546 /* case mapping turned off */ 556 log_err("StringPrep failed for case: Case Mapping Turned OFF with error: %s\n", u_errorName(status)); 559 log_err("Did not get the expected output for case: Case Mapping Turned OFF\n"); 562 log_err("Did not get the expected length for the output for case: Case Mapping Turned OFF. Expected: %i Got: %i\n", srcLen, destLen); 565 log_err("Conversion failed for case: Case Mapping Turned OFF with error: %s\n", u_errorName(status)); 569 /* case mapping turned on */ 582 log_err("StringPrep failed for case: Case Mapping Turned On with error: %s\n", u_errorName(status)); 585 log_err("Did not get the expected output for case: Case Mapping Turned On!\n"); 588 log_err("Did not get the expected length for the outputfor case: Case Mapping Turned On. Expected: %i Got: %i\n", strlen(expected), destLen); 591 log_err("Conversion failed for case: Case Mapping Turned ON with error: %s\n", u_errorName(status)) [all...] |
/external/libopus/tests/ |
test_opus_encode.c | 119 unsigned char mapping[256] = {0,1,255}; local 151 MSenc = opus_multistream_encoder_create(8000, 2, 2, 0, mapping, OPUS_UNIMPLEMENTED, ret_err); 154 MSenc = opus_multistream_encoder_create(8000, 0, 1, 0, mapping, OPUS_APPLICATION_VOIP, ret_err); 157 MSenc = opus_multistream_encoder_create(44100, 2, 2, 0, mapping, OPUS_APPLICATION_VOIP, ret_err); 160 MSenc = opus_multistream_encoder_create(8000, 2, 2, 3, mapping, OPUS_APPLICATION_VOIP, ret_err); 163 MSenc = opus_multistream_encoder_create(8000, 2, -1, 0, mapping, OPUS_APPLICATION_VOIP, ret_err); 166 MSenc = opus_multistream_encoder_create(8000, 256, 2, 0, mapping, OPUS_APPLICATION_VOIP, ret_err); 170 MSenc = opus_multistream_encoder_create(8000, 2, 2, 0, mapping, OPUS_APPLICATION_AUDIO, &err); 189 MSdec = opus_multistream_decoder_create(48000, 2, 2, 0, mapping, &err); 192 MSdec_err = opus_multistream_decoder_create(48000, 3, 2, 0, mapping, &err) [all...] |
/external/proguard/src/proguard/gui/ |
GUIResources.properties | 80 If you had ProGuard write out a mapping file, \ 102 printMapping = Print mapping 103 applyMapping = Apply mapping 137 mappingFile = Mapping file 171 Print out the obfuscation mapping of original names to obfuscated names. 173 Apply the given mapping of original names to obfuscated names. 184 <html>Make sure fields and methods get the same obfuscation mapping across classes, even<br>\ 296 The file containing the mapping of original names to obfuscated names. 530 selectPrintMappingFile = Select an output mapping file... 531 selectApplyMappingFile = Select an input mapping file.. [all...] |
/libcore/luni/src/main/java/java/util/ |
NavigableMap.java | 68 * Returns a key-value mapping associated with the greatest key 97 * Returns a key-value mapping associated with the greatest key 126 * Returns a key-value mapping associated with the least key 155 * Returns a key-value mapping associated with the least key 184 * Returns a key-value mapping associated with the least 190 * Returns a key-value mapping associated with the greatest 196 * Removes and returns a key-value mapping associated with 205 * Removes and returns a key-value mapping associated with 237 * set supports element removal, which removes the corresponding mapping 253 * set supports element removal, which removes the corresponding mapping [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
string.py | 88 Used by .{safe_,}substitute() to combine the mapping and keyword 152 mapping = kws 154 mapping = _multimap(kws, args[0]) 156 mapping = args[0] 162 val = mapping[named] 178 mapping = kws 180 mapping = _multimap(kws, args[0]) 182 mapping = args[0] 190 return '%s' % (mapping[named],) 196 return '%s' % (mapping[braced], [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
string.py | 88 Used by .{safe_,}substitute() to combine the mapping and keyword 152 mapping = kws 154 mapping = _multimap(kws, args[0]) 156 mapping = args[0] 162 val = mapping[named] 178 mapping = kws 180 mapping = _multimap(kws, args[0]) 182 mapping = args[0] 190 return '%s' % (mapping[named],) 196 return '%s' % (mapping[braced], [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToXMLSAXHandler.java | 324 * Remember the prefix/uri mapping at the current nested element depth. 329 * @param shouldFlush a flag indicating if the mapping applies to the 340 /* Remember the mapping, and at what depth it was declared 351 // the prefix mapping applies to the child element (one deeper) 356 // the prefix mapping applies to the current element 718 * that the needed prefix/uri mapping is declared, but only if there is a
|
/external/chromium_org/content/browser/gamepad/ |
gamepad_platform_data_fetcher_mac.mm | 313 data_.items[slot].mapping, 314 sizeof(data_.items[slot].mapping)); 316 data_.items[slot].mapping[0] = 0; 424 data_.items[slot].mapping, 425 sizeof(data_.items[slot].mapping)); 496 // Copy to the current state to the output buffer, using the mapping
|