Searched refs:dictionary (Results 1 - 25 of 309) sorted by relevance

1234567891011>>

/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IOKit/
H A DIOFireWireIPDiagnostics.cpp47 OSDictionary * dictionary; local
50 dictionary = OSDictionary::withCapacity( 4 );
51 if( !dictionary )
54 updateNumberEntry( dictionary, fIPObj->fIPoFWDiagnostics.fTxBcast, "TxB");
55 updateNumberEntry( dictionary, fIPObj->fIPoFWDiagnostics.fRxBcast, "RxB");
56 updateNumberEntry( dictionary, fIPObj->fIPoFWDiagnostics.fTxUni, "TxU");
57 updateNumberEntry( dictionary, fIPObj->fIPoFWDiagnostics.fRxUni, "RxU");
58 updateNumberEntry( dictionary, fIPObj->fIPoFWDiagnostics.fRxFragmentPkts, "RxF");
59 updateNumberEntry( dictionary, fIPObj->fIPoFWDiagnostics.fTxFragmentPkts, "TxF");
63 updateNumberEntry( dictionary, fIPOb
109 updateNumberEntry( OSDictionary * dictionary, UInt32 value, const char * name ) argument
[all...]
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2Diagnostics.cpp43 OSDictionary * dictionary; local
46 dictionary = OSDictionary::withCapacity( 4 );
47 if( !dictionary )
52 updateNumberEntry( dictionary, fExecutedORBCount, "Executed ORB Count" );
56 ok = dictionary->serialize(s);
57 dictionary->release();
62 void IOFireWireSBP2Diagnostics::updateNumberEntry( OSDictionary * dictionary, UInt32 value, const char * name ) argument
70 dictionary->setObject( name, number );
H A DIOFireWireSBP2Diagnostics.h43 static void updateNumberEntry( OSDictionary * dictionary, UInt32 value, const char * name );
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Derrormsg.c27 * error function with specific dictionary
33 errormsg(const char* dictionary, int level, ...) argument
38 errorv(dictionary, level, ap);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKMutableDictionary.h41 WK_EXPORT bool WKDictionaryIsMutable(WKDictionaryRef dictionary);
43 WK_EXPORT bool WKDictionaryAddItem(WKMutableDictionaryRef dictionary, WKStringRef key, WKTypeRef item);
44 WK_EXPORT bool WKDictionarySetItem(WKMutableDictionaryRef dictionary, WKStringRef key, WKTypeRef item);
45 WK_EXPORT void WKDictionaryRemoveItem(WKMutableDictionaryRef dictionary, WKStringRef key);
H A DWKDictionary.h39 WK_EXPORT WKTypeRef WKDictionaryGetItemForKey(WKDictionaryRef dictionary, WKStringRef key);
40 WK_EXPORT size_t WKDictionaryGetSize(WKDictionaryRef dictionary);
42 WK_EXPORT WKArrayRef WKDictionaryCopyKeys(WKDictionaryRef dictionary);
H A DWKMutableDictionary.cpp36 RefPtr<MutableDictionary> dictionary = MutableDictionary::create(); local
37 return toAPI(dictionary.release().leakRef());
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A DWKdm_new.h31 * Compresses buffers using a dictionary based match and partial match
54 * were not in the dictionary when encoded (i.e., dictionary misses)
124 /* A structure to store each element of the dictionary. */
172 /* Set up the dictionary before performing compression or
176 dictionary[0] = 1; \
177 dictionary[1] = 1; \
178 dictionary[2] = 1; \
179 dictionary[3] = 1; \
180 dictionary[
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/
H A Dclasscount.c39 CFDictionaryRef dictionary; local
68 dictionary = (CFDictionaryRef)
70 assert( dictionary );
71 assert( CFDictionaryGetTypeID() == CFGetTypeID(dictionary));
73 dictionary = (CFDictionaryRef)
74 CFDictionaryGetValue( dictionary, CFSTR("Classes"));
75 assert( dictionary );
76 assert( CFDictionaryGetTypeID() == CFGetTypeID(dictionary));
82 num = (CFNumberRef) CFDictionaryGetValue(dictionary, key);
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediastream/
H A DRTCSessionDescription.idl33 Constructor(Dictionary dictionary),
H A DRTCIceCandidate.cpp44 PassRefPtr<RTCIceCandidate> RTCIceCandidate::create(const Dictionary& dictionary, ExceptionCode& ec) argument
47 bool ok = dictionary.get("candidate", candidate);
54 dictionary.get("sdpMid", sdpMid);
57 dictionary.get("sdpMLineIndex", sdpMLineIndex);
H A DRTCIceCandidate.idl33 Constructor(Dictionary dictionary),
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebCache.cpp110 RetainPtr<CFMutableDictionaryRef> dictionary = adoptCF(CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks)); local
113 CFDictionaryAddValue(dictionary.get(), imagesKey, value.get());
116 CFDictionaryAddValue(dictionary.get(), stylesheetsKey, value.get());
123 CFDictionaryAddValue(dictionary.get(), xslKey, value.get());
126 CFDictionaryAddValue(dictionary.get(), scriptsKey, value.get());
129 propBag->setDictionary(dictionary.get());
132 dictionary = adoptCF(CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
135 CFDictionaryAddValue(dictionary.get(), imagesKey, value.get());
138 CFDictionaryAddValue(dictionary.get(), stylesheetsKey, value.get());
145 CFDictionaryAddValue(dictionary
[all...]
H A DCFDictionaryPropertyBag.h43 void setDictionary(CFMutableDictionaryRef dictionary);
44 CFMutableDictionaryRef dictionary() const;
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Ddictionary.h32 class dictionary;
35 dictionary *dict;
38 dictionary_iterator(dictionary &);
42 class dictionary { class
50 dictionary(int);
77 dictionary d;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ControlledPreferences/
H A DPreferencesPanelController.py61 Create dictionary with keys and values for WordOfTheDay, FontName,
70 dictionary = {} variable
71 dictionary[u'WordOfTheDay'] = u'Today'
73 dictionary[u"FontName"] = systemFont.fontName()
74 dictionary[u"FontSize"] = systemFont.pointSize()
76 dictionary[u'FavoriteColor'] = archivedColor
77 NSUserDefaultsController.sharedUserDefaultsController().setInitialValues_(dictionary)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ControlledPreferences/
H A DPreferencesPanelController.py61 Create dictionary with keys and values for WordOfTheDay, FontName,
70 dictionary = {} variable
71 dictionary[u'WordOfTheDay'] = u'Today'
73 dictionary[u"FontName"] = systemFont.fontName()
74 dictionary[u"FontSize"] = systemFont.pointSize()
76 dictionary[u'FavoriteColor'] = archivedColor
77 NSUserDefaultsController.sharedUserDefaultsController().setInitialValues_(dictionary)
/macosx-10.9.5/DiskArbitration-266/DiskArbitrationAgent/
H A DDADialog.m106 CFMutableDictionaryRef dictionary;
108 dictionary = CFDictionaryCreateMutable( kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks );
110 if ( dictionary )
120 CFDictionarySetValue( dictionary, kCFUserNotificationAlertHeaderKey, __kDADialogTextDeviceUnreadableHeader );
121 CFDictionarySetValue( dictionary, kCFUserNotificationDefaultButtonTitleKey, __kDADialogTextDeviceUnreadableEject );
122 CFDictionarySetValue( dictionary, kCFUserNotificationLocalizationURLKey, path );
123 CFDictionarySetValue( dictionary, kCFUserNotificationOtherButtonTitleKey, __kDADialogTextDeviceUnreadableIgnore );
127 CFDictionarySetValue( dictionary, kCFUserNotificationAlternateButtonTitleKey, __kDADialogTextDeviceUnreadableInitialize );
130 notification = CFUserNotificationCreate( kCFAllocatorDefault, 0, kCFUserNotificationCautionAlertLevel, NULL, dictionary );
192 CFRelease( dictionary );
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTCFDictionary.cpp49 CFDictionaryRef QTCFDictionaryCreateCopyWithDataCallback(CFAllocatorRef allocator, CFDictionaryRef dictionary, QTCFDictonaryCreateFromDataCallback callback) argument
51 ASSERT(dictionary);
54 CFDataRef data = QTCFPropertyListCreateXMLData(kCFAllocatorDefault, dictionary);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/cf/
H A DKeyedCodingValueCF.cpp33 RetainPtr<CFMutableDictionaryRef> dictionary = adoptCF(CFDictionaryCreateMutable(kCFAllocatorDefault, object.size(), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks)); local
36 CFDictionarySetValue(dictionary.get(), it->key.createCFString().get(), toCFType(it->value).get());
38 return dictionary;
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSDictionary.cpp73 dictionary = (dictEntry *) kalloc(size);
74 if (!dictionary)
77 bzero(dictionary, size);
177 if (!setObject(dict->dictionary[i].key, dict->dictionary[i].value)) {
185 bcopy(dict->dictionary, dictionary, count * sizeof(dictEntry));
187 dictionary[i].key->taggedRetain(OSTypeID(OSCollection));
188 dictionary[i].value->taggedRetain(OSTypeID(OSCollection));
253 if (dictionary) {
[all...]
/macosx-10.9.5/IOFireWireIP-226.4/KernelHeaders/IOKit/
H A DIOFireWireIPDiagnostics.h42 static void updateNumberEntry( OSDictionary * dictionary, UInt32 value, const char * name );
/macosx-10.9.5/dtrace-118.1/dtrace_dof_kext/
H A Ddtrace_dof.h6 virtual bool init(OSDictionary *dictionary = 0);
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A DWKdmCompress_new.s54 There is a dynamically updated dictionary consisting of 16 words. Each dictionary word is initialized to 1 at the point of entry to the function.
55 For a nonzero input word x, its 8-bits (10-bits scaled up) is used to determine a corresponding word from the dictionary, represented by dict_index (4-bits) and dict_word (32-bits).
57 b. dict_index = hashTable[k]; // 4-bit dictionary index, hashTable[] is fixed
58 c. dict_word = dictionary[dict_index]; // 32-bit dictionary word, dictionary[] is dynamically updated
62 1 : (x>>10) == (dict_word>>10), bits 10:31 of the input word match a dictionary word
63 2 : (x>>10) != (dict_word>>10), the above condition (22 higher bits matched) is not met, meaning a dictionary miss
64 3 : (x == dict_word), the exact input word is in the dictionary
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebNSPrintOperationExtras.m35 return [[[[self printInfo] dictionary] objectForKey:NSPrintScalingFactor] floatValue];

Completed in 274 milliseconds

1234567891011>>