/packages/apps/Music/src/com/android/music/ |
MusicUtils.java | 539 * @param ids The source array containing all the ids to be added to the playlist 540 * @param offset Where in the 'ids' array we start reading 544 private static void makeInsertItems(long[] ids, int offset, int len, int base) { 546 if (offset + len > ids.length) { 547 len = ids.length - offset; 560 sContentValuesCache[i].put(MediaStore.Audio.Playlists.Members.AUDIO_ID, ids[offset + i]); 564 public static void addToPlaylist(Context context, long [] ids, long playlistid) { 565 if (ids == null) { 570 int size = ids.length [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RefactoringTest.java | 95 protected static List<Element> getElements(Element root, String... ids) { 97 for (String id : ids) {
|
/external/icu4c/extra/uconv/ |
uconv.cpp | 381 UEnumeration *ids = utrans_openIDs(&status); 382 int32_t i, numtrans = uenum_count(ids, &status); 388 const char *nextTrans = uenum_next(ids, &len, &status); 396 uenum_close(ids); [all...] |
/external/kernel-headers/original/linux/ |
pci.h | 144 /* device is compatible with these IDs */ 289 struct list_head list; /* for IDs added at runtime */ 457 int pci_dev_present(const struct pci_device_id *ids); 554 const struct pci_device_id *pci_match_id(const struct pci_device_id *ids, struct pci_dev *dev); 657 #define pci_dev_present(ids) (0) 671 static inline const struct pci_device_id *pci_match_device(const struct pci_device_id *ids, const struct pci_dev *dev) { return NULL; }
|
/external/skia/include/views/ |
SkView.h | 305 void postInflate(const SkTDict<SkView*>& ids);
|
/external/skia/src/animator/ |
SkAnimatorScript.cpp | 161 SkTDict<SkDisplayable*>* ids = &engine->fMaker.fIDs; local 163 bool success = ids->find(token, len, &displayable); 429 SkTDict<SkDisplayable*>* ids = (SkTDict<SkDisplayable*>*) user; 432 bool success = ids->findKey(displayable, &key);
|
/external/svox/pico/lib/ |
picoktab.c | 61 /* fixed ids */ 68 picoktab_FixedIds ids; local 76 ids = (picoktab_FixedIds) this->subObj; 78 ids->phonStartId = PICOKTAB_TMPID_PHONSTART; 79 ids->phonTermId = PICOKTAB_TMPID_PHONTERM; [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDriver.cpp | 278 const media::Metadata::Filter& ids, Parcel *records) {
|
/packages/apps/Contacts/src/com/android/contacts/ |
CallDetailActivity.java | 94 /** A long array extra containing ids of call log entries to display. */ 345 * a list of ids in the call log added as an extra on the URI. 355 long[] ids = getIntent().getLongArrayExtra(EXTRA_CALL_LOG_IDS); local 356 Uri[] uris = new Uri[ids.length]; 357 for (int index = 0; index < ids.length; ++index) { 358 uris[index] = ContentUris.withAppendedId(Calls.CONTENT_URI_WITH_VOICEMAIL, ids[index]); [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
Conversation.java | 715 // Because the part table doesn't have auto-increment ids, the part ids are reused 717 // cache so we don't retrieve stale images when part ids are reused. This will be 745 // Because the part table doesn't have auto-increment ids, the part ids are reused 747 // cache so we don't retrieve stale images when part ids are reused. This will be 841 * is false and the recipient IDs are not in cache. The cursor should 1355 String[] ids = recipientIds.split(" "); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DynamicContextMenu.java | 304 * common actions and returns the action ids of these actions. 308 * @return set of action ids for the actions that are present in the action 548 List<String> ids = mParentAction.getIds(); local 550 assert titles.size() == ids.size(); 554 for (int i = 0, n = Math.min(titles.size(), ids.size()); i < n; i++) { 555 final String id = ids.get(i);
|
/packages/inputmethods/PinyinIME/jni/share/ |
userdict.cpp | 633 const uint16 * ids = get_lemma_spell_ids(offset); 636 splids[i] = ids[i]; 1105 uint32 *ids = NULL; 1141 ids = (uint32 *)malloc((dict_info.lemma_count + kUserDictPreAlloc) << 2); 1142 if (!ids) goto error; 1194 ids[i] = start_id + i; 1206 ids_ = ids; 1227 if (ids) free(ids); [all...] |
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
main.js | 621 var ids = draggedNodes.map(function(node) { 625 chrome.experimental.bookmarkManager.startDrag(ids); [all...] |
/external/v8/test/mjsunit/ |
debug-script-breakpoints.js | 82 // Set three script break points for script ids.
|
debug-scripts-request.js | 84 var request = '{' + base_request + ',"arguments":{"ids":[' +
|
/frameworks/rs/ |
rsElement.cpp | 423 void rsaElementGetSubElements(RsContext con, RsElement elem, uint32_t *ids, 430 ids[i] = (uint32_t)e->getField(i);
|
/packages/apps/Calendar/src/com/android/calendar/widget/ |
CalendarAppWidgetService.java | 542 int[] ids = widgetManager.getAppWidgetIds(CalendarAppWidgetProvider 545 widgetManager.notifyAppWidgetViewDataChanged(ids, R.id.events_list);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
GregorianCalendarTest.java | 331 String[] ids = TimeZone.getAvailableIDs(); local 332 for (int i = 0; i < ids.length; i++) { 333 TimeZone tz = TimeZone.getTimeZone(ids[i]);
|
/external/icu4c/i18n/ |
zonemeta.cpp | 39 // Available metazone IDs vector and table 472 StringEnumeration *ids = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL_LOCATION, buf, NULL, status); local 473 int32_t idsLen = ids->count(status); 482 delete ids;
|
/frameworks/base/graphics/java/android/renderscript/ |
Element.java | 1076 int[] ids = new int[ein.length]; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xlibint.h | 147 XID * /* ids */, 190 #define XAllocIDs(dpy,ids,n) (*(dpy)->idlist_alloc)(dpy,ids,n) 1023 extern void _XAllocIDs(Display *dpy, XID *ids, int count); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xlibint.h | 147 XID * /* ids */, 190 #define XAllocIDs(dpy,ids,n) (*(dpy)->idlist_alloc)(dpy,ids,n) 1023 extern void _XAllocIDs(Display *dpy, XID *ids, int count); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xlibint.h | 147 XID * /* ids */, 190 #define XAllocIDs(dpy,ids,n) (*(dpy)->idlist_alloc)(dpy,ids,n) 1023 extern void _XAllocIDs(Display *dpy, XID *ids, int count); [all...] |
/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | 364 jint *ids = _env->GetIntArrayElements(_ids, NULL); local 373 (RsElement *)ids, fieldCount, 377 _env->ReleaseIntArrayElements(_ids, ids, JNI_ABORT); 409 uint32_t *ids = (uint32_t *)malloc((uint32_t)dataSize * sizeof(uint32_t)); local 413 rsaElementGetSubElements(con, (RsElement)id, ids, names, arraySizes, (uint32_t)dataSize); 417 _env->SetIntArrayRegion(_IDs, i, 1, (const jint*)&ids[i]); 421 free(ids); [all...] |
/external/icu4c/test/intltest/ |
calregts.cpp | 219 StringEnumeration* ids = TimeZone::createEnumeration(); local 220 if (ids == NULL) { 239 for (int32_t i=0; i<ids->count(status); ++i) { 240 TimeZone *zone = TimeZone::createTimeZone(*ids->snext(status)); 258 // delete [] ids; // TODO: bad APIs 259 delete ids; 287 StringEnumeration* ids = TimeZone::createEnumeration(-8 * 60 * 60 * 1000); local 288 if (ids == NULL) { 293 count = ids->count(status); 294 SimpleTimeZone *pdt = new SimpleTimeZone(-8 * 60 * 60 * 1000, *ids->snext(status)) [all...] |