HomeSort by relevance Sort by last modified time
    Searched full:newentry (Results 26 - 50 of 163) sorted by null

12 3 4 5 6 7

  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 445 <K, V> ReferenceEntry<K, V> newEntry(
452 <K, V> ReferenceEntry<K, V> newEntry(
460 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
461 copyAccessEntry(original, newEntry);
462 return newEntry;
467 <K, V> ReferenceEntry<K, V> newEntry(
475 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
476 copyWriteEntry(original, newEntry);
477 return newEntry;
482 <K, V> ReferenceEntry<K, V> newEntry(
    [all...]
  /external/guava/guava/src/com/google/common/collect/
LinkedHashMultimap.java 426 ValueEntry<K, V> newEntry = new ValueEntry<K, V>(key, value, smearedHash, rowHead);
427 succeedsInValueSet(lastEntry, newEntry);
428 succeedsInValueSet(newEntry, this);
429 succeedsInMultimap(multimapHeaderEntry.getPredecessorInMultimap(), newEntry);
430 succeedsInMultimap(newEntry, multimapHeaderEntry);
431 hashTable[bucket] = newEntry;
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedHashMultimap.java 422 ValueEntry<K, V> newEntry = new ValueEntry<K, V>(key, value, smearedHash, rowHead);
423 succeedsInValueSet(lastEntry, newEntry);
424 succeedsInValueSet(newEntry, this);
425 succeedsInMultimap(multimapHeaderEntry.getPredecessorInMultimap(), newEntry);
426 succeedsInMultimap(newEntry, multimapHeaderEntry);
427 hashTable[bucket] = newEntry;
  /packages/apps/TV/src/com/android/tv/guide/
ProgramManager.java 218 TableEntry newEntry = new TableEntry(oldEntry.channelId, oldEntry.program,
221 updateEntry(oldEntry, newEntry);
229 TableEntry newEntry = new TableEntry(oldEntry.channelId, oldEntry.program, null,
232 updateEntry(oldEntry, newEntry);
240 TableEntry newEntry = new TableEntry(oldEntry.channelId, oldEntry.program,
243 updateEntry(oldEntry, newEntry);
482 private void updateEntry(TableEntry old, TableEntry newEntry) {
485 entries.set(index, newEntry);
486 notifyTableEntryUpdated(newEntry);
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
memory_dump_allocator_details_pane.html 341 function(newEntry) {
342 newEntry.importanceRange = new tr.b.Range();
344 newEntry.sharerNameToEntry = new Map();
381 function(newEntry) {
383 newEntry.size = ownedBySiblingSizes.get(siblingDump);
424 getAndUpdateEntry(infoTypeToEntry, dumpInfo.type, function(newEntry) {
426 newEntry.providedSize = dumpInfo.providedSize;
427 newEntry.dependencySize = dumpInfo.dependencySize;
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclinit.swg 83 int newEntry;
84 Tcl_HashEntry* hashentry = Tcl_CreateHashEntry(&(klass->hashtable), meth->name, &newEntry);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 82 * @param newEntry The new class path entry to add.
86 IClasspathEntry[] entries, IClasspathEntry newEntry) {
90 newEntries[n] = newEntry;
101 * @param newEntry The new class path entry to add.
107 IClasspathEntry[] entries, IClasspathEntry newEntry) {
109 IPath path = newEntry.getPath();
112 entries[i] = newEntry;
117 return addEntryToClasspath(entries, newEntry);
125 * @param newEntry The new class path entry to add.
128 public static void addEntryToClasspath(IJavaProject javaProject, IClasspathEntry newEntry)
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
PopulatedCachesTest.java 261 Entry<Object, Object> newEntry = warmed.get(i - WARMUP_MIN);
262 assertTrue(entries.contains(newEntry));
263 assertTrue(entries.remove(newEntry));
264 assertFalse(entries.remove(newEntry));
265 assertFalse(entries.contains(newEntry));
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 161 AddrLabelSymEntry &NewEntry = AddrLabelSymbols[New];
164 if (NewEntry.Symbols.empty()) {
166 NewEntry = std::move(OldEntry); // Set New's entry.
173 NewEntry.Symbols.insert(NewEntry.Symbols.end(), OldEntry.Symbols.begin(),
  /external/libevent/
event_rpcgen.py     [all...]
  /libcore/ojluni/src/main/java/sun/net/www/
MimeTable.java 314 MimeEntry newEntry = new MimeEntry(type);
320 parse(pair, newEntry);
323 add(newEntry);
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 305 ZipEntry newEntry;
308 newEntry = new ZipEntry(zipEntry);
311 newEntry = new ZipEntry(zipEntry.getName());
313 outZipStream.putNextEntry(newEntry);
  /libcore/ojluni/src/main/java/sun/security/util/
Cache.java 364 CacheEntry<K,V> newEntry = newEntry(key, value, expirationTime, queue);
365 CacheEntry<K,V> oldEntry = cacheMap.put(key, newEntry);
459 protected CacheEntry<K,V> newEntry(K key, V value,
  /sdk/dumpeventlog/src/com/android/dumpeventlog/
DumpEventLog.java 61 public void newEntry(LogEntry entry) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_field_lite.h 72 EntryType* NewEntry() const;
229 default_enum_value>::NewEntry() const {
  /external/deqp/framework/randomshaders/
rsgVariableManager.cpp 362 ValueEntry* newEntry = curScope.allocate(variable);
366 *cachePos = newEntry;
368 m_entryCache.push_back(newEntry);
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar.go 261 e, remove, err := j.newEntry(cookie, now, defPath, host)
379 // newEntry creates an entry from a http.Cookie c. now is the current time and
388 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, err error) {
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar.go 261 e, remove, err := j.newEntry(cookie, now, defPath, host)
379 // newEntry creates an entry from a http.Cookie c. now is the current time and
388 func (j *Jar) newEntry(c *http.Cookie, now time.Time, defPath, host string) (e entry, remove bool, err error) {
  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 408 // we ignore raw data. New entries are processed in #newEntry(LogEntry)
413 * @see com.android.ddmlib.log.LogReceiver.ILogListener#newEntry(com.android.ddmlib.log.LogReceiver.LogEntry)
415 public void newEntry(LogEntry entry) {
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 690 BasicBlock *NewEntry = BasicBlock::Create(F->getContext(), "", F, OldEntry);
691 NewEntry->takeName(OldEntry);
693 BranchInst::Create(OldEntry, NewEntry);
699 // Move all fixed sized allocas from OldEntry to NewEntry.
701 NEBI = NewEntry->begin(); OEBI != E; )
716 PN->addIncoming(&*I, NewEntry);
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsxform.c 487 _cmsTransformCollection *newEntry = ( _cmsTransformCollection *) _cmsSubAllocDup(ctx ->MemPool, entry, sizeof(_cmsTransformCollection));
489 if (newEntry == NULL)
493 newEntry -> Next = NULL;
495 Anterior -> Next = newEntry;
497 Anterior = newEntry;
500 newHead.TransformCollection = newEntry;
    [all...]
  /external/emma/core/java12/com/vladium/util/
IntIntMap.java 203 final Entry newEntry = new Entry (key, value, bucketListHead);
204 buckets [bucketIndex] = newEntry;
IntObjectMap.java 192 final Entry newEntry = new Entry (key, value, bucketListHead);
193 buckets [bucketIndex] = newEntry;
IntSet.java 164 final Entry newEntry = new Entry (key, bucketListHead);
165 buckets [bucketIndex] = newEntry;
ObjectIntMap.java 196 final Entry newEntry = new Entry (key, value, bucketListHead);
197 buckets [bucketIndex] = newEntry;

Completed in 730 milliseconds

12 3 4 5 6 7