| /external/libvpx/libvpx/examples/ |
| D | vpx_temporal_scalable_patterns.c | 135 int ids[1] = {0}; in set_temporal_layer_pattern() local 148 int ids[2] = {0, 1}; in set_temporal_layer_pattern() local 172 int ids[3] = {0, 1, 1}; in set_temporal_layer_pattern() local 189 int ids[6] = {0, 2, 2, 1, 2, 2}; in set_temporal_layer_pattern() local 210 int ids[4] = {0, 2, 1, 2}; in set_temporal_layer_pattern() local 230 int ids[4] = {0, 2, 1, 2}; in set_temporal_layer_pattern() local 251 int ids[4] = {0, 2, 1, 2}; in set_temporal_layer_pattern() local 271 int ids[16] = {0, 4, 3, 4, 2, 4, 3, 4, 1, 4, 3, 4, 2, 4, 3, 4}; in set_temporal_layer_pattern() local 302 int ids[2] = {0, 1}; in set_temporal_layer_pattern() local 337 int ids[4] = {0, 2, 1, 2}; in set_temporal_layer_pattern() local [all …]
|
| /external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
| D | vpx_temporal_svc_encoder.c | 144 int ids[1] = {0}; in set_temporal_layer_pattern() local 157 int ids[2] = {0, 1}; in set_temporal_layer_pattern() local 181 int ids[3] = {0, 1, 1}; in set_temporal_layer_pattern() local 198 int ids[6] = {0, 2, 2, 1, 2, 2}; in set_temporal_layer_pattern() local 219 int ids[4] = {0, 2, 1, 2}; in set_temporal_layer_pattern() local 239 int ids[4] = {0, 2, 1, 2}; in set_temporal_layer_pattern() local 260 int ids[4] = {0, 2, 1, 2}; in set_temporal_layer_pattern() local 280 int ids[16] = {0, 4, 3, 4, 2, 4, 3, 4, 1, 4, 3, 4, 2, 4, 3, 4}; in set_temporal_layer_pattern() local 311 int ids[2] = {0, 1}; in set_temporal_layer_pattern() local 346 int ids[4] = {0, 2, 1, 2}; in set_temporal_layer_pattern() local [all …]
|
| /external/chromium_org/components/invalidation/ |
| D | invalidation_service_test_template.h | 134 syncer::ObjectIdSet ids; in TYPED_TEST_P() local 201 syncer::ObjectIdSet ids; in TYPED_TEST_P() local 208 syncer::ObjectIdSet ids; in TYPED_TEST_P() local 216 syncer::ObjectIdSet ids; in TYPED_TEST_P() local 290 syncer::ObjectIdSet ids; in TYPED_TEST_P() local 297 syncer::ObjectIdSet ids; in TYPED_TEST_P() local
|
| D | invalidator_test_template.h | 146 ObjectIdSet ids; in TYPED_TEST_P() local 210 ObjectIdSet ids; in TYPED_TEST_P() local 217 ObjectIdSet ids; in TYPED_TEST_P() local 225 ObjectIdSet ids; in TYPED_TEST_P() local 289 ObjectIdSet ids; in TYPED_TEST_P() local 296 ObjectIdSet ids; in TYPED_TEST_P() local
|
| D | registration_manager_unittest.cc | 110 ObjectIdSet ids; in GetSequenceOfIdsStartingAt() local 176 ObjectIdSet ids = GetSequenceOfIds(kObjectIdsCount); in RunBackoffTest() local 238 ObjectIdSet ids = GetSequenceOfIds(kObjectIdsCount - 1); in TEST_F() local 300 ObjectIdSet ids = GetSequenceOfIds(kObjectIdsCount); in TEST_F() local 337 ObjectIdSet ids = GetSequenceOfIds(kObjectIdsCount); in TEST_F() local 366 ObjectIdSet ids = GetSequenceOfIds(kObjectIdsCount); in TEST_F() local 399 ObjectIdSet ids = GetSequenceOfIds(kObjectIdsCount); in TEST_F() local
|
| D | p2p_invalidation_service.cc | 51 const syncer::ObjectIdSet& ids) { in UpdateRegisteredInvalidationIds() 61 const syncer::ObjectIdSet& ids) { in SendInvalidation()
|
| /external/chromium_org/chrome/browser/services/gcm/ |
| D | gcm_account_tracker.cc | 78 void GCMAccountTracker::OnAccountAdded(const gaia::AccountIds& ids) { in OnAccountAdded() 83 void GCMAccountTracker::OnAccountRemoved(const gaia::AccountIds& ids) { in OnAccountRemoved() 89 void GCMAccountTracker::OnAccountSignInChanged(const gaia::AccountIds& ids, in OnAccountSignInChanged() 229 void GCMAccountTracker::OnAccountSignedIn(const gaia::AccountIds& ids) { in OnAccountSignedIn() 243 void GCMAccountTracker::OnAccountSignedOut(const gaia::AccountIds& ids) { in OnAccountSignedOut()
|
| /external/chromium_org/chrome/browser/chromeos/input_method/ |
| D | input_method_manager_impl_unittest.cc | 520 std::vector<std::string> ids; in TEST_F() local 548 std::vector<std::string> ids; in TEST_F() local 581 std::vector<std::string> ids; in TEST_F() local 610 std::vector<std::string> ids; in TEST_F() local 634 std::vector<std::string> ids; in TEST_F() local 650 std::vector<std::string> ids; in TEST_F() local 668 std::vector<std::string> ids; in TEST_F() local 718 std::vector<std::string> ids; in TEST_F() local 770 std::vector<std::string> ids; in TEST_F() local 820 std::vector<std::string> ids; in TEST_F() local [all …]
|
| /external/chromium_org/sync/api/attachments/ |
| D | fake_attachment_store.cc | 44 void FakeAttachmentStore::Backend::Read(const AttachmentIdList& ids, in Read() 83 void FakeAttachmentStore::Backend::Drop(const AttachmentIdList& ids, in Drop() 104 void FakeAttachmentStore::Read(const AttachmentIdList& ids, in Read() 121 void FakeAttachmentStore::Drop(const AttachmentIdList& ids, in Drop()
|
| D | fake_attachment_store_unittest.cc | 165 AttachmentIdList ids; in TEST_F() local 191 AttachmentIdList ids; in TEST_F() local 235 AttachmentIdList ids; in TEST_F() local
|
| /external/chromium_org/ui/views/focus/ |
| D | view_storage.cc | 43 std::vector<int>* ids = NULL; in StoreView() local 76 std::vector<int>* ids = ids_iter->second; in ViewRemoved() local 94 std::vector<int>* ids = ids_iter->second; in EraseView() local
|
| /external/chromium_org/ui/events/gestures/ |
| D | motion_event_aura_unittest.cc | 75 int ids[] = {4, 6, 1}; in TEST() local 132 int ids[] = {4, 6, 9}; in TEST() local 170 int ids[] = {15, 13}; in TEST() local 247 int ids[] = {15, 13}; in TEST() local 313 int ids[] = {7, 13}; in TEST() local 338 int ids[] = {4, 6}; in TEST() local 378 int ids[] = {4, 6}; in TEST() local 409 int ids[] = {7, 11}; in TEST() local
|
| /external/chromium_org/chrome/browser/history/android/ |
| D | urls_sql_handler_unittest.cc | 188 TableIDRows ids; in TEST_F() local 221 TableIDRows ids; in TEST_F() local 257 TableIDRows ids; in TEST_F() local 287 TableIDRows ids; in TEST_F() local 312 TableIDRows ids; in TEST_F() local 337 TableIDRows ids; in TEST_F() local
|
| D | visit_sql_handler_unittest.cc | 176 TableIDRows ids; in TEST_F() local 206 TableIDRows ids; in TEST_F() local 239 TableIDRows ids; in TEST_F() local 272 TableIDRows ids; in TEST_F() local 297 TableIDRows ids; in TEST_F() local
|
| D | urls_sql_handler.cc | 99 for (TableIDRows::const_iterator ids = ids_set.begin(); in Update() local 146 for (TableIDRows::const_iterator ids = ids_set.begin(); in Delete() local
|
| /external/chromium_org/gpu/command_buffer/client/ |
| D | share_group.cc | 34 GLuint id_offset, GLsizei n, GLuint* ids) OVERRIDE { in MakeIds() 51 GLsizei n, const GLuint* ids, DeleteFn delete_fn) OVERRIDE { in FreeIds() 92 GLuint* ids) OVERRIDE { in MakeIds() 118 const GLuint* ids, in FreeIds() 201 GLuint id_offset, GLsizei n, GLuint* ids) OVERRIDE { in MakeIds() 211 GLsizei n, const GLuint* ids, DeleteFn delete_fn) OVERRIDE { in FreeIds()
|
| D | vertex_array_object_manager_unittest.cc | 75 GLuint ids[2] = { 1, 3, }; in TEST_F() local 187 GLuint ids[2] = { 1, 3, }; in TEST_F() local 227 GLuint ids[2] = { 1, 3, }; in TEST_F() local
|
| /external/chromium_org/sync/internal_api/public/base/ |
| D | attachment_id_proto_unittest.cc | 31 google::protobuf::RepeatedPtrField<sync_pb::AttachmentIdProto> ids; in TEST() local 37 google::protobuf::RepeatedPtrField<sync_pb::AttachmentIdProto> ids; in TEST() local
|
| /external/chromium_org/google_apis/gaia/ |
| D | account_tracker_unittest.cc | 151 void AccountTrackerObserver::OnAccountAdded(const AccountIds& ids) { in OnAccountAdded() 155 void AccountTrackerObserver::OnAccountRemoved(const AccountIds& ids) { in OnAccountRemoved() 159 void AccountTrackerObserver::OnAccountSignInChanged(const AccountIds& ids, in OnAccountSignInChanged() 712 std::vector<AccountIds> ids = account_tracker()->GetAccounts(); in TEST_F() local 719 std::vector<AccountIds> ids = account_tracker()->GetAccounts(); in TEST_F() local 730 std::vector<AccountIds> ids = account_tracker()->GetAccounts(); in TEST_F() local 748 std::vector<AccountIds> ids = account_tracker()->GetAccounts(); in TEST_F() local 769 std::vector<AccountIds> ids = account_tracker()->GetAccounts(); in TEST_F() local 776 AccountIds ids = account_tracker()->FindAccountIdsByGaiaId( in TEST_F() local 786 AccountIds ids = account_tracker()->FindAccountIdsByGaiaId( in TEST_F() local [all …]
|
| /external/chromium_org/content/browser/service_worker/ |
| D | service_worker_database.cc | 647 ServiceWorkerDatabase::GetUncommittedResourceIds(std::set<int64>* ids) { in GetUncommittedResourceIds() 652 ServiceWorkerDatabase::WriteUncommittedResourceIds(const std::set<int64>& ids) { in WriteUncommittedResourceIds() 657 ServiceWorkerDatabase::ClearUncommittedResourceIds(const std::set<int64>& ids) { in ClearUncommittedResourceIds() 662 ServiceWorkerDatabase::GetPurgeableResourceIds(std::set<int64>* ids) { in GetPurgeableResourceIds() 667 ServiceWorkerDatabase::WritePurgeableResourceIds(const std::set<int64>& ids) { in WritePurgeableResourceIds() 672 ServiceWorkerDatabase::ClearPurgeableResourceIds(const std::set<int64>& ids) { in ClearPurgeableResourceIds() 678 const std::set<int64>& ids) { in PurgeUncommittedResourceIds() 915 std::set<int64>* ids) { in ReadResourceIds() 955 const std::set<int64>& ids) { in WriteResourceIds() 965 const std::set<int64>& ids, in WriteResourceIdsInBatch() [all …]
|
| /external/chromium_org/chrome/browser/download/ |
| D | download_history_unittest.cc | 117 virtual void RemoveDownloads(const IdSet& ids) OVERRIDE { in RemoveDownloads() 173 void ExpectDownloadsRemoved(const IdSet& ids) { in ExpectDownloadsRemoved() 327 void ExpectDownloadsRemoved(const IdSet& ids) { in ExpectDownloadsRemoved() 516 IdSet ids; in TEST_F() local 597 IdSet ids; in TEST_F() local 718 IdSet ids; in TEST_F() local 774 IdSet ids; in TEST_F() local 805 IdSet ids; in TEST_F() local
|
| /external/skia/src/gpu/gl/debug/ |
| D | GrGLCreateDebugInterface.cpp | 513 GrGLuint* ids) { in debugGenObjs() 522 GrGLvoid GR_GL_FUNCTION_TYPE debugGLGenBuffers(GrGLsizei n, GrGLuint* ids) { in debugGLGenBuffers() 530 GrGLuint* ids) { in debugGLGenFramebuffers() 535 GrGLuint* ids) { in debugGLGenRenderbuffers() 539 GrGLvoid GR_GL_FUNCTION_TYPE debugGLGenTextures(GrGLsizei n, GrGLuint* ids) { in debugGLGenTextures() 543 GrGLvoid GR_GL_FUNCTION_TYPE debugGLGenVertexArrays(GrGLsizei n, GrGLuint* ids) { in debugGLGenVertexArrays() 547 GrGLvoid GR_GL_FUNCTION_TYPE debugGLDeleteVertexArrays(GrGLsizei n, const GrGLuint* ids) { in debugGLDeleteVertexArrays() 595 GrGLvoid GR_GL_FUNCTION_TYPE debugGLDeleteBuffers(GrGLsizei n, const GrGLuint* ids) { in debugGLDeleteBuffers()
|
| /external/chromium_org/chrome/browser/drive/ |
| D | drive_notification_manager.cc | 71 syncer::ObjectIdSet ids = invalidation_map.GetObjectIds(); in OnIncomingInvalidation() local 134 syncer::ObjectIdSet ids; in RegisterDriveNotifications() local
|
| /external/chromium_org/third_party/skia/src/gpu/gl/debug/ |
| D | GrGLCreateDebugInterface.cpp | 513 GrGLuint* ids) { in debugGenObjs() 522 GrGLvoid GR_GL_FUNCTION_TYPE debugGLGenBuffers(GrGLsizei n, GrGLuint* ids) { in debugGLGenBuffers() 530 GrGLuint* ids) { in debugGLGenFramebuffers() 535 GrGLuint* ids) { in debugGLGenRenderbuffers() 539 GrGLvoid GR_GL_FUNCTION_TYPE debugGLGenTextures(GrGLsizei n, GrGLuint* ids) { in debugGLGenTextures() 543 GrGLvoid GR_GL_FUNCTION_TYPE debugGLGenVertexArrays(GrGLsizei n, GrGLuint* ids) { in debugGLGenVertexArrays() 547 GrGLvoid GR_GL_FUNCTION_TYPE debugGLDeleteVertexArrays(GrGLsizei n, const GrGLuint* ids) { in debugGLDeleteVertexArrays() 595 GrGLvoid GR_GL_FUNCTION_TYPE debugGLDeleteBuffers(GrGLsizei n, const GrGLuint* ids) { in debugGLDeleteBuffers()
|
| /external/chromium_org/chrome/browser/extensions/ |
| D | blacklist.cc | 185 void Blacklist::GetBlacklistedIDs(const std::set<std::string>& ids, in GetBlacklistedIDs() 204 void Blacklist::GetMalwareIDs(const std::set<std::string>& ids, in GetMalwareIDs() 269 const std::set<std::string>& ids, const base::Callback<void()>& callback) { in RequestExtensionsBlacklistState() 294 const std::vector<std::string>& ids = requests_it->first; in OnBlacklistStateReceived() local
|