Searched refs:entry (Results 151 - 175 of 2680) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dremove_stale_cache_files_unittest.cc65 ResourceEntry entry; local
67 entry.mutable_file_specific_info()->set_md5(md5_metadata);
68 entry.set_parent_local_id(util::kDriveGrandRootLocalId);
69 entry.set_title("File.txt");
70 EXPECT_EQ(FILE_ERROR_OK, resource_metadata_->AddEntry(entry, &local_id));
81 resource_metadata_->GetResourceEntryById(local_id, &entry));
82 EXPECT_FALSE(entry.file_specific_info().cache_state().is_present());
89 // Dirty entry.
92 ResourceEntry entry; local
94 entry
[all...]
H A Dfile_cache_unittest.cc80 ResourceEntry entry; local
81 entry.set_local_id("id_foo");
82 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->PutEntry(entry));
92 // Insert a dirty entry with "id_baz" to |recovered_cache_info|.
132 ResourceEntry entry; local
133 entry.set_local_id(id_tmp);
134 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->PutEntry(entry));
143 entry.Clear();
144 entry.set_local_id(id_pinned);
145 EXPECT_EQ(FILE_ERROR_OK, metadata_storage_->PutEntry(entry));
185 ResourceEntry entry; local
236 ResourceEntry entry; local
280 ResourceEntry entry; local
330 ResourceEntry entry; local
356 ResourceEntry entry; local
406 ResourceEntry entry; local
445 ResourceEntry entry; local
480 ResourceEntry entry; local
540 ResourceEntry entry; local
[all...]
H A Dresource_metadata_unittest.cc45 ResourceEntry entry; local
46 entry.set_title(title);
47 entry.set_resource_id(resource_id);
48 entry.set_parent_local_id(parent_local_id);
49 entry.mutable_file_info()->set_is_directory(true);
50 entry.mutable_directory_specific_info()->set_changestamp(kTestChangestamp);
51 return entry;
66 ResourceEntry entry; local
67 entry.set_title(title);
68 entry
182 ResourceEntry entry; local
227 ResourceEntry entry; local
336 ResourceEntry entry; local
356 ResourceEntry entry; local
486 ResourceEntry entry; local
523 ResourceEntry entry; local
536 ResourceEntry entry; local
567 ResourceEntry entry; local
637 ResourceEntry entry; local
679 ResourceEntry entry; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.c154 elf_reloc_entry *entry; local
169 entry = yasm_xmalloc(sizeof(elf_reloc_entry));
170 entry->reloc.sym = sym;
171 entry->reloc.addr = addr;
172 entry->rtype_rel = rel;
173 entry->valsize = valsize;
174 entry->addend = NULL;
175 entry->wrt = wrt;
176 entry->is_GOT_sym = is_GOT_sym;
178 return entry;
182 elf_reloc_entry_destroy(void *entry) argument
193 elf_strtab_entry *entry = yasm_xmalloc(sizeof(elf_strtab_entry)); local
200 elf_strtab_entry_set_str(elf_strtab_entry *entry, const char *str) argument
221 elf_strtab_entry *entry = yasm_xmalloc(sizeof(elf_strtab_entry)); local
234 elf_strtab_entry *last, *entry; local
274 elf_strtab_entry *entry; local
295 elf_symtab_entry *entry = yasm_xmalloc(sizeof(elf_symtab_entry)); local
313 elf_symtab_entry_destroy(elf_symtab_entry *entry) argument
334 elf_symtab_entry *entry = data; local
372 elf_symtab_entry *entry = yasm_xmalloc(sizeof(elf_symtab_entry)); local
392 elf_symtab_append_entry(elf_symtab_head *symtab, elf_symtab_entry *entry) argument
406 elf_symtab_insert_local_sym(elf_symtab_head *symtab, elf_symtab_entry *entry) argument
442 elf_symtab_entry *entry, *prev=NULL; local
465 elf_symtab_entry *entry, *prev; local
540 elf_symtab_set_nonzero(elf_symtab_entry *entry, yasm_section *sect, elf_section_index sectidx, elf_symbol_binding bind, elf_symbol_type type, yasm_expr *xsize, elf_address *value) argument
559 elf_sym_set_visibility(elf_symtab_entry *entry, elf_symbol_vis vis) argument
566 elf_sym_set_type(elf_symtab_entry *entry, elf_symbol_type type) argument
573 elf_sym_set_size(elf_symtab_entry *entry, struct yasm_expr *size) argument
582 elf_sym_in_table(elf_symtab_entry *entry) argument
882 elf_secthead_set_rel_name(elf_secthead *shead, elf_strtab_entry *entry) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dremove_operation_unittest.cc28 ResourceEntry entry; local
30 ASSERT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(file_in_root, &entry));
36 EXPECT_EQ(FILE_ERROR_NOT_FOUND, GetLocalResourceEntry(file_in_root, &entry));
38 const std::string id_file_in_root = entry.local_id();
39 EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntryById(id_file_in_root, &entry));
40 EXPECT_EQ(util::kDriveTrashDirLocalId, entry.parent_local_id());
44 ASSERT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(file_in_subdir, &entry));
45 const std::string resource_id = entry.resource_id();
53 GetLocalResourceEntry(file_in_subdir, &entry));
55 const std::string id_file_in_subdir = entry
93 ResourceEntry entry; local
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtable_of_contents_renderer.py37 for key, val in entry.attributes.iteritems()
39 'link': entry.attributes.get('id', ''),
40 'subheadings': make_toc_items(entry.entries),
41 'title': entry.name,
42 } for entry in entries]
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dname_utilities.py91 def script_name(entry):
92 return os.path.basename(entry['name'])
95 def cpp_name(entry):
96 return entry['ImplementedAs'] or script_name(entry)
/external/llvm/include/llvm/Support/
H A DRegistryParser.h24 /// static cl::opt<Registry<Collector>::entry, false,
35 public cl::parser<const typename U::entry*>,
38 typedef typename U::entry entry; typedef in class:llvm::RegistryParser
42 void registered(const entry &E) {
49 cl::parser<const typename U::entry*>::initialize(O);
/external/qemu/distrib/ext4_utils/src/
H A Dxattr.h38 #define EXT4_XATTR_NEXT(entry) \
40 (char *)(entry) + EXT4_XATTR_LEN((entry)->e_name_len)))
43 #define IS_LAST_ENTRY(entry) (*(uint32_t *)(entry) == 0)
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c207 * Add a string entry to the dict.
227 * Add a byte entry to the dict.
245 * Add a boolean entry to the dict.
263 * Add a 16-bit signed integer entry to the dict.
282 * Add a 16-bit unsigned integer entry to the dict.
320 * Add a 32-bit unsigned integer entry to the dict.
339 * Add a 64-bit integer entry to the dict.
358 * Add a 64-bit unsigned integer entry to the dict.
377 * Add a double-precision floating point entry to the dict.
395 * Add a DBus object path entry t
731 _wpa_dbus_dict_entry_get_byte_array( DBusMessageIter *iter, struct wpa_dbus_dict_entry *entry) argument
788 _wpa_dbus_dict_entry_get_string_array( DBusMessageIter *iter, int array_type, struct wpa_dbus_dict_entry *entry) argument
854 _wpa_dbus_dict_entry_get_binarray( DBusMessageIter *iter, struct wpa_dbus_dict_entry *entry) argument
913 _wpa_dbus_dict_entry_get_array( DBusMessageIter *iter_dict_val, struct wpa_dbus_dict_entry *entry) argument
946 _wpa_dbus_dict_fill_value_from_variant( struct wpa_dbus_dict_entry *entry, DBusMessageIter *iter) argument
1012 wpa_dbus_dict_get_entry(DBusMessageIter *iter_dict, struct wpa_dbus_dict_entry * entry) argument
1076 wpa_dbus_dict_entry_clear(struct wpa_dbus_dict_entry *entry) argument
[all...]
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_screenshot_manager.cc95 NavigationEntryImpl* entry =
97 if (!entry)
118 TakeScreenshotImpl(render_view_host, entry);
134 NavigationEntryImpl* entry) {
136 DCHECK(entry);
143 entry->GetUniqueID()),
156 NavigationEntryImpl* entry = NULL; local
161 entry = NavigationEntryImpl::FromNavigationEntry(iter);
166 if (!entry) {
167 LOG(ERROR) << "Invalid entry wit
132 TakeScreenshotImpl( RenderViewHost* host, NavigationEntryImpl* entry) argument
190 NavigationEntryImpl* entry = local
201 NavigationEntryImpl* entry = NULL; local
216 OnScreenshotSet( NavigationEntryImpl* entry) argument
222 ClearScreenshot( NavigationEntryImpl* entry) argument
259 NavigationEntryImpl* entry = NavigationEntryImpl::FromNavigationEntry( local
267 NavigationEntryImpl* entry = NavigationEntryImpl::FromNavigationEntry( local
278 NavigationEntryImpl* entry = NavigationEntryImpl::FromNavigationEntry( local
286 NavigationEntryImpl* entry = NavigationEntryImpl::FromNavigationEntry( local
[all...]
H A Dnavigator_impl.cc39 BrowserContext* browser_context, const NavigationEntryImpl& entry,
54 if (entry.restore_type() ==
56 if (entry.GetHasPostData())
64 void MakeNavigateParams(const NavigationEntryImpl& entry, argument
68 params->page_id = entry.GetPageID();
69 params->should_clear_history_list = entry.should_clear_history_list();
70 params->should_replace_current_entry = entry.should_replace_entry();
71 if (entry.should_clear_history_list()) {
79 params->pending_history_list_offset = controller.GetIndexOfEntry(&entry);
84 params->url = entry
38 GetNavigationType( BrowserContext* browser_context, const NavigationEntryImpl& entry, NavigationController::ReloadType reload_type) argument
166 NavigationEntryImpl* entry = NavigationEntryImpl::FromNavigationEntry( local
297 NavigationEntry* entry; local
313 NavigateToEntry( RenderFrameHostImpl* render_frame_host, const NavigationEntryImpl& entry, NavigationController::ReloadType reload_type) argument
[all...]
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_input_renderer_host.cc135 AudioEntry* entry = LookupByController(controller); local
136 if (!entry)
141 DeleteEntryOnError(entry, INVALID_PEER_HANDLE);
145 if (!entry->controller->SharedMemoryAndSyncSocketMode()) {
147 DeleteEntryOnError(entry, INVALID_LATENCY_MODE);
154 if (!entry->shared_memory.ShareToProcess(PeerHandle(),
158 DeleteEntryOnError(entry, MEMORY_SHARING_FAILED);
163 static_cast<AudioInputSyncWriter*>(entry->writer.get());
175 DeleteEntryOnError(entry, SYNC_SOCKET_ERROR);
179 Send(new AudioInputMsg_NotifyStreamCreated(entry
210 AudioEntry* entry = LookupByController(controller); local
221 AudioEntry* entry = LookupByController(controller); local
369 AudioEntry* entry = LookupById(stream_id); local
382 AudioEntry* entry = LookupById(stream_id); local
391 AudioEntry* entry = LookupById(stream_id); local
418 CloseAndDeleteStream(AudioEntry* entry) argument
429 DeleteEntry(AudioEntry* entry) argument
439 DeleteEntryOnError(AudioEntry* entry, ErrorCode error_code) argument
[all...]
/external/emma/core/java12/com/vladium/util/
H A DSoftValueMap.java34 // entry memory -- which does not make sense if the set of key values is not
36 // entry clearing is needed so that the hash table does not get polluted with
38 // TODO: provide mode that disables entry clearing
169 for (SoftEntry entry = buckets [bucketIndex]; entry != null; entry = entry.m_next)
171 final Object entryKey = entry.m_key;
179 final Reference ref = entry.m_softValue;
195 final Reference ref = entry
[all...]
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Dsync_log.js94 var entry = {
101 entry.textDetails = JSON.stringify(entry.details, null, 2);
102 this.entries.push(entry);
105 e.initCustomEvent('append', false, false, entry);
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dandroid_dumpsys_power_monitor.py78 for entry in csvreader:
79 if len(entry) < 4 or entry[DUMP_VERSION_INDEX] != '7':
81 entries_by_type[entry[COLUMN_TYPE_INDEX]].append(entry)
89 consumptions_mah = [float(entry[PWI_POWER_COMSUMPTION_INDEX])
90 for entry in entries_by_type['pwi']
91 if entry[PWI_UID_INDEX] == uid and
92 entry[PWI_AGGREGATION_INDEX] == 't' and
93 entry[PWI_SUBTYPE_INDE
[all...]
/external/chromium_org/net/http/
H A Dhttp_auth_cache_unittest.cc84 HttpAuthCache::Entry* entry; local
140 entry = cache.Lookup(origin, kRealm5, HttpAuth::AUTH_SCHEME_BASIC);
141 EXPECT_TRUE(NULL == entry);
144 entry = cache.Lookup(GURL("https://www.google.com"), kRealm3,
146 EXPECT_TRUE(NULL == entry);
149 entry = cache.Lookup
151 EXPECT_TRUE(NULL == entry);
154 entry = cache.Lookup(
156 ASSERT_FALSE(NULL == entry);
157 EXPECT_EQ(HttpAuth::AUTH_SCHEME_BASIC, entry
245 HttpAuthCache::Entry entry; local
294 HttpAuthCache::Entry* entry = cache.Lookup( local
389 HttpAuthCache::Entry* entry = cache.Lookup( local
465 HttpAuthCache::Entry* entry; local
556 const HttpAuthCache::Entry* entry = local
568 const HttpAuthCache::Entry* entry = local
[all...]
H A Dhttp_cache.cc94 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* entry) argument
95 : disk_entry(entry),
137 WorkItem(WorkItemOperation operation, Transaction* trans, ActiveEntry** entry) argument
140 entry_(entry),
152 void NotifyTransaction(int result, ActiveEntry* entry) { argument
153 DCHECK(!entry || entry->disk_entry);
155 *entry_ = entry;
190 // to a given entry.
334 ActiveEntry* entry local
590 ActiveEntry* entry = it->second; local
644 FinalizeDoomedEntry(ActiveEntry* entry) argument
665 ActiveEntry* entry = new ActiveEntry(disk_entry); local
670 DeactivateEntry(ActiveEntry* entry) argument
691 SlowDeactivateEntry(ActiveEntry* entry) argument
737 OpenEntry(const std::string& key, ActiveEntry** entry, Transaction* trans) argument
768 CreateEntry(const std::string& key, ActiveEntry** entry, Transaction* trans) argument
797 DestroyEntry(ActiveEntry* entry) argument
805 AddTransactionToEntry(ActiveEntry* entry, Transaction* trans) argument
844 DoneWithEntry(ActiveEntry* entry, Transaction* trans, bool cancel) argument
871 DoneWritingToEntry(ActiveEntry* entry, bool success) argument
898 DoneReadingFromEntry(ActiveEntry* entry, Transaction* trans) argument
910 ConvertWriterToReader(ActiveEntry* entry) argument
968 RemovePendingTransactionFromEntry(ActiveEntry* entry, Transaction* trans) argument
1011 ProcessPendingQueue(ActiveEntry* entry) argument
1024 OnProcessPendingQueue(ActiveEntry* entry) argument
1058 ActiveEntry* entry = NULL; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_cache.c130 /* Probe until we find either a matching FILLED entry or an EMPTY
160 struct util_cache_entry *entry)
162 void *key = entry->key;
163 void *value = entry->value;
165 entry->key = NULL;
166 entry->value = NULL;
168 if (entry->state == FILLED) {
169 remove_from_list(entry);
175 entry->state = DELETED;
185 struct util_cache_entry *entry; local
159 util_cache_entry_destroy(struct util_cache *cache, struct util_cache_entry *entry) argument
220 struct util_cache_entry *entry; local
291 struct util_cache_entry *entry; local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_cache.c130 /* Probe until we find either a matching FILLED entry or an EMPTY
160 struct util_cache_entry *entry)
162 void *key = entry->key;
163 void *value = entry->value;
165 entry->key = NULL;
166 entry->value = NULL;
168 if (entry->state == FILLED) {
169 remove_from_list(entry);
175 entry->state = DELETED;
185 struct util_cache_entry *entry; local
159 util_cache_entry_destroy(struct util_cache *cache, struct util_cache_entry *entry) argument
220 struct util_cache_entry *entry; local
291 struct util_cache_entry *entry; local
[all...]
/external/smack/src/org/jivesoftware/smack/
H A DRosterGroup.java76 for (RosterEntry entry : entries) {
79 RosterPacket.Item item = RosterEntry.toRosterItem(entry);
111 * Returns the roster entry associated with the given XMPP address or
112 * <tt>null</tt> if the user is not an entry in the group.
115 * @return the roster entry or <tt>null</tt> if it does not exist in the group.
126 for (RosterEntry entry : entries) {
127 if (entry.getUser().equals(userLowerCase)) {
128 return entry;
136 * Returns true if the specified entry is part of this group.
138 * @param entry
141 contains(RosterEntry entry) argument
166 addEntry(RosterEntry entry) argument
205 removeEntry(RosterEntry entry) argument
237 addEntryLocal(RosterEntry entry) argument
245 removeEntryLocal(RosterEntry entry) argument
[all...]
/external/iptables/libxtables/
H A Dxtoptions.c30 ((void *)((char *)(cb)->data + (cb)->entry->ptroff))
75 const struct xt_option_entry *entry, unsigned int *offset)
80 if (entry == NULL)
87 for (num_new = 0; entry[num_new].name != NULL; ++num_new)
109 for (i = 0; i < num_new; ++i, ++mp, ++entry) {
110 mp->name = entry->name;
111 mp->has_arg = entry->type != XTTYPE_NONE;
113 mp->val = entry->id + *offset;
121 /* Clear trailing entry */
174 const struct xt_option_entry *entry local
74 xtables_options_xfrm(struct option *orig_opts, struct option *oldopts, const struct xt_option_entry *entry, unsigned int *offset) argument
213 const struct xt_option_entry *entry = cb->entry; local
236 const struct xt_option_entry *entry = cb->entry; local
256 const struct xt_option_entry *entry = cb->entry; local
284 const struct xt_option_entry *entry = cb->entry; local
333 const struct xt_option_entry *entry = cb->entry; local
457 const struct syslog_level *entry = b; local
600 const struct xt_option_entry *entry = cb->entry; local
618 const struct xt_option_entry *entry = cb->entry; local
703 const struct xt_option_entry *entry = cb->entry; local
728 const struct xt_option_entry *entry = cb->entry; local
839 const struct xt_option_entry *entry = cb->entry; local
879 xtables_option_metavalidate(const char *name, const struct xt_option_entry *entry) argument
916 xtables_option_lookup(const struct xt_option_entry *entry, unsigned int id) argument
1003 xtables_option_fcheck2(const char *name, const struct xt_option_entry *entry, const struct xt_option_entry *other, unsigned int xflags) argument
1037 const struct xt_option_entry *entry, *other; local
[all...]
/external/chromium_org/android_webview/native/
H A Dstate_serializer_unittest.cc41 scoped_ptr<content::NavigationEntry> entry(
59 entry->SetURL(url);
60 entry->SetVirtualURL(virtual_url);
61 entry->SetReferrer(referrer);
62 entry->SetTitle(title);
63 entry->SetPageState(page_state);
64 entry->SetHasPostData(has_post_data);
65 entry->SetOriginalRequestURL(original_request_url);
66 entry->SetBaseURLForDataURL(base_url_for_data_url);
67 entry
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DEC3TrackImpl.java59 for (BitStreamInfo entry : entries) {
60 if (bsi.strmtyp != 1 && entry.substreamid == bsi.substreamid) {
183 BitStreamInfo entry = new BitStreamInfo();
185 entry.strmtyp = brb.readBits(2);
186 entry.substreamid = brb.readBits(3);
188 entry.frameSize = 2 * (frmsiz + 1);
190 entry.fscod = brb.readBits(2);
193 if (entry.fscod == 3) {
218 entry.frameSize *= (6 / numberOfBlocksPerSyncFrame);
220 entry
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc247 uintptr_t Count(void** entry) { argument
248 return reinterpret_cast<uintptr_t>(entry[0]);
250 uintptr_t Size(void** entry) { argument
251 return reinterpret_cast<uintptr_t>(entry[1]);
253 uintptr_t Depth(void** entry) { argument
254 return reinterpret_cast<uintptr_t>(entry[2]);
256 void* PC(void** entry, int i) { argument
257 return entry[3+i];
277 for (void** entry = entries; Count(entry) !
290 PrintStackEntry(MallocExtensionWriter* writer, void** entry) argument
[all...]

Completed in 838 milliseconds

1234567891011>>