HomeSort by relevance Sort by last modified time
    Searched refs:mapping (Results 101 - 125 of 199) sorted by null

1 2 3 45 6 7 8

  /external/bluetooth/glib/tests/
makefile.msc.in 42 mapping-test.exe \
  /external/tremolo/Tremolo/
treminfo.c 296 ci->mode_param[i].mapping=(unsigned char)oggpack_read(opb,8);
297 if(ci->mode_param[i].mapping>=ci->maps)goto err_out;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodegetbaseuri01.js 84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2Document
nodegetbaseuri03.js 78 Check that Node.baseURI is null for a DocumentType as defined in the Infoset Mapping (Appendix C).
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2DocumentType
nodegetbaseuri05.js 84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2Element
nodegetbaseuri09.js 84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2Element
nodegetbaseuri15.js 84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2Attr
nodegetbaseuri17.js 84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2Text
nodegetbaseuri18.js 84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2Comment
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
  /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 408 const uint16_t *mapping=getMapping(norm16); local
409 if(*mapping&MAPPING_HAS_CCC_LCCC_WORD) {
410 return (uint8_t)mapping[1];
435 const uint16_t *list=extraData+norm16; // composite has both mapping & compositions list
436 return list+ // mapping pointer
437 1+ // +1 to skip the first unit with the mapping lenth
438 (*list&MAPPING_LENGTH_MASK)+ // + mapping length
673 * with a decomposition mapping, that is, with NF*D_QC=No.
675 * with NF*C_QC=No (has a one-way mapping) or Maybe (combines backward).
692 * 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-ptrcheck/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

Completed in 1071 milliseconds

1 2 3 45 6 7 8