/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/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")
|
ContactsContract_DataTest.java | 71 .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/tcpdump/ |
print-isoclns.c | 559 u_int8_t source_id[SYSTEM_ID_LEN]; member in struct:isis_iih_lan_header 568 u_int8_t source_id[SYSTEM_ID_LEN]; member in struct:isis_iih_ptp_header 585 u_int8_t source_id[NODE_ID_LEN]; member in struct:isis_csnp_header 592 u_int8_t source_id[NODE_ID_LEN]; member in struct:isis_psnp_header [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
SearchActivity.java | 240 // If we're being launched with a source_id then just go to that particular thread. 244 if (u != null && u.getQueryParameter("source_id") != null) { 248 long sourceId = Long.parseLong(u.getQueryParameter("source_id"));
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebview.h | 130 const gchar* source_id);
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactManager.java | 137 // row for this contact so that the RawContacts.SOURCE_ID value 457 // record back from the server, we can set the SOURCE_ID property [all...] |
ContactOperations.java | 105 mValues.put(RawContacts.SOURCE_ID, userId); 245 mValues.put(RawContacts.SOURCE_ID, serverId);
|
/external/chromium/net/socket/ |
client_socket_pool_base.cc | 575 int source_id = idle_socket->socket->NetLog().source().id; local 576 idle_socket_list->Append(Value::CreateIntegerValue(source_id)); 583 int source_id = (*job)->net_log().source().id; local 584 connect_jobs_list->Append(Value::CreateIntegerValue(source_id)); [all...] |
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
GoogleSource.java | 185 new String[] {Groups.TITLE, Groups.SOURCE_ID, Groups.SHOULD_SYNC},
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForGroupMembership.java | 241 groupValues.put(Groups.SOURCE_ID, sourceId);
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
ContactsSyncAdapter.java | 80 private static final String SERVER_ID_SELECTION = RawContacts.SOURCE_ID + "=?"; [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
ContactLoader.java | 138 RawContacts.SOURCE_ID, 210 public static final int SOURCE_ID = 21; 547 cursorColumnToContentValues(cursor, cv, ContactQuery.SOURCE_ID); [all...] |
RawContact.java | 240 return getValues().getAsString(RawContacts.SOURCE_ID);
|
/external/esd/include/ |
esd.h | 210 int source_id; /* either a stream fd or sample id */ member in struct:esd_player_info
|
/external/ipsec-tools/src/racoon/ |
racoon.conf.5 | 907 .Ic sainfo ( Ar source_id destination_id | Ar source_id Ic anonymous | Ic anonymous Ar destination_id | Ic anonymous ) [ from Ar idtype [ Ar string ] ] [ Ic group Ar string ] 911 .Ar source_id 936 .Ar source_id . [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
ContactAggregator.java | [all...] |