Searched refs:_cache (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebElementDictionary.h37 NSMutableDictionary *_cache; member in namespace:NSDictionary
H A DWebElementDictionary.mm60 // calling objectForKey will cache the value in our _cache dictionary
116 [_cache release];
138 return [_cache count];
145 return [_cache keyEnumerator];
150 id value = [_cache objectForKey:key];
161 if (!_cache)
162 _cache = [[NSMutableDictionary alloc] initWithCapacity:lookupTableCount];
163 [_cache setObject:value forKey:key];
170 _cacheComplete = ([_cache count] + [_nilValues count]) == lookupTableCount;
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/
H A Dmysql.pm77 if(!exists($self->{_cache}->{_mysql_keys}->{$table})) {
93 $self->{_cache}->{_mysql_keys}->{$table} = \%keydata;
96 return $self->{_cache}->{_mysql_keys}->{$table};
H A DPg.pm56 my $attr_sth = $self->{_cache}->{pg_attr_sth} ||= $dbh->prepare(
61 my $uniq_sth = $self->{_cache}->{pg_uniq_sth} ||= $dbh->prepare(
H A DDB2.pm49 my $sth = $self->{_cache}->{db2_uniq} ||= $dbh->prepare(
H A DSQLite.pm61 my $sth = $self->{_cache}->{sqlite_master}
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/DBI/
H A Dmysql.pm77 if(!exists($self->{_cache}->{_mysql_keys}->{$table})) {
93 $self->{_cache}->{_mysql_keys}->{$table} = \%keydata;
96 return $self->{_cache}->{_mysql_keys}->{$table};
H A DPg.pm56 my $attr_sth = $self->{_cache}->{pg_attr_sth} ||= $dbh->prepare(
61 my $uniq_sth = $self->{_cache}->{pg_uniq_sth} ||= $dbh->prepare(
H A DDB2.pm49 my $sth = $self->{_cache}->{db2_uniq} ||= $dbh->prepare(
H A DSQLite.pm61 my $sth = $self->{_cache}->{sqlite_master}
/macosx-10.9.5/libauto-185.5/
H A DAdmin.cpp77 for (FreeListNode *node = _cache[m].head(); node != NULL; node = node->next()) {
99 for (FreeListNode *node = _cache[m].head(); node != NULL; node = node->next()) {
108 for (FreeListNode *node = _cache[0].head(); node != NULL; node = node->next()) {
227 for (FreeListNode *node = _cache[0].head(); node != NULL; node = node->next()) {
296 for (FreeListNode *node = _cache[m].head(), *prev_node = NULL; node; node = node->next()) {
333 FreeListNode *node = _cache[index].pop();
350 _cache[index].push(address, size);
362 _cache[index].insert(address, size);
375 _cache[index].append(node);
775 FreeList *candidate_list = &_cache[
[all...]
H A DAdmin.h56 AllocationCache _cache; // free lists, one for each quanta size, slot 0 is for large clumps member in class:Auto::Admin
339 _cache[i].reset();
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A Dmysql.pm174 if(!exists($self->{_cache}->{_mysql_keys}->{$table->sql_name})) {
189 $self->{_cache}->{_mysql_keys}->{$table->sql_name} = \%keydata;
192 return $self->{_cache}->{_mysql_keys}->{$table->sql_name};
H A DDB2.pm61 my $sth = $self->{_cache}->{db2_uniq} ||= $self->dbh->prepare(<<'EOF');
92 my $sth = $self->{_cache}->{db2_fk} ||= $self->dbh->prepare(<<'EOF');
H A DPg.pm110 my $attr_sth = $self->{_cache}->{pg_attr_sth} ||= $self->dbh->prepare(
115 my $uniq_sth = $self->{_cache}->{pg_uniq_sth} ||= $self->dbh->prepare(
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DTestSupport.py23 def sdkForPython(_cache=[]):
28 if not _cache:
43 return _cache[0]
/macosx-10.9.5/CF-855.17/
H A DCFLocale.c150 CFMutableDictionaryRef _cache; member in struct:__CFLocale
233 if (NULL != locale->_cache) CFRelease(locale->_cache);
353 locale->_cache = CFDictionaryCreateMutable(kCFAllocatorSystemDefault, 0, NULL, &kCFTypeDictionaryValueCallBacks);
432 locale->_cache = CFDictionaryCreateMutable(allocator, 0, NULL, &kCFTypeDictionaryValueCallBacks);
489 if (CFDictionaryGetValueIfPresent(locale->_cache, __CFLocaleKeyTable[slot].key, &value)) {
494 if (value) CFDictionarySetValue(locale->_cache, __CFLocaleKeyTable[idx].key, value);
500 if (value) CFDictionarySetValue(locale->_cache, __CFLocaleKeyTable[idx].key, value);
774 // this access of _cache is protected by the lock in CFLocaleGetValue()
775 if (!CFDictionaryGetValueIfPresent(locale->_cache, CFST
[all...]
/macosx-10.9.5/msdosfs-198/
H A Dmsdosfs.py371 def _cache(self, cluster): member in class:msdosfs.FAT32
392 self._cache(key)
421 self._cache(key)
466 def _cache(self, cluster): member in class:msdosfs.FAT16
487 self._cache(key)
516 self._cache(key)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DTestSupport.py27 def sdkForPython(_cache=[]):
32 if not _cache:
52 return _cache[0]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/ios/
H A DWebAccessibilityObjectWrapperIOS.mm116 AXObjectCache* _cache;
131 _cache = cache;
141 _cache = cache;
172 return _cache->visiblePositionForTextMarkerData(_textMarkerData);
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/
H A DBase.pm937 delete $self->{_cache};
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/
H A DBase.pm937 delete $self->{_cache};
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/
H A DBase.pm1668 delete $self->{_cache};

Completed in 296 milliseconds