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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/sync/notifier/
invalidation_state_tracker.h 62 // Removes all state tracked for |ids|.
63 virtual void Forget(const ObjectIdSet& ids) = 0;
82 // for each object id in |ids|. The result is returned via |callback| posted
85 const ObjectIdSet& ids,
fake_invalidator.h 35 const ObjectIdSet& ids) OVERRIDE;
invalidator_registrar.h 43 const ObjectIdSet& ids);
46 // it must already be registered. Note that this doesn't unregister the IDs
52 // Returns the set of all IDs that are registered to some handler (even
58 // Invalidations for IDs with no corresponding handler are dropped, as are
  /external/oprofile/libutil++/
unique_storage.h 83 inserted = ids.insert(val);
107 id_map ids; member in class:unique_storage
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 112 final long[] ids = intent.getLongArrayExtra( local
114 sendNotificationClickedIntent(context, ids);
173 private void sendNotificationClickedIntent(Context context, long[] ids) {
179 Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, ids[0]);
187 Log.w(TAG, "Missing details for download " + ids[0]);
203 appIntent.putExtra(DownloadManager.EXTRA_NOTIFICATION_CLICK_DOWNLOAD_IDS, ids);
213 appIntent.putExtra(DownloadManager.EXTRA_NOTIFICATION_CLICK_DOWNLOAD_IDS, ids);
215 if (ids.length == 1) {
  /system/media/camera/docs/
metadata_helpers_test.py 20 labeled_enum = Enum(parent=None, values=['A', 'B', 'C'], ids={
32 ids={
CameraCharacteristicsTest.mako 65 String[] ids = mCameraManager.getCameraIdList();
66 for (int i = 0; i < ids.length; i++) {
67 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]);
68 assertNotNull(String.format("Can't get camera characteristics from: ID %s", ids[i]),
84 ids[i], props));
  /external/chromium_org/tools/grit/grit/format/
data_pack.py 82 ids = sorted(resources.keys())
86 ret.append(struct.pack("<IIB", PACK_FILE_VERSION, len(ids), encoding))
91 index_length = (len(ids) + 1) * (2 + 4)
95 for id in ids:
102 for id in ids:
  /frameworks/wilhelm/tests/sandbox/
urimime.c 78 SLInterfaceID ids[1]; local
80 ids[0] = SL_IID_BUFFERQUEUE;
84 &audioSnk, numInterfaces, ids, req);
88 ids[0] = SL_IID_ANDROIDSIMPLEBUFFERQUEUE;
90 &audioSnk, numInterfaces, ids, req);
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module.cc 281 const ListValue* ids = static_cast<const ListValue*>(arg0); local
282 size_t count = ids->GetSize();
287 EXTENSION_FUNCTION_VALIDATE(ids->GetString(i, &id_string));
390 std::list<int64>* ids,
397 ids->push_back(id);
406 std::list<int64> ids;
408 EXTENSION_FUNCTION_VALIDATE(ExtractIds(args_.get(), &ids, &invalid_id));
418 size_t count = ids.size();
420 for (std::list<int64>::iterator it = ids.begin(); it != ids.end(); ++it)
701 IdList ids; local
734 IdList ids; local
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_database_unittest.cc 536 std::vector<int64> ids; local
538 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 100));
539 EXPECT_TRUE(ids.empty());
540 ids.push_back(0);
541 EXPECT_TRUE(db.DeleteDeletableResponseIds(ids));
542 EXPECT_TRUE(db.InsertDeletableResponseIds(ids));
544 ids.clear();
545 EXPECT_TRUE(db.GetDeletableResponseIds(&ids, kint64max, 100));
546 EXPECT_EQ(1U, ids.size());
547 EXPECT_EQ(0, ids[0])
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest_autogen.h 246 GLuint ids[2] = { kBuffersStartId, kBuffersStartId + 1 }; local
252 expected.del.Init(arraysize(ids), &ids[0]); local
255 gl_->DeleteBuffers(arraysize(ids), &ids[0]); local
260 GLuint ids[2] = { kFramebuffersStartId, kFramebuffersStartId + 1 }; local
266 expected.del.Init(arraysize(ids), &ids[0]); local
269 gl_->DeleteFramebuffers(arraysize(ids), &ids[0]) local
285 GLuint ids[2] = { kRenderbuffersStartId, kRenderbuffersStartId + 1 }; local
291 expected.del.Init(arraysize(ids), &ids[0]); local
294 gl_->DeleteRenderbuffers(arraysize(ids), &ids[0]); local
310 GLuint ids[2] = { kTexturesStartId, kTexturesStartId + 1 }; local
316 expected.del.Init(arraysize(ids), &ids[0]); local
319 gl_->DeleteTextures(arraysize(ids), &ids[0]); local
447 GLuint ids[2] = { 0, }; local
453 expected.gen.Init(arraysize(ids), &ids[0]); local
456 gl_->GenBuffers(arraysize(ids), &ids[0]); local
474 GLuint ids[2] = { 0, }; local
480 expected.gen.Init(arraysize(ids), &ids[0]); local
483 gl_->GenFramebuffers(arraysize(ids), &ids[0]); local
490 GLuint ids[2] = { 0, }; local
496 expected.gen.Init(arraysize(ids), &ids[0]); local
499 gl_->GenRenderbuffers(arraysize(ids), &ids[0]); local
506 GLuint ids[2] = { 0, }; local
512 expected.gen.Init(arraysize(ids), &ids[0]); local
515 gl_->GenTextures(arraysize(ids), &ids[0]); local
1574 GLuint ids[2] = { 0, }; local
1580 expected.gen.Init(arraysize(ids), &ids[0]); local
1583 gl_->GenQueriesEXT(arraysize(ids), &ids[0]); local
1590 GLuint ids[2] = { kQueriesStartId, kQueriesStartId + 1 }; local
1596 expected.del.Init(arraysize(ids), &ids[0]); local
1599 gl_->DeleteQueriesEXT(arraysize(ids), &ids[0]); local
1618 GLuint ids[2] = { 0, }; local
1624 expected.gen.Init(arraysize(ids), &ids[0]); local
1627 gl_->GenVertexArraysOES(arraysize(ids), &ids[0]); local
1634 GLuint ids[2] = { kVertexArraysStartId, kVertexArraysStartId + 1 }; local
1640 expected.del.Init(arraysize(ids), &ids[0]); local
1643 gl_->DeleteVertexArraysOES(arraysize(ids), &ids[0]); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbum.java 163 GalleryApp application, boolean isImage, ArrayList<Integer> ids) {
165 MediaItem[] result = new MediaItem[ids.size()];
166 if (ids.isEmpty()) return result;
167 int idLow = ids.get(0);
168 int idHigh = ids.get(ids.size() - 1);
194 int n = ids.size();
200 // Match id with the one on the ids list.
201 if (ids.get(i) > id) {
205 while (ids.get(i) < id)
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_notification_manager.cc 51 // We unregister the handler without updating unregistering our IDs on
139 syncer::ObjectIdSet ids; local
140 ids.insert(invalidation::ObjectId(
143 invalidation_service->UpdateRegisteredInvalidationIds(this, ids);
  /external/chromium_org/chrome/browser/history/android/
favicon_sql_handler.cc 121 const std::vector<chrome::FaviconID>& ids) {
122 for (std::vector<chrome::FaviconID>::const_iterator i = ids.begin();
123 i != ids.end();
  /frameworks/base/core/java/android/content/res/
StringBlock.java 166 private CharSequence applyStyles(String str, int[] style, StyleIDs ids) {
178 if (type == ids.boldId) {
182 } else if (type == ids.italicId) {
186 } else if (type == ids.underlineId) {
190 } else if (type == ids.ttId) {
194 } else if (type == ids.bigId) {
198 } else if (type == ids.smallId) {
202 } else if (type == ids.subId) {
206 } else if (type == ids.supId) {
210 } else if (type == ids.strikeId)
    [all...]
  /packages/apps/Camera/src/com/android/camera/
IconListPreference.java 86 int ids[] = new int[n]; local
88 ids[i] = array.getResourceId(i, 0);
91 return ids;
  /packages/apps/Camera2/src/com/android/camera/
IconListPreference.java 88 int ids[] = new int[n]; local
90 ids[i] = array.getResourceId(i, 0);
93 return ids;
  /packages/apps/Dialer/src/com/android/dialer/calllog/
IntentProvider.java 94 long[] ids = new long[groupSize];
95 // Copy the ids of the rows in the group.
97 ids[index] = cursor.getLong(CallLogQuery.ID);
100 intent.putExtra(CallDetailActivity.EXTRA_CALL_LOG_IDS, ids);
  /packages/apps/LegacyCamera/src/com/android/camera/
IconListPreference.java 79 int ids[] = new int[n]; local
81 ids[i] = array.getResourceId(i, 0);
84 return ids;
  /development/apps/NinePatchLab/src/com/android/ninepatch/
NinePatchLab.java 84 int[] ids = new int[] { local
93 mButtons = new Drawable[ids.length];
98 for (int i = 0; i < ids.length; i++) {
99 mButtons[i] = res.getDrawable(ids[i]);
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.h 37 browser_sync::TestIdFactory* ids);
  /external/chromium_org/chrome/browser/invalidation/
invalidation_service_android.h 42 const syncer::ObjectIdSet& ids) OVERRIDE;
p2p_invalidation_service.h 40 const syncer::ObjectIdSet& ids) OVERRIDE;
  /external/chromium_org/gpu/command_buffer/common/
id_allocator_test.cc 39 // Free one of the IDs, check that it's not in use any more.
48 // Checks that the resource IDs are re-used after being freed.
57 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.

Completed in 482 milliseconds

1 2 3 4 56 7 8 91011>>