Searched refs:keyCount (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebHistoryItem.cpp140 int keyCount = 0; local
145 keys[keyCount] = urlKey;
146 values[keyCount++] = m_historyItem->urlString().createCFString().leakRef();
150 keys[keyCount] = titleKey;
151 values[keyCount++] = m_historyItem->title().createCFString().leakRef();
155 keys[keyCount] = lastVisitWasFailureKey;
156 values[keyCount++] = CFRetain(kCFBooleanTrue);
170 keys[keyCount] = redirectURLsKey;
171 values[keyCount++] = result;
174 *dictionaryRef = CFDictionaryCreate(0, keys, values, keyCount,
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DVisitedLinkProvider.cpp141 static unsigned tableSizeForKeyCount(unsigned keyCount) argument
144 unsigned tableSize = nextPowerOf2(keyCount * visitedLinkTableMaxLoad);
/macosx-10.10/kext_tools-384.1.4/
H A Dbootcaches.c180 CFIndex keyCount; // track whether we've handled all keys local
186 keyCount = CFDictionaryGetCount(bcDict); // start with the top
202 keyCount += CFDictionaryGetCount(dict);
224 keyCount--; // AdditionalPaths sub-key
239 keyCount--; // DiskLabel is dealt with
243 keyCount--; // preboot dict
251 keyCount += CFDictionaryGetCount(dict);
257 keyCount--; // EFIBooter is dealt with
264 keyCount--; // BootX, check
268 keyCount
[all...]
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAID.cpp550 unsigned int keyCount = raidSets->getCount(); local
552 while (keyCount) {
554 keys = OSArray::withCapacity(keyCount);
604 if (keyCount == 0) rc = kIOReturnNoDevice;
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dloctest.cpp1622 int32_t keyCount = 0; local
1638 if((keyCount = keywords->count(status)) != testCases[i].numKeywords) {
1639 err("Expected to get %i keywords, got %i\n", testCases[i].numKeywords, keyCount);
1641 if(keyCount) {
1660 if(j == keyCount / 2) {
1663 if(k2 == NULL || keyCount != k2->count(status)) {
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DStructure.h425 void createPropertyMap(const GCSafeConcurrentJITLocker&, VM&, unsigned keyCount = 0);
/macosx-10.10/less-25/less/
H A Dscreen.c121 static int keyCount = 0; variable
2417 if (keyCount > 0)
2442 keyCount = ip.Event.KeyEvent.wRepeatCount;
2494 keyCount --;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp796 CFIndex keyCount = CFArrayGetCount(keys); local
797 for (CFIndex i = 0; i < keyCount; i++) {
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcloctst.c1712 int32_t keyCount = 0; local
1728 if((keyCount = uenum_count(keywords, &status)) != testCases[i].numKeywords) {
1729 log_err("Expected to get %i keywords, got %i\n", testCases[i].numKeywords, keyCount);
1731 if(keyCount) {

Completed in 259 milliseconds