HomeSort by relevance Sort by last modified time
    Searched full:mapping (Results 1251 - 1275 of 5659) sorted by null

<<51525354555657585960>>

  /external/chromium_org/tools/
ipc_messages_log.py 52 A dictionary mapping StartName to enumeration value.
135 """Returns a dictionary mapping from message number to message name."""
  /external/chromium_org/v8/src/
bootstrapper.h 14 // (AsciiString*, JSFunction*), mapping names of native code files
15 // (runtime.js, etc.) to precompiled functions. Instead of mapping
unicode-inl.h 27 template <class T, int s> int Mapping<T, s>::get(uchar c, uchar n,
42 template <class T, int s> int Mapping<T, s>::CalculateValue(uchar c, uchar n,
  /external/clang/include/clang/Basic/
SourceManagerInternals.h 82 /// the mapping from string -> ID, and FilenamesByID holds the mapping of ID
  /external/deqp/doc/testspecs/GLES2/
performance.compiler.txt 31 - Normal mapping, parallax and relief mapping (note: in release 2012.4)
  /external/deqp/doc/testspecs/GLES3/
functional.ubo.txt 49 + Mapping uniform buffers
50 - Will be covered in buffer mapping tests
  /external/e2fsprogs/debugfs/
zap.c 134 "while mapping logical block %llu\n", block);
213 "while mapping logical block %llu\n", block);
  /external/fio/engines/
mmap.c 114 * It fits within existing mapping, use it
121 * unmap any existing mapping
  /external/guava/guava/src/com/google/common/collect/
ArrayTable.java 43 * created. The table always contains a mapping for every row key / column pair.
107 * <p>If {@code table} includes a mapping with row key {@code r} and a
108 * separate mapping with column key {@code c}, the returned table contains a
109 * mapping with row key {@code r} and column key {@code c}. If that row key /
252 * provided during table construction. If the table lacks a mapping for a
410 * @param rowKey row key of mapping to be erased
411 * @param columnKey column key of mapping to be erased
413 * no mapping existed for the keys
  /external/icu/icu4c/source/common/
unistr_case.cpp 16 * Case-mapping functions moved here from unistr.cpp
95 // We need to allocate a new buffer for the internal string case mapping function.
  /external/icu/icu4c/source/layout/
IndicLayoutEngine.h 127 * This method does character to glyph mapping, applies the GSUB table and applies
129 * to do the character to glyph mapping, and apply the GSUB table.
  /external/icu/icu4c/source/test/cintltst/
eurocreg.c 33 * Codepage mapping files with "ibm-*.ucm" should always exactly match the files
42 * codepages, and Microsoft Windows 2000's codepage 850 does not contain a Euro sign mapping.
  /external/iproute2/ip/
iplink_vlan.c 31 "QOS-MAP := [ QOS-MAP ] QOS-MAPPING\n"
32 "QOS-MAPPING := FROM:TO\n"
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
LoadPathToFileCache.java 42 * Lookup in the cache to see if we have a mapping from the given loadpaths and filename to an
60 * Add a new mapping to the cache.
  /external/libnfc-nxp/src/
phFriNfc_IntNdefMap.c 19 * \brief NFC Ndef Internal Mapping File.
52 * \name NDEF Mapping
  /external/libopus/src/
opus_private.h 48 unsigned char mapping[256]; member in struct:ChannelLayout
70 * just shifts the static bitrate to mode mapping around a little bit.
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
PrefixFileReader.java 39 // prefix mapping file is available in the file system, so that a file can be loaded when needed.
41 // A mapping from countryCallingCode_lang to the corresponding phone prefix map that has been
  /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
  /external/libvorbis/lib/
synthesis.c 86 type=ci->map_type[ci->mode_param[mode]->mapping];
89 mapping]));
  /external/llvm/include/llvm/CodeGen/
StackProtector.h 47 /// A mapping of AllocaInsts to their required SSP layout.
63 /// Layout - Mapping of allocations to the required SSPLayoutKind.
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 177 const DwarfLLVMRegPair *L2DwarfRegs; // LLVM to Dwarf regs mapping
178 const DwarfLLVMRegPair *EHL2DwarfRegs; // LLVM to Dwarf regs mapping EH
179 const DwarfLLVMRegPair *Dwarf2LRegs; // Dwarf to LLVM regs mapping
180 const DwarfLLVMRegPair *EHDwarf2LRegs; // Dwarf to LLVM regs mapping EH
181 DenseMap<unsigned, int> L2SEHRegs; // LLVM to SEH regs mapping
267 /// register number mapping. Called by TableGen auto-generated routines.
281 /// register number mapping. Called by TableGen auto-generated routines.
295 /// number mapping. By default the SEH register number is just the same
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 68 ModulePass *createNVVMReflectPass(const StringMap<int>& Mapping);
185 // Defines symbolic names for NVPTX registers. This defines a mapping from
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 89 assert(VMap.count(I) && "No mapping from source argument specified!");
126 // Add basic block mapping.
239 VMap[I] = DestI++; // Add mapping to VMap
303 // Note that we don't need to fix the mapping for unreachable blocks;
304 // the default mapping there is safe.
327 // a mapping to that value rather than inserting a new instruction into
432 assert(VMap.count(II) && "No mapping from source argument specified!");
562 // mapping will just map us to the new node (which may not even be a PHI
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.h 54 * for stream out support. mapping stores the pointer
61 void *mapping; member in struct:draw_so_target
  /external/mesa3d/src/mesa/main/
remap.c 35 * remap table is in charge of mapping a static entry in mesa core to
166 * extension suffix is usually stripped. Mapping such functions

Completed in 872 milliseconds

<<51525354555657585960>>