HomeSort by relevance Sort by last modified time
    Searched refs:mapping (Results 326 - 350 of 798) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/common/
normalizer2impl.cpp 650 const uint16_t *mapping=getMapping(norm16); local
651 uint16_t firstUnit=*mapping;
656 leadCC=(uint8_t)(*(mapping-1)>>8);
660 return buffer.append((const UChar *)mapping+1, length, leadCC, trailCC, errorCode);
684 const uint16_t *mapping=getMapping(norm16); local
685 length=*mapping&MAPPING_LENGTH_MASK;
686 return (const UChar *)mapping+1;
692 // so that a raw mapping fits that consists of one unit ("rm0")
693 // plus all but the first two code units of the normal mapping.
694 // The maximum length of a normal mapping is 31=MAPPING_LENGTH_MASK
715 const uint16_t *mapping=getMapping(norm16); local
784 const uint16_t *mapping=getMapping(norm16); local
1549 const uint16_t *mapping=getMapping(norm16); local
1583 const uint16_t *mapping=getMapping(norm16); local
1644 const uint16_t *mapping=getMapping(norm16); local
1966 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 37 const std::vector<FileDescriptorInfo>& mapping,
  /external/chromium_org/mojo/system/
shared_buffer_dispatcher.cc 203 scoped_ptr<RawSharedBufferMapping>* mapping) {
216 DCHECK(mapping);
217 *mapping = shared_buffer_->MapNoCheck(static_cast<size_t>(offset),
219 if (!*mapping)
shared_buffer_dispatcher.h 77 scoped_ptr<RawSharedBufferMapping>* mapping) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
server_base.py 208 for mapping in self._mappings:
210 port = mapping['port']
224 for mapping in self._mappings:
227 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/icu/icu4c/source/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/mesa3d/src/gallium/drivers/softpipe/
sp_draw_arrays.c 100 sp->so_targets[i]->mapping = buf;
  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 145 typedef std::pair<Output*, Input*> mapping; typedef in class:mcld::SectionMap
161 mapping find(const std::string& pInputFile,
167 std::pair<mapping, bool>
171 std::pair<mapping, bool>
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
ScriptSnippetModel.js 213 this._mappingForTarget.values().forEach(function(mapping) {mapping._restoreBreakpoints(uiSourceCode, breakpointLocations)});
238 var mapping = this._mappingForTarget.get(target);
239 mapping._setEvaluationIndex(evaluationIndex, uiSourceCode);
240 var evaluationUrl = mapping._evaluationSourceURL(uiSourceCode);
379 this._mappingForTarget.values().forEach(function(mapping) {mapping._releaseSnippetScript(uiSourceCode)});
  /external/chromium_org/v8/tools/
js2c.py 101 mapping = { }
105 mapping[macro.args[arg_index[0]]] = replacement
119 result = macro.expand(mapping)
138 def expand(self, mapping):
140 for key, value in mapping.items():
148 def expand(self, mapping):
151 args.append(mapping[arg])
  /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/libopus/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/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...]
  /external/llvm/lib/Object/
COFFYAML.cpp 290 void MappingTraits<COFFYAML::Relocation>::mapping(IO &IO, function in class:llvm::yaml::MappingTraits
309 void MappingTraits<COFF::header>::mapping(IO &IO, COFF::header &H) { function in class:llvm::yaml::MappingTraits
319 void MappingTraits<COFF::AuxiliaryFunctionDefinition>::mapping( function in class:llvm::yaml::MappingTraits
327 void MappingTraits<COFF::AuxiliarybfAndefSymbol>::mapping( function in class:llvm::yaml::MappingTraits
333 void MappingTraits<COFF::AuxiliaryWeakExternal>::mapping( function in class:llvm::yaml::MappingTraits
341 void MappingTraits<COFF::AuxiliarySectionDefinition>::mapping( function in class:llvm::yaml::MappingTraits
354 void MappingTraits<COFF::AuxiliaryCLRToken>::mapping( function in class:llvm::yaml::MappingTraits
361 void MappingTraits<COFFYAML::Symbol>::mapping(IO &IO, COFFYAML::Symbol &S) { function in class:llvm::yaml::MappingTraits
378 void MappingTraits<COFFYAML::Section>::mapping(IO &IO, COFFYAML::Section &Sec) { function in class:llvm::yaml::MappingTraits
388 void MappingTraits<COFFYAML::Object>::mapping(IO &IO, COFFYAML::Object &Obj) function in class:llvm::yaml::MappingTraits
    [all...]
  /external/icu/icu4c/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 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...]
  /system/core/fastbootd/commands/
partitions.c 76 int gpt_mmap(struct GPT_mapping *mapping, uint64_t location, int size, int fd)
80 mapping->size = ALIGN(size + location_diff, PAGE_SIZE);
84 D(ERR, "the location of mapping area is outside of the device size %" PRId64, sz);
89 mapping->map_ptr = mmap64(NULL, mapping->size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, location);
91 if (mapping->map_ptr == MAP_FAILED) {
92 mapping->ptr = MAP_FAILED;
97 mapping->ptr = (void *)((char *) mapping->map_ptr + location_diff);
101 void gpt_unmap(struct GPT_mapping *mapping) {
166 struct GPT_mapping mapping; local
    [all...]
  /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...]
  /external/chromium_org/extensions/common/features/
simple_feature.cc 75 const std::map<std::string, T>& mapping) {
77 mapping.find(string_value);
78 if (iter == mapping.end()) {
93 const std::map<std::string, T>& mapping) {
98 ParseEnum(string_value, enum_value, mapping);
105 const std::map<std::string, T>& mapping) {
115 mapping.begin(); j != mapping.end(); ++j) {
127 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...]

Completed in 1412 milliseconds

<<11121314151617181920>>