/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ConfigTab.java | 575 TableItem[] items = this.table.getItems(); local 577 if (items[i].getText().endsWith(buildName)) {
|
/external/guava/guava-tests/test/com/google/common/base/ |
SplitterTest.java | 545 Iterable<String> items = COMMA_SPLITTER.limit(2).split(simple); local 546 ASSERT.that(items).hasContentsInOrder("a", "b,c,d"); 551 Iterable<String> items = COMMA_SPLITTER.limit(2).split(text); local 552 ASSERT.that(items).hasContentsInOrder("a", ",,b,,c,d"); 557 Iterable<String> items = COMMA_SPLITTER.limit(2).omitEmptyStrings().split(text); local 558 ASSERT.that(items).hasContentsInOrder("a", "b,,c,d"); 563 Iterable<String> items = COMMA_SPLITTER.limit(3).omitEmptyStrings().split(text); local 564 ASSERT.that(items).hasContentsInOrder("a", "b", "c,d"); 569 Iterable<String> items = COMMA_SPLITTER.limit(2).omitEmptyStrings().trimResults().split(text); local 570 ASSERT.that(items).hasContentsInOrder("a", "b ,, c,d") 575 Iterable<String> items = COMMA_SPLITTER.limit(3).omitEmptyStrings().trimResults().split(text); local 581 Iterable<String> items = COMMA_SPLITTER.limit(1).omitEmptyStrings().trimResults().split(text); local 587 Iterable<String> items = COMMA_SPLITTER.limit(1).trimResults().split(text); local 593 Iterable<String> items = COMMA_SPLITTER.limit(1).split(text); local 599 Iterable<String> items = COMMA_SPLITTER.omitEmptyStrings().limit(1).split(text); local [all...] |
/external/harfbuzz_ng/src/ |
hb-private.hh | 392 hb_prealloced_array_t <item_t, 2> items; member in struct:hb_lockable_set_t 394 inline void init (void) { items.init (); } 400 item_t *item = items.find (v); 413 item = items.push (); 425 item_t *item = items.find (v); 428 *item = items[items.len - 1]; 429 items.pop (); 441 item_t *item = items.find (v); 452 item_t *item = items.find (v) [all...] |
/external/icu4c/i18n/ |
dtptngen_impl.h | 139 UnicodeString items[MAX_DT_TOKEN]; member in class:FormatParser
|
/external/javassist/src/main/javassist/bytecode/ |
ConstPool.java | 34 LongVector items; field in class:ConstPool 126 items = new LongVector(); 147 /* read() initializes items and numOfItems, and do addItem(null). 186 return items.elementAt(n); 667 items.addElement(info); 981 LongVector v = items; 998 LongVector v = items; 1015 LongVector v = items; [all...] |
/external/libsepol/src/ |
write.c | 60 size_t items; local 70 items = put_entry(buf, sizeof(uint32_t), 3, fp); 71 if (items != 3) 76 items = put_entry(&bit, sizeof(uint32_t), 1, fp); 77 if (items != 1) 80 items = put_entry(&map, sizeof(uint64_t), 1, fp); 81 if (items != 1) 106 size_t items, items2; local 120 items = 1; /* item 0 is used for the item count */ 122 buf32[items++] = cpu_to_le32(val) 247 size_t items; local 319 size_t items; local 367 size_t items; local 387 size_t items, items2; local 415 size_t items, items2, len; local 443 size_t items, items2, len; local 470 size_t nel, items; local 514 size_t nel, items; local 537 size_t nel, items, len; local 571 size_t items; local 587 size_t items; local 607 unsigned int items, items2; local 652 uint32_t len, items; local 702 uint32_t items, items2, len; local 755 uint32_t len, items; local 781 size_t items, items2; local 810 size_t items, items2, len; local 835 size_t items, items2, len; local 868 int items; local 918 size_t items, items2, len, len2; local 1011 size_t items, items2, len; local 1073 size_t items, items2, len; local 1151 size_t items, items2, len; local 1214 size_t nel, items; local 1283 size_t nel, items, len; local 1390 size_t nel = 0, items, len; local 1437 size_t nel, items; local 1486 size_t items, items2; local 1571 size_t items; local 1612 size_t items; local 1634 size_t items; local 1676 size_t items; local 1810 unsigned int items = 2 + scope->decl_ids_len, i; local 1880 size_t items, items2, len; local [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/ |
R.java | 76 public static final int items = nextId++; field in class:R.array
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
ListViewTest.java | 274 adapter.items.remove(0); 281 adapter.items.add("x"); 288 adapter.items.remove(2); 289 adapter.items.add("x"); 353 if (items.isEmpty()) items.addAll(lazyItems); 496 public List<String> items = new ArrayList<String>(); field in class:ListViewTest.ListAdapter 498 public ListAdapter(String... items) { 499 this.items.addAll(asList(items)); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.cpp | 518 QStringList items = local 525 for (int i = 0; i < items.size(); i++) { 526 QString str = items.at(i); 552 item->setData(items.join(QString("\n")), peer_role_details); 831 QStringList items = text.split(' '); local 832 QString uuid = items[1]; 833 QString addr = items[2]; 844 items = text.mid(pos + 1, pos2 - pos - 1). 846 name = items[0]; 847 items.append(addr) 866 QStringList items = text.split(' '); local 877 QStringList items = text.split(' '); local 903 QStringList items = local 952 QStringList items = text.split(' '); local 991 QStringList items = text.split(' '); local 1007 QStringList items = text.split(' '); local 1030 QStringList items = text.split(' '); local 1051 QStringList items = text.split(' '); local 1110 QStringList items = text.split(' '); local 1148 QStringList items = text.split(' '); local 1175 QStringList items = text.split(' '); local 1236 QStringList items = text.split(' '); local 1253 QStringList items = text.split(' '); local 1315 QStringList items = text.split(' '); local 1326 QStringList items = text.split(' '); local [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ArrayBlockingQueue.java | 56 * even for the items array, which is default-serialized, even if 62 /** The queued items */ 63 final Object[] items; field in class:ArrayBlockingQueue 65 /** items index for next take, poll, peek or remove */ 68 /** items index for next put, offer, or add */ 101 return (++i == items.length) ? 0 : i; 108 return ((i == 0) ? items.length : i) - 1; 116 return (E) items[i]; 135 // assert items[putIndex] == null; 136 items[putIndex] = x 149 final Object[] items = this.items; local 170 final Object[] items = this.items; local 527 final Object[] items = this.items; local 583 final Object[] items = this.items; local 634 final Object[] items = this.items; local [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DockService.java | 511 CharSequence[] items = initBtSettings(device, state, firstTime); local 516 ab.setMultiChoiceItems(items, mCheckedItems, mMultiClickListener); 649 CharSequence[] items = new CharSequence[numOfProfiles]; local 654 items[0] = getString(R.string.bluetooth_dock_settings_headset); 655 items[1] = getString(R.string.bluetooth_dock_settings_a2dp); 671 items[0] = getString(R.string.bluetooth_dock_settings_a2dp); 681 return items; [all...] |
/packages/apps/Settings/src/com/android/settings/users/ |
RestrictedProfileSettings.java | 345 final List<AdapterItem> items = new ArrayList<AdapterItem>(); local 350 items.add(item); 356 items.add(item); 366 R.layout.edit_user_photo_popup_item, items); 376 AdapterItem item = items.get(position);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
AdditionalSubtypeSettings.java | 103 final TreeSet<SubtypeLocaleItem> items = CollectionUtils.newTreeSet(); local 115 items.add(createItem(context, subtype.getLocale())); 119 addAll(items);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mailbox.py | 131 def items(self): member in class:Mailbox 171 elif hasattr(arg, 'items'): 172 source = arg.items() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mailbox.py | 131 def items(self): member in class:Mailbox 171 elif hasattr(arg, 'items'): 172 source = arg.items() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceChooser.java | 487 ResourceItem[] items = setupResourceList(); 488 selectItemName(newName, items); 507 ResourceItem[] items = setupResourceList(); 513 for (ResourceItem item : items) { 520 ResourceItem[] newItems = new ResourceItem[items.length + 1]; 521 System.arraycopy(items, 0, newItems, 0, items.length); 522 newItems[items.length] = new ResourceItem(newName); 523 items = newItems; 524 Arrays.sort(items); 722 Collection<ResourceItem> items = null; local 804 ResourceItem[] items = setupResourceList(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ApplicationInfoPage.java | 250 String[] items = new String[targets.length]; local 252 items[i] = targetLabel(targets[i]); 259 mSdkCombo.setItems(items);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
AddTranslationDialog.java | 217 Collection<ResourceItem> items = resources.getResourceItemsOfType(ResourceType.STRING); local 219 ResourceItem[] array = items.toArray(new ResourceItem[items.size()]); 231 mTranslations = Maps.newHashMapWithExpectedSize(items.size());
|
/external/guava/guava-tests/lib/ |
libtruth.jar | |
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppsCustomizePagedView.java | 80 items = l; 93 widgetPreviewLoader.recycleBitmap(items.get(i), generatedImages.get(i)); 100 ArrayList<Object> items; field in class:AsyncTaskPageData 423 // Note we have to shift the items up now that Launcher sits under the status bar 1031 ArrayList<Object> items = new ArrayList<Object>(); local 1175 final ArrayList<Object> items = new ArrayList<Object>(); local 1286 ArrayList<Object> items = data.items; local 1311 ArrayList<Object> items = data.items; local [all...] |
LauncherModel.java | 106 // When we are loading pages synchronously, we can't just post the binding of items on the side 227 // Unbind all the workspace items 233 // Ensure that we don't use the same workspace items data structure on the main thread 234 // by making a copy of workspace items first. 345 // An items container is being set to a that of an item which is not in 354 // Items are added/removed from the corresponding FolderInfo elsewhere, such 355 // as in Workspace.onDrop. Here, we just add/remove them from the list of items 423 // We store hotseat items in canonical form which is this orientation invariant position 456 // We store hotseat items in canonical form which is this orientation invariant position 505 * Returns an ItemInfo array containing all the items in the LauncherModel 509 ArrayList<ItemInfo> items = new ArrayList<ItemInfo>(); local 2256 ArrayList<ItemInfo> items = new ArrayList<ItemInfo>(); local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
AppsCustomizePagedView.java | 77 items = l; 90 widgetPreviewLoader.recycleBitmap(items.get(i), generatedImages.get(i)); 97 ArrayList<Object> items; field in class:AsyncTaskPageData 419 // Note we have to shift the items up now that Launcher sits under the status bar 1038 ArrayList<Object> items = new ArrayList<Object>(); local 1179 final ArrayList<Object> items = new ArrayList<Object>(); local 1290 ArrayList<Object> items = data.items; local 1315 ArrayList<Object> items = data.items; local [all...] |
LauncherModel.java | 113 // When we are loading pages synchronously, we can't just post the binding of items on the side 234 static boolean findNextAvailableIconSpaceInScreen(ArrayList<ItemInfo> items, int[] xy, 243 for (int i = 0; i < items.size(); ++i) { 244 final ItemInfo item = items.get(i); 266 // Lock on the app so that we don't try and get the items while apps are being added 277 final ArrayList<ItemInfo> items = LauncherModel.getItemsInLocalCoordinates(context); local 285 if (findNextAvailableIconSpaceInScreen(items, tmpCoordinates, 384 // is only the empty page then we just add items to the first page. 486 // Unbind all the workspace items 492 // Ensure that we don't use the same workspace items data structure on the main threa 851 ArrayList<ItemInfo> items = new ArrayList<ItemInfo>(); local 1691 final ItemInfo[][] items = new ItemInfo[(int) grid.numHotseatIcons][1]; local 1702 ItemInfo[][] items = new ItemInfo[countX + 1][countY + 1]; local [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteDatabaseTest.java | 964 ArrayList<String> items = new ArrayList<String>(); local [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncer_unittest.cc | 259 SYNCED, // Items are unsynced by default 675 // Similar to above, but for unapplied items. Bug 49278. 703 CommitOrderingTest items[] = { local 708 RunCommitOrderingTest(items); 712 CommitOrderingTest items[] = { local 718 RunCommitOrderingTest(items); 723 CommitOrderingTest items[] = { local 729 RunCommitOrderingTest(items); 733 CommitOrderingTest items[] = { local 737 RunCommitOrderingTest(items); 741 CommitOrderingTest items[] = { local 749 CommitOrderingTest items[] = { local 758 CommitOrderingTest items[] = { local 766 CommitOrderingTest items[] = { local 776 CommitOrderingTest items[] = { local 786 CommitOrderingTest items[] = { local 795 CommitOrderingTest items[] = { local 808 CommitOrderingTest items[] = { local 821 CommitOrderingTest items[] = { local [all...] |