Searched refs:mapping (Results 26 - 50 of 475) sorted by last modified time

1234567891011>>

/external/qemu-pc-bios/bochs/
H A Dconfigure1559 --enable-pcidev enable PCI host device mapping support (linux host only)
5842 /* The mapping between symbol names and symbols. */
33662 { echo "$as_me:$LINENO: checking for PCI host device mapping support" >&5
33663 echo $ECHO_N "checking for PCI host device mapping support... $ECHO_C" >&6; }
33671 { { echo "$as_me:$LINENO: error: PCI host device mapping requires PCI support" >&5
33672 echo "$as_me: error: PCI host device mapping requires PCI support" >&2;}
33677 { echo "$as_me:$LINENO: Linux detected as host for PCI host device mapping" >&5
33678 echo "$as_me: Linux detected as host for PCI host device mapping" >&6;}
33709 { { echo "$as_me:$LINENO: error: PCI host device mapping requires Linux as host" >&5
33710 echo "$as_me: error: PCI host device mapping require
[all...]
/external/protobuf/
H A Dconfigure6693 /* The mapping between symbol names and symbols. */
/external/protobuf/gtest/
H A Dconfigure6322 /* The mapping between symbol names and symbols. */
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/pcre/dist/
H A Dconfigure8584 /* The mapping between symbol names and symbols. */
/external/pixman/
H A Dconfigure6380 /* The mapping between symbol names and symbols. */
/external/openfst/
H A Dconfigure6410 /* The mapping between symbol names and symbols. */
/external/openssl/crypto/bio/
H A Dbss_log.c180 mapping[] = local
211 while(strncmp(buf, mapping[i].str, mapping[i].strl) != 0) i++;
212 priority = mapping[i].log_level;
213 pp = buf + mapping[i].strl;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_extensions.c294 const struct st_extension_format_mapping *mapping,
302 int num_formats = Elements(mapping->format);
303 int num_ext = Elements(mapping->extension_offset);
309 for (j = 0; j < num_formats && mapping[i].format[j]; j++) {
310 if (screen->is_format_supported(screen, mapping[i].format[j],
317 (!mapping[i].need_at_least_one && num_supported != j)) {
322 for (j = 0; j < num_ext && mapping[i].extension_offset[j]; j++)
323 extensions[mapping[i].extension_offset[j]] = GL_TRUE;
293 init_format_extensions(struct st_context *st, const struct st_extension_format_mapping *mapping, unsigned num_mappings, enum pipe_texture_target target, unsigned bind_flags) argument
H A Dst_format.c1556 const struct format_mapping *mapping = &format_map[i]; local
1557 for (j = 0; mapping->glFormats[j]; j++) {
1558 if (mapping->glFormats[j] == internalFormat) {
1562 return find_supported_format(screen, mapping->pipeFormats,
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DLocalVariablesSorter.java50 * i of size 1 is remapped to 'mapping[2*i]', while a local variable at
51 * index i of size 2 is remapped to 'mapping[2*i+1]'.
55 int[] mapping = new int[40]; field in class:LocalVariablesSorter.State
130 int length = state.mapping.length;
133 System.arraycopy(state.mapping, 0, newMapping, 0, length);
134 state.mapping = newMapping;
136 int value = state.mapping[key];
139 state.mapping[key] = value;
150 int value = key < state.mapping.length ? state.mapping[ke
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DPropertyBoxParserImpl.java36 Properties mapping; field in class:PropertyBoxParserImpl
41 mapping = new Properties();
43 mapping.load(is);
50 mapping.load(customIS);
56 mapping.load(new BufferedInputStream(getClass().getResourceAsStream(customProperty)));
71 public PropertyBoxParserImpl(Properties mapping) { argument
72 this.mapping = mapping;
170 constructor = mapping.getProperty((parent) + "-uuid[" + Hex.encodeHex(userType).toUpperCase() + "]");
172 constructor = mapping
[all...]
/external/mesa3d/docs/
H A DMESA_texture_array.spec407 it is bound return state from the bound object. If texture mapping of
519 mapping of 4-tuple input vectors to 4-tuple output vectors.
H A DMESA_texture_signed_rgba.spec104 This is the same mapping as OpenGL 3.1 uses.
106 The above mapping should be considered the reference, but there
108 cannot do this. Particularly the mapping given in NV_texture_shader or
109 the standard OpenGL byte/float mapping is considered acceptable too, as
110 might be a mapping which represents -1.0 by -128, 0.0 by 0 and 1.0 by
114 converting to GL_FLOAT (using the standard OpenGL float/byte mapping)
115 and converting back (using the mapping described here).
/external/mesa3d/include/GL/
H A Dglext.h9924 GLAPI void APIENTRY glCombinerInputNV (GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
9926 GLAPI void APIENTRY glFinalCombinerInputNV (GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
9938 typedef void (APIENTRYP PFNGLCOMBINERINPUTNVPROC) (GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
9940 typedef void (APIENTRYP PFNGLFINALCOMBINERINPUTNVPROC) (GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.h54 * for stream out support. mapping stores the pointer
61 void *mapping; member in struct:draw_so_target
H A Ddraw_pt_so_emit.c131 buffer = (float *)((char *)draw->so.targets[ob]->mapping +
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_draw_arrays.c100 sp->so_targets[i]->mapping = buf;
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dtransfer.cpp66 /// Class that encapsulates the task of mapping an object of type
89 static mapping
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dqueue.hpp33 class mapping;
55 friend class clover::mapping;
H A Dresource.cpp171 mapping::mapping(command_queue &q, resource &r, function in class:mapping
192 mapping::mapping(mapping &&m) : function in class:mapping
198 mapping::~mapping() {

Completed in 965 milliseconds

1234567891011>>