HomeSort by relevance Sort by last modified time
    Searched refs:ids (Results 76 - 100 of 659) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_frag.h 17 u_int32_t ids[2]; member in struct:ip6t_frag
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_frag.h 17 u_int32_t ids[2]; member in struct:ip6t_frag
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_frag.h 17 u_int32_t ids[2]; member in struct:ip6t_frag
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_frag.h 17 u_int32_t ids[2]; member in struct:ip6t_frag
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv6/
ip6t_frag.h 17 u_int32_t ids[2]; member in struct:ip6t_frag
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv6/
ip6t_frag.h 17 u_int32_t ids[2]; member in struct:ip6t_frag
  /external/chromium_org/sync/notifier/
invalidator_registrar_unittest.cc 38 const ObjectIdSet& ids) OVERRIDE {
39 registrar_.UpdateRegisteredIds(handler, ids);
149 ObjectIdSet ids; local
150 ids.insert(id1);
151 ids.insert(id2);
152 registrar.UpdateRegisteredIds(&handler1, ids);
155 EXPECT_DEATH({ registrar.UpdateRegisteredIds(&handler2, ids); }, "");
fake_invalidation_state_tracker.cc 44 void FakeInvalidationStateTracker::Forget(const ObjectIdSet& ids) {
45 for (ObjectIdSet::const_iterator it = ids.begin(); it != ids.end(); ++it) {
76 const ObjectIdSet& ids,
80 for (ObjectIdSet::const_iterator it = ids.begin(); it != ids.end(); ++it) {
invalidation_util.cc 76 ObjectIdSet ids; local
83 ids.insert(model_type_as_id);
85 return ids;
88 ModelTypeSet ObjectIdSetToModelTypeSet(const ObjectIdSet& ids) {
90 for (ObjectIdSet::const_iterator it = ids.begin(); it != ids.end(); ++it) {
fake_invalidation_state_tracker.h 29 virtual void Forget(const ObjectIdSet& ids) OVERRIDE;
36 const ObjectIdSet& ids,
invalidator.h 6 // invalidations for registered object IDs. The corresponding
34 // When the set of IDs to register changes for the client during its lifetime
65 const ObjectIdSet& ids) = 0;
68 // it must already be registered. Note that this doesn't unregister the IDs
  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 41 IdentifierTable &ids = Pass.Ctx.Idents; local
42 getReturnValueSel = sels.getUnarySelector(&ids.get("getReturnValue"));
43 setReturnValueSel = sels.getUnarySelector(&ids.get("setReturnValue"));
46 selIds[0] = &ids.get("getArgument");
47 selIds[1] = &ids.get("atIndex");
49 selIds[0] = &ids.get("setArgument");
52 zoneSel = sels.getNullarySelector(&ids.get("zone"));
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_ContactsTest.java 121 DatabaseAsserts.ContactIdPair ids = assertContactCreateDelete();
122 DatabaseAsserts.assertHasDeleteLogGreaterThan(mResolver, ids.mContactId, start);
125 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
129 DatabaseAsserts.ContactIdPair ids = assertContactCreateDelete();
135 List<String[]> records = RawContactUtil.queryByContactId(mResolver, ids.mContactId,
143 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
147 DatabaseAsserts.ContactIdPair ids = DatabaseAsserts.assertAndCreateContact(mResolver);
149 long baseTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId);
155 ContactUtil.update(mResolver, ids.mContactId, values);
157 long newTime = ContactUtil.queryContactLastUpdatedTimestamp(mResolver, ids.mContactId)
    [all...]
ContactsContract_DataUsageTest.java 42 DatabaseAsserts.ContactIdPair ids = DatabaseAsserts.assertAndCreateContact(mResolver); local
44 long[] dataIds = setupRawContactDataItems(ids.mRawContactId);
58 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
62 DatabaseAsserts.ContactIdPair ids = DatabaseAsserts.assertAndCreateContact(mResolver); local
64 long[] dataIds = setupRawContactDataItems(ids.mRawContactId);
81 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
95 * Updates multiple data ids at once. And asserts the update returned success.
98 String[] ids = new String[dataIds.length]; local
100 ids[i] = String.valueOf(dataIds[i]);
102 Uri uri = DataUsageFeedback.FEEDBACK_URI.buildUpon().appendPath(TextUtils.join(",", ids))
    [all...]
ContactsContract_DeletedContacts.java 61 ContactIdPair ids = createAndDeleteContact(); local
70 if (Long.parseLong(record[0]) == ids.mContactId) {
79 ContactIdPair ids = createAndDeleteContact(); local
82 DeletedContactUtil.queryDeletedTimestampForContactId(mResolver, ids.mContactId));
123 // Check ids to make sure we only have the ones that came after the time.
134 ContactIdPair ids = DatabaseAsserts.assertAndCreateContact(mResolver); local
136 DeletedContactUtil.queryDeletedTimestampForContactId(mResolver, ids.mContactId));
138 RawContactUtil.delete(mResolver, ids.mRawContactId, true);
139 return ids;
  /external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/
getelement.js 31 // Tests looking for ids in different DOM trees full of div elements.
36 this.ids = null;
44 me.ids = me.getIds();
51 me.ids = me.getIds();
63 for (var i = 0, len = me.ids.length; i < len; i++) {
64 var div = document.getElementById(me.ids[i]);
72 var expectedCount = me.ids.length;
89 var ids = [];
93 ids.push(div.id);
96 return ids;
    [all...]
  /external/chromium_org/chrome/browser/history/android/
urls_sql_handler.cc 99 for (TableIDRows::const_iterator ids = ids_set.begin();
100 ids != ids_set.end(); ++ids) {
102 if (!history_db_->GetURLRow(ids->url_id, &url_row))
139 if (!history_db_->UpdateURLRow(ids->url_id, update_row))
146 for (TableIDRows::const_iterator ids = ids_set.begin();
147 ids != ids_set.end(); ++ids) {
148 if (!history_db_->DeleteURLRow(ids->url_id))
favicon_sql_handler.h 29 bool DeleteUnusedFavicon(const std::vector<chrome::FaviconID>& ids);
  /external/libvpx/libvpx/
vp8_scalable_patterns.c 219 int ids[1] = {0}; local
223 memcpy(cfg.ts_layer_id, ids, sizeof(ids));
235 int ids[2] = {0,1}; local
240 memcpy(cfg.ts_layer_id, ids, sizeof(ids));
264 int ids[3] = {0,1,1}; local
269 memcpy(cfg.ts_layer_id, ids, sizeof(ids));
287 int ids[6] = {0,2,2,1,2,2} local
313 int ids[4] = {0,2,1,2}; local
340 int ids[4] = {0,2,1,2}; local
368 int ids[4] = {0,2,1,2}; local
394 int ids[16] = {0,4,3,4,2,4,3,4,1,4,3,4,2,4,3,4}; local
431 int ids[2] = {0,1}; local
483 int ids[4] = {0,2,1,2}; local
518 int ids[4] = {0,2,1,2}; local
575 int ids[4] = {0,2,1,2}; local
    [all...]
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
externally_connectable.h 68 // The extension IDs that are allowed to connect/sendMessage. Sorted.
69 const std::vector<std::string> ids; member in struct:extensions::ExternallyConnectableInfo
72 // to an ID of "*" in |ids|.
75 // Returns true if |ids| contains |id| or if |all_ids| is true.
78 // use of the sortedness of |ids|.
83 const std::vector<std::string>& ids,
  /external/chromium_org/sync/tools/
null_invalidation_state_tracker.h 25 virtual void Forget(const ObjectIdSet& ids) OVERRIDE;
36 const ObjectIdSet& ids,
  /external/chromium_org/chrome/browser/invalidation/
invalidation_service.h 28 // When the set of IDs to register changes for the client during its lifetime
81 // Registered IDs are persisted across restarts of sync.
84 const syncer::ObjectIdSet& ids) = 0;
87 // it must already be registered. Note that this doesn't unregister the IDs
  /external/chromium_org/gpu/command_buffer/client/
vertex_array_object_manager_unittest.cc 75 GLuint ids[2] = { 1, 3, }; local
76 manager_->GenVertexArrays(arraysize(ids), ids); local
78 for (size_t ii = 0; ii < arraysize(ids); ++ii) {
79 EXPECT_TRUE(manager_->BindVertexArray(ids[ii], &changed));
94 EXPECT_TRUE(manager_->BindVertexArray(ids[0], &changed));
108 for (size_t ii = 0; ii < arraysize(ids); ++ii) {
109 EXPECT_TRUE(manager_->BindVertexArray(ids[ii], &changed));
115 << "id: " << ids[ii] << ", attrib: " << jj;
187 GLuint ids[2] = { 1, 3, } local
188 manager_->GenVertexArrays(arraysize(ids), ids); local
227 GLuint ids[2] = { 1, 3, }; local
228 manager_->GenVertexArrays(arraysize(ids), ids); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
OpenDownloadReceiver.java 48 long ids[] = intent.getLongArrayExtra( local
50 if (ids == null || ids.length == 0) {
54 final long id = ids[0];
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
properties.rb 72 : ids+=A ( ',' ids+=(A|B) )* C D w=. ids+=. F EOF
73 { $l = [$ids, $w] }
89 ids, w = parser.a
91 ids.should have( 6 ).things
92 ids[ 0 ].text.should == 'a'
93 ids[ 1 ].text.should == 'b'
94 ids[ 2 ].text.should == 'c'
95 ids[ 3 ].text.should == '1
    [all...]

Completed in 493 milliseconds

1 2 34 5 6 7 8 91011>>