Searched refs:mappings (Results 26 - 50 of 79) sorted by relevance

1234

/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dcobol.vim6 " Insert mode mappings: <C-T> <C-D> <Tab>
7 " Normal mode mappings: < > << >> [[ ]] [] ][
8 " Visual mode mappings: < >
H A Dada.vim61 " Make local tag mappings for this buffer (if not already set)
H A Dman.vim21 " Add mappings, unless the user didn't want this.
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp327 if ((uc = OSDynamicCast(IOUserClient, obj)) && uc->mappings)
329 dict->setObject((const OSSymbol *) uc->mappings, port);
330 iokit_switch_object_port(port->port, uc->mappings, IKOT_IOKIT_CONNECT);
332 uc->mappings->release();
333 uc->mappings = 0;
1203 if( mappings)
1204 mappings->release();
3077 OSSet * mappings; local
3078 if ((mappings = OSDynamicCast(OSSet, connection)))
3170 if( 0 == client->mappings)
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dzonemeta.cpp147 * Convert a date string used by metazone mappings to UDate.
521 const UVector *mappings = getMetazoneMappings(tzid); local
522 if (mappings != NULL) {
523 for (int32_t i = 0; i < mappings->size(); i++) {
524 OlsonToMetaMappingEntry *mzm = (OlsonToMetaMappingEntry*)mappings->elementAt(i);
H A Dtznames_impl.cpp1004 const UVector* mappings = ZoneMeta::getMetazoneMappings(tzID); local
1005 if (mappings == NULL) {
1016 for (int32_t i = 0; U_SUCCESS(status) && i < mappings->size(); i++) {
1018 OlsonToMetaMappingEntry *map = (OlsonToMetaMappingEntry *)mappings->elementAt(i);
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Ducm.h62 UCM_FLAGS_INITIAL, /* no mappings parsed yet */
63 UCM_FLAGS_EXPLICIT, /* .ucm file has mappings with | fallback indicators */
64 UCM_FLAGS_IMPLICIT, /* .ucm file has mappings without | fallback indicators, later wins */
69 UCMapping *mappings; member in struct:UCMTable
160 * Remove mappings with their move flag set from the base table
176 * Check the validity of mappings against a base table's states;
184 * Set the moveTarget!=NULL if it is possible to move mappings from the base.
187 * or when delta file mappings are subtracted from a base table.
192 * if(intersectBase) then mappings that exist in the base table but not in
196 * If intersectBase==2 for a DBCS extension table, then SBCS mappings ar
[all...]
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DFixDecompsNotes.txt78 arrays of ranges; one provides the mappings to combining class values, the other
79 provides the mappings to decomposition update information. The latter is in the
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOUserClient.h208 OSSet * mappings; member in class:IOUserClient
357 Remove the first mapping created from the memory descriptor returned by clientMemoryForType() from IOUserClient's list of mappings. If such a mapping exists, it is retained and the reference currently held by IOUserClient is returned to the caller.
359 @result A reference to the first IOMemoryMap instance found in the list of mappings created by IOUserClient from that passed memory descriptor is returned, or zero if none exist. The caller should release this reference.
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c761 SecCEPolicyMapping *mappings = NULL;
771 mappings = (SecCEPolicyMapping *)malloc(sizeof(SecCEPolicyMapping)
782 mappings[mapping_ix].issuerDomainPolicy = pm.issuerDomainPolicy;
783 mappings[mapping_ix++].subjectDomainPolicy = pm.subjectDomainPolicy;
789 certificate->_policyMappings.mappings = mappings;
792 if (mappings)
793 free(mappings);
794 CFReleaseSafe(mappings);
804 CFMutableDictionaryRef mappings local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c761 SecCEPolicyMapping *mappings = NULL;
771 mappings = (SecCEPolicyMapping *)malloc(sizeof(SecCEPolicyMapping)
782 mappings[mapping_ix].issuerDomainPolicy = pm.issuerDomainPolicy;
783 mappings[mapping_ix++].subjectDomainPolicy = pm.subjectDomainPolicy;
789 certificate->_policyMappings.mappings = mappings;
792 if (mappings)
793 free(mappings);
794 CFReleaseSafe(mappings);
804 CFMutableDictionaryRef mappings local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c761 SecCEPolicyMapping *mappings = NULL;
771 mappings = (SecCEPolicyMapping *)malloc(sizeof(SecCEPolicyMapping)
782 mappings[mapping_ix].issuerDomainPolicy = pm.issuerDomainPolicy;
783 mappings[mapping_ix++].subjectDomainPolicy = pm.subjectDomainPolicy;
789 certificate->_policyMappings.mappings = mappings;
792 if (mappings)
793 free(mappings);
794 CFReleaseSafe(mappings);
804 CFMutableDictionaryRef mappings local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dtestdb_metadata.sql1 -- mappings
3 -- objectClass mappings: these may be viewed as structuralObjectClass, the ones that are used to decide how to build an entry
20 -- attributeType mappings: describe how an attributeType for a certain objectClass maps to the SQL data.
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dtestdb_metadata.sql1 -- mappings
3 -- objectClass mappings: these may be viewed as structuralObjectClass, the ones that are used to decide how to build an entry
19 -- attributeType mappings: describe how an attributeType for a certain objectClass maps to the SQL data.
/macosx-10.10.1/ICU-531.30/icuSources/data/mappings/
H A Ducmfiles.mk32 # If you are planning to exclude EBCDIC mappings in you data then please delete
/macosx-10.10.1/ICU-531.30/icuSources/tools/makeconv/
H A Dmakeconv.c695 * addTable() may have requested moving more mappings to the extension table
699 * Such mappings will have the MBCS_FROM_U_EXT_FLAG set, which causes them
701 * See MBCSOkForBaseFromUnicode() for which mappings do not fit into
771 for(m=baseData.ucm->base->mappings, mLimit=m+baseData.ucm->base->mappingsLength;
807 * the MBCSAddTable() function marks some mappings for moving
818 * Redundant mappings in the extension table are ok except they cost some size.
824 for(m=baseData.ucm->base->mappings, mLimit=m+baseData.ucm->base->mappingsLength;
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dtranscode-tblgen.rb224 def self.merge(*mappings, &block)
225 merge_rects(*mappings.map {|m| parse_to_rects(m) }, &block)
270 #puts "#{numsing} singleton mappings and #{numreg} region mappings."
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Dformat.txt115 which represent the possible mappings.
159 distribution of mappings may be more or less than 21845 per table, but only
H A DREADME18 A. case.dat - the case mappings.
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Dtcldom.c1517 char *errMsg = NULL, **mappings = NULL; local
1552 if (mappings) {
1553 FREE (mappings);
1555 mappings = MALLOC (sizeof (char *) * (len + 1));
1564 mappings[i] = Tcl_GetString (objPtr);
1566 mappings[len] = NULL;
1588 if (mappings) {
1589 FREE (mappings);
1607 if (mappings == NULL) {
1608 mappings
[all...]
/macosx-10.10.1/apache-793/httpd/modules/http/
H A Dmod_mime.c175 apr_hash_t *mappings)
180 extension_info *exinfo = apr_hash_get(mappings,
186 apr_hash_set(mappings, suffix[i].name,
174 remove_items(apr_pool_t *p, apr_array_header_t *remove, apr_hash_t *mappings) argument
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c773 SecCEPolicyMapping *mappings = NULL;
783 mappings = (SecCEPolicyMapping *)malloc(sizeof(SecCEPolicyMapping)
794 mappings[mapping_ix].issuerDomainPolicy = pm.issuerDomainPolicy;
795 mappings[mapping_ix++].subjectDomainPolicy = pm.subjectDomainPolicy;
801 certificate->_policyMappings.mappings = mappings;
804 if (mappings)
805 free(mappings);
806 CFReleaseSafe(mappings);
816 CFMutableDictionaryRef mappings local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dtestdb_metadata.sql1 -- mappings
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventService.cpp458 OSArray *mappings = NULL; local
481 // At this point, we need to scan all of the modifier mappings (if any) to see
488 mappings = OSDynamicCast(OSArray, deviceParameters->getObject(kIOHIDKeyboardModifierMappingPairsKey));
489 if (!mappings) goto GET_OUT;
491 count = mappings->getCount();
494 OSDictionary *pair = OSDynamicCast(OSDictionary, mappings->getObject(i));
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp1258 // populate large mappings
2542 // fill in mappings
2546 fprintf(stderr, "update_dyld_shared_cache: cache mappings: address=0x%0llX, size=0x%0llX, fileOffset=0x%0llX, prot=0x%X\n",
2711 dyldCacheFileMapping<E>* mappings = (dyldCacheFileMapping<E>*)&inMemoryCache[sizeof(dyldCacheHeader<E>)]; local
2712 dyldCacheFileMapping<E>* lastMapping = &mappings[cacheHeader->mappingCount()-1];
2791 // update mappings to increase RO size
2793 dyldCacheFileMapping<E>* mappings = (dyldCacheFileMapping<E>*)&inMemoryCache[sizeof(dyldCacheHeader<E>)]; local
2794 dyldCacheFileMapping<E>* lastMapping = &mappings[cacheHeader->mappingCount()-1];
2856 dyldCacheFileMapping<E>* mappings = (dyldCacheFileMapping<E>*)&inMemoryCache[cacheHeader->mappingOffset()]; local
2860 uint64_t endAddr = mappings[
[all...]

Completed in 702 milliseconds

1234