/packages/apps/InCallUI/src/com/android/incallui/ |
ContactInfoCache.java | 82 final ContactCacheEntry entry = new ContactCacheEntry(); local 86 ContactInfoCache.populateCacheEntry(context, info, entry, 88 return entry; 133 // If the entry already exists, add callback 216 ContactCacheEntry entry = new ContactCacheEntry(); local 217 entry.name = info.getDisplayName(); 218 entry.number = info.getNumber(); 222 entry.label = label; 226 entry.label = typeStr == null ? null : typeStr.toString(); 234 entry.location = oldEntry.location 272 final ContactCacheEntry entry = mInfoMap.get(callId); local [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_html_writer_unittest.cc | 54 const ProfileWriter::BookmarkEntry& entry) { 57 if (entry.in_toolbar) 62 result.append(ASCIIToUTF16(" url=") + UTF8ToUTF16(entry.url.spec())); 65 for (size_t i = 0; i < entry.path.size(); ++i) { 68 result.append(entry.path[i]); 72 result.append(entry.title); 75 result.append(base::TimeFormatFriendlyDateAndTime(entry.creation_time)); 87 ProfileWriter::BookmarkEntry entry; local 88 entry.in_toolbar = on_toolbar; 89 entry.url = url [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncer_proto_util.cc | 258 bool SyncerProtoUtil::Compare(const syncable::Entry& local_entry, 329 const sync_pb::SyncEntity& entry) { 330 if (entry.has_non_unique_name()) 331 return entry.non_unique_name(); 332 return entry.name(); 337 const CommitResponse_EntryResponse& entry) { 338 if (entry.has_non_unique_name()) 339 return entry.non_unique_name(); 340 return entry.name(); 344 const sync_pb::SyncEntity& entry) { [all...] |
/external/chromium_org/sync/syncable/ |
nigori_util.cc | 13 #include "sync/syncable/entry.h" 39 MutableEntry entry(trans, GET_BY_HANDLE, handles[i]); 40 const sync_pb::EntitySpecifics& specifics = entry.Get(SPECIFICS); 45 if (!UpdateEntryWithEncryption(trans, specifics, &entry)) 57 Entry entry(trans, GET_BY_HANDLE, handles[i]); 58 if (!entry.good()) { 62 if (EntryNeedsEncryption(encrypted_types, entry)) 69 const Entry& entry) { [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableMap.java | 54 ImmutableMap(Entry<? extends K, ? extends V>... entries) { 56 for (Entry<? extends K, ? extends V> entry : entries) { 57 K key = checkNotNull(entry.getKey()); 58 V previous = delegate.put(key, checkNotNull(entry.getValue())); 105 static <K, V> Entry<K, V> entryOf(K key, V value) { 110 final List<Entry<K, V>> entries = Lists.newArrayList(); 119 public Builder<K, V> put(Entry<? extends K, ? extends V> entry) { 120 if (entry instanceof ImmutableEntry<?, ?>) 150 Entry<K, V> entry = getOnlyElement(entries); local 175 Entry<? extends K, ? extends V> entry local [all...] |
/external/proguard/src/proguard/gui/ |
ClassPathPanel.java | 131 ClassPathEntry entry = 134 isOutput = entry.isOutput(); 136 selectedFiles[index] = entry.getFile(); 187 // Put the filters of the first selected entry in the dialog. 263 * entry. 285 ClassPathEntry entry = (ClassPathEntry)listModel.get(indices[index]); local 286 entry.setFilter(filterDialog.getFilter()); 287 entry.setJarFilter(filterDialog.getJarFilter()); 288 entry.setWarFilter(filterDialog.getWarFilter()); 289 entry.setEarFilter(filterDialog.getEarFilter()) 364 ClassPathEntry entry = (ClassPathEntry)value; local [all...] |
/frameworks/base/services/java/com/android/server/net/ |
NetworkStatsRecorder.java | 116 public NetworkStats.Entry getTotalSinceBootLocked(NetworkTemplate template) { 171 NetworkStats.Entry entry = null; local 173 entry = delta.getValues(i, entry); 174 final NetworkIdentitySet ident = ifaceIdent.get(entry.iface); 176 unknownIfaces.add(entry.iface); 181 if (entry.isEmpty()) continue; 184 if ((entry.tag == TAG_NONE) != mOnlyTags) { 185 mPending.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry) [all...] |
/external/v8/src/ |
profile-generator.cc | 100 for (HashMap::Entry* p = names_.Start(); 129 HashMap::Entry* cache_entry = names_.Lookup(str, hash, true); 131 // New entry added. 204 bool CodeEntry::IsSameAs(CodeEntry* entry) const { 205 return this == entry 206 || (tag_ == entry->tag_ 207 && shared_id_ == entry->shared_id_ 209 || (name_prefix_ == entry->name_prefix_ 210 && name_ == entry->name_ 211 && resource_name_ == entry->resource_name 527 const CodeEntryInfo& entry = locator.value(); local 539 const CodeEntryInfo& entry = locator.value(); local 650 HashMap::Entry* entry = local 681 HashMap::Entry* entry = profiles_uids_.Lookup(reinterpret_cast<void*>(uid), local 776 CodeEntry* entry = new CodeEntry(tag, local 789 CodeEntry* entry = new CodeEntry(tag, local 803 CodeEntry* entry = new CodeEntry(tag, local 816 CodeEntry* entry = new CodeEntry(tag, local 886 CodeEntry** entry = entries.start(); local 1224 HeapEntry* entry = GetNextEntryToInit(); local 1232 HeapEntry* entry = entries_[i]; local 1353 HashMap::Entry* entry = entries_map_.Lookup(addr, AddressHash(addr), true); local 1361 HashMap::Entry* entry = entries_map_.Lookup(addr, AddressHash(addr), false); local 1445 HashMap::Entry* entry = local 1456 HashMap::Entry* entry = snapshots_uids_.Lookup(reinterpret_cast<void*>(uid), local 1877 HeapEntry* entry = GetEntry(obj); local 2783 HashMap::Entry* entry = local 2852 HashMap::Entry* entry = native_groups_.Lookup(const_cast<char*>(label_copy), local 2931 HeapEntry* entry = FindEntry(ptr); local 2984 HeapEntry* entry = FindEntry(ptr); local 3174 HeapEntry* entry = nodes_to_visit.last(); local 3287 HeapEntry* entry = entries[i]; local 3291 HeapEntry* entry = entries[i]; local [all...] |
/frameworks/ex/chips/src/com/android/ex/chips/ |
BaseRecipientAdapter.java | 252 // Note: At this point each entry doesn't contain any photo 333 final RecipientEntry entry = (RecipientEntry)resultValue; local 334 final String displayName = entry.getDisplayName(); 335 final String emailAddress = entry.getDestination(); 671 private static void putOneEntry(TemporaryEntry entry, boolean isAggregatedEntry, 675 if (existingDestinations.contains(entry.destination)) { 679 existingDestinations.add(entry.destination); 683 entry.displayName, 684 entry.displayNameSource, 685 entry.destination, entry.destinationType, entry.destinationLabel 720 RecipientEntry entry = entryList.get(i); local 938 final RecipientEntry entry = getEntries().get(position); local [all...] |
/external/chromium/chrome/browser/sessions/ |
tab_restore_service_browsertest.cc | 94 NavigationEntry entry; local 95 entry.set_url(url1_); 96 session_service->UpdateTabNavigation(window_id, tab_id, 0, entry); 128 // Make sure an entry was created. 131 // Make sure the entry matches. 132 TabRestoreService::Entry* entry = service_->entries().front(); local 133 ASSERT_EQ(TabRestoreService::TAB, entry->type); 134 TabRestoreService::Tab* tab = static_cast<TabRestoreService::Tab*>(entry); 153 // Make sure the entry matche 188 TabRestoreService::Entry* entry = service_->entries().front(); local 213 TabRestoreService::Entry* entry = service_->entries().front(); local 351 TabRestoreService::Entry* entry = service_->entries().front(); local 393 TabRestoreService::Entry* entry = service_->entries().front(); local 437 TabRestoreService::Entry* entry = service_->entries().front(); local 463 TabRestoreService::Entry* entry = service_->entries().front(); local [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
get_file_for_saving_operation_unittest.cc | 79 scoped_ptr<ResourceEntry> entry; local 84 &error, &local_path, &entry)); 89 ASSERT_TRUE(entry); 90 EXPECT_EQ(src_entry.resource_id(), entry->resource_id()); 109 EXPECT_EQ(entry->resource_id(), observer_.observerd_resource_id()); 121 scoped_ptr<ResourceEntry> entry; local 126 &error, &local_path, &entry)); 145 scoped_ptr<ResourceEntry> entry; local 150 &error, &local_path, &entry));
|
remove_operation.cc | 26 ResourceEntry* entry) { 27 FileError error = metadata->GetResourceEntryByPath(path, entry); 31 if (entry->file_info().is_directory() && !is_recursive) { 87 ResourceEntry* entry = new ResourceEntry; local 91 base::Bind(&CheckLocalState, metadata_, path, is_recursive, entry), 95 base::Owned(entry))); 100 const ResourceEntry* entry, 111 entry->resource_id(), 115 entry->resource_id()));
|
/external/chromium_org/chrome/browser/sessions/ |
tab_restore_service_helper.cc | 190 Entry* entry = *i; 191 if (entry->type != TabRestoreService::TAB) 194 Tab* tab = static_cast<Tab*>(entry); 212 Entry* entry = *entry_iterator; local 214 // If the entry's ID does not match the ID that is being restored, then the 215 // entry is a window from which a single tab will be restored. 216 bool restoring_tab_in_window = entry->id != id; 227 if (entry->type == TabRestoreService::TAB) 355 TabRestoreService::Entry* entry = *iter; local 412 NavigationEntry* entry = (i == pending_index) ? local 584 Entry* entry = *i; local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CompilerScriptMapping.js | 68 var entry = sourceMap.findEntry(lineNumber, columnNumber); 69 if (!entry || entry.length === 2) 71 var url = entry[2]; 75 return new WebInspector.UILocation(uiSourceCode, entry[3], entry[4]); 91 var entry = sourceMap.findEntryReversed(uiSourceCode.url, lineNumber); 92 return WebInspector.debuggerModel.createRawLocation(this._scriptForSourceMap.get(sourceMap) || null, entry[0], entry[1]);
|
/external/guava/guava-tests/test/com/google/common/cache/ |
PopulatedCachesTest.java | 42 import java.util.Map.Entry; 60 List<Entry<Object, Object>> warmed = warmUp(cache); 70 List<Entry<Object, Object>> warmed = warmUp(cache); 72 Entry<Object, Object> entry = warmed.get(i - WARMUP_MIN); local 73 assertTrue(cache.asMap().containsKey(entry.getKey())); 74 assertTrue(cache.asMap().containsValue(entry.getValue())); 76 assertEquals(entry.getValue(), cache.getUnchecked(entry.getKey())); 86 List<Entry<Object, Object>> warmed = warmUp(cache) 88 Entry<Object, Object> entry = warmed.get(i - WARMUP_MIN); local 111 Entry<Object, Object> entry = warmed.get(i - WARMUP_MIN); local 146 Entry<Object, Object> entry = warmed.get(i - WARMUP_MIN); local 167 Entry<Object, Object> entry = warmed.get(i - WARMUP_MIN); local 277 Entry<Object, Object> entry = Iterables.getOnlyElement(cache.asMap().entrySet()); local [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
ZslProcessor3.cpp | 67 camera_metadata_ro_entry_t entry; local 68 entry = frame.find(ANDROID_SENSOR_TIMESTAMP); 69 nsecs_t timestamp = entry.data.i64[0]; 233 camera_metadata_entry_t entry; local 234 entry = request.find(ANDROID_CONTROL_AE_STATE); 235 if (entry.count == 0) { 240 if (entry.data.u8[0] != ANDROID_CONTROL_AE_STATE_CONVERGED && 241 entry.data.u8[0] != ANDROID_CONTROL_AE_STATE_LOCKED) { 243 __FUNCTION__, entry.data.u8[0]); 348 camera_metadata_ro_entry_t entry; local 386 camera_metadata_ro_entry_t entry; local [all...] |
/frameworks/base/tools/aapt/ |
Package.cpp | 142 * or decided not to update. If the entry isn't already slated for 150 ZipEntry* entry = zip->getEntryByIndex(i); local 152 if (!entry->getMarked() && entry->getDeleted()) { 155 entry->getFileName()); 157 zip->remove(entry); 294 * delete the existing entry before adding the new one. 303 ZipEntry* entry; local 335 entry = zip->getEntryByName(storageName.string()); 336 if (entry != NULL) 462 ZipEntry* entry = jar->getEntryByIndex(i); local [all...] |
/frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/ |
HistogramPredictor.java | 35 import java.util.Map.Entry; 124 for(Map.Entry<String, Integer> entry : 126 String app = entry.getKey(); 127 int count = entry.getValue(); 188 for (Map.Entry<String, HashMap<String, Integer> > entry : 190 result += "{ " + entry.getKey() + " : " + 191 entry.getValue().toString() + " }"; 202 public List<Map.Entry<String, Double> > findTopClasses(Map<String, String> features, int topK) [all...] |
/dalvik/vm/ |
JarFile.cpp | 92 ZipEntry entry; local 111 entry = dexZipFindEntry(&archive, kDexInJarName); 112 if (entry != NULL) { 125 dexGetZipEntryModTime(&archive, entry), 126 dexGetZipEntryCrc32(&archive, entry), 235 ZipEntry entry; local 242 entry = dexZipFindEntry(&archive, kDexInJarName); 243 if (entry != NULL) { 268 dexGetZipEntryModTime(&archive, entry), 269 dexGetZipEntryCrc32(&archive, entry), [all...] |
/external/chromium/chrome/browser/net/ |
passive_log_collector.h | 74 // Interface for consuming a NetLog entry. 79 virtual void OnAddEntry(const ChromeNetLog::Entry& entry) = 0; 96 virtual void OnAddEntry(const ChromeNetLog::Entry& entry); 101 typedef std::deque<ChromeNetLog::Entry> CircularEntryList; 122 virtual void OnAddEntry(const ChromeNetLog::Entry& entry); 156 // Updates |out_info| with the information from |entry|. Returns an action 157 // to perform for this map entry on completion [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
background.js | 28 for (var i = 0, entry; entry = data.feed.entry[i]; i++) { 30 'name' : entry['title']['$t'], 31 'id' : entry['id']['$t'], 35 if (entry['gd$email']) { 36 var emails = entry['gd$email'];
|
/external/chromium_org/third_party/icu/source/common/ |
ucmndata.c | 78 PointerTOCEntry entry[2]; /* Actual size is from count. */ member in struct:__anon13240 86 * entry point lookup implementations * 109 const UDataOffsetTOCEntry *entry; local 115 fprintf(stderr, "\tx%d: %s\n", start, &base[toc->entry[start].nameOffset]); 122 entry=toc->entry; 130 strResult = uprv_strcmp(tocEntryName, base+entry[number].nameOffset); 141 entry += number; /* Alias the entry to the current entry. * [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
profiledata.cc | 65 void ProfileData::Evict(const Entry& entry) { 66 const int d = entry.depth; 73 evict_[num_evicted_++] = entry.count; 75 memcpy(&evict_[num_evicted_], entry.stack, d * sizeof(Slot)); 173 if (bucket->entry[a].count > 0) { 174 Evict(bucket->entry[a]); 248 if (bucket->entry[a].count > 0) { 249 Evict(bucket->entry[a]); 250 bucket->entry[a].depth = 0 [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
profiledata.cc | 65 void ProfileData::Evict(const Entry& entry) { 66 const int d = entry.depth; 73 evict_[num_evicted_++] = entry.count; 75 memcpy(&evict_[num_evicted_], entry.stack, d * sizeof(Slot)); 173 if (bucket->entry[a].count > 0) { 174 Evict(bucket->entry[a]); 248 if (bucket->entry[a].count > 0) { 249 Evict(bucket->entry[a]); 250 bucket->entry[a].depth = 0 [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/ |
SegmentIndexBox.java | 44 List<Entry> entries = new ArrayList<Entry>(); 85 for (Entry entry : entries) { 87 b.writeBits(entry.getReferenceType(), 1); 88 b.writeBits(entry.getReferencedSize(), 31); 89 IsoTypeWriter.writeUInt32(byteBuffer, entry.getSubsegmentDuration()); 91 b.writeBits(entry.getStartsWithSap(), 1); 92 b.writeBits(entry.getSapType(), 3); 93 b.writeBits(entry.getSapDeltaTime(), 28) [all...] |