HomeSort by relevance Sort by last modified time
    Searched full:source_id (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_copy_texture.txt 39 void glCopyTextureCHROMIUM (GLenum target, GLenum source_id,
43 Copies the contents of texture referred to by <source_id> to texture
59 INVALID_VALUE is generated if <source_id> or <dest_id> are not valid texture
65 INVALID_VALUE is generated if textures corresponding to <source_id> have not
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_copy_texture_chromium.h 29 GLenum dest_target, GLuint source_id, GLuint dest_id,
38 GLuint source_id, GLuint dest_id, GLint level,
gles2_cmd_copy_texture_chromium.cc 325 GLuint source_id,
338 DoCopyTextureWithTransform(decoder, source_target, dest_target, source_id,
347 GLuint source_id,
406 glBindTexture(source_target, source_id);
425 decoder->RestoreTextureState(source_id);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLookupKeyTest.java 73 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "123");
76 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "4.5.6");
79 storeValue(RawContacts.CONTENT_URI, rawContactId3, RawContacts.SOURCE_ID, "http://foo?bar");
101 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1");
106 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "1");
130 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1");
133 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "2");
136 storeValue(RawContacts.CONTENT_URI, rawContactId3, RawContacts.SOURCE_ID, "3");
170 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1");
  /external/chromium_org/content/browser/renderer_host/
render_view_host_delegate.cc 28 const string16& source_id) {
  /external/chromium_org/chrome/browser/resources/net_internals/
http_pipeline_view.html 33 <td><a jsvalues=".href: '#events&q=id:' + source_id" jscontent="source_id"></a></td>
spdy_view.html 47 <td><a jsvalues=".href: '#events&q=id:' + source_id" jscontent="source_id"></a></td>
  /external/chromium/chrome/browser/net/
passive_log_collector.h 52 uint32 source_id; member in struct:PassiveLogCollector::SourceInfo
161 // Removes |source_id| from |sources_|. This also releases any references
163 void DeleteSourceInfo(uint32 source_id);
165 // Adds |source_id| to the FIFO queue (graveyard) for deletion.
166 void AddToDeletionQueue(uint32 source_id);
168 // Removes |source_id| from the |deletion_queue_| container.
169 void EraseFromDeletionQueue(uint32 source_id);
171 // Adds/Releases a reference from the source with ID |source_id|.
173 void AdjustReferenceCountForSource(int offset, uint32 source_id);
load_timing_observer.h 65 URLRequestRecord* GetURLRequestRecord(uint32 source_id);
109 URLRequestRecord* CreateURLRequestRecord(uint32 source_id);
110 void DeleteURLRequestRecord(uint32 source_id);
passive_log_collector_unittest.cc 23 ChromeNetLog::Entry MakeStartLogEntryWithURL(int source_id,
29 NetLog::Source(kSourceType, source_id),
34 ChromeNetLog::Entry MakeStartLogEntry(int source_id) {
35 return MakeStartLogEntryWithURL(source_id,
36 StringPrintf("http://req%d", source_id));
39 ChromeNetLog::Entry MakeEndLogEntry(int source_id) {
44 NetLog::Source(kSourceType, source_id),
51 return a.source_id < b.source_id;
329 EXPECT_EQ(stream_job_source.id, info.source_id);
    [all...]
passive_log_collector.cc 40 : source_id(net::NetLog::Source::kInvalidId),
200 it->second.source_id = entry.source.id;
214 AddToDeletionQueue(info.source_id);
217 DeleteSourceInfo(info.source_id);
228 uint32 source_id) {
229 SourceIDToInfoMap::iterator it = sources_.find(source_id);
238 source_id) == deletion_queue_.end());
267 uint32 source_id) {
268 DCHECK(sources_.find(source_id) != sources_.end());
269 DCHECK(!sources_.find(source_id)->second.is_alive)
    [all...]
load_timing_observer.cc 73 LoadTimingObserver::GetURLRequestRecord(uint32 source_id) {
76 URLRequestToRecordMap::iterator it = url_request_to_record_.find(source_id);
112 uint32 source_id = request->net_log().source().id;
115 observer->GetURLRequestRecord(source_id);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_GroupMembershipTest.java 68 .with(Groups.SOURCE_ID, "test_source_id")
93 .with(Groups.SOURCE_ID, "test_source_id")
ContactsContract_RawContactsTest.java 60 .with(RawContacts.SOURCE_ID, "source_id")
  /external/chromium/chrome/browser/resources/net_internals/
spdyview.js 118 var idCell = tablePrinter.addCell(session.source_id);
119 idCell.link = '#events&q=id:' + session.source_id;
  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.cc 245 uint32 source_id = request->net_log().source().id;
251 dev_tools_net_log_observer->GetResourceInfo(source_id);
260 uint32 source_id = request->net_log().source().id;
268 source_id);
  /external/chromium_org/content/public/browser/
browser_plugin_guest_delegate.h 29 const string16& source_id) {}
  /external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.cc 35 info.source_id = source_extension_id;
  /external/chromium_org/content/browser/devtools/
devtools_netlog_observer.cc 297 uint32 source_id = request->net_log().source().id;
303 dev_tools_net_log_observer->GetResourceInfo(source_id);
312 uint32 source_id = request->net_log().source().id;
320 source_id);
  /external/chromium_org/net/http/
http_pipelined_host_forced.cc 98 pipeline_dict->SetInteger("source_id", pipeline_->net_log().source().id);
  /external/chromium_org/chrome/browser/ui/views/
desktop_media_picker_views.cc 54 DesktopMediaID source_id);
62 const DesktopMediaID& source_id() const { function in class:__anon8735::DesktopMediaSourceView
192 DesktopMediaID source_id)
194 source_id_(source_id),
497 source = selection->source_id();
  /external/chromium_org/components/web_contents_delegate_android/
web_contents_delegate_android.cc 223 const base::string16& source_id) {
228 line_no, source_id);
231 ConvertUTF16ToJavaString(env, source_id));
  /external/chromium_org/media/filters/
chunk_demuxer.h 180 void OnNewMediaSegment(const std::string& source_id,
191 // Returns true if |source_id| is valid, false otherwise.
192 bool IsValidId(const std::string& source_id) const;
chunk_demuxer_unittest.cc 262 ChunkDemuxer::Status AddId(const std::string& source_id,
281 return demuxer_->AddId(source_id, type, codecs);
288 void AppendCluster(const std::string& source_id,
290 AppendData(source_id, cluster->data(), cluster->size());
301 void AppendSingleStreamCluster(const std::string& source_id, int track_number,
314 AppendCluster(source_id,
319 void AppendSingleStreamCluster(const std::string& source_id, int track_number,
343 AppendCluster(source_id, cb.Finish());
346 void AppendData(const std::string& source_id,
349 demuxer_->AppendData(source_id, data, length)
    [all...]
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.h 45 const string16& source_id) OVERRIDE;

Completed in 2375 milliseconds

1 2 3 4