Searched refs:Mapping (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DIntegersSubsetTest.cpp35 typedef IntegersSubsetMapping<unsigned,Subset,Int> Mapping; typedef in namespace:__anon10833
118 Mapping::Cases TheCases;
124 Mapping TheMapping;
135 Mapping::Cases::iterator CaseIt = TheCases.begin();
144 Mapping ImproperMapping;
148 Mapping::RangeIterator ErrItem;
152 Mapping ProperMapping;
160 Mapping ToBeOptimized;
175 Mapping::Cases::iterator CaseIt = TheCases.begin();
197 Mapping
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_bridges.py29 registerMappingType(collections.Mapping)
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/nodes/
H A Dmapping.rb4 # This class represents a {YAML Mapping}[http://yaml.org/spec/1.1/#mapping].
6 # A Psych::Nodes::Mapping node may have 0 or more children, but must have
8 # Psych::Nodes::Mapping node may have:
11 # * Psych::Nodes::Mapping
14 class Mapping < Psych::Nodes::Node class in class:Psych.Nodes
37 # Create a new Psych::Nodes::Mapping object.
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Ddyldcache.cpp111 DYLDCache::Mapping DYLDCache::mapping(unsigned ix) const
114 return Mapping(*this, flip(mHeader->mappingOffset) + ix * sizeof(shared_file_mapping_np));
129 DYLDCache::Mapping DYLDCache::findMap(uint64_t address) const
132 Mapping map = this->mapping(ix);
141 Mapping map = this->findMap(address);
H A Ddyldcache.h79 struct Mapping : public Item<shared_file_mapping_np> { struct in class:DYLDCache
90 Mapping(const DYLDCache &c, uint32_t off) : Item<shared_file_mapping_np>(c, off) { } function in struct:DYLDCache::Mapping
94 Mapping mapping(unsigned ix) const;
96 Mapping findMap(uint64_t address) const;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddyldcache.cpp111 DYLDCache::Mapping DYLDCache::mapping(unsigned ix) const
114 return Mapping(*this, flip(mHeader->mappingOffset) + ix * sizeof(shared_file_mapping_np));
129 DYLDCache::Mapping DYLDCache::findMap(uint64_t address) const
132 Mapping map = this->mapping(ix);
141 Mapping map = this->findMap(address);
H A Ddyldcache.h79 struct Mapping : public Item<shared_file_mapping_np> { struct in class:DYLDCache
90 Mapping(const DYLDCache &c, uint32_t off) : Item<shared_file_mapping_np>(c, off) { } function in struct:DYLDCache::Mapping
94 Mapping mapping(unsigned ix) const;
96 Mapping findMap(uint64_t address) const;
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DPathV2.inc491 Mapping = ::mmap(0, Size, prot, flags, fd, offset);
492 if (Mapping == MAP_FAILED)
504 , Mapping() {
522 Mapping = 0;
532 , Mapping() {
541 Mapping = 0;
545 if (Mapping)
546 ::munmap(Mapping, Size);
551 : Mode(other.Mode), Size(other.Size), Mapping(other.Mapping) {
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DPathV2.inc749 Mapping = ::MapViewOfFile(FileMappingHandle,
754 if (Mapping == NULL) {
766 SIZE_T Result = VirtualQuery(Mapping, &mbi, sizeof(mbi));
769 ::UnmapViewOfFile(Mapping);
789 , Mapping()
820 Mapping = FileMappingHandle = 0;
833 , Mapping()
847 Mapping = FileMappingHandle = 0;
854 if (Mapping)
855 ::UnmapViewOfFile(Mapping);
[all...]
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/json/
H A Dyaml_events.rb13 super(anchor, nil, true, Nodes::Mapping::FLOW)
/macosx-10.10/ruby-106/ruby/test/psych/visitors/
H A Dtest_emitter.rb18 mapping = Nodes::Mapping.new
19 m2 = Nodes::Mapping.new
55 mapping = Nodes::Mapping.new
116 mapping = Nodes::Mapping.new
131 mapping = Nodes::Mapping.new
H A Dtest_to_ruby.rb13 mapping = Nodes::Mapping.new nil, "!ruby/object"
59 mapping = Nodes::Mapping.new nil, "!ruby/struct:#{s.class}"
73 mapping = Nodes::Mapping.new nil, '!ruby/struct:'
83 mapping = Nodes::Mapping.new nil, '!ruby/struct'
93 mapping = Nodes::Mapping.new nil, '!ruby/exception'
150 mapping = Nodes::Mapping.new nil, '!ruby/object:Rational'
160 mapping = Nodes::Mapping.new nil, '!ruby/object:Complex'
289 mapping = Nodes::Mapping.new
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dgenerator.pl62 static const Mapping errorList[] = {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dgenerator.pl62 static const Mapping errorList[] = {
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_bridges.py35 # __iter__ and hence isn't a collections.Mapping, and doesn't
51 class MyDictionary (collections.Mapping):
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/
H A Dcoder.rb5 # automatically assumes a Psych::Nodes::Mapping is being emitted. Other
18 @style = Psych::Nodes::Mapping::BLOCK
H A Dtree_builder.rb29 Mapping
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/visitors/
H A Dyaml_tree.rb147 map = @emitter.start_mapping(nil, tag, false, Nodes::Mapping::BLOCK)
157 register o, @emitter.start_mapping(nil, tag, false, Nodes::Mapping::BLOCK)
171 @emitter.start_mapping nil, tag, false, Nodes::Mapping::BLOCK
203 register o, @emitter.start_mapping(nil, '!ruby/object:Rational', false, Nodes::Mapping::BLOCK)
216 register o, @emitter.start_mapping(nil, '!ruby/object:Complex', false, Nodes::Mapping::BLOCK)
288 register o, @emitter.start_mapping(nil, maptag, false, Nodes::Mapping::BLOCK)
309 register o, @emitter.start_mapping(nil, '!ruby/range', false, Nodes::Mapping::BLOCK)
320 register(o, @emitter.start_mapping(nil, tag, implicit, Psych::Nodes::Mapping::BLOCK))
331 register(o, @emitter.start_mapping(nil, '!set', false, Psych::Nodes::Mapping::BLOCK))
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_parser.rb207 assert_called :start_mapping, ["tag:yaml.org,2002:map", false, Nodes::Mapping::FLOW]
212 assert_called :start_mapping, ['A', true, Nodes::Mapping::FLOW]
217 assert_called :start_mapping, [true, Nodes::Mapping::BLOCK]
223 assert_called :start_mapping, [true, Nodes::Mapping::FLOW]
H A Dtest_tree_builder.rb67 assert_instance_of Nodes::Mapping, map
H A Dtest_coder.rb36 coder.style = Psych::Nodes::Mapping::FLOW
162 assert_equal Psych::Nodes::Mapping::BLOCK, bar.style
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dslcrep.cpp159 const DYLDCache::Mapping dmap = rep->mCache.mapping(n);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dslcrep.cpp159 const DYLDCache::Mapping dmap = rep->mCache.mapping(n);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/PyObjCTools/
H A DKeyValueCoding.py208 if isinstance(obj, (collections.Sequence, collections.Set)) and not isinstance(obj, (basestring, collections.Mapping)):
261 - Mapping access (that is __setitem__ for collection.Mapping instances)
276 if isinstance(obj, collections.Mapping):
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Diso-transl.el72 "Mapping of ASCII characters to their corresponding dead-key symbols.")

Completed in 240 milliseconds

12