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

1234567891011>>

/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;
/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...]
/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()) {
62 * @param {Object.<string, Object>} properties Map from entry URLs to metadata
75 * @param {Object.<string, Object>} properties Map from entry URLs to metadata
88 * @param {Object.<string, Object>} properties Map from entry URLs to metadata
103 * @param {Object.<string, Object>} properties Map from entry URLs to metadata
117 * Changes the watched directory. In case of a fake entry, the watch is
120 * @param {!DirectoryEntry|!Object} entry Directory entry to be tracked, or the
121 * fake entry.
124 FileWatcher.prototype.changeWatchedDirectory = function(entry, callbac
[all...]
/external/chromium_org/v8/src/
H A Dcollection-iterator.js26 var entry = {value: value_array, done: false};
29 entry.value = UNDEFINED;
30 entry.done = true;
33 entry.value = value_array[0];
40 return entry;
118 var entry = {value: value_array, done: false};
121 entry.value = UNDEFINED;
122 entry.done = true;
125 entry.value = value_array[0];
128 entry
[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/drive/
H A Ddrive_api_util.cc142 scoped_ptr<google_apis::ResourceEntry> entry(new google_apis::ResourceEntry);
145 entry->set_resource_id(file_resource.file_id());
146 entry->set_id(file_resource.file_id());
148 entry->set_kind(google_apis::ResourceEntry::ENTRY_KIND_FOLDER);
150 entry->set_kind(google_apis::ResourceEntry::ENTRY_KIND_UNKNOWN);
152 entry->set_kind(google_apis::ResourceEntry::ENTRY_KIND_FILE);
153 entry->set_title(file_resource.title());
154 entry->set_published_time(file_resource.created_date());
161 entry->set_labels(labels);
167 entry
217 scoped_ptr<google_apis::ResourceEntry> entry; local
[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() == (ui::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/renderer/resources/extensions/
H A Dfile_manager_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/components/search_engines/
H A Dtemplate_url_prepopulate_data_unittest.cc121 scoped_ptr<base::DictionaryValue> entry(new base::DictionaryValue);
123 entry->SetString("name", "foo");
124 entry->SetString("keyword", "fook");
125 entry->SetString("search_url", "http://foo.com/s?q={searchTerms}");
126 entry->SetString("favicon_url", "http://foi.com/favicon.ico");
127 entry->SetString("encoding", "UTF-8");
128 entry->SetInteger("id", 1001);
129 overrides->Append(entry->DeepCopy());
153 entry->SetString("suggest_url", "http://foo.com/suggest?q={searchTerms}");
154 entry
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content_public/browser/
H A DNavigationHistory.java21 public void addEntry(NavigationEntry entry) { argument
22 mEntries.add(entry);
44 * 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 Dsyncer_util.cc27 #include "sync/syncable/entry.h"
81 // Expected entry points of this function:
92 // 1) Client has entry for tag already, ID is server style, matches
93 // 2) Client has entry for tag already, ID is server, doesn't match.
94 // 3) Client has entry for tag already, ID is local, (never matches)
95 // 4) Client has no entry for tag
98 // work just fine. Update will end up in the proper entry, via ID lookup.
104 // this update gets targeted at the correct local entry; we expect conflict
127 // Target this change to the existing local entry; later,
128 // we'll change the ID of the local entry t
192 AttemptToUpdateEntry( syncable::WriteTransaction* const trans, syncable::MutableEntry* const entry, Cryptographer* cryptographer) argument
440 UpdateLocalDataFromServerData( syncable::WriteTransaction* trans, syncable::MutableEntry* entry) argument
472 ValidateCommitEntry(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/chromium_org/v8/src/compiler/
H A Dvalue-numbering-reducer.cc61 for (Entry* entry = *head; entry; entry = entry->next()) {
62 if (entry->node()->IsDead()) continue;
63 if (entry->node() == node) return NoChange();
64 if (Equals(node, entry->node())) {
65 return Replace(entry->node());
/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());

Completed in 3386 milliseconds

1234567891011>>