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

1 2 3

  /hardware/qcom/msm8996/original-kernel-headers/video/
msm_hdmi_hdcp_mgr.h 30 enum SOURCE_ID {
  /external/libbrillo/brillo/message_loops/
glib_message_loop.cc 26 g_source_remove(task.second->source_id);
43 scheduled_task->source_id = g_timeout_add_full(
97 scheduled_task->source_id = g_io_add_watch_full(
114 << (scheduled_task->source_id ? " successfully" : " failed.");
116 if (!scheduled_task->source_id) {
133 guint source_id = task->second->source_id; local
137 return g_source_remove(source_id);
glib_message_loop.h 69 guint source_id; member in struct:brillo::GlibMessageLoop::ScheduledTask
  /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/selinux/secilc/docs/
cil_access_vector_rules.md 11 (allow source_id target_id|self classpermissionset_id ...)
26 <td align="left"><p><code>source_id</code></p></td>
95 (auditallow source_id target_id|self classpermissionset_id ...)
110 <td align="left"><p><code>source_id</code></p></td>
143 (dontaudit source_id target_id|self classpermissionset_id ...)
158 <td align="left"><p><code>source_id</code></p></td>
188 (neverallow source_id target_id|self classpermissionset_id ...)
203 <td align="left"><p><code>source_id</code></p></td>
243 (allowx source_id target_id|self permissionx_id)
258 <td align="left"><p><code>source_id</code></p></td
    [all...]
  /external/google-breakpad/src/common/
module.cc 160 file->source_id = -1;
191 file_it->second->source_id = -1;
201 line_it->file->source_id = 0;
211 if (!file_it->second->source_id)
212 file_it->second->source_id = next_source_id++;
245 if (file->source_id >= 0) {
246 stream << "FILE " << file->source_id << " " << file->name << endl;
271 << line_it->file->source_id << endl;
module.h 77 explicit File(const string &name_input) : name(name_input), source_id(0) {}
85 int source_id; member in struct:google_breakpad::Module::File
module_unittest.cc 187 EXPECT_NE(-1, vec[0]->source_id);
190 EXPECT_EQ(-1, vec[1]->source_id);
192 EXPECT_NE(-1, vec[2]->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 66 RawContacts.SOURCE_ID,
94 .with(RawContacts.SOURCE_ID, "source_id")
ContactsContract_DataTest.java 100 RawContacts.SOURCE_ID,
213 .with(RawContacts.SOURCE_ID, "source_id")
234 .with(RawContacts.SOURCE_ID, "source_id")
250 .with(RawContacts.SOURCE_ID, "source_id")
269 RawContacts.SOURCE_ID,
310 .with(RawContacts.SOURCE_ID, "source_id")
    [all...]
  /hardware/qcom/msm8996/kernel-headers/video/
msm_hdmi_hdcp_mgr.h 49 enum SOURCE_ID {
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 122 int source_id; member in struct:__anon12834::SourceFileInfo
407 int source_id = 0; local
421 source_file_info.source_id = source_id++;
423 source_file_info.source_id = -1;
513 if (symbols.source_file_info[i].source_id != -1) {
516 symbols.source_file_info[i].source_id, name))
523 bool WriteOneFunction(int fd, int source_id,
549 source_id))
562 if (!WriteOneFunction(fd, file_info.source_id, func_info)
    [all...]
  /external/tcpdump/
print-atm.c 353 uint8_t source_id[12]; member in struct:oam_fm_loopback_t
424 for (idx = 0; idx < sizeof(oam_ptr.oam_fm_loopback->source_id); idx++) {
426 ND_PRINT((ndo, "%04x ", EXTRACT_16BITS(&oam_ptr.oam_fm_loopback->source_id[idx])));
print-isoclns.c 617 uint8_t source_id[SYSTEM_ID_LEN]; member in struct:isis_iih_lan_header
626 uint8_t source_id[SYSTEM_ID_LEN]; member in struct:isis_iih_ptp_header
643 uint8_t source_id[NODE_ID_LEN]; member in struct:isis_csnp_header
650 uint8_t source_id[NODE_ID_LEN]; member in struct:isis_psnp_header
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 128 // row for this contact so that the RawContacts.SOURCE_ID value
411 // record back from the server, we can set the SOURCE_ID property
721 + RawContacts.SOURCE_ID + "=?";
736 RawContacts.SOURCE_ID,
    [all...]
ContactOperations.java 105 mValues.put(RawContacts.SOURCE_ID, userId);
245 mValues.put(RawContacts.SOURCE_ID, serverId);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java     [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 240 groupValues.put(Groups.SOURCE_ID, sourceId);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 140 RawContacts.SOURCE_ID,
222 public static final int SOURCE_ID = 20;
688 cursorColumnToContentValues(cursor, cv, ContactQuery.SOURCE_ID);
    [all...]
RawContact.java 229 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
esd.h 212 int source_id; /* either a stream fd or sample id */ member in struct:esd_player_info

Completed in 3787 milliseconds

1 2 3