Searched refs:entry (Results 226 - 250 of 2680) sorted by relevance

1234567891011>>

/external/valgrind/main/VEX/switchback/
H A Dtest_hello.c15 void entry ( void*(*service)(int,int) ) function
/external/chromium_org/components/dom_distiller/core/
H A Ddistilled_content_store.cc22 const ArticleEntry& entry,
25 InjectContent(entry, proto);
33 const ArticleEntry& entry,
38 ContentMap::const_iterator it = cache_.Get(entry.entry_id());
41 // Could not find article by entry ID, so try looking it up by URL.
42 for (int i = 0; i < entry.pages_size(); ++i) {
43 UrlMap::const_iterator url_it = url_to_id_.find(entry.pages(i).url());
64 void InMemoryContentStore::InjectContent(const ArticleEntry& entry, argument
66 cache_.Put(entry.entry_id(), proto);
67 AddUrlToIdMapping(entry, prot
21 SaveContent( const ArticleEntry& entry, const DistilledArticleProto& proto, InMemoryContentStore::SaveCallback callback) argument
32 LoadContent( const ArticleEntry& entry, InMemoryContentStore::LoadCallback callback) argument
70 AddUrlToIdMapping( const ArticleEntry& entry, const DistilledArticleProto& proto) argument
[all...]
H A Ddistilled_content_store.h29 virtual void SaveContent(const ArticleEntry& entry,
32 virtual void LoadContent(const ArticleEntry& entry,
44 // Lookup can be done based on entry ID or URL.
51 virtual void SaveContent(const ArticleEntry& entry,
54 virtual void LoadContent(const ArticleEntry& entry,
58 void InjectContent(const ArticleEntry& entry,
73 void AddUrlToIdMapping(const ArticleEntry& entry,
/external/chromium_org/components/translate/content/browser/
H A Dcontent_translate_driver.cc54 content::NavigationEntry* entry = navigation_controller_->GetActiveEntry(); local
55 if (!entry) {
63 entry->GetPageID(),
70 content::NavigationEntry* entry = navigation_controller_->GetActiveEntry(); local
71 if (!entry) {
78 web_contents->GetRenderViewHost()->GetRoutingID(), entry->GetPageID()));
94 content::NavigationEntry* entry = navigation_controller_->GetActiveEntry(); local
95 if (!entry)
97 return entry->GetURL();
110 content::NavigationEntry* entry local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DEditingLocationHistoryManager.js102 var entry = new WebInspector.EditingLocationHistoryEntry(this._sourcesView, this, sourceFrame, selection);
103 active.merge(entry);
114 var entry = new WebInspector.EditingLocationHistoryEntry(this._sourcesView, this, sourceFrame, selection);
115 this._historyManager.push(entry);
123 function filterOut(entry)
125 return entry._projectId === uiSourceCode.project().id() && entry._path === uiSourceCode.path();
155 * @param {!WebInspector.HistoryEntry} entry
157 merge: function(entry)
159 if (this._projectId !== entry
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_watcher.js51 event.entry.toURL() === this.watchedDirectoryEntry_.toURL()) {
61 * @param {Object.<string, Object>} properties Map from entry URLs to metadata
74 * @param {Object.<string, Object>} properties Map from entry URLs to metadata
87 * @param {Object.<string, Object>} properties Map from entry URLs to metadata
102 * @param {Object.<string, Object>} properties Map from entry URLs to metadata
116 * Changes the watched directory. In case of a fake entry, the watch is
119 * @param {!DirectoryEntry|!Object} entry Directory entry to be tracked, or the
120 * fake entry.
123 FileWatcher.prototype.changeWatchedDirectory = function(entry, callbac
[all...]
/external/ipsec-tools/src/racoon/
H A Dgenlist.c52 struct genlist_entry *entry = calloc(sizeof(struct genlist_entry), 1); local
53 entry->data = data;
54 TAILQ_INSERT_HEAD(head, entry, chain);
55 return entry;
61 struct genlist_entry *entry = calloc(sizeof(struct genlist_entry), 1); local
62 entry->data = data;
63 TAILQ_INSERT_TAIL(head, entry, chain);
64 return entry;
117 print_entry(void *entry, void *arg)
119 if (!entry)
[all...]
/external/ltrace/
H A Dlens_enum.c39 enum_entry_dtor(struct enum_entry *entry, void *data) argument
41 if (entry->own_key)
42 free(entry->key);
43 if (entry->own_value) {
44 value_destroy(entry->value);
45 free(entry->value);
109 struct enum_entry *entry = VECT_ELEMENT(&lens->entries, local
111 int st = enum_values_equal(value, entry->value, arguments);
115 return entry->key;
151 struct enum_entry entry local
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
H A DTfrfBox.java60 for (Entry entry : entries) {
62 IsoTypeWriter.writeUInt64(byteBuffer, entry.fragmentAbsoluteTime);
63 IsoTypeWriter.writeUInt64(byteBuffer, entry.fragmentAbsoluteDuration);
65 IsoTypeWriter.writeUInt32(byteBuffer, entry.fragmentAbsoluteTime);
66 IsoTypeWriter.writeUInt32(byteBuffer, entry.fragmentAbsoluteDuration);
77 Entry entry = new Entry();
79 entry.fragmentAbsoluteTime = IsoTypeReader.readUInt64(content);
80 entry.fragmentAbsoluteDuration = IsoTypeReader.readUInt64(content);
82 entry.fragmentAbsoluteTime = IsoTypeReader.readUInt32(content);
83 entry
[all...]
/external/chromium_org/chrome/browser/google/
H A Dgoogle_search_counter.cc27 const content::NavigationEntry& entry) const {
28 DCHECK(google_util::IsGoogleSearchUrl(entry.GetURL()));
30 // If the |entry| is FROM_ADDRESS_BAR, it comes from the omnibox; if it's
33 if (entry.GetTransitionType() == (content::PAGE_TRANSITION_GENERATED |
38 // The string "source=search_app" in the |entry| URL represents a Google
40 if (entry.GetURL().query().find("source=search_app") != std::string::npos)
52 return google_util::IsGoogleSearchUrl(commit->entry->GetURL());
70 const content::NavigationEntry& entry = *commit->entry; local
73 GetGoogleSearchAccessPointForSearchNavEntry(entry));
[all...]
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_prepopulate_data_unittest.cc124 scoped_ptr<base::DictionaryValue> entry(new base::DictionaryValue);
126 entry->SetString("name", "foo");
127 entry->SetString("keyword", "fook");
128 entry->SetString("search_url", "http://foo.com/s?q={searchTerms}");
129 entry->SetString("favicon_url", "http://foi.com/favicon.ico");
130 entry->SetString("encoding", "UTF-8");
131 entry->SetInteger("id", 1001);
132 overrides->Append(entry->DeepCopy());
156 entry->SetString("suggest_url", "http://foo.com/suggest?q={searchTerms}");
157 entry
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dfile_browser_private_custom_bindings.js39 response.entries = response.entries.map(function(entry) {
40 return GetExternalFileEntry(entry);
57 response[i].entry =
58 GetExternalFileEntry(response[i].entry);
73 var urls = entries.map(function(entry) {
74 return fileBrowserHandlerNatives.GetEntryURL(entry);
87 // Convert the entry arguments into a real Entry object.
88 args[0].entry = GetExternalFileEntry(args[0].entry);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DNavigationHistory.java19 protected void addEntry(NavigationEntry entry) { argument
20 mEntries.add(entry);
42 * Returns the index of the entry the {@link ContentViewCore} was navigated to
/external/chromium_org/net/disk_cache/blockfile/
H A Dwebfonts_histogram.cc80 void RecordCacheHit(EntryImpl* entry) { argument
81 const char* label = HistogramLabel(entry->GetKey());
84 EntryStore* info = entry->entry()->Data();
92 void RecordEviction(EntryImpl* entry) { argument
93 const char* label = HistogramLabel(entry->GetKey());
96 EntryStore* info = entry->entry()->Data();
/external/chromium_org/sync/engine/
H A Dapply_control_data_updates.h22 syncable::MutableEntry* const entry,
25 syncable::MutableEntry* const entry,
H A Dget_commit_ids.cc13 #include "sync/syncable/entry.h"
94 bool IsEntryInConflict(const syncable::Entry& entry) { argument
95 if (entry.GetIsUnsynced() &&
96 entry.GetServerVersion() > 0 &&
97 (entry.GetServerVersion() > entry.GetBaseVersion())) {
100 DCHECK(entry.GetIsUnappliedUpdate());
101 DVLOG(1) << "Excluding entry from commit due to version mismatch "
102 << entry;
108 // Return true if this entry ha
110 HasAttachmentNotOnServer(const syncable::Entry& entry) argument
128 IsEntryReadyForCommit(ModelTypeSet requested_types, ModelTypeSet encrypted_types, bool passphrase_missing, const syncable::Entry& entry) argument
[all...]
/external/chromium_org/third_party/brotli/src/
H A Dwoff2_header_dump.py30 entry = struct.unpack('>IIIII', header[44+20*i:44+20*(i+1)])
31 print '%08x %d %d %d %d' % entry
/external/clang/test/CodeGenCXX/
H A Dcopy-assign-volatile-synthesis.cpp39 ioapic_redir_t entry; local
40 ioapic_shadow[ioapic_id].redirs[3] = entry;
/external/guava/guava-tests/test/com/google/common/collect/
H A DTablesTest.java37 Cell<String, Integer, Character> entry
39 SerializableTester.reserializeAndAssert(entry);
43 Cell<String, Integer, Character> entry
45 assertEquals("(foo,1)=a", entry.toString());
53 Cell<String, Integer, Character> entry
57 .addEqualityGroup(entry, Tables.immutableCell("foo", 1, 'a'))
66 Cell<String, Integer, Character> entry
70 .addEqualityGroup(entry, Tables.immutableCell(null, null, null))
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DDepFind.java41 ClassPathEntry entry = cp.next();
42 InputStream in = entry.openStream();
45 classes.put(header.getClassName(), entry.getSource());
47 System.err.println("Error reading " + entry.getName() + ": " + e.getMessage());
60 ClassPathEntry entry = cp.next();
61 InputStream in = entry.openStream();
64 new DepFindVisitor(classes, entry.getSource(), handler),
67 System.err.println("Error reading " + entry.getName() + ": " + e.getMessage());
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_renderer_host.cc222 AudioEntry* const entry = LookupById(stream_id); local
223 if (!entry) {
231 if (!entry->shared_memory()->ShareToProcess(PeerHandle(),
235 ReportErrorAndClose(entry->stream_id());
239 AudioSyncReader* reader = static_cast<AudioSyncReader*>(entry->reader());
251 ReportErrorAndClose(entry->stream_id());
256 entry->stream_id(),
259 entry->shared_memory()->requested_size()));
266 AudioEntry* const entry = LookupById(stream_id); local
267 if (!entry)
308 AudioEntry* entry = it->second; local
401 AudioEntry* entry = LookupById(stream_id); local
414 AudioEntry* entry = LookupById(stream_id); local
427 AudioEntry* entry = LookupById(stream_id); local
466 DeleteEntry(scoped_ptr<AudioEntry> entry) argument
[all...]
/external/chromium_org/android_webview/native/
H A Dstate_serializer.cc117 // Set up the file access rights for the selected navigation entry.
154 bool WriteNavigationEntryToPickle(const content::NavigationEntry& entry, argument
156 if (!pickle->WriteString(entry.GetURL().spec()))
159 if (!pickle->WriteString(entry.GetVirtualURL().spec()))
162 const content::Referrer& referrer = entry.GetReferrer();
168 if (!pickle->WriteString16(entry.GetTitle()))
171 if (!pickle->WriteString(entry.GetPageState().ToEncodedData()))
174 if (!pickle->WriteBool(static_cast<int>(entry.GetHasPostData())))
177 if (!pickle->WriteString(entry.GetOriginalRequestURL().spec()))
180 if (!pickle->WriteString(entry
197 RestoreNavigationEntryFromPickle(PickleIterator* iterator, content::NavigationEntry* entry) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dtouch_operation_unittest.cc43 ResourceEntry entry; local
44 EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(kTestPath, &entry));
46 base::Time::FromInternalValue(entry.file_info().last_accessed()));
48 base::Time::FromInternalValue(entry.file_info().last_modified()));
49 EXPECT_EQ(ResourceEntry::DIRTY, entry.metadata_edit_state());
55 EXPECT_TRUE(observer()->updated_local_ids().count(entry.local_id()));
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.cc72 // entry rather than a pending navigation entry.
74 NavigationEntry* entry = controller.GetTransientEntry(); local
75 if (entry)
76 return entry->GetFavicon().image;
78 entry = controller.GetLastCommittedEntry();
79 if (entry)
80 return entry->GetFavicon().image;
86 NavigationEntry* entry = controller.GetTransientEntry(); local
87 if (entry)
117 NavigationEntry* entry = web_contents()->GetController().GetActiveEntry(); local
183 NavigationEntry* entry = web_contents()->GetController().GetActiveEntry(); local
[all...]
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_entry.cc55 bool AutofillEntry::operator==(const AutofillEntry& entry) const {
56 return key() == entry.key() &&
57 date_created() == entry.date_created() &&
58 date_last_used() == entry.date_last_used();
61 bool AutofillEntry::operator<(const AutofillEntry& entry) const {
62 return key_ < entry.key();

Completed in 656 milliseconds

1234567891011>>