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

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
entry_cmp.hpp 69 entry; typedef in struct:__gnu_pbds::detail::entry_cmp
83 operator()(entry p_lhs, entry p_rhs) const
  /external/chromium_org/content/browser/devtools/
devtools_netlog_observer.cc 38 void DevToolsNetLogObserver::OnAddEntry(const net::NetLog::Entry& entry) {
43 if (entry.source().type == net::NetLog::SOURCE_URL_REQUEST)
44 OnAddURLRequestEntry(entry);
45 else if (entry.source().type == net::NetLog::SOURCE_HTTP_STREAM_JOB)
46 OnAddHTTPStreamJobEntry(entry);
47 else if (entry.source().type == net::NetLog::SOURCE_SOCKET)
48 OnAddSocketEntry(entry);
52 const net::NetLog::Entry& entry) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
FrameProcessor.cpp 72 camera_metadata_ro_entry_t entry; local
79 entry = frame.find(ANDROID_STATISTICS_FACE_DETECT_MODE);
82 if (entry.count == 0) {
86 uint8_t faceDetectMode = entry.data.u8[0];
96 entry = frame.find(ANDROID_STATISTICS_FACE_RECTANGLES);
97 if (entry.count == 0) {
103 metadata.number_of_faces = entry.count / 4;
111 const int32_t *faceRects = entry.data.i32;
113 entry = frame.find(ANDROID_STATISTICS_FACE_SCORES);
114 if (entry.count == 0)
200 camera_metadata_ro_entry_t entry; local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
SimpleEntryTest.java 23 import java.util.Map.Entry;
40 Entry entryToPut = (Entry)map.entrySet().iterator().next();
41 Entry testEntry = new AbstractMap.SimpleEntry(entryToPut);
46 entryToPut = (Entry)map.entrySet().iterator().next();
60 Entry entry = new AbstractMap.SimpleEntry<Integer, String>(1,"test"); local
61 assertEquals(1,entry.getKey());
62 entry = new AbstractMap.SimpleEntry(null,null);
63 assertNull(entry.getKey())
67 Entry entry = new AbstractMap.SimpleEntry<Integer, String>(1,"test"); local
74 Entry entry = new AbstractMap.SimpleEntry<Integer, String>(1,"test"); local
83 Entry entry = new AbstractMap.SimpleEntry<Integer, String>(1,"test"); local
    [all...]
  /external/chromium/chrome/browser/net/
passive_log_collector.cc 20 void AddEntryToSourceInfo(const ChromeNetLog::Entry& entry,
24 out_info->entries.push_back(entry);
27 out_info->entries[kMaxNumEntriesPerLog - 1] = entry;
32 bool SortByOrderComparator(const ChromeNetLog::Entry& a,
33 const ChromeNetLog::Entry& b) {
92 ChromeNetLog::Entry entry(num_events_seen_++, type, time, source, phase,
95 SourceTrackerInterface* tracker = GetTrackerForSourceType(entry.source.type);
97 tracker->OnAddEntry(entry);
132 const ChromeNetLog::Entry& entry = entries[i]; local
    [all...]
  /external/chromium/net/base/
host_cache.cc 14 HostCache::Entry::Entry(int error,
20 HostCache::Entry::~Entry() {
36 const HostCache::Entry* HostCache::Lookup(const Key& key,
46 Entry* entry = it->second.get();
47 if (CanUseEntry(entry, now))
48 return entry;
53 HostCache::Entry* HostCache::Set(const Key& key
64 scoped_refptr<Entry>& entry = entries_[key]; local
123 Entry* entry = (it->second).get(); local
140 Entry* entry = (it->second).get(); local
    [all...]
  /external/chromium_org/net/ftp/
ftp_directory_listing_parser_ls.cc 157 FtpDirectoryListingEntry entry; local
165 &entry.last_modified)) {
180 entry.type = FtpDirectoryListingEntry::SYMLINK;
182 entry.type = FtpDirectoryListingEntry::DIRECTORY;
184 entry.type = FtpDirectoryListingEntry::FILE;
187 if (!base::StringToInt64(size, &entry.size)) {
190 // entry, but can't really get the size (What if the group is named
194 entry.size = 0;
196 if (entry.size < 0) {
201 entry.size = -1
    [all...]
  /system/media/camera/docs/
metadata_validate.py 43 def fully_qualified_name(entry):
45 Calculates the fully qualified name for an entry by walking the path
49 entry: a BeautifulSoup Tag corresponding to an <entry ...> XML node
55 parents = [i['name'] for i in entry.parents if i.name in filter_tags]
57 name = entry['name']
80 <entry name="Hello" /> # this is in variable 'Hello'
161 This function only makes sense to be called for an Entry, Clone, or
180 Validate that all <clone> elements point to an existing <entry> element.
191 clone_entry = clone['entry']
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucmstate.c 38 * row=[[firstentry ','] entry (',' entry)*]
41 * entry=range [':' nextstate] ['.' action]
53 int32_t entry; local
82 /* read an entry, the start of the range first */
105 entry=MBCS_ENTRY_FINAL(0, MBCS_STATE_VALID_16, 0);
107 entry=MBCS_ENTRY_TRANSITION(0, 0);
117 entry=MBCS_ENTRY_SET_STATE(entry, i);
124 entry=MBCS_ENTRY_SET_FINAL(entry)
333 int32_t entry, sum, state, cell, count; local
425 int32_t entry, state, cell, count; local
621 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; local
844 int32_t i, entry, savings, localSavings, belowSavings; local
928 int32_t state, cell, entry; local
975 int32_t i, entry, count; local
    [all...]
  /external/icu4c/tools/toolutil/
ucmstate.c 38 * row=[[firstentry ','] entry (',' entry)*]
41 * entry=range [':' nextstate] ['.' action]
53 int32_t entry; local
82 /* read an entry, the start of the range first */
105 entry=MBCS_ENTRY_FINAL(0, MBCS_STATE_VALID_16, 0);
107 entry=MBCS_ENTRY_TRANSITION(0, 0);
117 entry=MBCS_ENTRY_SET_STATE(entry, i);
124 entry=MBCS_ENTRY_SET_FINAL(entry)
333 int32_t entry, sum, state, cell, count; local
425 int32_t entry, state, cell, count; local
621 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; local
844 int32_t i, entry, savings, localSavings, belowSavings; local
928 int32_t state, cell, entry; local
975 int32_t i, entry, count; local
    [all...]
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest.cc 192 // Import all bookmarks from a file which include an empty folder entry.
204 ProfileWriter::BookmarkEntry entry; local
208 entry = *it++;
209 EXPECT_EQ(ASCIIToUTF16("Empty"), entry.title);
210 EXPECT_TRUE(entry.is_folder);
211 EXPECT_EQ(base::Time::FromTimeT(1295938143), entry.creation_time);
212 EXPECT_EQ(2, static_cast<int>(entry.path.size()));
213 if (entry.path.size() == 2) {
214 path_it = entry.path.begin();
219 entry = *it++
    [all...]
  /external/chromium/net/disk_cache/
mem_backend_impl.cc 93 void MemBackendImpl::InternalDoomEntry(MemEntryImpl* entry) {
95 DCHECK(entry->type() == MemEntryImpl::kParentEntry);
97 rankings_.Remove(entry);
98 EntryMap::iterator it = entries_.find(entry->GetKey());
104 entry->InternalDoom();
122 void MemBackendImpl::InsertIntoRankingList(MemEntryImpl* entry) {
123 rankings_.Insert(entry);
126 void MemBackendImpl::RemoveFromRankingList(MemEntryImpl* entry) {
127 rankings_.Remove(entry);
134 int MemBackendImpl::OpenEntry(const std::string& key, Entry** entry
224 Entry* entry; local
267 Entry* entry = rankings_.GetNext(NULL); local
    [all...]
  /external/chromium_org/net/disk_cache/
mem_backend_impl.cc 90 void MemBackendImpl::InternalDoomEntry(MemEntryImpl* entry) {
92 DCHECK(entry->type() == MemEntryImpl::kParentEntry);
94 rankings_.Remove(entry);
95 EntryMap::iterator it = entries_.find(entry->GetKey());
101 entry->InternalDoom();
119 void MemBackendImpl::InsertIntoRankingList(MemEntryImpl* entry) {
120 rankings_.Insert(entry);
123 void MemBackendImpl::RemoveFromRankingList(MemEntryImpl* entry) {
124 rankings_.Remove(entry);
135 int MemBackendImpl::OpenEntry(const std::string& key, Entry** entry
232 Entry* entry; local
281 Entry* entry = rankings_.GetNext(NULL); local
    [all...]
  /external/oprofile/daemon/
opd_anon.c 52 struct anon_mapping * entry; local
55 entry = list_entry(pos, struct anon_mapping, lru_list);
56 if (trans->anon == entry)
58 if (trans->last_anon == entry)
60 sfile_clear_anon(entry);
61 list_del(&entry->list);
62 list_del(&entry->lru_list);
64 free(entry);
84 struct anon_mapping * entry; local
89 entry = list_entry(pos, struct anon_mapping, list)
183 struct anon_mapping * entry; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 71 struct wpa_dbus_dict_entry entry; local
82 entry.key = NULL;
88 if (!wpa_dbus_dict_get_entry(&iter_dict, &entry))
91 if (!os_strcmp(entry.key, "Timeout") &&
92 (entry.type == DBUS_TYPE_INT32)) {
93 timeout = entry.uint32_value;
94 } else if (os_strcmp(entry.key, "RequestedDeviceTypes") == 0) {
95 if ((entry.type != DBUS_TYPE_ARRAY) ||
96 (entry.array_type != WPAS_DBUS_TYPE_BINARRAY))
101 os_malloc(WPS_DEV_TYPE_LEN * entry.array_len)
194 struct wpa_dbus_dict_entry entry; local
236 struct wpa_dbus_dict_entry entry; local
286 struct wpa_dbus_dict_entry entry; local
426 struct wpa_dbus_dict_entry entry; local
564 struct wpa_dbus_dict_entry entry; local
846 struct wpa_dbus_dict_entry entry = {.type = DBUS_TYPE_STRING }; local
2002 struct wpa_dbus_dict_entry entry = { .type = DBUS_TYPE_STRING }; local
2061 struct wpa_dbus_dict_entry entry; local
2146 struct wpa_dbus_dict_entry entry; local
2247 struct wpa_dbus_dict_entry entry; local
2341 struct wpa_dbus_dict_entry entry; local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_util.cc 32 using syncable::Entry;
79 syncable::MutableEntry* entry,
82 syncable::Id old_id = entry->Get(ID);
83 if (!entry->Put(ID, new_id)) {
84 Entry old_entry(trans, GET_BY_ID, new_id);
87 << " conflicts with existing entry.\n\n"
88 << *entry << "\n\n" << old_entry;
90 if (entry->Get(IS_DIR)) {
109 if (entry->Get(PREV_ID) == entry->Get(NEXT_ID) &
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen_cache.c 97 struct svga_host_surface_cache_entry *entry; local
114 entry = LIST_ENTRY(struct svga_host_surface_cache_entry, curr, bucket_head);
116 assert(entry->handle);
118 if (memcmp(&entry->key, key, sizeof *key) == 0 &&
119 sws->fence_signalled(sws, entry->fence, 0) == 0) {
122 assert(sws->surface_is_flushed(sws, entry->handle));
124 handle = entry->handle; /* Reference is transfered here. */
125 entry->handle = NULL;
127 LIST_DEL(&entry->bucket_head);
129 LIST_DEL(&entry->head)
170 struct svga_host_surface_cache_entry *entry = NULL, *next_entry; local
207 struct svga_host_surface_cache_entry *entry = NULL; local
302 struct svga_host_surface_cache_entry *entry; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c 97 struct svga_host_surface_cache_entry *entry; local
114 entry = LIST_ENTRY(struct svga_host_surface_cache_entry, curr, bucket_head);
116 assert(entry->handle);
118 if (memcmp(&entry->key, key, sizeof *key) == 0 &&
119 sws->fence_signalled(sws, entry->fence, 0) == 0) {
122 assert(sws->surface_is_flushed(sws, entry->handle));
124 handle = entry->handle; /* Reference is transfered here. */
125 entry->handle = NULL;
127 LIST_DEL(&entry->bucket_head);
129 LIST_DEL(&entry->head)
170 struct svga_host_surface_cache_entry *entry = NULL, *next_entry; local
207 struct svga_host_surface_cache_entry *entry = NULL; local
302 struct svga_host_surface_cache_entry *entry; local
    [all...]
  /frameworks/volley/src/com/android/volley/toolbox/
DiskBasedCache.java 102 * Returns the cache entry with the specified key if it exists, null otherwise.
105 public synchronized Entry get(String key) {
106 CacheHeader entry = mEntries.get(key); local
107 // if the entry does not exist, return.
108 if (entry == null) {
118 return entry.toCacheEntry(data);
155 CacheHeader entry = CacheHeader.readHeader(fis); local
156 entry.size = file.length();
157 putEntry(entry.key, entry);
179 Entry entry = get(key); local
263 Map.Entry<String, CacheHeader> entry = iterator.next(); local
305 CacheHeader entry = mEntries.get(key); local
378 CacheHeader entry = new CacheHeader(); local
    [all...]
  /external/iproute2/lib/
rt_names.c 39 struct rtnl_hash_entry *entry; local
67 entry = malloc(sizeof(*entry));
68 entry->id = id;
69 entry->name = strdup(namebuf);
70 entry->next = hash[id & (size - 1)];
71 hash[id & (size - 1)] = entry;
341 struct rtnl_hash_entry *entry; local
349 entry = rtnl_rttable_hash[id & 255];
350 while (entry && entry->id != id
362 struct rtnl_hash_entry *entry; local
476 struct rtnl_hash_entry *entry; local
    [all...]
  /development/host/windows/usb/api/
adb_interface_enum.cpp 78 AdbInstanceEnumEntry& entry = *current_interface_; local
81 if ((NULL == info) || (*size < entry.GetFlatSize())) {
82 *size = entry.GetFlatSize();
88 entry.Save(info);
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
touch_operation_unittest.cc 44 ResourceEntry entry; local
45 EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(kTestPath, &entry));
47 base::Time::FromInternalValue(entry.file_info().last_accessed()));
49 base::Time::FromInternalValue(entry.file_info().last_modified()));
  /external/chromium_org/chrome/browser/extensions/api/log_private/
syslog_parser.cc 40 linked_ptr<api::log_private::LogEntry> entry(new api::log_private::LogEntry);
49 if (ParseTime(time, &(entry->timestamp)) != SyslogParser::SUCCESS) {
63 ParseProcess(tokenizer.token(), entry.get());
64 ParseLevel(input, entry.get());
65 entry->full_entry = input;
67 if (filter_handler->IsValidLogEntry(*(entry.get()))) {
68 output->push_back(entry);
112 api::log_private::LogEntry* entry) const {
119 entry->process = tokenizer.token();
120 entry->process_id = "unknown"
    [all...]
  /external/chromium_org/chrome/browser/importer/
importer_unittest_utils.h 22 // Generates an assertion error if |entry| is not equal to |expected|. Wrap this
25 void TestEqualBookmarkEntry(const ImportedBookmarkEntry& entry,
  /external/chromium_org/chrome/browser/resources/history/
other_devices.css 30 .device-tab-entry {
50 .device-tab-entry:not(:hover),
51 .device-tab-entry:not(:focus) {
55 .device-tab-entry:hover,
56 .device-tab-entry:focus {
60 .device-tab-entry:active,
61 .device-tab-entry:visited,
62 .device-tab-entry:link {

Completed in 917 milliseconds

<<11121314151617181920>>