/packages/services/Telephony/src/com/android/phone/ |
CarrierLogo.java | 40 // TODO: ideally, read the mapping from a config file
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
floppy.h | 21 #include <linux/dma-mapping.h>
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
floppy.h | 21 #include <linux/dma-mapping.h>
|
/prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/ |
floppy.h | 21 #include <linux/dma-mapping.h>
|
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/ |
floppy.h | 21 #include <linux/dma-mapping.h>
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
floppy.h | 21 #include <linux/dma-mapping.h>
|
/prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/ |
floppy.h | 21 #include <linux/dma-mapping.h>
|
/prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/ |
floppy.h | 21 #include <linux/dma-mapping.h>
|
/prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/ |
floppy.h | 21 #include <linux/dma-mapping.h>
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
floppy.h | 21 #include <linux/dma-mapping.h>
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/ |
floppy.h | 21 #include <linux/dma-mapping.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
floppy.h | 21 #include <linux/dma-mapping.h>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_codecmaps_jp.py | 4 # Codec mapping tests for Japanese encodings
|
test_codecmaps_kr.py | 4 # Codec mapping tests for ROK encodings
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_codecmaps_jp.py | 4 # Codec mapping tests for Japanese encodings
|
test_codecmaps_kr.py | 4 # Codec mapping tests for ROK encodings
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
retrace.pro | 20 # perform incremental obfuscation based on its mapping file, and only keep the
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
common.h | 134 // Size-class information + mapping 145 // Mapping from size to size_class and vice versa 183 // Mapping from size class to max size storable in that class 186 // Mapping from size class to number of pages to allocate at a time 194 // Initialize the mapping arrays 206 // Mapping from size class to max size storable in that class 211 // Mapping from size class to number of pages to allocate at a time
|
/external/libvorbis/doc/ |
oggstream.html | 120 <h2>Mapping Restrictions</h2> 126 restrictive) mapping. An 'Ogg Vorbis Audio Bitstream', for example, has a 141 additional restrictions. Each individual media mapping specifies its 164 mapping allowed by Ogg Vorbis.</p> 178 media mapping specifies the order of the initial pages. For example, 180 audio. The mapping may specify that the physical bitstream must begin 184 specific media mapping may require this; it is not mandated by the
|
/external/chromium_org/remoting/host/ |
input_injector_linux.cc | 149 // mapping. 476 // TODO(rmsousa): Run this on global/device mapping change events. 478 // Do not touch global pointer mapping, since this may affect the local user. 479 // Instead, try to work around it by reversing the mapping. 480 // Note that if a user has a global mapping that completely disables a button 490 // Reverse the mapping. 496 LOG(ERROR) << "Global pointer mapping does not support button " << i + 1; 507 // Make sure the XTEST XInput pointer device mapping is trivial. It should be 508 // safe to reset this mapping, as it won't affect the user's local devices. 546 LOG(ERROR) << "Failed to set XTest device button mapping: " << error [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_cnt.cpp | 49 /*uprv_cnttab_open(CompactEIntArray *mapping, UErrorCode *status) {*/ 50 uprv_cnttab_open(UNewTrie *mapping, UErrorCode *status) { 59 tbl->mapping = mapping; 217 /*CE = ucmpe32_get(table->mapping, i);*/ 218 CE = utrie_get32(table->mapping, i, NULL); 221 /*ucmpe32_set(table->mapping, i, CE);*/ 222 utrie_set32(table->mapping, i, CE); 274 r->mapping = t->mapping; [all...] |
ucol_elm.cpp | 149 t->mapping = utrie_open(NULL, NULL, UCOL_ELM_TRIE_CAPACITY, 162 t->contractions = uprv_cnttab_open(t->mapping, status); 239 /* mapping */ 240 if(t->mapping != NULL) { 241 /*r->mapping = ucmpe32_clone(t->mapping, status);*/ 242 r->mapping = utrie_clone(NULL, t->mapping, NULL, 0); 279 r->contractions->mapping = r->mapping; 1427 UNewTrie *mapping = t->mapping; local [all...] |
/external/llvm/lib/MC/MCAnalysis/ |
MCModuleYAML.cpp | 143 static void mapping(IO &IO, MCModuleYAML::Atom &A); 147 static void mapping(IO &IO, MCModuleYAML::Inst &I); 151 static void mapping(IO &IO, MCModuleYAML::BasicBlock &BB); 155 static void mapping(IO &IO, MCModuleYAML::Function &Fn); 159 static void mapping(IO &IO, MCModuleYAML::Module &M); 182 void MappingTraits<MCModuleYAML::Atom>::mapping(IO &IO, MCModuleYAML::Atom &A) { function in class:llvm::yaml::MappingTraits 192 void MappingTraits<MCModuleYAML::Inst>::mapping(IO &IO, MCModuleYAML::Inst &I) { function in class:llvm::yaml::MappingTraits 199 MappingTraits<MCModuleYAML::BasicBlock>::mapping(IO &IO, function in class:llvm::yaml::MappingTraits 206 void MappingTraits<MCModuleYAML::Function>::mapping(IO &IO, function in class:llvm::yaml::MappingTraits 212 void MappingTraits<MCModuleYAML::Module>::mapping(IO &IO function in class:llvm::yaml::MappingTraits [all...] |
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
SoftOpus.cpp | 228 // Opus uses Vorbis channel mapping, and Vorbis channel mapping specifies 239 // does not contain mapping information. The values are valid only for mono and 247 // Size of the Opus header excluding optional mapping information. 259 // Offset to the channel mapping byte in the Opus header. 262 // Opus Header contains a stream map. The mapping values are in the header 263 // beyond the always present |kOpusHeaderSize| bytes of data. The mapping 264 // data contains stream count, coupling information, and per channel mapping 268 // - Byte 2: Starting at byte 2 are |header->channels| uint8 mapping 309 ALOGV("Inconsistent channel mapping.") [all...] |
/external/libvorbis/lib/ |
floor0.c | 106 The below is authoritative in terms of defining scale mapping. 108 linear block and mapping sizes */ 126 /* the mapping from a linear scale to a smaller bark scale is 127 straightforward. We do *not* make sure that the linear mapping 130 necessary in some mapping combinations to keep the scale spacing
|