HomeSort by relevance Sort by last modified time
    Searched full:mapping (Results 1226 - 1250 of 4834) sorted by null

<<41424344454647484950>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Region.java 238 UResourceBundle mapping = codeMappings.get(i); local
239 if ( mapping.getType() == UResourceBundle.ARRAY ) {
240 String [] codeMappingStrings = mapping.getStringArray();
290 UResourceBundle mapping = territoryContainment.get(i); local
291 String parent = mapping.getKey();
297 for ( int j = 0 ; j < mapping.getSize(); j++ ) {
298 String child = mapping.getString(j);
  /external/libogg/doc/
oggstream.html 309 part of each codec's mapping, not Ogg).
317 timebase, it simply brings the code for that mapping along with it.
382 this is not a requirement. A codec may, as part of its mapping, choose
395 <h2>Mapping Requirements</h2>
399 trivial mapping, eg, 'plop the packets in and go'). This is the
400 codec's <em>mapping</em>. Ogg imposes a few mapping requirements
rfc3533.txt 217 called a "media mapping". An example for a media mapping is "Ogg
246 together at the beginning of the Ogg bitstream. The media mapping
307 A specific definition of a media mapping using Ogg may put further
309 example, a specific media mapping may require that all the eos pages
311 example for a media mapping is the specification of "Ogg Vorbis".
318 in this media mapping. To enable streaming, pages from various
331 specific media mapping will define how to group or break up packets
406 The following diagram shows a schematic example of a media mapping
580 a specific media mapping. A special value of -1 (in two'
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 66 /// GlobalAddressMap - A mapping between LLVM global symbol names values and
70 /// GlobalAddressReverseMap - This is the reverse mapping of GlobalAddressMap,
86 /// \brief Erase an entry from the mapping table.
96 /// The state object holding the global address mapping, which must be
228 llvm_unreachable("Re-mapping of section addresses not supported with this "
295 /// updateGlobalMapping - Replace an existing mapping for GV with a new
322 /// remove its global mapping and free any machine code. Be sure no threads
  /external/v8/tools/
js2c.py 101 mapping = { }
105 mapping[macro.args[arg_index[0]]] = replacement
119 result = macro.expand(mapping)
138 def expand(self, mapping):
140 for key, value in mapping.items():
148 def expand(self, mapping):
151 args.append(mapping[arg])
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 145 * mapping, which allows nodes to remain concurrently readable
158 * the node consider this mapping to exist. However, other
481 * mapping if this node holds a valid value, else null.
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 89 assert(VMap.count(I) && "No mapping from source argument specified!");
126 // Add basic block mapping.
240 VMap[I] = DestI++; // Add mapping to VMap
314 // Note that we don't need to fix the mapping for unreachable blocks;
315 // the default mapping there is safe.
339 // In this case, the cloning director is responsible for mapping the
356 // a mapping to that value rather than inserting a new instruction into
489 assert(VMap.count(II) && "No mapping from source argument specified!");
634 // mapping will just map us to the new node (which may not even be a PHI
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/
gexf.py 887 # build mapping of node labels, do some error checking
889 mapping=[(u,G.node[u]['label']) for u in G]
894 x,y=zip(*mapping)
899 mapping=dict(mapping)
900 H=nx.relabel_nodes(G,mapping)
903 m=mapping[n]
907 H.node[m]['pid']=mapping[G.node[n]['pid']]
    [all...]
  /art/compiler/
elf_writer_quick.cc 49 // The ARM specification defines three special mapping symbols
282 // Conforming to aaelf, add $t mapping symbol to indicate start of a sequence of thumb2
284 // Note that even if we generate just a single mapping symbol, ARM's Streamline
  /external/clang/lib/CodeGen/
CodeGenPGO.h 44 /// to have coverage mapping data.
93 /// Check if we need to emit coverage mapping for a given declaration
100 /// Emit a coverage mapping range with a counter zero
  /external/deqp/doc/testspecs/GLES3/
performance.buffer.data_upload.txt 40 + Buffer mapping performance
42 - Full and partial (half of the buffer) mapping
55 - Different mapping & flushing strategies:
  /external/deqp/modules/glshared/
glsFboUtil.hpp 302 //! Mapping from attachment points to attachment configurations.
305 //! Mapping from object names to texture configurations.
308 //! Mapping from object names to renderbuffer configurations.
  /external/e2fsprogs/debugfs/
htree.c 50 "while mapping logical block %llu\n", blk);
175 "while mapping logical block %llu\n", blk);
235 "while mapping logical block 0\n");
  /external/expat/doc/
xmlwf.1 124 \fB-r\fR turns off memory-mapping and uses normal file
126 Of course, memory-mapping is automatically turned off
129 Use of memory-mapping can cause some platforms to report
  /external/freetype/src/autofit/
aftypes.h 365 * feature is a name of a mapping that maps character codes to
368 * mapping character codes like `A' or `B' to superscript glyph
369 * representation forms. How this mapping happens is completely
hbshim.c 45 * that actually do the mapping job. Please check the OpenType
72 /* define mapping between coverage tags and AF_Coverage */
406 /* define mapping between HarfBuzz features and AF_Coverage */
  /external/icu/icu4c/source/common/
uniset_closure.cpp 162 // add the result of a full case mapping to the set
168 // add a single-code point case mapping
171 // add a string case mapping from full with length result
  /external/libdrm/tests/ttmtest/src/
ttmtest.c 321 printf("Mapping took %12lu ticks\n", *pTicks++);
329 printf("Mapping in TT took %12lu ticks\n", *pTicks++);
340 printf("Mapping in CTT took %12lu ticks\n", *pTicks++);
  /external/libnfc-nxp/src/
phFriNfc_FelicaMap.h 19 * \brief NFC Ndef Mapping For Felica Smart Card.
47 /* NDEF Mapping - states of the Finite State machine */
90 should be compatible to the version number of currently implemented mapping document.
  /external/libnl/lib/route/link/
vlan.c 155 NL_DBG(4, "Assigning egress qos mapping %d\n", i);
200 " ingress vlan prio -> qos/socket prio mapping:\n");
220 " egress qos/socket prio -> vlan prio mapping:\n");
  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 59 "Index -> MBB mapping non-empty at initial numbering?");
61 "MBB -> Index mapping non-empty at initial numbering?");
63 "MachineInstr -> Index mapping non-empty at initial numbering?");
  /external/mesa3d/docs/
RELNOTES-3.3 94 For cube-based reflection mapping.
126 6-face cube mapping, nicer than sphere mapping
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 47 #define RC_IN_MAPPING(mapping) \
48 ((uint64_t)NV10_3D_RC_IN_RGB_D_MAPPING_##mapping)
135 /* Get the RC input mapping for the specified texture_env_combine
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_vpu.h 193 __u32 y_range; /* the range mapping set for Y [0, 7] */
194 __u32 uv_range; /* the range mapping set for UV [0, 7] */
264 * VPU_CTRL_RANGE_MAPPING: Y/UV range mapping, data: range_mapping,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msrdc.h 325 STDMETHOD_(HRESULT,CreateTableIndirect)(THIS_ ISimilarityTraitsMapping *mapping,IRdcFileWriter *fileIdFile,WINBOOL truncate,DWORD recordSize,RdcCreatedTables *isNew) PURE;
339 #define ISimilarity_CreateTableIndirect(This,mapping,fileIdFile,truncate,recordSize,isNew) (This)->lpVtbl->CreateTableIndirect(This,mapping,fileIdFile,truncate,recordSize,isNew)

Completed in 627 milliseconds

<<41424344454647484950>>