HomeSort by relevance Sort by last modified time
    Searched refs:entry (Results 226 - 250 of 2910) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/dom_distiller/core/
distilled_content_store.h 29 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/net/tools/gdig/
file_net_log.cc 23 void FileNetLogObserver::OnAddEntry(const net::NetLog::Entry& entry) {
25 DCHECK(entry.source().IsValid());
27 const char* source = NetLog::SourceTypeToString(entry.source().type);
28 const char* type = NetLog::EventTypeToString(entry.type());
30 scoped_ptr<base::Value> param_value(entry.ParametersToValue());
45 entry.source().id, source, type, params.c_str());
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_names.py 37 def _symbol(entry):
38 if entry['Symbol'] is not None:
39 return entry['Symbol']
41 if entry['name'].startswith('-webkit-'):
42 return entry['name'].replace('-', '_')[1:]
43 return name_utilities.cpp_name(entry).replace('-', '_')
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
entry_x86-64_tls.h 89 entry_patch(mapi_func entry, int slot)
91 char *code = (char *) entry;
106 mapi_func entry; local
120 entry = (mapi_func) code;
121 entry_patch(entry, slot);
123 return entry;
  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DYLDRendezvous.cpp 123 SOEntry entry; local
159 SOEntry entry; local
167 for (addr_t cursor = m_current.map_addr; cursor != 0; cursor = entry.next)
169 if (!ReadSOEntryFromMemory(cursor, entry))
173 // On Linux this is indicated by an empty path in the entry.
175 if (entry.path.empty() || ::strcmp(entry.path.c_str(), m_exe_path) == 0)
178 pos = std::find(m_soentries.begin(), m_soentries.end(), entry);
181 m_soentries.push_back(entry);
182 m_added_soentries.push_back(entry);
214 SOEntry entry; local
    [all...]
  /external/mesa3d/src/mapi/mapi/
entry_x86-64_tls.h 89 entry_patch(mapi_func entry, int slot)
91 char *code = (char *) entry;
106 mapi_func entry; local
120 entry = (mapi_func) code;
121 entry_patch(entry, slot);
123 return entry;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
TwoSecondIntersectionFinder.java 33 for (TimeToSampleBox.Entry entry : track.getDecodingTimeEntries()) {
34 duration += entry.getCount() * entry.getDelta();
43 List<TimeToSampleBox.Entry> entries = track.getDecodingTimeEntries();
64 for (TimeToSampleBox.Entry entry : entries) {
65 for (int i = 0; i < entry.getCount(); i++) {
71 time += entry.getDelta();
  /external/chromium_org/v8/src/
profile-generator.cc 33 for (HashMap::Entry* p = names_.Start();
43 HashMap::Entry* entry = GetEntry(src, len); local
44 if (entry->value == NULL) {
48 entry->key = dst.start();
49 entry->value = entry->key;
51 return reinterpret_cast<const char*>(entry->value);
65 HashMap::Entry* entry = GetEntry(str, len) local
380 const CodeEntryInfo& entry = locator.value(); local
396 const CodeEntryInfo& entry = locator.value(); local
580 CodeEntry** entry = entries.start(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/
EditFileSystemDialog.js 149 var entry = /** @type {!WebInspector.FileSystemMapping.Entry} */ (event.data);
150 this._addMappingRow(entry);
155 var entry = /** @type {!WebInspector.FileSystemMapping.Entry} */ (event.data);
156 if (this._fileSystemPath !== entry.fileSystemPath)
158 delete this._entries[entry.urlPrefix];
159 if (this._fileMappingsList.itemForId(entry.urlPrefix))
160 this._fileMappingsList.removeItem(entry.urlPrefix);
173 var entry = this._entries[itemId]
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host.cc 223 AudioEntry* const entry = LookupById(stream_id); local
224 if (!entry) {
232 if (!entry->shared_memory()->ShareToProcess(PeerHandle(),
236 ReportErrorAndClose(entry->stream_id());
240 AudioSyncReader* reader = static_cast<AudioSyncReader*>(entry->reader());
247 ReportErrorAndClose(entry->stream_id());
252 entry->stream_id(), foreign_memory_handle, socket_descriptor,
253 entry->shared_memory()->requested_size()));
260 AudioEntry* const entry = LookupById(stream_id); local
261 if (!entry)
299 AudioEntry* entry = it->second; local
390 AudioEntry* entry = LookupById(stream_id); local
403 AudioEntry* entry = LookupById(stream_id); local
416 AudioEntry* entry = LookupById(stream_id); local
    [all...]
  /external/chromium_org/base/prefs/
pref_value_map.cc 20 const Map::const_iterator entry = prefs_.find(key); local
21 if (entry != prefs_.end()) {
23 *value = entry->second;
31 const Map::const_iterator entry = prefs_.find(key); local
32 if (entry != prefs_.end()) {
34 *value = entry->second;
44 const Map::iterator entry = prefs_.find(key); local
45 if (entry != prefs_.end()) {
46 if (base::Value::Equals(entry->second, value))
48 delete entry->second
58 const Map::iterator entry = prefs_.find(key); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata.cc 40 // Returns true when there is no entry with the specified name under the parent
41 // other than the specified entry.
59 // Returns true when the ID is used by an immutable entry.
125 ResourceEntry entry; local
126 FileError error = storage_->GetEntry(util::kDriveGrandRootLocalId, &entry);
137 if (!entry.resource_id().empty()) {
139 entry.clear_resource_id();
140 error = storage_->PutEntry(entry);
149 error = storage_->GetEntry(util::kDriveOtherDirLocalId, &entry);
160 if (!entry.resource_id().empty())
329 ResourceEntry entry; local
418 ResourceEntry entry; local
451 ResourceEntry entry; local
582 ResourceEntry entry; local
    [all...]
file_cache.cc 91 ResourceEntry entry(it->GetValue());
92 entry.mutable_file_specific_info()->clear_cache_state();
93 storage_->PutEntry(entry);
103 ResourceEntry entry; local
107 FileError error = storage_->GetEntry(id, &entry);
110 !entry.file_specific_info().cache_state().is_present()))
125 ResourceEntry entry; local
126 FileError error = storage_->GetEntry(id, &entry);
129 if (!entry.file_specific_info().cache_state().is_present())
142 ResourceEntry entry; local
195 ResourceEntry entry; local
208 ResourceEntry entry; local
237 ResourceEntry entry; local
270 ResourceEntry entry; local
354 ResourceEntry entry; local
444 ResourceEntry entry; local
536 ResourceEntry entry; local
596 ResourceEntry entry; local
    [all...]
  /external/chromium_org/sync/internal_api/
sync_backup_manager.cc 80 syncable::MutableEntry entry(trans.GetWrappedWriteTrans(),
82 CHECK(entry.good());
84 if (!entry.GetId().ServerKnows())
85 entry.PutId(syncable::Id::CreateFromServerId(entry.GetId().value()));
86 if (!entry.GetParentId().ServerKnows()) {
87 entry.PutParentIdPropertyOnly(syncable::Id::CreateFromServerId(
88 entry.GetParentId().value()));
90 entry.PutBaseVersion(1);
91 entry.PutIsUnsynced(false)
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java 250 * Obtains a pool entry with a connection within the given timeout.
260 * @return pool entry holding a connection for the route
279 BasicPoolEntry entry = null;
286 while (entry == null) {
305 entry = getFreeEntry(rospl, state);
306 if (entry != null) {
320 entry = createEntry(rospl, operator);
325 entry = createEntry(rospl, operator);
362 } // while no entry
368 return entry;
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
TrackFragmentRandomAccessBox.java 61 private List<Entry> entries = Collections.emptyList();
94 entries = new ArrayList<Entry>();
97 Entry entry = new Entry(); local
99 entry.time = IsoTypeReader.readUInt64(content);
100 entry.moofOffset = IsoTypeReader.readUInt64(content);
102 entry.time = IsoTypeReader.readUInt32(content);
103 entry.moofOffset = IsoTypeReader.readUInt32(content);
105 entry.trafNumber = IsoTypeReaderVariable.read(content, lengthSizeOfTrafNum)
    [all...]
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser_unittest.cc 58 // Check a folder entry.
65 EXPECT_EQ("Entry 1 Title", folder_entry->title());
100 // Check a file entry.
129 // Check a file entry.
136 // Check an external document entry.
152 scoped_ptr<ResourceEntry> entry(ResourceEntry::ExtractAndParse(*document));
153 ASSERT_TRUE(entry.get());
155 EXPECT_EQ(ResourceEntry::ENTRY_KIND_FILE, entry->kind());
156 EXPECT_EQ("\"HhMOFgxXHit7ImBr\"", entry->etag());
157 EXPECT_EQ("file:2_file_resource_id", entry->resource_id())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_directory_operation_unittest.cc 19 ResourceEntry entry; local
20 FileError error = GetLocalResourceEntry(path, &entry);
21 if (error == FILE_ERROR_OK && !entry.file_info().is_directory())
58 ResourceEntry entry; local
59 EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(kNewDirectory1, &entry));
60 EXPECT_EQ(ResourceEntry::DIRTY, entry.metadata_edit_state());
61 EXPECT_TRUE(entry.file_info().is_directory());
63 entry.file_info().last_modified()).is_null());
65 entry.file_info().last_accessed()).is_null());
67 EXPECT_EQ(1U, delegate()->updated_local_ids().count(entry.local_id()))
    [all...]
get_file_for_saving_operation_unittest.cc 79 scoped_ptr<ResourceEntry> entry; local
84 &error, &local_path, &entry));
89 ASSERT_TRUE(entry);
90 EXPECT_EQ(src_entry.resource_id(), entry->resource_id());
93 EXPECT_TRUE(entry->file_specific_info().cache_state().is_present());
94 EXPECT_TRUE(entry->file_specific_info().cache_state().is_dirty());
114 scoped_ptr<ResourceEntry> entry; local
119 &error, &local_path, &entry));
138 scoped_ptr<ResourceEntry> entry; local
143 &error, &local_path, &entry));
    [all...]
remove_operation.cc 23 // Removes cache file and moves the metadata entry to the trash.
29 ResourceEntry* entry,
35 error = metadata->GetResourceEntryById(*local_id, entry);
39 if (entry->file_info().is_directory() && !is_recursive) {
56 entry->set_parent_local_id(util::kDriveTrashDirLocalId);
57 return metadata->RefreshEntry(*entry);
87 ResourceEntry* entry = new ResourceEntry; local
97 entry,
103 base::Owned(entry),
110 const ResourceEntry* entry,
    [all...]
  /external/chromium_org/chrome/browser/history/
history_tab_helper.cc 47 void HistoryTabHelper::UpdateHistoryPageTitle(const NavigationEntry& entry) {
50 hs->SetPageTitle(entry.GetVirtualURL(),
51 entry.GetTitleForDisplay(std::string()));
89 // Update history. Note that this needs to happen after the entry is complete,
100 web_contents()->GetURL(), details.entry->GetTimestamp(),
125 void HistoryTabHelper::TitleWasSet(NavigationEntry* entry, bool explicit_set) {
129 if (entry) {
130 UpdateHistoryPageTitle(*entry);
155 NavigationEntry* entry = tab->GetController().GetLastCommittedEntry(); local
156 if (entry) {
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_entry_operation.h 18 class Entry;
43 static SimpleEntryOperation OpenOperation(SimpleEntryImpl* entry,
46 Entry** out_entry);
48 SimpleEntryImpl* entry,
51 Entry** out_entry);
52 static SimpleEntryOperation CloseOperation(SimpleEntryImpl* entry);
53 static SimpleEntryOperation ReadOperation(SimpleEntryImpl* entry,
61 SimpleEntryImpl* entry,
70 SimpleEntryImpl* entry,
76 SimpleEntryImpl* entry,
    [all...]
  /external/openfst/src/include/fst/
generic-register.h 44 typedef EntryType Entry;
54 const EntryType &entry) {
57 register_table_.insert(make_pair(key, entry));
61 const EntryType *entry = LookupEntry(key); local
62 if (entry) {
63 return *entry;
86 const EntryType *entry = this->LookupEntry(key); local
87 if (entry == 0) {
92 return *entry;
142 // and Entry, and have appropriate static GetRegister() and instanc
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeInference.py 12 # Used for declaring assignments of a specified type without a known entry.
35 if lhs.entry is None:
41 previous_assignment = parallel_node.assignments.get(lhs.entry)
58 parallel_node.assignments[lhs.entry] = (pos, inplace_op)
97 entry = self.current_env().lookup(function.name)
98 if not entry or entry.is_builtin:
117 entry = self.current_env().lookup(function.name)
118 if not entry or entry.is_builtin
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
transreg.cpp 31 // allocation, deletion, and use of Entry objects. BoundsChecker has
347 // Vector of Entry pointers currently in use
357 // Caller must call DEBUG_setup first. Return index of given Entry,
409 // class Entry
413 * The Entry object stores objects of different types and
474 // entry object owns it. It should only be deleted when the
535 TransliteratorEntry *entry = find(ID); local
536 return (entry == 0) ? 0
537 : instantiateEntry(ID, entry, aliasReturn, status);
545 TransliteratorEntry *entry = find(ID) local
618 TransliteratorEntry *entry = new TransliteratorEntry(); local
632 TransliteratorEntry *entry = new TransliteratorEntry(); local
647 TransliteratorEntry *entry = new TransliteratorEntry(); local
668 TransliteratorEntry *entry = new TransliteratorEntry(); local
1028 TransliteratorEntry* entry = 0; local
1122 TransliteratorEntry *entry = new TransliteratorEntry(); local
1176 TransliteratorEntry* entry; local
    [all...]

Completed in 4090 milliseconds

1 2 3 4 5 6 7 8 91011>>