/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 | 34 /// S2IMap - Stack slot indices to live interval mapping. 39 /// 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/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/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/srec/srec/Semproc/include/ |
SR_SemanticGraphImpl.h | 63 * Integer offset for referencing script output labels when mapping between 76 * Integer offset for referencing end of scope output labels when mapping between
|
/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/main/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.
|
/frameworks/wilhelm/src/android/ |
android_sles_conversions.h | 100 // FIXME handle channel mask mapping between SL ES and Android 107 // FIXME handle channel mask mapping between SL ES and Android
|
/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/apps/ContactsCommon/src/com/android/contacts/common/util/ |
MaterialColorMapUtils.java | 60 // we are only mapping to 15 colors. Being slightly inaccurate isn't going to change 61 // the mapping very often.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sre_compile.py | 331 mapping = [0]*256 337 mapping[i] = new 347 mapping = array.array('b', mapping).tostring() 349 mapping = array.array(code, mapping) 350 assert mapping.itemsize == _sre.CODESIZE 351 header = header + mapping.tolist()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sre_compile.py | 331 mapping = [0]*256 337 mapping[i] = new 347 mapping = array.array('b', mapping).tostring() 349 mapping = array.array(code, mapping) 350 assert mapping.itemsize == _sre.CODESIZE 351 header = header + mapping.tolist()
|
/system/core/fastbootd/commands/ |
partitions.h | 136 int gpt_mmap(struct GPT_mapping *mapping, uint64_t location, int size, int fd); 138 void gpt_unmap(struct GPT_mapping *mapping);
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
FirstFitLocalCombiningAllocator.java | 177 if (DEBUG) System.out.println("--->Mapping local-associated params"); 180 if (DEBUG) System.out.println("--->Mapping other params"); 183 if (DEBUG) System.out.println("--->Mapping invoke-range"); 187 System.out.println("--->Mapping local-associated non-params"); 191 if (DEBUG) System.out.println("--->Mapping check-cast results"); 194 if (DEBUG) System.out.println("--->Mapping phis"); 197 if (DEBUG) System.out.println("--->Mapping others"); 326 * allowed in mapping. 593 * If source and result have a different mapping, insert a move so 594 * they can have the same mapping. Don't do this if the check cas [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucase.c | 16 * Low-level Unicode character/string case mapping code. 203 * The Turkic dotless i and dotted I with their case mapping conditions 231 /* add the one simple case mapping, no matter what type it is */ 274 /* start of full case mapping strings */ 895 /* no known conditional special case mapping, use a normal mapping */ 901 /* set the output pointer to the lowercase mapping */ [all...] |
/external/icu/icu4c/source/common/ |
ucase.cpp | 16 * Low-level Unicode character/string case mapping code. 206 * The Turkic dotless i and dotted I with their case mapping conditions 234 /* add the one simple case mapping, no matter what type it is */ 277 /* start of full case mapping strings */ 922 /* no known conditional special case mapping, use a normal mapping */ 928 /* set the output pointer to the lowercase mapping */ [all...] |
/dalvik/libdex/ |
DexDataMap.h | 56 * Verify that there is an entry in the map, mapping the given offset to
|
/device/asus/fugu/overlay/frameworks/base/core/res/res/xml/ |
global_keys.xml | 20 <!-- Mapping of keycodes to components which will be handled globally.
|