HomeSort by relevance Sort by last modified time
    Searched refs:mapping (Results 201 - 225 of 346) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 397 // Make sure the path mapping vector is setup so we can collapse paths.
602 for (PathMapping::const_iterator mapping = path_mapping_.begin();
603 mapping != path_mapping_.end(); ++mapping) {
604 string16 prefix = mapping->first;
606 string16 new_location = mapping->second +
608 size_t length = new_location.length() - mapping->second.length();
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 883 // Create the mapping.
884 UnicodeMapping mapping;
886 if (GetTextEncodingFromScriptInfo(scriptCode, kTextLanguageDontCare, kTextRegionDontCare, &mapping.otherEncoding) != noErr)
889 mapping.unicodeEncoding = CreateTextEncoding(kTextEncodingUnicodeDefault, kTextEncodingDefaultVariant, kTextEncodingDefaultFormat);
890 mapping.mappingVersion = kUnicodeUseLatestMapping;
895 if (CreateUnicodeToTextInfo(&mapping, &textInfo) != noErr)
  /external/icu4c/common/
normalizer2impl.h 503 const uint16_t *mapping=getMapping(norm16); local
504 if(*mapping&MAPPING_HAS_CCC_LCCC_WORD) {
505 return (uint8_t)*(mapping-1);
530 const uint16_t *list=extraData+norm16; // composite has both mapping & compositions list
531 return list+ // mapping pointer
532 1+ // +1 to skip the first unit with the mapping lenth
533 (*list&MAPPING_LENGTH_MASK); // + mapping length
682 * with a decomposition mapping, that is, with NF*D_QC=No.
684 * with NF*C_QC=No (has a one-way mapping) or Maybe (combines backward).
702 * which means it has a two-way (round-trip) decomposition mapping
    [all...]
  /external/kernel-headers/original/linux/
blkdev.h 167 * will actually have to deal with after DMA mapping is done.
637 static inline void blk_run_address_space(struct address_space *mapping)
639 if (mapping)
640 blk_run_backing_dev(mapping->backing_dev_info, NULL);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
TextUtilities.java 479 Character mapping = ESCAPE_STRINGS.get(entity); local
481 if (mapping != null) {
483 return mapping;
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.stdout.exp 9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
  /external/valgrind/main/memcheck/tests/
origin5-bz2.stdout.exp 10 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
vcpu_bz2.stdout.exp 9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodegetbaseuri02.js 85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2Document
nodegetbaseuri04.js 84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2Document
nodegetbaseuri06.js 86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2Element
nodegetbaseuri07.js 85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2Element
nodegetbaseuri10.js 85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2ProcessingInstruction
nodegetbaseuri11.js 85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2ProcessingInstruction
nodegetbaseuri12.js 85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2Entity
nodegetbaseuri13.js 85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2Notation
nodegetbaseuri14.js 84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2Notation
nodegetbaseuri16.js 85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2EntityReference
nodegetbaseuri20.js 86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2EntityReference
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/libvorbis/lib/
info.c 333 ci->mode_param[i]->mapping=oggpack_read(opb,8);
337 if(ci->mode_param[i]->mapping>=ci->maps)goto err_out;
338 if(ci->mode_param[i]->mapping<0)goto err_out;
538 oggpack_write(opb,ci->mode_param[i]->mapping,8);
  /external/tremolo/Tremolo/
dsp.c 240 mapping_inverse(vd,ci->map_param+ci->mode_param[mode].mapping);
  /frameworks/base/core/java/android/app/
ActionBar.java     [all...]
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimg2d.h 24 #include <linux/dma-mapping.h>
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 

Completed in 285 milliseconds

1 2 3 4 5 6 7 891011>>