Searched refs:entry (Results 201 - 225 of 2680) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileEntrySync.h62 DEFINE_TYPE_CASTS(FileEntrySync, EntrySync, entry, entry->isFile(), entry.isFile());
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DLazyField.java154 private Entry<K, LazyField> entry; field in class:LazyField.LazyEntry
156 private LazyEntry(Entry<K, LazyField> entry) { argument
157 this.entry = entry;
161 return entry.getKey();
165 LazyField field = entry.getValue();
173 return entry.getValue();
182 return entry.getValue().setValue((MessageLite) value);
199 Entry<K, ?> entry = iterator.next();
200 if (entry
[all...]
/external/libexif/libexif/pentax/
H A Dmnote-pentax-entry.c1 /* mnote-pentax-entry.c
22 #include "mnote-pentax-entry.h"
32 #include <libexif/exif-entry.h>
308 mnote_pentax_entry_get_value (MnotePentaxEntry *entry, argument
315 if (!entry) return (NULL);
320 switch (entry->tag) {
341 CF (entry->format, EXIF_FORMAT_SHORT, val, maxlen);
342 CC2 (entry->components, 1, 2, val, maxlen);
343 if (entry->components == 1) {
344 vs = exif_get_short (entry
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dentry_revert_performer.cc28 ResourceEntry entry; local
33 if (!ConvertFileResourceToResourceEntry(*file_resource, &entry,
39 entry.set_deleted(true);
51 if (entry.deleted()) {
58 error = ChangeListProcessor::SetParentLocalIdOfEntry(metadata, &entry,
63 entry.set_local_id(local_id);
64 error = metadata->RefreshEntry(entry);
69 error = metadata->GetFilePath(entry.parent_local_id(), &new_parent_path);
103 scoped_ptr<ResourceEntry> entry(new ResourceEntry);
104 ResourceEntry* entry_ptr = entry
115 RevertEntryAfterPrepare( const ClientContext& context, const FileOperationCallback& callback, scoped_ptr<ResourceEntry> entry, FileError error) argument
138 RevertEntryAfterGetFileResource( const FileOperationCallback& callback, const std::string& local_id, google_apis::GDataErrorCode status, scoped_ptr<google_apis::FileResource> entry) argument
[all...]
H A Dremove_performer_unittest.cc30 ResourceEntry entry; local
32 ASSERT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(file_in_root, &entry));
33 performer.Remove(entry.local_id(),
41 ASSERT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(file_in_subdir, &entry));
42 const std::string resource_id = entry.resource_id();
44 performer.Remove(entry.local_id(),
95 ResourceEntry entry; local
96 ASSERT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(kPathInMyDrive, &entry));
98 performer.Remove(entry.local_id(),
104 GetLocalResourceEntry(kPathInMyDrive, &entry));
125 ResourceEntry entry; local
[all...]
/external/chromium_org/net/base/
H A Dnet_log_unittest.h35 const CapturingNetLog::CapturedEntry& entry = entries[j]; local
36 if (expected_event != entry.type) {
38 << "Actual event: " << NetLog::EventTypeToString(entry.type)
42 if (expected_phase != entry.phase) {
44 << "Actual phase: " << entry.phase
48 if (expected_time != entry.time) {
50 << "Actual time: " << entry.time.ToInternalValue()
104 const CapturingNetLog::CapturedEntry& entry = entries[j]; local
105 if (entry.type != type)
110 // Check if the log contains any entry o
121 const CapturingNetLog::CapturedEntry& entry = entries[i]; local
138 const CapturingNetLog::CapturedEntry& entry = entries[i]; local
158 const CapturingNetLog::CapturedEntry& entry = entries[i]; local
[all...]
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser_ls.cc157 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
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducmstate.c38 * 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
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/icu/icu4c/source/tools/toolutil/
H A Ducmstate.c38 * 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
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/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c71 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
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
856 struct wpa_dbus_dict_entry entry = {.type = DBUS_TYPE_STRING }; local
2153 struct wpa_dbus_dict_entry entry = { .type = DBUS_TYPE_STRING }; local
2212 struct wpa_dbus_dict_entry entry; local
2297 struct wpa_dbus_dict_entry entry; local
2398 struct wpa_dbus_dict_entry entry; local
2492 struct wpa_dbus_dict_entry entry; local
[all...]
/external/chromium_org/net/disk_cache/memory/
H A Dmem_backend_impl.cc90 void MemBackendImpl::InternalDoomEntry(MemEntryImpl* entry) { argument
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) { argument
120 rankings_.Insert(entry);
123 void MemBackendImpl::RemoveFromRankingList(MemEntryImpl* entry) { argument
124 rankings_.Remove(entry);
135 int MemBackendImpl::OpenEntry(const std::string& key, Entry** entry, argument
143 CreateEntry(const std::string& key, Entry** entry, const CompletionCallback& callback) argument
202 OpenEntry(const std::string& key, Entry** entry) argument
213 CreateEntry(const std::string& key, Entry** entry) argument
232 Entry* entry; local
281 Entry* entry = rankings_.GetNext(NULL); local
[all...]
/external/oprofile/daemon/
H A Dopd_anon.c52 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
183 struct anon_mapping * entry; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c97 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
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/
H A Dsvga_screen_cache.c97 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
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/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_rdebug.cpp90 LOG_ERRNO("%s: Could not read program header entry", __FUNCTION__);
127 ProcMaps::Entry entry; local
128 while (self_maps->GetNextEntry(&entry)) {
129 if (!entry.path || entry.path_len != path_len ||
130 memcmp(entry.path, path, path_len) != 0)
135 (void*)entry.vma_start,
136 (void*)entry.vma_end,
137 (void*)entry.load_offset);
139 size_t load_bias = entry
274 RDebugRunnable(rdebug_callback_handler_t handler, RDebug* rdebug, link_map_t* entry) argument
302 PostCallback(rdebug_callback_handler_t handler, link_map_t* entry) argument
322 AddEntryImpl(link_map_t* entry) argument
392 DelEntryImpl(link_map_t* entry) argument
[all...]
/external/iproute2/lib/
H A Drt_names.c39 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
362 struct rtnl_hash_entry *entry; local
476 struct rtnl_hash_entry *entry; local
[all...]
/external/chromium_org/chrome/browser/drive/
H A Dtest_util.cc23 scoped_ptr<FileResource> entry; local
32 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
44 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
56 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
68 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
80 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
92 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
104 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
116 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
126 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
[all...]
/external/chromium_org/chrome/browser/importer/
H A Dimporter_unittest_utils.h22 // 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/chromeos/network_configuration/js/
H A Dmain_config.js7 var entry = document.createElement('div');
8 entry.textContent = msg;
9 area.appendChild(entry);
11 area.removeChild(entry);
/external/chromium_org/chrome/browser/resources/history/
H A Dother_devices.css30 .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 {
/external/chromium_org/remoting/client/
H A Dserver_log_entry_client_unittest.cc23 scoped_ptr<ServerLogEntry> entry(MakeLogEntryForSessionStateChange(
25 scoped_ptr<XmlElement> stanza = entry->ToStanza();
37 scoped_ptr<ServerLogEntry> entry(MakeLogEntryForSessionStateChange(
39 scoped_ptr<XmlElement> stanza = entry->ToStanza();
53 scoped_ptr<ServerLogEntry> entry(MakeLogEntryForStatistics(&statistics));
54 scoped_ptr<XmlElement> stanza = entry->ToStanza();
71 scoped_ptr<ServerLogEntry> entry(MakeLogEntryForSessionIdOld("abc"));
72 scoped_ptr<XmlElement> stanza = entry->ToStanza();
82 entry = MakeLogEntryForSessionIdNew("def");
83 stanza = entry
[all...]
/external/chromium_org/v8/src/ia32/
H A Dsimulator-ia32.h14 // do is to call the entry directly.
15 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
16 (entry(p0, p1, p2, p3, p4))
22 // Call the generated regexp code directly. The code at the entry address should
24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/chromium_org/v8/src/x64/
H A Dsimulator-x64.h14 // do is to call the entry directly.
16 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
17 (entry(p0, p1, p2, p3, p4))
22 // Call the generated regexp code directly. The code at the entry address should
24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/chromium_org/v8/src/x87/
H A Dsimulator-x87.h14 // do is to call the entry directly.
15 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
16 (entry(p0, p1, p2, p3, p4))
22 // Call the generated regexp code directly. The code at the entry address should
24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/javassist/src/main/javassist/bytecode/analysis/
H A DIntQueue.java32 IntQueue.Entry entry = new Entry(value);
34 tail.next = entry;
35 tail = entry;
38 head = entry;

Completed in 935 milliseconds

1234567891011>>