Searched refs:ids (Results 26 - 50 of 418) sorted by relevance

1234567891011>>

/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 Durls_sql_handler.cc99 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))
/external/chromium_org/chrome/browser/invalidation/
H A Dinvalidation_controller_android.h23 // Sets object ids for which the invalidation client should register for
25 virtual void SetRegisteredObjectIds(const syncer::ObjectIdSet& ids);
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/services/gcm/
H A Dgcm_account_tracker.cc78 void GCMAccountTracker::OnAccountAdded(const gaia::AccountIds& ids) { argument
79 DVLOG(1) << "Account added: " << ids.email;
83 void GCMAccountTracker::OnAccountRemoved(const gaia::AccountIds& ids) { argument
84 DVLOG(1) << "Account removed: " << ids.email;
89 void GCMAccountTracker::OnAccountSignInChanged(const gaia::AccountIds& ids, argument
92 OnAccountSignedIn(ids);
94 OnAccountSignedOut(ids);
229 void GCMAccountTracker::OnAccountSignedIn(const gaia::AccountIds& ids) { argument
230 DVLOG(1) << "Account signed in: " << ids.email;
231 AccountInfos::iterator iter = account_infos_.find(ids
243 OnAccountSignedOut(const gaia::AccountIds& ids) argument
[all...]
H A Dgcm_account_tracker.h83 virtual void OnAccountAdded(const gaia::AccountIds& ids) OVERRIDE;
84 virtual void OnAccountRemoved(const gaia::AccountIds& ids) OVERRIDE;
85 virtual void OnAccountSignInChanged(const gaia::AccountIds& ids,
108 void OnAccountSignedIn(const gaia::AccountIds& ids);
109 void OnAccountSignedOut(const gaia::AccountIds& ids);
/external/chromium_org/components/invalidation/
H A Dp2p_invalidation_service.cc51 const syncer::ObjectIdSet& ids) {
52 invalidator_->UpdateRegisteredIds(handler, ids);
61 const syncer::ObjectIdSet& ids) {
62 invalidator_->SendInvalidation(ids);
49 UpdateRegisteredInvalidationIds( syncer::InvalidationHandler* handler, const syncer::ObjectIdSet& ids) argument
60 SendInvalidation( const syncer::ObjectIdSet& ids) argument
H A Dobject_id_invalidation_map.h23 // invalidation for each specified ID in |ids|.
24 static ObjectIdInvalidationMap InvalidateAll(const ObjectIdSet& ids);
42 // whose IDs were in the specified |ids| set.
43 ObjectIdInvalidationMap GetSubsetWithObjectIds(const ObjectIdSet& ids) const;
/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/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/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_manager_impl_unittest.cc520 std::vector<std::string> ids; local
521 ids.push_back(ImeIdFromEngineId("xkb:us:dvorak:eng"));
522 ids.push_back(ImeIdFromEngineId("xkb:us:colemak:eng"));
523 EXPECT_TRUE(manager_->GetActiveIMEState()->ReplaceEnabledInputMethods(ids));
528 EXPECT_EQ(ImeIdFromEngineId(ids[0]),
532 ids.erase(ids.begin());
533 EXPECT_TRUE(manager_->GetActiveIMEState()->ReplaceEnabledInputMethods(ids));
536 EXPECT_EQ(ImeIdFromEngineId(ids[0]), // colemak
548 std::vector<std::string> ids; local
581 std::vector<std::string> ids; local
610 std::vector<std::string> ids; local
634 std::vector<std::string> ids; local
650 std::vector<std::string> ids; local
668 std::vector<std::string> ids; local
718 std::vector<std::string> ids; local
770 std::vector<std::string> ids; local
820 std::vector<std::string> ids; local
848 std::vector<std::string> ids; local
1009 std::vector<std::string> ids; local
1114 std::vector<std::string> ids; local
1175 std::vector<std::string> ids; local
1263 std::vector<std::string> ids; local
1348 std::vector<std::string> ids; local
1366 std::vector<std::string> ids; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvpx_temporal_svc_encoder.c144 int ids[1] = {0}; local
149 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
157 int ids[2] = {0, 1}; local
163 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
181 int ids[3] = {0, 1, 1}; local
187 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
198 int ids[ local
219 int ids[4] = {0, 2, 1, 2}; local
239 int ids[4] = {0, 2, 1, 2}; local
260 int ids[4] = {0, 2, 1, 2}; local
280 int ids[16] = {0, 4, 3, 4, 2, 4, 3, 4, 1, 4, 3, 4, 2, 4, 3, 4}; local
311 int ids[2] = {0, 1}; local
346 int ids[4] = {0, 2, 1, 2}; local
376 int ids[4] = {0, 2, 1, 2}; local
413 int ids[4] = {0, 2, 1, 2}; local
[all...]
/external/libvpx/libvpx/examples/
H A Dvpx_temporal_scalable_patterns.c135 int ids[1] = {0}; local
140 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
148 int ids[2] = {0, 1}; local
154 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
172 int ids[3] = {0, 1, 1}; local
178 memcpy(cfg->ts_layer_id, ids, sizeof(ids));
189 int ids[ local
210 int ids[4] = {0, 2, 1, 2}; local
230 int ids[4] = {0, 2, 1, 2}; local
251 int ids[4] = {0, 2, 1, 2}; local
271 int ids[16] = {0, 4, 3, 4, 2, 4, 3, 4, 1, 4, 3, 4, 2, 4, 3, 4}; local
302 int ids[2] = {0, 1}; local
337 int ids[4] = {0, 2, 1, 2}; local
367 int ids[4] = {0, 2, 1, 2}; local
404 int ids[4] = {0, 2, 1, 2}; local
[all...]
/external/chromium_org/chrome/browser/drive/
H A Ddrive_notification_manager.cc71 syncer::ObjectIdSet ids = invalidation_map.GetObjectIds(); local
72 DCHECK_EQ(1U, ids.size());
76 DCHECK_EQ(1U, ids.count(object_id));
134 syncer::ObjectIdSet ids; local
135 ids.insert(invalidation::ObjectId(
138 invalidation_service_->UpdateRegisteredInvalidationIds(this, ids);
/external/chromium_org/extensions/common/manifest_handlers/
H A Dexternally_connectable.cc29 "'externally_connectable' specifies neither 'matches' nor 'ids'; "
174 std::vector<std::string> ids; local
177 if (externally_connectable->ids) {
179 externally_connectable->ids->begin();
180 it != externally_connectable->ids->end();
185 ids.push_back(*it);
194 if (!externally_connectable->matches && !externally_connectable->ids) {
203 matches, ids, all_ids, accepts_tls_channel_id));
211 const std::vector<std::string>& ids,
215 ids(Sorte
209 ExternallyConnectableInfo( const URLPatternSet& matches, const std::vector<std::string>& ids, bool all_ids, bool accepts_tls_channel_id) argument
[all...]
/external/chromium_org/google_apis/gaia/
H A Daccount_tracker_unittest.cc139 virtual void OnAccountAdded(const AccountIds& ids) OVERRIDE;
140 virtual void OnAccountRemoved(const AccountIds& ids) OVERRIDE;
141 virtual void OnAccountSignInChanged(const AccountIds& ids, bool is_signed_in)
151 void AccountTrackerObserver::OnAccountAdded(const AccountIds& ids) { argument
152 events_.push_back(TrackingEvent(ADDED, ids.email, ids.gaia));
155 void AccountTrackerObserver::OnAccountRemoved(const AccountIds& ids) { argument
156 events_.push_back(TrackingEvent(REMOVED, ids.email, ids.gaia));
159 void AccountTrackerObserver::OnAccountSignInChanged(const AccountIds& ids, argument
712 std::vector<AccountIds> ids = account_tracker()->GetAccounts(); local
719 std::vector<AccountIds> ids = account_tracker()->GetAccounts(); local
730 std::vector<AccountIds> ids = account_tracker()->GetAccounts(); local
748 std::vector<AccountIds> ids = account_tracker()->GetAccounts(); local
769 std::vector<AccountIds> ids = account_tracker()->GetAccounts(); local
776 AccountIds ids = account_tracker()->FindAccountIdsByGaiaId( local
786 AccountIds ids = account_tracker()->FindAccountIdsByGaiaId( local
804 AccountIds ids = local
[all...]
/external/chromium_org/sync/api/attachments/
H A Dattachment_store.h46 // Asynchronously reads the attachments identified by |ids|.
49 // read all attachments specified in ids. If any of the attachments do not
52 // successfully read, AttachmentIdList will contain attachment ids of
58 virtual void Read(const AttachmentIdList& ids,
82 virtual void Drop(const AttachmentIdList& ids,
/external/chromium_org/chrome/browser/extensions/
H A Dinstall_verifier.h75 // Call this to add a set of ids that will immediately be considered allowed,
77 void AddProvisional(const ExtensionIdSet& ids);
79 // Removes an id or set of ids from the verified list.
81 void RemoveMany(const ExtensionIdSet& ids);
102 // This is an operation we want to apply to the current set of verified ids.
106 // This is the set of ids being either added or removed.
107 ExtensionIdSet ids; member in struct:extensions::InstallVerifier::PendingOperation
121 // Try adding a new set of |ids| to the list of verified ids.
122 void AddMany(const ExtensionIdSet& ids, OperationTyp
[all...]
/external/chromium_org/gin/modules/
H A Dfile_module_provider.h28 // Searches for modules with |ids| in the file system. If found, the modules
30 void AttempToLoadModules(Runner* runner, const std::set<std::string>& ids);
/external/chromium_org/gpu/command_buffer/client/
H A Dvertex_array_object_manager_unittest.cc75 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[ local
188 manager_->GenVertexArrays(arraysize(ids), ids); local
227 GLuint ids[2] = { 1, 3, }; local
228 manager_->GenVertexArrays(arraysize(ids), ids); local
[all...]
/external/chromium_org/sync/internal_api/public/
H A Ddelete_journal.h39 const std::set<int64>& ids);
/external/deqp/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp212 GLuint ids;
213 glGenQueries (-1, &ids);
219 GLuint ids[3];
220 glGenQueries (3, ids);
223 glBeginQuery (-1, ids[0]);
228 glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[0]);
230 glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[1]);
233 glBeginQuery (GL_ANY_SAMPLES_PASSED_CONSERVATIVE, ids[1]);
235 glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[1]);
237 glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dproperties.rb72 : 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[
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_database.h78 // Reads next available ids from the database. Returns OK if they are
103 // (resource ids will be added/removed from the uncommitted/purgeable
154 // list. When a registration is saved that refers to those ids, they're
158 // uncommitted ids are moved to the purgeable list.
160 // Reads uncommitted resource ids from the database. Returns OK on success.
161 // Otherwise clears |ids| and returns an error.
162 Status GetUncommittedResourceIds(std::set<int64>* ids);
164 // Writes |ids| into the database as uncommitted resources. Returns OK on
166 Status WriteUncommittedResourceIds(const std::set<int64>& ids);
168 // Deletes uncommitted resource ids specifie
[all...]

Completed in 2674 milliseconds

1234567891011>>