/external/valgrind/main/none/tests/amd64/ |
faultstatus.c | 28 static char volatile *volatile mapping; variable 111 mapping = mmap(0, MAPSIZE, PROT_READ, MAP_PRIVATE, fd, 0);
|
/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);
|
/external/chromium_org/third_party/opus/src/src/ |
opus_multistream.c | 44 unsigned char mapping[256]; member in struct:ChannelLayout 73 if (layout->mapping[i] >= max_channel && layout->mapping[i] != 255) 86 if (layout->mapping[i]==stream_id*2) 98 if (layout->mapping[i]==stream_id*2+1) 110 if (layout->mapping[i]==stream_id+layout->nb_coupled_streams) 156 const unsigned char *mapping, 174 st->layout.mapping[i] = mapping[i]; 201 const unsigned char *mapping, [all...] |
/external/icu4c/common/ |
normalizer2impl.cpp | 549 const uint16_t *mapping=getMapping(norm16); local 550 uint16_t firstUnit=*mapping; 555 leadCC=(uint8_t)(*(mapping-1)>>8); 559 return buffer.append((const UChar *)mapping+1, length, leadCC, trailCC, errorCode); 583 const uint16_t *mapping=getMapping(norm16); local 584 length=*mapping&MAPPING_LENGTH_MASK; 585 return (const UChar *)mapping+1; 591 // so that a raw mapping fits that consists of one unit ("rm0") 592 // plus all but the first two code units of the normal mapping. 593 // The maximum length of a normal mapping is 31=MAPPING_LENGTH_MASK 614 const uint16_t *mapping=getMapping(norm16); local 683 const uint16_t *mapping=getMapping(norm16); local 1448 const uint16_t *mapping=getMapping(norm16); local 1482 const uint16_t *mapping=getMapping(norm16); local 1543 const uint16_t *mapping=getMapping(norm16); local 1881 const uint16_t *mapping=getMapping(norm16_2); local [all...] |
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
Antlr3Mojo.java | 53 import org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping; 54 import org.codehaus.plexus.compiler.util.scan.mapping.SuffixMapping; 413 SourceMapping mapping = new SuffixMapping("g", Collections.EMPTY_SET); local 427 scan.addSourceMapping(mapping);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
CPPTarget.java | 99 * will be able to use this 1-to-1 mapping. Expect single quotes 116 * will be able to use this 1-to-1 mapping. Expect double quotes
|
/external/chromium_org/content/browser/zygote_host/ |
zygote_host_impl_linux.h | 33 const std::vector<FileDescriptorInfo>& mapping,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/ |
http_server_base.py | 187 for mapping in self._mappings: 189 port = mapping['port'] 203 for mapping in self._mappings: 206 port = mapping['port']
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
nptrans.h | 37 Transliterator *mapping; member in class:NamePrepTransform 69 * Map every character in input stream with mapping character 70 * in the mapping table and populate the output stream. 71 * For any individual character the mapping table may specify
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_draw_arrays.c | 100 sp->so_targets[i]->mapping = buf;
|
/external/icu4c/test/intltest/ |
nptrans.h | 37 Transliterator *mapping; member in class:NamePrepTransform 65 * Map every character in input stream with mapping character 66 * in the mapping table and populate the output stream. 67 * For any individual character the mapping table may specify
|
/external/kernel-headers/original/asm-arm/ |
cacheflush.h | 192 * These are private to the dma-mapping API. Do not use directly. 218 * These are private to the dma-mapping API. Do not use directly. 332 * the dcache entries associated with the kernel mapping. 340 #define flush_dcache_mmap_lock(mapping) \ 341 write_lock_irq(&(mapping)->tree_lock) 342 #define flush_dcache_mmap_unlock(mapping) \ 343 write_unlock_irq(&(mapping)->tree_lock)
|
/external/kernel-headers/original/asm-x86/ |
swiotlb.h | 4 #include <asm/dma-mapping.h>
|
/external/kernel-headers/original/linux/ |
mm.h | 185 * mapping from the currently active vm_flags protection bits (the 233 unsigned long private; /* Mapping-private opaque data: 240 struct address_space *mapping; /* If low bit clear, points to member in struct:page::__anon21826::__anon21827 252 pgoff_t index; /* Our offset within mapping. */ 285 * - cache mapping (page->mapping) 287 * - page mapped in a task's page tables, each mapping 365 * A page may belong to an inode's memory mapping. In this case, 366 * page->mapping is the pointer to the inode, and page->index is the 380 * There is also a per-mapping radix tree mapping index to the pag 573 struct address_space *mapping = page->mapping; local [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_draw_arrays.c | 100 sp->so_targets[i]->mapping = buf;
|
/external/chromium_org/third_party/opus/src/tests/ |
test_opus_encode.c | 119 unsigned char mapping[256] = {0,1,255}; local 151 MSenc = opus_multistream_encoder_create(8000, 2, 2, 0, mapping, OPUS_UNIMPLEMENTED, ret_err); 154 MSenc = opus_multistream_encoder_create(8000, 0, 1, 0, mapping, OPUS_APPLICATION_VOIP, ret_err); 157 MSenc = opus_multistream_encoder_create(44100, 2, 2, 0, mapping, OPUS_APPLICATION_VOIP, ret_err); 160 MSenc = opus_multistream_encoder_create(8000, 2, 2, 3, mapping, OPUS_APPLICATION_VOIP, ret_err); 163 MSenc = opus_multistream_encoder_create(8000, 2, -1, 0, mapping, OPUS_APPLICATION_VOIP, ret_err); 166 MSenc = opus_multistream_encoder_create(8000, 256, 2, 0, mapping, OPUS_APPLICATION_VOIP, ret_err); 170 MSenc = opus_multistream_encoder_create(8000, 2, 2, 0, mapping, OPUS_APPLICATION_AUDIO, &err); 189 MSdec = opus_multistream_decoder_create(48000, 2, 2, 0, mapping, &err); 192 MSdec_err = opus_multistream_decoder_create(48000, 3, 2, 0, mapping, &err) [all...] |
/external/icu4c/tools/gennorm2/ |
n2builder.cpp | 103 // Requires hasMapping() and well-formed mapping. 106 if(!mapping->isEmpty() && mapping->length()==U16_LENGTH(c=mapping->char32At(0))) { 123 UnicodeString *mapping; member in struct:Norm 124 UnicodeString *rawMapping; // non-NULL if the mapping is further decomposed 125 UChar32 mappingCP; // >=0 if mapping to 1 code point 138 // Composition for a starter that does not have a decomposition mapping. 140 // Round-trip mapping & composition for a starter. 142 // Round-trip mapping for a starter that itself does not combine-forward [all...] |
/external/llvm/lib/Object/ |
COFFYAML.cpp | 232 void MappingTraits<COFFYAML::Relocation>::mapping(IO &IO, function in class:llvm::yaml::MappingTraits 241 void MappingTraits<COFF::header>::mapping(IO &IO, COFF::header &H) { function in class:llvm::yaml::MappingTraits 250 void MappingTraits<COFFYAML::Symbol>::mapping(IO &IO, COFFYAML::Symbol &S) { function in class:llvm::yaml::MappingTraits 264 void MappingTraits<COFFYAML::Section>::mapping(IO &IO, COFFYAML::Section &Sec) { function in class:llvm::yaml::MappingTraits 274 void MappingTraits<COFFYAML::Object>::mapping(IO &IO, COFFYAML::Object &Obj) { function in class:llvm::yaml::MappingTraits
|
/external/chromium_org/third_party/icu/source/common/ |
normalizer2impl.cpp | 526 const uint16_t *mapping=getMapping(norm16); local 527 uint16_t firstUnit=*mapping++; 532 leadCC=(uint8_t)(*mapping++>>8); 536 return buffer.append((const UChar *)mapping, length, leadCC, trailCC, errorCode); 560 const uint16_t *mapping=getMapping(norm16); local 561 uint16_t firstUnit=*mapping++; 564 ++mapping; 566 return (const UChar *)mapping; 608 const uint16_t *mapping=getMapping(norm16); local 609 uint16_t firstUnit=*mapping++ 1319 const uint16_t *mapping=getMapping(norm16); local 1352 const uint16_t *mapping=getMapping(norm16); local 1477 const uint16_t *mapping=getMapping(norm16); local 1823 const uint16_t *mapping=getMapping(norm16_2); local [all...] |
/frameworks/base/core/java/android/view/ |
ViewDebug.java | 96 * A mapping can be defined to map int values to specific strings. For 98 * actually mean VISIBLE, INVISIBLE and GONE. A mapping can be used to see 102 * @ViewDebug.ExportedProperty(mapping = { 114 IntToString[] mapping() default { }; 117 * A mapping can be defined to map array indices to specific strings. 118 * A mapping can be used to see human readable values for the indices 133 * @see #mapping() 138 * A flags mapping can be defined to map flags encoded in an integer to 139 * specific strings. A mapping can be used to see human readable values 186 * Defines a mapping from an int value to a String. Such a mapping can be use 1074 final IntToString[] mapping = property.mapping(); local 1147 final IntToString[] mapping = property.mapping(); local 1226 final IntToString[] mapping = property.mapping(); local [all...] |
/external/chromium_org/chrome/common/extensions/features/ |
simple_feature.cc | 90 const std::map<std::string, T>& mapping) { 92 mapping.find(string_value); 93 CHECK(iter != mapping.end()) << string_value; 101 const std::map<std::string, T>& mapping) { 106 ParseEnum(string_value, enum_value, mapping); 113 const std::map<std::string, T>& mapping) { 123 mapping.begin(); j != mapping.end(); ++j) { 135 ParseEnum(*iter, &enum_value, mapping);
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_signed_rgba.spec | 91 however -128 and -127 both map to -1.0. Mapping -128 to -1.0 104 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/docs/ |
MESA_texture_signed_rgba.spec | 91 however -128 and -127 both map to -1.0. Mapping -128 to -1.0 104 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/chromium_org/third_party/icu/source/tools/gennorm2/ |
n2builder.cpp | 103 // Requires hasMapping() and well-formed mapping. 106 if(!mapping->isEmpty() && mapping->length()==U16_LENGTH(c=mapping->char32At(0))) { 123 UnicodeString *mapping; member in struct:Norm 124 UChar32 mappingCP; // >=0 if mapping to 1 code point 174 delete norms[i].mapping; 230 "not permitted to override mapping for U+%04lX from phase %d\n", 234 delete p->mapping; 235 p->mapping=NULL [all...] |
/cts/tools/signature-tools/src/signature/compare/model/subst/ |
ClassProjection.java | 44 Map<ITypeVariableDefinition, ITypeReference> mapping) { 46 this.substitutions = mapping;
|