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

<<51525354555657585960>>

  /external/chromium_org/third_party/mesa/src/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
  /external/chromium_org/third_party/sqlite/src/tool/
genfkey.test 257 Error in table t4: implicit mapping to composite primary key
258 Error in table t1: implicit mapping to non-existant primary key
259 Error in table t2: implicit mapping to non-existant primary key
  /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 349 //! Mapping from attachment points to attachment configurations.
352 //! Mapping from object names to texture configurations.
355 //! 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 369 * feature is a name of a mapping that maps character codes to
372 * mapping character codes like `A' or `B' to superscript glyph
373 * 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 */
405 /* define mapping between HarfBuzz features and AF_Coverage */
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedHashMultimap.java 105 * specified multimap. If a key-value mapping appears multiple times in the
315 * mapping for {@code key}, the {@code keySet()} ordering is unchanged.
332 * <p>Each entry is an immutable snapshot of a key-value mapping in the
  /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/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/libogg/doc/
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/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
  /external/oprofile/daemon/liblegacy/
opd_kernel.c 133 * opd_get_module_info - parse mapping information for kernel modules
135 * Parse the file /proc/ksyms to read in mapping information for
138 * and mapping addresses of the form :
  /frameworks/support/v4/java/android/support/v4/app/
SharedElementCallback.java 86 * transferring shared elements in. Any shared elements that have no mapping will be in
109 * Lets the SharedElementCallback adjust the mapping of shared element names to
114 * @param sharedElements The mapping of shared element names to Views. The best guess
  /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,
  /packages/providers/TvProvider/res/values/
arrays.xml 18 <!-- Category mapping from ATSC to canonical genre -->
164 <!-- Category mapping from DVB to canonical genre -->
247 <!-- Category mapping from ISDB to canonical genre -->
  /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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_extcall.py 186 TypeError: h() argument after ** must be a mapping, not function
191 TypeError: dir() argument after ** must be a mapping, not function
196 TypeError: NoneType object argument after ** must be a mapping, \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
weakref.py 36 """Mapping class that references values weakly.
215 a function object for each key stored in the mapping. A shared
233 """ Mapping class that references keys weakly.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_extcall.py 186 TypeError: h() argument after ** must be a mapping, not function
191 TypeError: dir() argument after ** must be a mapping, not function
196 TypeError: NoneType object argument after ** must be a mapping, \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
weakref.py 36 """Mapping class that references values weakly.
215 a function object for each key stored in the mapping. A shared
233 """ Mapping class that references keys weakly.

Completed in 1036 milliseconds

<<51525354555657585960>>