/frameworks/wilhelm/tests/sandbox/ |
configbq.c | 129 SLInterfaceID ids[1]; local 131 ids[0] = SL_IID_BUFFERQUEUE; 135 &audioSnk, numInterfaces, ids, req);
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlertService.java | 414 Log.d(TAG, "Canceling leftover notification IDs " + currentNotificationId + "-" 491 StringBuilder ids = new StringBuilder(); local 494 ids.append(info.eventId); 495 ids.append(","); 500 ids.append(info.eventId); 501 ids.append(","); 504 if (ids.length() > 0 && ids.charAt(ids.length() - 1) == ',') { 505 ids.setLength(ids.length() - 1) [all...] |
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupMembersFragment.java | 370 private void sendToGroup(long[] ids, String sendScheme, String title) { 371 if (ids == null || ids.length == 0) return; 378 final String sIds = GroupUtil.convertArrayToString(ids); 422 // Build list of default selected item ids 431 startSendToSelectionPickerActivity(ids, defaultSelectionArray, sendScheme, title); 436 if (itemList.size() == 0 || contactMap.size() < ids.length) { 451 private void startSendToSelectionPickerActivity(long[] ids, long[] defaultSelection, 453 startActivity(GroupUtil.createSendToSelectionPickerIntent(getContext(), ids, local 470 final long[] ids = mActionBarAdapter.isSelectionMode( local 476 final long[] ids = mActionBarAdapter.isSelectionMode() local [all...] |
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
TestEnv.java | 194 List<String> ids = new ArrayList<>(1); local 195 ids.add(info.documentId); 196 selectionMgr.setItemsSelected(ids, true);
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
ModelTest.java | 110 // Tests multiple authorities with clashing document IDs. 116 // Make two sets of items with the same IDs, under different authorities. 166 String[] ids = model.getModelIds(); local 167 assertEquals(ITEM_COUNT, ids.length); 169 Cursor c = model.getItem(ids[i]);
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
PopupDataProvider.java | 61 /** Maps launcher activity components to their list of shortcut ids. */ 169 List<String> ids = mDeepShortcutMap.get(new ComponentKey(component, info.user)); local 170 return ids == null ? Collections.EMPTY_LIST : ids;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectWizardState.java | 248 String[] ids = newActivityName.split(AdtConstants.RE_DOT); local 249 newActivityName = ids[ids.length - 1];
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractStyleRefactoringTest.java | 133 int expectedModifiedFileCount, String... ids) throws Exception { 134 assertTrue(ids.length > 0); 139 List<Element> selectedElements = getElements(info.mElement, ids);
|
/external/libxml2/doc/ |
apibuild.py | [all...] |
/external/esd/include/ |
audiofile.h | 208 AF_QUERY_ID_COUNT = 605, /* get number of ids avail. */ 543 void afInitLoopIDs (AFfilesetup, int instid, int ids[], int nids); 565 void afInitMarkIDs (AFfilesetup, int trackid, int *ids, int nids); 577 void afInitInstIDs (AFfilesetup, int *ids, int nids); 587 void afInitMiscIDs (AFfilesetup, int *ids, int nids); 588 int afGetMiscIDs (AFfilehandle, int *ids);
|
/external/oj-libjdwp/src/share/back/ |
outStream.c | 49 stream->ids = bagCreateBag(sizeof(jlong), INITIAL_ID_ALLOC); 50 if (stream->ids == NULL) { 219 idPtr = bagAdd(stream->ids); 499 (void)bagEnumerateOver(stream->ids, releaseID, NULL); 509 bagDestroyBag(stream->ids);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
EditorColorBorderTabletUI.java | 62 private int[] ids = { field in class:EditorColorBorderTabletUI 168 mColorButton = new Button[ids.length]; 169 for (int i = 0; i < ids.length; i++) { 170 mColorButton[i] = (Button) lp.findViewById(ids[i]); 248 for (int i = 0; i < ids.length; i++) {
|
EditorDrawTabletUI.java | 66 private int[] ids = { field in class:EditorDrawTabletUI 173 mColorButton = new Button[ids.length]; 174 for (int i = 0; i < ids.length; i++) { 175 mColorButton[i] = (Button) lp.findViewById(ids[i]); 270 for (int i = 0; i < ids.length; i++) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
audiofile.h | 224 AF_QUERY_ID_COUNT = 605, /* get number of ids avail. */ 542 void afInitLoopIDs (AFfilesetup, int instid, const int *ids, int nids); 564 void afInitMarkIDs (AFfilesetup, int trackid, const int *ids, int nids); 576 void afInitInstIDs (AFfilesetup, const int *ids, int nids); 586 void afInitMiscIDs (AFfilesetup, const int *ids, int nids); 587 int afGetMiscIDs (AFfilehandle, int *ids);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
ICUServiceTest.java | 177 // shouldn't find unregistered ids 200 Set ids = service.getVisibleIDs(); local 201 confirmBoolean("18) find invisible", !ids.contains("en_US_BAR")); 204 // an anonymous factory than handles all ids 231 // we can override for particular ids 253 // iterate over the visual ids returned by the multiple factory 263 // four visible ids 264 confirmIdentical("25) visible ids", count, 4); 397 logln("all visible ids: " + service.getVisibleIDs()); 420 logln("visible ids for es locale: " + service.getVisibleIDs("es")) 556 protected final Set ids; field in class:ICUServiceTest.TestLocaleKeyFactory 751 Set ids = service.getVisibleIDs(); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
ICUServiceTest.java | 174 // shouldn't find unregistered ids 197 Set ids = service.getVisibleIDs(); local 198 confirmBoolean("18) find invisible", !ids.contains("en_US_BAR")); 201 // an anonymous factory than handles all ids 228 // we can override for particular ids 250 // iterate over the visual ids returned by the multiple factory 260 // four visible ids 261 confirmIdentical("25) visible ids", count, 4); 394 logln("all visible ids: " + service.getVisibleIDs()); 417 logln("visible ids for es locale: " + service.getVisibleIDs("es")) 553 protected final Set ids; field in class:ICUServiceTest.TestLocaleKeyFactory 748 Set ids = service.getVisibleIDs(); local [all...] |
/frameworks/base/core/java/android/hardware/input/ |
InputManager.java | 307 * Gets the ids of all input devices in the system. 308 * @return The input device ids. 315 final int[] ids = new int[count]; local 317 ids[i] = mInputDevices.keyAt(i); 319 return ids; 961 final int[] ids; local [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsDatabaseHelperTest.java | 81 // The IDs should be all positive and unique. 88 final Set<Long> ids = Sets.newHashSet(); local 89 ids.add(a1id); 90 ids.add(a2id); 91 ids.add(a3id); 92 ids.add(a4id); 93 ids.add(a5id); 94 assertEquals(5, ids.size()); 96 // Second call: This time getOrCreateAccountId will return the existing IDs. 103 // Now getAccountIdOrNull() returns IDs too [all...] |
/external/tensorflow/tensorflow/contrib/lookup/ |
lookup_ops_test.py | [all...] |
/external/mesa3d/src/mesa/main/ |
queryobj.c | 238 * Create $n query objects and store them in *ids. Make them of type $target 242 create_queries(struct gl_context *ctx, GLenum target, GLsizei n, GLuint *ids, 270 ids[i] = first + i; 277 _mesa_GenQueries(GLsizei n, GLuint *ids) 280 create_queries(ctx, 0, n, ids, false); 284 _mesa_CreateQueries(GLenum target, GLsizei n, GLuint *ids) 303 create_queries(ctx, target, n, ids, true); 308 _mesa_DeleteQueries(GLsizei n, const GLuint *ids) 323 if (ids[i] > 0) { 324 struct gl_query_object *q = _mesa_lookup_query_object(ctx, ids[i]) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
GLES11Canvas.java | 745 IntArray ids = mUnboundTextures; local 746 if (ids.size() > 0) { 747 mGLId.glDeleteTextures(mGL, ids.size(), ids.getInternalArray(), 0); 748 ids.clear(); 751 ids = mDeleteBuffers; 752 if (ids.size() > 0) { 753 mGLId.glDeleteBuffers(mGL, ids.size(), ids.getInternalArray(), 0); 754 ids.clear() [all...] |
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
ShortcutManagerCtsTestsBase.java | 425 * Make multiple shortcuts with IDs. 427 protected List<ShortcutInfo> makeShortcuts(String... ids) { 429 for (String id : ids) { 558 long changedSince, List<String> ids) { 569 if (ids != null && ids.size() > 0) { 570 q.setShortcutIds(ids);
|
/external/deqp/framework/platform/null/ |
tcuNullRenderContext.cpp | 540 GLW_APICALL void GLW_APIENTRY glGenQueries (GLsizei n, GLuint* ids) 544 if (ids) 547 ids[ndx] = ctx->queries.allocate(); 606 GLW_APICALL void GLW_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint* ids) 610 if (ids) 613 ids[ndx] = ctx->transformFeedbacks.allocate();
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ZoneMeta.java | 63 * Returns an immutable set of system time zone IDs. 65 * @return An immutable set of system time zone IDs. 89 * Returns an immutable set of canonical system time zone IDs. 92 * @return An immutable set of canonical system time zone IDs. 119 * Returns an immutable set of canonical system time zone IDs that 122 * including IDs, such as "Etc/GTM+5". 123 * @return An immutable set of canonical system time zone IDs that 154 * Returns an immutable set of system IDs for the given conditions. 158 * @return An immutable set of system IDs for the given conditions. 211 * Returns the number of IDs in the equivalency group tha 305 String[] ids = getZoneIDs(); local 478 Set<String> ids = TimeZone.getAvailableIDs(SystemTimeZoneType.CANONICAL_LOCATION, country, null); local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
TimeZone.java | 56 * all the supported time zone IDs, or getCanonicalID method to check 60 * supported IDs, then you can create a custom time zone ID with 79 * <p>For compatibility with JDK 1.1.x, some other three-letter time zone IDs 748 * @return an immutable set of system time zone IDs. 757 * Return a new String array containing all system TimeZone IDs 758 * with the given raw offset from GMT. These IDs may be passed to 762 * @return an array of IDs for system TimeZones with the given 767 Set<String> ids = getAvailableIDs(SystemTimeZoneType.ANY, null, Integer.valueOf(rawOffset)); local 768 return ids.toArray(new String[0]); 772 * Return a new String array containing all system TimeZone IDs 783 Set<String> ids = getAvailableIDs(SystemTimeZoneType.ANY, country, null); local 796 Set<String> ids = getAvailableIDs(SystemTimeZoneType.ANY, null, null); local [all...] |