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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /external/icu4c/i18n/
ucol.cpp 924 result->mapping.getFoldingOffset = _getFoldingOffset;
925 const uint8_t *mapping = (uint8_t*)result->image+result->image->mappingPosition; local
926 utrie_unserialize(&result->mapping, mapping, result->image->endExpansionCE - result->image->mappingPosition, status);
935 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
272 // We have a good input line. Extract the key character and mapping string, and
273 // put them into the appropriate mapping table.
297 // Add the UChar32 -> string mapping to the appropriate table.
362 // For each key code point, check which mapping tables it applies to,
365 // The four logical mapping tables are conflated into one combined table.
366 // If multiple logical tables have the same mapping for some key, they
368 // If more than one mapping exists for the same key code point, multiple
498 // addKeyEntry Construction of the confusable Key and Mapping Values tables.
512 // No mapping for this key character
    [all...]
ucol_bld.cpp     [all...]
ucol_sit.cpp 898 utrie_enum(&coll->UCA->mapping, NULL, _processSpecials, &c);
903 utrie_enum(&coll->mapping, NULL, _processSpecials, &c);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 127 ScriptOptions::AddressMap::const_iterator mapping = local
129 if (mapping != config().scripts().addressMap().end())
130 return mapping.getEntry()->value();
2011 ScriptOptions::AddressMap::const_iterator mapping; local
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 166 type 0, the MDCT, in Vorbis I) and a mapping number. The mapping
167 number specifies which mapping configuration instance to use for
171 \subsubsection{Mapping}
173 A mapping contains a channel coupling description and a list of
176 components; the submap list is internal and specific to a mapping.
179 floor and residue vectors within a mapping. The submap functions as a
421 the vectors specified in the current mapping configuration. The
03-codebook.tex 142 Implicitly populated value mapping (lattice VQ)
144 Explicitly populated value mapping (tessellated or 'foam'
338 array in a one-to-one mapping. Calculate [unpack] the
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 893 ASN1Sequence mapping = (ASN1Sequence)mappings.getObjectAt(j); local
1077 ASN1Sequence mapping = DERSequence.getInstance(mappings.getObjectAt(j)); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzEvents.m 210 for its own keymap to adjust our own mapping table. However, this is
395 const int mapping[] = { SDLK_CAPSLOCK, SDLK_LSHIFT, SDLK_LCTRL, SDLK_LALT, SDLK_LMETA };
417 key.sym = mapping[i];
426 key.sym = mapping[i];
    [all...]
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /external/v8/test/mjsunit/harmony/
collections.js 88 // Test expected mapping behavior for Maps and WeakMaps
102 // Test expected mapping behavior for Maps only
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 2517 Uint8 mapping[256]; local
    [all...]
  /external/chromium/build/
install-build-deps.sh 87 // Record a mapping from discarded section SHNDX to the corresponding
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/yaffs2/yaffs2/
yaffs_fs.c 549 struct address_space *mapping = page->mapping; local
558 if (!mapping)
560 inode = mapping->host;
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 34 /// to/from a YAML mapping. For example:
37 /// static void mapping(IO &io, MyStruct &s) {
46 // static void mapping(IO &io, T &fields);
51 /// to/from a YAML scalar where there is a one-to-one mapping between
220 static char test(SameType<Signature_mapping, &U::mapping>*);
488 MappingTraits<T>::mapping(io, Val);
602 // Utility for use within MappingTraits<>::mapping() method
636 // Utility for use within MappingTraits<>::mapping() method
775 NameToNode Mapping;
904 /// Use these types instead of uintXX_t in any mapping to hav
    [all...]
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /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...]

Completed in 492 milliseconds

1 2 3 4 5 6 7 8 91011>>