HomeSort by relevance Sort by last modified time
    Searched refs:entry (Results 476 - 500 of 4249) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 136 Map.Entry<FieldDescriptorType, Object> entry = fields.getArrayEntryAt(i); local
137 FieldDescriptorType descriptor = entry.getKey();
138 clone.setField(descriptor, entry.getValue());
140 for (Map.Entry<FieldDescriptorType, Object> entry :
142 FieldDescriptorType descriptor = entry.getKey();
143 clone.setField(descriptor, entry.getValue());
167 for (Map.Entry<FieldDescriptorType, Object> entry
578 final Map.Entry<FieldDescriptorType, Object> entry = local
721 final Map.Entry<FieldDescriptorType, Object> entry = local
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularImmutableBiMap.java 36 for (Entry<K, V> entry : delegate.entrySet()) {
37 builder.put(entry.getValue(), entry.getKey());
  /external/proguard/src/proguard/
OutputWriter.java 69 ClassPathEntry entry = programJars.get(index); local
70 if (entry.isOutput())
73 if (entry.getFilter() == null &&
74 entry.getJarFilter() == null &&
75 entry.getWarFilter() == null &&
76 entry.getEarFilter() == null &&
77 entry.getZipFilter() == null &&
80 throw new IOException("The output jar [" + entry.getName() +
90 entry.getFile().equals(otherEntry.getFile()))
92 throw new IOException("The output jar [" + entry.getName()
106 ClassPathEntry entry = programJars.get(index); local
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
inferiors.c 29 struct inferior_list_entry entry; member in struct:thread_info
74 struct inferior_list_entry *entry)
78 if (list->head == entry) {
79 list->head = entry->next;
80 if (list->tail == entry)
86 while (*cur && (*cur)->next != entry)
92 (*cur)->next = entry->next;
94 if (list->tail == entry)
105 new_thread->entry.id = thread_id;
107 add_inferior_to_list (&all_threads, & new_thread->entry);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 33 public static final class Entry {
43 public Entry() {}
44 public Entry(IBinder key, StatusBarNotification n, StatusBarIconView ic) {
67 private final ArrayList<Entry> mEntries = new ArrayList<Entry>();
68 private final Comparator<Entry> mEntryCmp = new Comparator<Entry>() {
70 public int compare(Entry a, Entry b) {
88 public Entry get(int i)
115 Entry entry = new Entry(); local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Signature.java 22 import java.util.Map.Entry;
146 for (Entry<String, PortInfo> entry : mInputPorts.entrySet()) {
147 stringBuffer.append(entry.getValue().toString("input", entry.getKey()) + "\n");
149 for (Entry<String, PortInfo> entry : mOutputPorts.entrySet()) {
150 stringBuffer.append(entry.getValue().toString("output", entry.getKey()) + "\n");
175 for (Entry<String, PortInfo> entry : mInputPorts.entrySet())
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
entry_cmp.hpp 48 /// Entry compare, primary template.
68 typedef typename __rebind_v::other::const_pointer entry; typedef in struct:__gnu_pbds::detail::entry_cmp
70 /// Compare plus entry.
78 operator()(entry lhs, entry rhs) const
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
entry_cmp.hpp 48 /// Entry compare, primary template.
68 typedef typename __rebind_v::other::const_pointer entry; typedef in struct:__gnu_pbds::detail::entry_cmp
70 /// Compare plus entry.
78 operator()(entry lhs, entry rhs) const
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
entry_cmp.hpp 48 /// Entry compare, primary template.
68 typedef typename __rebind_v::other::const_pointer entry; typedef in struct:__gnu_pbds::detail::entry_cmp
70 /// Compare plus entry.
78 operator()(entry lhs, entry rhs) const
  /external/chromium/chrome/browser/
favicon_helper.cc 135 NavigationEntry* entry = GetEntry(); local
136 if (entry)
137 UpdateFavicon(entry, sized_image);
141 void FaviconHelper::UpdateFavicon(NavigationEntry* entry,
145 UpdateFavicon(entry, image);
148 void FaviconHelper::UpdateFavicon(NavigationEntry* entry,
151 entry->favicon().set_is_valid(true);
156 entry->favicon().set_bitmap(image);
163 NavigationEntry* entry = GetEntry(); local
164 if (!entry)
211 NavigationEntry* entry = tab_contents()->controller().GetActiveEntry(); local
312 NavigationEntry* entry = GetEntry(); local
388 NavigationEntry* entry = GetEntry(); local
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host.cc 205 AudioEntry* const entry = LookupById(stream_id); local
206 if (!entry) {
214 if (!entry->shared_memory()->ShareToProcess(PeerHandle(),
218 ReportErrorAndClose(entry->stream_id());
222 AudioSyncReader* reader = static_cast<AudioSyncReader*>(entry->reader());
234 ReportErrorAndClose(entry->stream_id());
239 entry->stream_id(),
242 media::PacketSizeInBytes(entry->shared_memory()->requested_size())));
255 AudioEntry* const entry = LookupById(stream_id); local
256 if (entry) {
364 AudioEntry* entry = LookupById(stream_id); local
378 AudioEntry* entry = LookupById(stream_id); local
392 AudioEntry* entry = LookupById(stream_id); local
    [all...]
  /bionic/libc/bionic/
scandir.cpp 48 bool Add(dirent* entry) {
59 dirent* copy = CopyDirent(entry);
101 dirent* entry; local
102 while ((entry = reader.ReadEntry()) != NULL) {
104 if (filter != NULL && !(*filter)(entry)) {
107 names.Add(entry);
  /external/chromium/chrome/browser/resources/net_internals/
serviceprovidersview.js 111 var entry = serviceProviders[i];
113 addNodeWithText(tr, 'td', entry.name);
114 addNodeWithText(tr, 'td', entry.version);
116 ServiceProvidersView.getLayeredServiceProviderType(entry));
117 addNodeWithText(tr, 'td', ServiceProvidersView.getSocketType(entry));
118 addNodeWithText(tr, 'td', ServiceProvidersView.getProtocolType(entry));
119 addNodeWithText(tr, 'td', entry.path);
133 var entry = namespaceProviders[i];
134 addNodeWithText(tr, 'td', entry.name);
135 addNodeWithText(tr, 'td', entry.version)
    [all...]
  /external/chromium/net/disk_cache/
disk_cache_test_base.h 27 class Entry;
91 int OpenEntry(const std::string& key, disk_cache::Entry** entry);
92 int CreateEntry(const std::string& key, disk_cache::Entry** entry);
98 int OpenNextEntry(void** iter, disk_cache::Entry** next_entry);
101 int ReadData(disk_cache::Entry* entry, int index, int offset,
103 int WriteData(disk_cache::Entry* entry, int index, int offset
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_controller_impl_unittest.cc 135 IBusLookupTable::Entry entry; local
136 entry.value = kSampleCandidate[i];
137 entry.description_title = kSampleDescriptionTitle[i];
138 entry.description_body = kSampleDescriptionBody[i];
139 table.mutable_candidates()->push_back(entry);
143 std::vector<InfolistWindowView::Entry> infolist_entries;
160 IBusLookupTable::Entry entry; local
161 entry.value = kSampleCandidate[i]
192 IBusLookupTable::Entry entry; local
224 IBusLookupTable::Entry entry; local
256 InfolistWindowView::Entry entry; local
274 InfolistWindowView::Entry entry; local
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_object_enumerator_unittest.cc 49 MtpFileEntry entry; local
50 entry.set_file_name(kTestCases[i].name);
51 entry.set_file_size(kTestCases[i].size);
52 entry.set_file_type(kTestCases[i].is_directory ?
55 entry.set_modification_time(kTestCases[i].modification_time);
56 entries.push_back(entry);
  /external/chromium_org/net/disk_cache/simple/
simple_entry_operation.h 18 class Entry;
39 static SimpleEntryOperation OpenOperation(SimpleEntryImpl* entry,
42 Entry** out_entry);
44 SimpleEntryImpl* entry,
47 Entry** out_entry);
48 static SimpleEntryOperation CloseOperation(SimpleEntryImpl* entry);
49 static SimpleEntryOperation ReadOperation(SimpleEntryImpl* entry,
57 SimpleEntryImpl* entry,
75 Entry** out_entry() { return out_entry_; }
86 SimpleEntryOperation(SimpleEntryImpl* entry,
    [all...]
  /external/chromium_org/net/disk_cache/
tracing_cache_backend.h 26 virtual int OpenEntry(const std::string& key, Entry** entry,
28 virtual int CreateEntry(const std::string& key, Entry** entry,
38 virtual int OpenNextEntry(void** iter, Entry** next_entry,
56 EntryProxy* FindOrCreateEntryProxy(Entry* entry);
58 void OnDeleteEntry(Entry* e);
61 Entry* entry, int result)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
EntrySync.cpp 46 PassRefPtr<EntrySync> EntrySync::create(EntryBase* entry)
48 if (entry->isFile())
49 return adoptRef(new FileEntrySync(entry->m_fileSystem, entry->m_fullPath));
50 return adoptRef(new DirectoryEntrySync(entry->m_fileSystem, entry->m_fullPath));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapHashCodeTester.java 40 for (Map.Entry<K, V> entry : getSampleEntries()) {
41 expectedHashCode += hash(entry);
51 Map.Entry<K, V> entryWithNull = entry(null, samples.e3.getValue());
58 Map.Entry<K, V> entryWithNull = entry(samples.e3.getKey(), null);
62 private void runEntryWithNullTest(Map.Entry<K, V> entryWithNull) {
63 Collection<Map.Entry<K, V>> entries = getSampleEntries(getNumEntries() - 1);
68 for (Map.Entry<K, V> entry : entries)
    [all...]
  /external/skia/tests/
BitmapHeapTest.cpp 35 static int32_t GetRefCount(const SkBitmapHeapEntry* entry) {
36 return entry->fRefCount;
67 // The dictionary and heap should now each have one entry.
72 // The bitmap entry's refcount should be 1, then 0 after release.
73 SkBitmapHeapEntry* entry = heap.getEntry(0); local
74 REPORTER_ASSERT(reporter, SkBitmapHeapTester::GetRefCount(entry) == 1);
76 entry->releaseRef();
77 REPORTER_ASSERT(reporter, SkBitmapHeapTester::GetRefCount(entry) == 0);
88 // The dictionary should report the same index since the new entry is identical.
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterFunction.java 20 import java.util.Map.Entry;
67 for (Entry<String, Object> entry : inputMap.entrySet()) {
68 if (entry.getValue() instanceof Frame) {
69 mFilter.pushInputFrame(entry.getKey(), (Frame)entry.getValue());
71 mFilter.pushInputValue(entry.getKey(), entry.getValue());
  /frameworks/base/libs/hwui/
PathCache.cpp 206 void PathCache::operator()(PathDescription& entry, PathTexture*& texture) {
263 PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath *path,
280 generateTexture(entry, &bitmap, texture);
285 void PathCache::generateTexture(const PathDescription& entry, SkBitmap* bitmap,
298 mCache.put(entry, texture);
427 PathDescription entry(kShapePath, paint);
428 entry.shape.path.mPath = path;
430 PathTexture* texture = mCache.get(entry);
433 texture = addTexture(entry, path, paint);
443 generateTexture(entry, bitmap, texture, false)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 375 struct eap_sim_db_pending *entry, *prev = NULL; local
377 entry = data->pending;
378 while (entry) {
379 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) {
381 prev->next = entry->next;
383 data->pending = entry->next;
386 prev = entry;
387 entry = entry->next
405 struct eap_sim_db_pending *entry; local
484 struct eap_sim_db_pending *entry; local
864 struct eap_sim_db_pending *entry; local
1330 struct eap_sim_db_pending *entry; local
    [all...]
  /art/runtime/verifier/
reg_type_cache-inl.h 33 Type* entry = Type::CreateInstance(klass, descriptor, RegTypeCache::primitive_count_); local
35 return entry;

Completed in 639 milliseconds

<<11121314151617181920>>