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

1 2 3 4 56 7 8

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
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/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...]
  /external/icu4c/i18n/
ucol.cpp 851 result->mapping.getFoldingOffset = _getFoldingOffset;
852 const uint8_t *mapping = (uint8_t*)result->image+result->image->mappingPosition; local
853 utrie_unserialize(&result->mapping, mapping, result->image->endExpansionCE - result->image->mappingPosition, status);
862 result->latinOneMapping = UTRIE_GET32_LATIN1(&result->mapping);
    [all...]
uspoof_conf.cpp 52 // 3. Build a list of keys (UChar32s) from the four mapping tables. Sort the
269 // We have a good input line. Extract the key character and mapping string, and
270 // put them into the appropriate mapping table.
294 // Add the UChar32 -> string mapping to the appropriate table.
359 // For each key code point, check which mapping tables it applies to,
362 // The four logical mapping tables are conflated into one combined table.
363 // If multiple logical tables have the same mapping for some key, they
365 // If more than one mapping exists for the same key code point, multiple
495 // addKeyEntry Construction of the confusable Key and Mapping Values tables.
509 // No mapping for this key character
    [all...]
ucol_bld.cpp     [all...]
ucol_sit.cpp 854 utrie_enum(&coll->UCA->mapping, NULL, _processSpecials, &c);
859 utrie_enum(&coll->mapping, NULL, _processSpecials, &c);
ucol_imp.h 147 * uint32_t offset to the lead CE byte to reordering code mapping table
177 /* UDataInfo for UCA mapping table */
966 UTrie mapping; member in struct:UCollator
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 894 ASN1Sequence mapping = (ASN1Sequence)mappings.getObjectAt(j); local
1078 ASN1Sequence mapping = DERSequence.getInstance(mappings.getObjectAt(j)); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzEvents.m 197 for its own keymap to adjust our own mapping table. However, this is
319 const int mapping[] = { SDLK_CAPSLOCK, SDLK_LSHIFT, SDLK_LCTRL, SDLK_LALT, SDLK_LMETA };
341 key.sym = mapping[i];
350 key.sym = mapping[i];
    [all...]
  /prebuilt/common/http-client/
commons-codec-1.4.jar 
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 2498 Uint8 mapping[256]; local
    [all...]
  /external/chromium/build/
install-build-deps.sh 87 // Record a mapping from discarded section SHNDX to the corresponding
  /external/yaffs2/yaffs2/
yaffs_fs.c 549 struct address_space *mapping = page->mapping; local
558 if (!mapping)
560 inode = mapping->host;
    [all...]
  /external/v8/src/
unicode.cc 109 // Look up the mapping for the given character in the specified table,
111 // mapping for multi-char mappings. The next parameter is the character
170 // Low bits 1 means a special case mapping
172 const MultiCharacterSpecialCase<kW>& mapping = multi_chars[value >> 2]; local
175 uchar mapped = mapping.chars[length];
188 // really_special_cases mapping.
    [all...]
debug-debugger.js     [all...]
  /external/chromium/net/base/
cookie_monster.cc 349 // Mapping between DeletionCause and Delegate::ChangeCause; the mapping also
    [all...]
  /external/jpeg/
ltconfig 1010 /* The mapping between symbol names and symbols. */
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ScriptsPanel.js 517 function didRequestSourceMapping(mapping)
519 var lineNumber = mapping.scriptLocationToSourceLine({lineNumber:anchor.getAttribute("line_number") - 1, columnNumber:0});
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 214 \item 1-to-1 mapping of devices -- for now the devices on the replay
219 mapping -- simply include a file that is read which maps devices
235 information on device mapping.
  /ndk/build/core/
init.mk 269 # _very_ slow, try to generate a Make function that performs the mapping
  /external/icu4c/tools/genuca/
genuca.cpp     [all...]
  /external/webkit/Source/WebCore/dom/
make_names.pl 271 # Build a direct mapping from the tags to the Element to create, excluding
846 // The idea behind this class is that there will eventually be a mapping from namespace URIs to ElementFactories that can dispense
    [all...]

Completed in 2059 milliseconds

1 2 3 4 56 7 8