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

<<21222324252627282930>>

  /external/icu/icu4c/source/common/
ucol_data.h 70 uint32_t scriptToLeadByte; /* offset to script to lead collation byte mapping data */
71 uint32_t leadByteToScript; /* offset to lead collation byte to script mapping data */
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UPropertyAliasesTest.java 44 /* test reverse mapping */
82 /* test reverse mapping */
  /external/jetty/src/java/org/eclipse/jetty/servlet/
Invoker.java 148 // now we add a mapping for it
150 LOG.debug("Adding servlet mapping for named servlet:"+servlet+":"+URIUtil.addPaths(servlet_path,servlet)+"/*");
151 ServletMapping mapping = new ServletMapping();
152 mapping.setServletName(servlet);
153 mapping.setPathSpec(URIUtil.addPaths(servlet_path,servlet)+"/*");
154 _servletHandler.setServletMappings((ServletMapping[])LazyList.addToArray(_servletHandler.getServletMappings(), mapping, ServletMapping.class));
158 // look for a class mapping
172 // Check for existing mapping (avoid threaded race).
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
Lighting.j3md 67 //Sets the relief height for parallax mapping
70 //Set to true to activate Steep Parallax mapping
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 31 #define MAP_TYPE 0x00f /* Mask for type of mapping */
50 #define MAP_HUGETLB 0x80000 /* create a huge page mapping */
  /external/libnfc-nxp/src/
phFriNfc_LlcpMac.c 94 /* Set the MAC mapping type detected */
97 /* Register the lower layer to the MAC mapping component */
  /external/libvorbis/lib/
backends.h 13 function: libvorbis backend and mapping structures; needed for
121 /* Mapping backend generic *****************************************/
  /external/llvm/include/llvm/ADT/
IntEqClasses.h 10 // Equivalence classes for small integers. This is a mapping of the integers
41 /// IntEqClasses - Create an equivalence class mapping for 0 .. N-1.
  /external/llvm/include/llvm/CodeGen/
LiveStackAnalysis.h 35 /// S2IMap - Stack slot indices to live interval mapping.
40 /// S2RCMap - Stack slot indices to register class mapping.
  /external/llvm/include/llvm/MC/
YAML.h 27 /// The YAML mapping:
41 /// static void mapping(IO &IO, FooHolder &FH) {
  /external/llvm/tools/llvm-cov/
CoverageFilters.h 1 //===- CoverageFilters.h - Function coverage mapping filters --------------===//
10 // These classes provide filtering for function coverage mapping records.
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 294 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;
  /external/parameter-framework/Schemas/
README.md 70 - `Mapping` (optional), defines a Mapping to be inherited by all Components in
  /external/parameter-framework/parameter/
SubsystemObject.h 48 * Return the mapping value of the SubystemObject.
50 * @return A std::string containing the mapping value
TypeElement.cpp 112 // Manage mapping attribute
113 if (xmlElement.hasAttribute("Mapping")) {
  /external/skia/src/gpu/
GrGeometryBuffer.h 43 * mapping the buffer. If the buffer is CPU backed then it will always
48 * Note that buffer mapping does not go through GrContext and therefore is
  /external/svox/pico/lib/
picospho.h 85 mapping ACC & word-level stress to syllable accent value
97 Mapping of values to FST symbol id (has to identical to the symbol table used when compiling the FST)
  /external/tcpdump/
print-tftp.c 47 /* op code to string mapping */
58 /* error code to string mapping */
  /external/valgrind/none/tests/x86/
faultstatus.c 31 static char volatile *volatile mapping; variable
129 mapping = mmap(0, MAPSIZE, PROT_READ, MAP_PRIVATE, fd, 0);
  /frameworks/base/libs/hwui/
UvMapper.h 33 * Using this constructor is equivalent to not using any mapping at all.
57 * Changes the U and V mapping ranges.
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6vdec.h 158 u32 vc1_rangeY; /* luma range mapping */
159 u32 vc1_rangeUV; /* chroma range mapping */
  /hardware/ti/omap3/dspbridge/inc/
host_os.h 24 *! 08-Mar-2004 sb Added cacheflush.h to support Dynamic Memory Mapping feature
73 #include <linux/dma-mapping.h>
  /hardware/ti/omap3/dspbridge/libbridge/inc/
host_os.h 24 *! 08-Mar-2004 sb Added cacheflush.h to support Dynamic Memory Mapping feature
69 #include <linux/dma-mapping.h>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
fixed_mapping.hpp 12 // Description : fixed sized mapping with specified invalid value
38 // configurable maximum fixed sized mapping size supported by this header.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactAggregatorHelper.java 42 // Index to rawContactIds mapping
44 // AccountId to indices mapping

Completed in 230 milliseconds

<<21222324252627282930>>