HomeSort by relevance Sort by last modified time
    Searched defs:mapping (Results 176 - 200 of 772) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_codecsmodule.c 559 PyObject *mapping = NULL; local
562 &pbuf, &errors, &mapping))
564 if (mapping == Py_None)
565 mapping = NULL;
567 unicode = PyUnicode_DecodeCharmap(pbuf.buf, pbuf.len, mapping, errors);
955 PyObject *mapping = NULL; local
958 &str, &errors, &mapping))
960 if (mapping == Py_None)
961 mapping = NULL;
969 mapping,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_codecsmodule.c 559 PyObject *mapping = NULL; local
562 &pbuf, &errors, &mapping))
564 if (mapping == Py_None)
565 mapping = NULL;
567 unicode = PyUnicode_DecodeCharmap(pbuf.buf, pbuf.len, mapping, errors);
955 PyObject *mapping = NULL; local
958 &str, &errors, &mapping))
960 if (mapping == Py_None)
961 mapping = NULL;
969 mapping,
    [all...]
  /external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
GUnitExecuteMojo.java 28 import org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping;
29 import org.codehaus.plexus.compiler.util.scan.mapping.SuffixMapping;
349 SourceMapping mapping = new SuffixMapping( "g", Collections.EMPTY_SET ); local
351 scan.addSourceMapping( mapping );
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_test.cc 515 std::unordered_map<std::string, std::string> mapping = {{usb_info, dev_name}}; local
518 characteristics.GetCharacteristicsFromFile(mapping);
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 700 MappingEntry mapping; local
701 mapping.first = info;
702 memcpy(mapping.second, identifier, sizeof(MDGUID));
703 mapping_list_.push_back(mapping);
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc 60 const google_breakpad::MappingInfo& mapping) {
65 return my_strncmp(mapping.name,
96 LinuxDumper::ElfFileIdentifierForMapping(const MappingInfo& mapping,
102 if (IsMappedFileOpenUnsafe(mapping))
106 if (my_strcmp(mapping.name, kLinuxGateLibraryName) == 0) {
109 linux_gate = reinterpret_cast<void*>(mapping.start_addr);
111 linux_gate = allocator_.Alloc(mapping.size);
113 reinterpret_cast<const void*>(mapping.start_addr),
114 mapping.size);
120 size_t filename_len = my_strlen(mapping.name)
412 const MappingInfo* mapping = FindMapping(stack_pointer); local
    [all...]
  /external/google-breakpad/src/common/windows/
omap.cc 33 // OMAP information is a lightweight description of a mapping between two
44 // the lengths associated with a mapping are implicit as the distance between
84 // mapping to an original address, and looking up a symbol), but the symbol
146 // Used for sorting and searching through a Mapping.
264 void FillInRemovedLengths(Mapping* mapping) {
265 assert(mapping != NULL);
285 for (size_t find = 0; find < mapping->size(); ++find) {
289 assert(mapping->at(find - 1).rva_original <=
290 mapping->at(find).rva_original)
411 const Mapping& mapping = image_map->mapping; local
    [all...]
  /external/icu/icu4c/source/i18n/
region.cpp 266 UResourceBundle *mapping = ures_getNextResource(codeMappings.getAlias(),NULL,&status); local
267 if ( ures_getType(mapping) == URES_ARRAY && ures_getSize(mapping) == 3) {
268 UnicodeString codeMappingID = ures_getUnicodeStringByIndex(mapping,0,&status);
269 UnicodeString codeMappingNumber = ures_getUnicodeStringByIndex(mapping,1,&status);
270 UnicodeString codeMapping3Letter = ures_getUnicodeStringByIndex(mapping,2,&status);
285 ures_close(mapping);
327 LocalUResourceBundlePointer mapping(ures_getNextResource(territoryContainment.getAlias(),NULL,&status));
331 const char *parent = ures_getKey(mapping.getAlias());
339 for ( int j = 0 ; j < ures_getSize(mapping.getAlias()); j++ )
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
norms.h 63 // Requires hasMapping() and well-formed mapping.
66 if(!mapping->isEmpty() && mapping->length()==U16_LENGTH(c=mapping->char32At(0))) {
84 UnicodeString *mapping; member in struct:Norm
85 UnicodeString *rawMapping; // non-nullptr if the mapping is further decomposed
86 UChar32 mappingCP; // >=0 if mapping to 1 code point
108 /** No mapping, does not combine, ccc=0. */
110 /** Starter, no mapping, has compositions. */
112 /** Starter with a round-trip mapping and compositions. *
    [all...]
n2builder.cpp 132 "not permitted to override mapping for U+%04lX from phase %d\n",
136 delete p->mapping;
137 p->mapping=NULL;
164 "illegal one-way mapping from U+%04lX to malformed string\n",
169 p->mapping=new UnicodeString(m);
179 "illegal round-trip mapping from surrogate code point U+%04lX\n",
186 "illegal round-trip mapping from U+%04lX to malformed string\n",
194 "illegal round-trip mapping from U+%04lX to %d!=2 code points\n",
199 p->mapping=new UnicodeString(m);
206 // createNorm(c), not getNorm(c), to record a non-mapping and detect conflicting data
951 const UnicodeString *mapping; local
    [all...]
  /external/libevent/
evbuffer-internal.h 247 void *mapping; member in struct:evbuffer_file_segment
249 /** If we're using CreateFileMapping, this is the mapping */
257 /** If we're using mmap, this is the offset within 'mapping' where
  /external/libopus/tests/
test_opus_api.c 349 unsigned char mapping[256]; local
361 mapping[0]=0;
362 mapping[1]=1;
363 for(i=2;i<256;i++)VG_UNDEF(&mapping[i],sizeof(unsigned char));
396 dec = opus_multistream_decoder_create(fs, c, 1, c-1, mapping, &err);
399 dec = opus_multistream_decoder_create(fs, c, 1, c-1, mapping, 0);
404 err = opus_multistream_decoder_init(dec,fs,c,1,c-1, mapping);
416 mapping[0]=0;
417 mapping[1]=1;
418 for(i=2;i<256;i++)VG_UNDEF(&mapping[i],sizeof(unsigned char))
1774 unsigned char mapping[256] = {0,1}; local
    [all...]
  /external/perf_data_converter/src/
perf_data_handler.cc 76 typedef std::unordered_map<uint32, PerfDataHandler::Mapping*> PidToMMapMap;
80 typedef IntervalMap<const PerfDataHandler::Mapping*> MMapIntervalMap;
93 // mapping is found, returns nullptr.
94 const PerfDataHandler::Mapping* TryLookupInPid(uint32 pid, uint64 ip) const;
96 // Find the mapping for a given ip given a pid context (in user or kernel
98 const PerfDataHandler::Mapping* GetMappingFromPidAndIP(uint32 pid,
101 // Find the main MMAP event for this pid. If no mapping is found,
103 const PerfDataHandler::Mapping* GetMainMMapFromPid(uint32 pid) const;
115 // Mapping we have allocated.
116 std::vector<std::unique_ptr<PerfDataHandler::Mapping>> owned_mappings_
356 PerfDataHandler::Mapping* mapping = new PerfDataHandler::Mapping( local
435 const PerfDataHandler::Mapping* mapping = nullptr; local
460 const PerfDataHandler::Mapping* mapping = TryLookupInPid(pid, ip); local
    [all...]
  /external/python/cpython2/Modules/
_codecsmodule.c 559 PyObject *mapping = NULL; local
562 &pbuf, &errors, &mapping))
564 if (mapping == Py_None)
565 mapping = NULL;
567 unicode = PyUnicode_DecodeCharmap(pbuf.buf, pbuf.len, mapping, errors);
955 PyObject *mapping = NULL; local
958 &str, &errors, &mapping))
960 if (mapping == Py_None)
961 mapping = NULL;
969 mapping,
    [all...]
  /external/tremolo/Tremolo/
codec_internal.h 156 unsigned char mapping; member in struct:__anon40670
159 /* Mapping backend generic *****************************************/
201 blocksize flag and a mapping (along with the mapping setup */
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 694 mcld::StringEntry<uint64_t>* mapping = local
696 mapping->setValue(addr);
709 mcld::StringEntry<uint64_t>* mapping = local
711 mapping->setValue(addr);
724 mcld::StringEntry<uint64_t>* mapping = local
726 mapping->setValue(addr);
739 mcld::StringEntry<uint64_t>* mapping = local
741 mapping->setValue(addr);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MIRYamlMapping.h 1 //===- MIRYAMLMapping.h - Describes the mapping between MIR and YAML ------===//
10 // This file implements the mapping between various MIR data structures and
159 static void mapping(IO &YamlIO, VirtualRegisterDefinition &Reg) { function in struct:llvm::yaml::MappingTraits
179 static void mapping(IO &YamlIO, MachineFunctionLiveIn &LiveIn) { function in struct:llvm::yaml::MappingTraits
229 static void mapping(yaml::IO &YamlIO, MachineStackObject &Object) { function in struct:llvm::yaml::MappingTraits
284 static void mapping(yaml::IO &YamlIO, FixedMachineStackObject &Object) { function in struct:llvm::yaml::MappingTraits
314 static void mapping(IO &YamlIO, MachineConstantPoolValue &Constant) { function in struct:llvm::yaml::MappingTraits
338 static void mapping(IO &YamlIO, MachineJumpTable::Entry &Entry) { function in struct:llvm::yaml::MappingTraits
358 static void mapping(IO &YamlIO, MachineJumpTable &JT) { function in struct:llvm::yaml::MappingTraits
409 static void mapping(IO &YamlIO, MachineFrameInfo &MFI) function in struct:llvm::yaml::MappingTraits
458 static void mapping(IO &YamlIO, MachineFunction &MF) { function in struct:llvm::yaml::MappingTraits
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MIRYamlMapping.h 1 //===- MIRYAMLMapping.h - Describes the mapping between MIR and YAML ------===//
10 // This file implements the mapping between various MIR data structures and
159 static void mapping(IO &YamlIO, VirtualRegisterDefinition &Reg) { function in struct:llvm::yaml::MappingTraits
179 static void mapping(IO &YamlIO, MachineFunctionLiveIn &LiveIn) { function in struct:llvm::yaml::MappingTraits
229 static void mapping(yaml::IO &YamlIO, MachineStackObject &Object) { function in struct:llvm::yaml::MappingTraits
284 static void mapping(yaml::IO &YamlIO, FixedMachineStackObject &Object) { function in struct:llvm::yaml::MappingTraits
314 static void mapping(IO &YamlIO, MachineConstantPoolValue &Constant) { function in struct:llvm::yaml::MappingTraits
338 static void mapping(IO &YamlIO, MachineJumpTable::Entry &Entry) { function in struct:llvm::yaml::MappingTraits
358 static void mapping(IO &YamlIO, MachineJumpTable &JT) { function in struct:llvm::yaml::MappingTraits
409 static void mapping(IO &YamlIO, MachineFrameInfo &MFI) function in struct:llvm::yaml::MappingTraits
458 static void mapping(IO &YamlIO, MachineFunction &MF) { function in struct:llvm::yaml::MappingTraits
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MIRYamlMapping.h 1 //===- MIRYAMLMapping.h - Describes the mapping between MIR and YAML ------===//
10 // This file implements the mapping between various MIR data structures and
159 static void mapping(IO &YamlIO, VirtualRegisterDefinition &Reg) { function in struct:llvm::yaml::MappingTraits
179 static void mapping(IO &YamlIO, MachineFunctionLiveIn &LiveIn) { function in struct:llvm::yaml::MappingTraits
229 static void mapping(yaml::IO &YamlIO, MachineStackObject &Object) { function in struct:llvm::yaml::MappingTraits
284 static void mapping(yaml::IO &YamlIO, FixedMachineStackObject &Object) { function in struct:llvm::yaml::MappingTraits
314 static void mapping(IO &YamlIO, MachineConstantPoolValue &Constant) { function in struct:llvm::yaml::MappingTraits
338 static void mapping(IO &YamlIO, MachineJumpTable::Entry &Entry) { function in struct:llvm::yaml::MappingTraits
358 static void mapping(IO &YamlIO, MachineJumpTable &JT) { function in struct:llvm::yaml::MappingTraits
409 static void mapping(IO &YamlIO, MachineFrameInfo &MFI) function in struct:llvm::yaml::MappingTraits
458 static void mapping(IO &YamlIO, MachineFunction &MF) { function in struct:llvm::yaml::MappingTraits
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MIRYamlMapping.h 1 //===- MIRYAMLMapping.h - Describes the mapping between MIR and YAML ------===//
10 // This file implements the mapping between various MIR data structures and
159 static void mapping(IO &YamlIO, VirtualRegisterDefinition &Reg) { function in struct:llvm::yaml::MappingTraits
179 static void mapping(IO &YamlIO, MachineFunctionLiveIn &LiveIn) { function in struct:llvm::yaml::MappingTraits
229 static void mapping(yaml::IO &YamlIO, MachineStackObject &Object) { function in struct:llvm::yaml::MappingTraits
284 static void mapping(yaml::IO &YamlIO, FixedMachineStackObject &Object) { function in struct:llvm::yaml::MappingTraits
314 static void mapping(IO &YamlIO, MachineConstantPoolValue &Constant) { function in struct:llvm::yaml::MappingTraits
338 static void mapping(IO &YamlIO, MachineJumpTable::Entry &Entry) { function in struct:llvm::yaml::MappingTraits
358 static void mapping(IO &YamlIO, MachineJumpTable &JT) { function in struct:llvm::yaml::MappingTraits
409 static void mapping(IO &YamlIO, MachineFrameInfo &MFI) function in struct:llvm::yaml::MappingTraits
458 static void mapping(IO &YamlIO, MachineFunction &MF) { function in struct:llvm::yaml::MappingTraits
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageManagerSettingsTests.java 987 ArraySet<Long> mapping = ksMapping.get(1); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msilib.py 607 def mapping(self, ev, attr): member in class:Control
  /external/clang/lib/Format/
Format.cpp 201 static void mapping(IO &IO, FormatStyle &Style) { function in struct:llvm::yaml::MappingTraits
362 static void mapping(IO &IO, FormatStyle::BraceWrappingFlags &Wrapping) { function in struct:llvm::yaml::MappingTraits
378 static void mapping(IO &IO, FormatStyle::IncludeCategory &Category) { function in struct:llvm::yaml::MappingTraits
746 // Mapping also uses the context to get the language to find the correct
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Region.java 264 UResourceBundle mapping = codeMappings.get(i); local
265 if ( mapping.getType() == UResourceBundle.ARRAY ) {
266 String [] codeMappingStrings = mapping.getStringArray();
316 UResourceBundle mapping = territoryContainment.get(i); local
317 String parent = mapping.getKey();
323 for ( int j = 0 ; j < mapping.getSize(); j++ ) {
324 String child = mapping.getString(j);