Searched defs:ids (Results 1 - 25 of 254) sorted by relevance

1234567891011

/external/chromium_org/sync/internal_api/public/base/
H A Dattachment_id_proto_unittest.cc31 google::protobuf::RepeatedPtrField<sync_pb::AttachmentIdProto> ids; local
32 sync_pb::AttachmentMetadata metadata = CreateAttachmentMetadata(ids);
37 google::protobuf::RepeatedPtrField<sync_pb::AttachmentIdProto> ids; local
38 *ids.Add() = CreateAttachmentIdProto();
39 *ids.Add() = CreateAttachmentIdProto();
40 *ids.Add() = CreateAttachmentIdProto();
41 sync_pb::AttachmentMetadata metadata = CreateAttachmentMetadata(ids);
44 EXPECT_EQ(ids.Get(i).SerializeAsString(),
H A Dattachment_id_proto.cc24 const google::protobuf::RepeatedPtrField<sync_pb::AttachmentIdProto>& ids) {
26 for (int i = 0; i < ids.size(); ++i) {
28 *record->mutable_id() = ids.Get(i);
23 CreateAttachmentMetadata( const google::protobuf::RepeatedPtrField<sync_pb::AttachmentIdProto>& ids) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dinvalidation_helper.cc23 ObjectIdSet ids; local
30 ids.insert(model_type_as_id);
32 return ids;
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_test_autogen.h480 static GLuint ids[] = { local
485 void* next_cmd = cmd.Set(&cmd, static_cast<GLsizei>(arraysize(ids)), ids);
490 EXPECT_EQ(static_cast<GLsizei>(arraysize(ids)), cmd.n);
493 sizeof(cmd) + RoundSizeToMultipleOfEntries(arraysize(ids) * 4u));
494 // TODO(gman): Check that ids were inserted;
498 static GLuint ids[] = { local
503 void* next_cmd = cmd.Set(&cmd, static_cast<GLsizei>(arraysize(ids)), ids);
508 EXPECT_EQ(static_cast<GLsizei>(arraysize(ids)), cm
526 static GLuint ids[] = { local
554 static GLuint ids[] = { local
746 static GLuint ids[] = { local
773 static GLuint ids[] = { local
791 static GLuint ids[] = { local
809 static GLuint ids[] = { local
2482 static GLuint ids[] = { local
2500 static GLuint ids[] = { local
2576 static GLuint ids[] = { local
2594 static GLuint ids[] = { local
[all...]
H A Did_allocator_test.cc57 ResourceId ids[kNumResources]; local
59 ids[i] = allocator->AllocateID();
60 EXPECT_TRUE(allocator->InUse(ids[i]));
64 ResourceId id1 = ids[kNumResources / 2];
72 // Checks that we can choose our own ids and they won't be reused.
/external/chromium_org/sync/tools/
H A Dinvalidation_helper.cc23 ObjectIdSet ids; local
30 ids.insert(model_type_as_id);
32 return ids;
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_urls_sql_handler.cc51 std::vector<URLID> ids; local
54 ids.push_back(id->url_id);
56 if (!ids.size())
59 return history_db_->DeleteAndroidURLRows(ids);
H A Dfavicon_sql_handler.cc113 const std::vector<favicon_base::FaviconID>& ids) {
114 for (std::vector<favicon_base::FaviconID>::const_iterator i = ids.begin();
115 i != ids.end();
112 DeleteUnusedFavicon( const std::vector<favicon_base::FaviconID>& ids) argument
H A Durls_sql_handler_unittest.cc188 TableIDRows ids; local
189 ids.push_back(id);
190 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
221 TableIDRows ids; local
222 ids.push_back(id);
223 ASSERT_TRUE(urls_sql_handler_.Update(update_row1, ids));
230 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
257 TableIDRows ids; local
258 ids.push_back(id);
259 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
287 TableIDRows ids; local
312 TableIDRows ids; local
337 TableIDRows ids; local
[all...]
H A Dvisit_sql_handler_unittest.cc176 TableIDRows ids; local
177 ids.push_back(id);
178 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
179 ASSERT_TRUE(visit_sql_handler_.Update(update_row, ids));
206 TableIDRows ids; local
207 ids.push_back(id);
208 ASSERT_TRUE(urls_sql_handler_.Update(update_row, ids));
209 ASSERT_TRUE(visit_sql_handler_.Update(update_row, ids));
239 TableIDRows ids; local
240 ids
272 TableIDRows ids; local
297 TableIDRows ids; local
[all...]
/external/chromium_org/chrome/browser/invalidation/
H A Dinvalidation_controller_android.cc21 const syncer::ObjectIdSet& ids) {
32 // the object ids into object source and object name arrays.
36 for (id = ids.begin(); id != ids.end(); ++id) {
20 SetRegisteredObjectIds( const syncer::ObjectIdSet& ids) argument
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dp2p_invalidation_forwarder.cc34 syncer::ObjectIdSet ids = ModelTypeSetToObjectIdSet(model_types); local
35 invalidation_service_->SendInvalidation(ids);
/external/chromium_org/extensions/common/manifest_handlers/
H A Dexternally_connectable.h70 const std::vector<std::string> ids; member in struct:extensions::ExternallyConnectableInfo
73 // to an ID of "*" in |ids|.
80 // Returns true if |ids| contains |id| or if |all_ids| is true.
83 // use of the sortedness of |ids|.
88 const std::vector<std::string>& ids,
/external/chromium_org/gin/modules/
H A Dfile_module_provider.cc57 Runner* runner, const std::set<std::string>& ids) {
58 std::set<std::string> modules = ids;
56 AttempToLoadModules( Runner* runner, const std::set<std::string>& ids) argument
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest_autogen.h252 GLuint ids[2] = {kBuffersStartId, kBuffersStartId + 1}; local
258 expected.del.Init(arraysize(ids), &ids[0]); local
261 gl_->DeleteBuffers(arraysize(ids), &ids[0]); local
266 GLuint ids[2] = {kFramebuffersStartId, kFramebuffersStartId + 1}; local
272 expected.del.Init(arraysize(ids), &ids[0]); local
275 gl_->DeleteFramebuffers(arraysize(ids), &ids[ local
291 GLuint ids[2] = {kRenderbuffersStartId, kRenderbuffersStartId + 1}; local
297 expected.del.Init(arraysize(ids), &ids[0]); local
300 gl_->DeleteRenderbuffers(arraysize(ids), &ids[0]); local
316 GLuint ids[2] = {kTexturesStartId, kTexturesStartId + 1}; local
322 expected.del.Init(arraysize(ids), &ids[0]); local
325 gl_->DeleteTextures(arraysize(ids), &ids[0]); local
460 GLuint ids[2] = { local
468 expected.gen.Init(arraysize(ids), &ids[0]); local
471 gl_->GenBuffers(arraysize(ids), &ids[0]); local
489 GLuint ids[2] = { local
497 expected.gen.Init(arraysize(ids), &ids[0]); local
500 gl_->GenFramebuffers(arraysize(ids), &ids[0]); local
507 GLuint ids[2] = { local
515 expected.gen.Init(arraysize(ids), &ids[0]); local
518 gl_->GenRenderbuffers(arraysize(ids), &ids[0]); local
525 GLuint ids[2] = { local
533 expected.gen.Init(arraysize(ids), &ids[0]); local
536 gl_->GenTextures(arraysize(ids), &ids[0]); local
1650 GLuint ids[2] = { local
1658 expected.gen.Init(arraysize(ids), &ids[0]); local
1661 gl_->GenQueriesEXT(arraysize(ids), &ids[0]); local
1668 GLuint ids[2] = {kQueriesStartId, kQueriesStartId + 1}; local
1674 expected.del.Init(arraysize(ids), &ids[0]); local
1677 gl_->DeleteQueriesEXT(arraysize(ids), &ids[0]); local
1696 GLuint ids[2] = { local
1704 expected.gen.Init(arraysize(ids), &ids[0]); local
1707 gl_->GenVertexArraysOES(arraysize(ids), &ids[0]); local
1714 GLuint ids[2] = {kVertexArraysStartId, kVertexArraysStartId + 1}; local
1720 expected.del.Init(arraysize(ids), &ids[0]); local
1723 gl_->DeleteVertexArraysOES(arraysize(ids), &ids[0]); local
[all...]
/external/chromium_org/sync/internal_api/
H A Ddelete_journal.cc53 const std::set<int64>& ids) {
55 trans->GetWrappedTrans(), ids);
52 PurgeDeleteJournals(BaseTransaction* trans, const std::set<int64>& ids) argument
/external/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp41 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"));
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cc74 u32 ids[4] = {0}; local
75 ids[0] = StackDepotPut(s1, ARRAY_SIZE(s1));
76 ids[1] = StackDepotPut(s2, ARRAY_SIZE(s2));
77 ids[2] = StackDepotPut(s3, ARRAY_SIZE(s3));
78 ids[3] = StackDepotPut(s4, ARRAY_SIZE(s4));
85 sp_depot = StackDepotGet(ids[i], &sz_depot);
86 sp_map = map.Get(ids[i], &sz_map);
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_frag.h7 __u32 ids[2]; /* Security Parameter Index */ member in struct:ip6t_frag
21 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6t_frag.h7 __u32 ids[2]; /* Identification range */ member in struct:ip6t_frag
21 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */
/external/libmtp/examples/
H A Dnewplaylist.c41 uint32_t *ids = NULL; local
54 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) {
58 ids = tmp;
59 ids[(idcount-1)] = strtoul(optarg, &rest, 0);
92 playlist->tracks = ids;
/external/chromium_org/chrome/browser/extensions/
H A Dinstall_signer.h28 // This represents a list of ids signed with a private key using an algorithm
31 // The set of ids that have been signed.
32 ExtensionIdSet ids; member in struct:extensions::InstallSignature
45 // The set of ids that the server indicated were invalid (ie not signed).
60 // that a set of ids are hosted in the webstore.
66 // in |ids| will be successfully signed by the backend. Callers should always
67 // check the set of ids in the InstallSignature passed to their callback, as
68 // it may contain only a subset of the ids they passed in.
70 const ExtensionIdSet& ids);
73 // Returns a set of ids tha
[all...]
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view_browsertest.cc44 std::vector<int> ids; local
55 ids.push_back(view->id());
62 if (ids.size() > 100)
85 ASSERT_EQ(ids.size(), reverse_ids.size());
86 size_t count = ids.size();
88 EXPECT_EQ(ids[i], reverse_ids[count - 2 - i]);
/external/chromium_org/components/invalidation/
H A Dunacked_invalidation_set_unittest.cc27 ObjectIdSet ids = map.GetObjectIds(); local
28 if (ids.find(kObjectId_) != ids.end()) {
/external/chromium_org/ui/views/focus/
H A Dview_storage.cc43 std::vector<int>* ids = NULL; local
47 ids = new std::vector<int>();
48 view_to_ids_[view] = ids;
50 ids = id_iter->second;
52 ids->push_back(storage_id);
67 // Let's first retrieve the ids for that view.
76 std::vector<int>* ids = ids_iter->second; local
77 DCHECK(!ids->empty());
78 EraseView((*ids)[0], true);
94 std::vector<int>* ids local
[all...]

Completed in 1319 milliseconds

1234567891011