Searched refs:mapping (Results 1 - 25 of 180) sorted by relevance

12345678

/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dstrtofflags.c77 } mapping[] = { variable in typeref:struct:__anon2727
98 #define nmappings (sizeof(mapping) / sizeof(mapping[0]))
120 if (setflags & mapping[i].flag) {
123 for (sp = mapping[i].invert ? mapping[i].name :
124 mapping[i].name + 2; *sp; *dp++ = *sp++) ;
125 setflags &= ~mapping[i].flag;
156 if (strcmp(p, mapping[i].name + 2) == 0) {
157 if (mapping[
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Drwmconf.c47 struct ldapmapping *mapping; local
76 if ( rwm_map_init( map, &mapping ) != LDAP_SUCCESS ) {
107 mapping = (struct ldapmapping *)ch_calloc( 2,
109 if ( mapping == NULL ) {
115 ber_str2bv( src, 0, 1, &mapping[0].m_src );
116 ber_str2bv( dst, 0, 1, &mapping[0].m_dst );
117 mapping[1].m_src = mapping[0].m_dst;
118 mapping[1].m_dst = mapping[
[all...]
H A Drwmmap.c1 /* rwmmap.c - rewrite/mapping routines */
70 struct ldapmapping *mapping; local
78 mapping = (struct ldapmapping *)ch_calloc( 2,
80 if ( mapping == NULL ) {
87 rc = slap_str2ad( "objectClass", &mapping[0].m_src_ad, &text );
89 ch_free( mapping );
93 mapping[0].m_dst_ad = mapping[0].m_src_ad;
94 ber_dupbv( &mapping[0].m_src, &mapping[
154 struct ldapmapping *mapping; local
425 struct ldapmapping *mapping = NULL; local
1294 struct ldapmapping *mapping = v_mapping; local
1304 struct ldapmapping *mapping = v_mapping; local
[all...]
/macosx-10.10.1/ruby-106/ruby/test/psych/visitors/
H A Dtest_to_ruby.rb13 mapping = Nodes::Mapping.new nil, "!ruby/object"
14 mapping.children << Nodes::Scalar.new('foo')
15 mapping.children << Nodes::Scalar.new('bar')
17 o = mapping.to_ruby
59 mapping = Nodes::Mapping.new nil, "!ruby/struct:#{s.class}"
60 mapping.children << Nodes::Scalar.new('foo')
61 mapping.children << Nodes::Scalar.new('bar')
63 ruby = mapping.to_ruby
73 mapping = Nodes::Mapping.new nil, '!ruby/struct:'
74 mapping
[all...]
H A Dtest_emitter.rb18 mapping = Nodes::Mapping.new
23 mapping.children << Nodes::Scalar.new('key')
24 mapping.children << m2
25 doc.children << mapping
55 mapping = Nodes::Mapping.new
56 mapping.children << Nodes::Scalar.new('key')
57 mapping.children << Nodes::Scalar.new('value')
58 doc.children << mapping
116 mapping = Nodes::Mapping.new
117 mapping
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dsprpdata.c37 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
50 uint32_t mapping[40]; local
79 /* parse the mapping string */
80 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode);
82 /* compare the mapping */
83 compareMapping(data, code,mapping, length,USPREP_MAP);
116 * Initial value stored in the mapping table
147 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength, argument
192 if(mapping[
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/hidsystem.subproj/
H A DEVSTests.c39 NXKeyMapping mapping; local
118 mapping.mapping = map;
119 mapping.size = mapSize;
120 assert( &mapping == NXGetKeyMapping(hdl, &mapping));
134 assert( &mapping == NXSetKeyMapping(hdl, &mapping));
/macosx-10.10.1/llvmCore-3425.0.34/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m416 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/autoconf/m4/
H A Dneed_dev_zero_for_mmap.m416 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
/macosx-10.10.1/ICU-531.30/icuSources/tools/gensprep/
H A Dgensprep.h49 storeMapping(uint32_t codepoint, uint32_t* mapping,int32_t length, UStringPrepType type, UErrorCode* status);
H A Dgensprep.c279 uint32_t mapping[40]; local
289 fprintf(stderr, "gensprep: error parsing NormalizationCorrections.txt mapping at %s\n", fields[0][0]);
295 /* parse the mapping string */
296 length=u_parseCodePoints(s, mapping, sizeof(mapping)/4, pErrorCode);
311 /* store the mapping */
315 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode);
330 /* fprintf(stdout,"Number of code points that have NormalizationCorrections mapping with length >1 : %i\n",len); */
342 uint32_t mapping[40]; local
407 /* parse the mapping strin
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DFormatterSourceMap.js26 WebInspector.FormatterSourceMap = function(originalLineEndings, formattedLineEndings, mapping)
32 this._mapping = mapping;
37 return new WebInspector.FormatterSourceMap(builder.originalLineEndings, builder.formattedLineEndings, builder.mapping);
H A DFormatterContentBuilder.js26 function FormatterContentBuilder(mapping, originalLineEndings, formattedLineEndings, originalOffset, formattedOffset, indentString)
41 this._mapping = mapping;
68 get mapping()
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DSourceMap.js129 var mapping = this._mappings[middle];
130 if (lineNumber < mapping[0] || (lineNumber === mapping[0] && columnNumber < mapping[1]))
147 var mapping = mappings[lineNumber];
148 if (mapping)
149 return mapping;
215 var mapping = this._mappings[i];
216 var url = mapping[2];
222 var sourceLine = mapping[
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/offlineasm/
H A Dtransform.rb107 # node.substitute(mapping)
111 # nodes in the mapping.
122 def substitute(mapping)
125 child.substitute(mapping)
129 def substituteLabels(mapping)
132 child.substituteLabels(mapping)
138 def substitute(mapping)
140 mapping.each_pair {
154 def substitute(mapping)
155 if mapping[sel
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtestidn.cpp53 compareMapping(uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
146 uint32_t mapping[40]; local
187 /* parse the mapping string */
188 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode);
190 /* store the mapping */
191 compareMapping(code,mapping, length,USPREP_MAP);
226 * Initial value stored in the mapping table
327 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength, argument
368 if(mapping[
[all...]
H A Dnptrans.cpp50 mapping = NULL;
63 // create the mapping transliterator
71 mapping = Transliterator::createFromRules(UnicodeString("NamePrepTransform", ""), rule,
113 (mapping == NULL)
116 delete mapping;
118 mapping = NULL;
130 delete mapping;
131 mapping = NULL;
157 mapping->transliterate(rsource);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-WebKit/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py30 mapping = {}
32 mapping[os.path.splitext(fn)[0]] = os.path.join(os.path.abspath(dirname), fn , os.path.splitext(fn)[0])
35 rewriteFramework(fn, mapping)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py30 mapping = {}
32 mapping[os.path.splitext(fn)[0]] = os.path.join(os.path.abspath(dirname), fn , os.path.splitext(fn)[0])
35 rewriteFramework(fn, mapping)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py30 mapping = {}
32 mapping[os.path.splitext(fn)[0]] = os.path.join(os.path.abspath(dirname), fn , os.path.splitext(fn)[0])
35 rewriteFramework(fn, mapping)
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dnat_port_mapping.c139 clearOnePortMapping (mdns_nat_mapping_t *mapping) argument
141 if (mapping) {
142 // what about mapping->mDNSRef_fd?
143 if (mapping->mDNSRef != NULL) {
144 DNSServiceRefDeallocate(mapping->mDNSRef);
146 bzero(mapping, sizeof(*mapping));
175 SCLog(TRUE, LOG_INFO, CFSTR("%s port-mapping update for %s ignored: related to VPN interface. Public Address: %x, Protocol: %s, Private Port: %d, Public Port: %d."),
194 SCLog(TRUE, LOG_ERR, CFSTR("%s port-mapping update for %s ignored: failed to get interface list."),
208 SCLog(TRUE, LOG_NOTICE, CFSTR("%s port-mapping updat
529 setPortMapping(struct service *serv, mdns_nat_mapping_t *mapping, uint32_t interfaceIndex, DNSServiceProtocol protocol, uint16_t privatePort, int probeOnly) argument
[all...]
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Relationship/
H A DHasMany.pm46 $args->{mapping} = \@f_method;
119 my @mapping = @{ $self->args->{mapping} } or return $run_search;
121 return $run_search->(@_)->set_mapping_method(@mapping)
124 foreach my $meth (@mapping) { @ret = map $_->$meth(), @ret }
/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A DFormatterContentBuilder.js26 function FormatterContentBuilder(mapping, originalLineEndings, formattedLineEndings, originalOffset, formattedOffset, indentString)
41 this._mapping = mapping;
68 get mapping()
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp171 IOMemoryMap * mapping = 0; local
180 mapping = (IOMemoryMap *) _parent->makeMapping(
186 return( mapping );
/macosx-10.10.1/vim-55/runtime/keymap/
H A Dcanfr-win.vim3 " This mapping is limited in scope, as it assumes that the AltGr
7 " The mapping was tested with Win2k and WinXP.

Completed in 510 milliseconds

12345678