HomeSort by relevance Sort by last modified time
    Searched defs:items (Results 126 - 150 of 525) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 206 ArrayList<String> items = new ArrayList<String>(); local
212 items.add(parser.nextText());
214 int size = items.size();
217 techs = items.toArray(techs);
218 items.clear();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java 236 List<Rectangle> items = new ArrayList<Rectangle>(); local
237 items.add(new Rectangle(30, 60, 20, 20));
239 SwtUtils.drawRectangles(image, items, ImageUtils.getBoundingRectangle(items),
274 List<Rectangle> items = new ArrayList<Rectangle>(); local
275 items.add(new Rectangle(10, 10, 20, 20));
276 items.add(new Rectangle(110, 80, 20, 20));
278 SwtUtils.drawRectangles(image, items, ImageUtils.getBoundingRectangle(items),
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
Section.java 25 * of items of some sort or other.
219 * Gets the collection of all the items in this section.
222 * @return {@code non-null;} the items
224 public abstract Collection<? extends Item> items(); method in class:Section
Statistics.java 56 * Adds the given list of items to the statistics.
58 * @param list {@code non-null;} the list of items to add
61 Collection<? extends Item> items = list.items(); local
62 for (Item item : items) {
StringIdsSection.java 53 public Collection<? extends Item> items() { method in class:StringIdsSection
  /dalvik/dx/src/com/android/dx/dex/file/
Section.java 24 * of items of some sort or other.
218 * Gets the collection of all the items in this section.
221 * @return {@code non-null;} the items
223 public abstract Collection<? extends Item> items(); method in class:Section
Statistics.java 55 * Adds the given list of items to the statistics.
57 * @param list {@code non-null;} the list of items to add
60 Collection<? extends Item> items = list.items(); local
61 for (Item item : items) {
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/ActionBarCompat-ListPopupMenuSample/src/main/java/com/example/android/actionbarcompat/listpopupmenu/
PopupListFragment.java 42 ArrayList<String> items = new ArrayList<String>(); local
44 items.add(Cheeses.CHEESES[i]);
48 setListAdapter(new PopupAdapter(items));
109 PopupAdapter(ArrayList<String> items) {
110 super(getActivity(), R.layout.list_item, android.R.id.text1, items); local
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/ActionBarCompat-ListPopupMenuSample/src/main/java/com/example/android/actionbarcompat/listpopupmenu/
PopupListFragment.java 42 ArrayList<String> items = new ArrayList<String>(); local
44 items.add(Cheeses.CHEESES[i]);
48 setListAdapter(new PopupAdapter(items));
109 PopupAdapter(ArrayList<String> items) {
110 super(getActivity(), R.layout.list_item, android.R.id.text1, items); local
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java 57 * print the content. The list list of items is laid out to such that
202 final List<MotoGpStatItem> items = ((MotoGpStatAdapter)
224 MotoGpStatAdapter adapter = new MotoGpStatAdapter(items,
312 final List<MotoGpStatItem> items = ((MotoGpStatAdapter)
336 MotoGpStatAdapter adapter = new MotoGpStatAdapter(items,
494 List<MotoGpStatItem> items = new ArrayList<MotoGpStatItem>(); local
502 items.add(item);
505 return items;
518 public MotoGpStatAdapter(List<MotoGpStatItem> items, LayoutInflater inflater) {
519 mItems = items;
    [all...]
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiChatFragment.java 29 private List<String> items = new ArrayList<String>(); field in class:WiFiChatFragment
38 items);
78 List<String> items) {
79 super(context, textViewResourceId, items);
90 String message = items.get(position);
  /development/samples/browseable/ListPopupMenu/src/com.example.android.actionbarcompat.listpopupmenu/
PopupListFragment.java 42 ArrayList<String> items = new ArrayList<String>(); local
44 items.add(Cheeses.CHEESES[i]);
48 setListAdapter(new PopupAdapter(items));
109 PopupAdapter(ArrayList<String> items) {
110 super(getActivity(), R.layout.list_item, android.R.id.text1, items); local
  /external/chromium_org/ash/launcher/
launcher.cc 111 const LauncherItem& item = shelf_view_->model()->items()[index];
159 const LauncherItems& items = shelf_model->items(); local
167 if (items[i].type != TYPE_APP_LIST) {
  /external/chromium_org/ash/system/tray/
system_tray_unittest.cc 203 // Check items have been added
204 const std::vector<SystemTrayItem*>& items = tray->GetTrayItems(); local
206 std::find(items.begin(), items.end(), test_item) != items.end());
208 std::find(items.begin(), items.end(), detailed_item) != items.end());
236 // Verify that no crashes occur on items lacking some views.
  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker_unittest.cc 413 scoped_ptr<FakeDownloadItem> items[ local
431 items[i].reset(CreateDownloadItem(i));
434 items[i].get(),
461 items[i]->SetState(DownloadItem::COMPLETE);
  /external/chromium_org/chrome/browser/drive/
drive_api_util_unittest.cc 164 const ScopedVector<google_apis::AppResource>& items = app_list->items(); local
165 ASSERT_EQ(1U, items.size());
167 const google_apis::AppResource& app_resource = *items[0];
  /external/chromium_org/chrome/browser/extensions/
context_menu_matcher.cc 41 MenuItem::List items; local
44 &can_cross_incognito, items))
47 if (items.empty())
51 // items in the menu, and the last item is not a separator add a separator.
60 RecursivelyAppendExtensionItems(items, can_cross_incognito, selection_text,
67 if (items.size() > 1 || items[0]->type() != MenuItem::NORMAL) {
69 submenu_items = items;
71 MenuItem* item = items[0];
102 MenuItem::List items; local
    [all...]
  /external/chromium_org/chrome/browser/history/
most_visited_tiles_experiment_unittest.cc 218 std::vector<InstantMostVisitedItem> items; local
219 AppendInstantURLToVector(kGmailURL, &items);
222 MostVisitedTilesExperiment::RemoveItemsMatchingOpenTabs(open_urls, &items);
224 // Ensure the open url has not been removed from |items|.
225 for (size_t i = 0; i < items.size(); i++) {
226 const std::string& item_url = items[i].url.spec();
246 std::vector<InstantMostVisitedItem> items; local
247 AppendInstantURLToVector(kGmailURL, &items);
249 // |items| must have > 8 InstantMostVisitedItems for any URLs to be removed by
254 AppendInstantURLToVector(url, &items);
    [all...]
  /external/chromium_org/chrome/browser/importer/
firefox_importer_browsertest.cc 262 int items = importer::HISTORY | importer::PASSWORDS | importer::FAVORITES; local
264 items = items | importer::SEARCH_ENGINES;
271 items,
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_shortcut_launcher_item_controller.cc 61 ash::LauncherItem browser_item = model->items()[browser_index];
151 ChromeLauncherAppMenuItems items; local
154 items.push_back(new ChromeLauncherAppMenuItem(GetTitle(), NULL, false));
180 items.push_back(new ChromeLauncherAppMenuItemBrowser(
181 title, &app_icon, browser, items.size() == 1));
192 items.push_back(new ChromeLauncherAppMenuItemTab(
200 items.clear();
201 return items.Pass();
270 std::vector<Browser*> items; local
279 items.push_back(*it)
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_test_util.cc 249 scoped_ptr<WalletItems> items = local
256 items->AddAccount(GetTestGaiaAccount());
258 return items.Pass();
269 scoped_ptr<WalletItems> items = local
277 items->AddAccount(account.Pass());
279 return items.Pass();
286 scoped_ptr<WalletItems> items = local
291 items->AddAccount(GetTestGaiaAccount());
292 return items.Pass();
  /external/chromium_org/components/policy/core/common/
schema_unittest.cc 25 " \"items\": { \"type\": \"string\" }"
29 " \"items\": {"
39 " \"items\": {"
41 " \"items\": { \"type\": \"string\" }"
373 Schema items = sub.GetItems(); local
374 ASSERT_TRUE(items.valid());
375 EXPECT_EQ(base::Value::TYPE_STRING, items.type());
542 " \"items\": {"
562 Schema items = parent.GetItems(); local
563 ASSERT_TRUE(items.valid())
680 Schema items = list.GetItems(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/blob/
BlobData.h 175 const BlobDataItemList& items() const { return m_items; } function in class:WebCore::BlobData
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_configuration.py 43 def items(self): member in class:TestConfiguration
44 return self.__dict__.items()
74 for category, specifier in test_configuration.items():
86 for macro, specifier_list in macros.items():
122 for category, specifier in configuration.items():
127 for cat2, spec2 in configuration.items():
134 for specifier, sets_by_category in matching_sets_by_category.items():
135 for category, set_by_category in sets_by_category.items():
169 for macro_specifier, macro in macros_dict.items():
194 for macro_specifier, macro in macros_dict.items()
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-object-private.hh 85 hb_lockable_set_t<hb_user_data_item_t, hb_mutex_t> items; member in struct:hb_user_data_array_t
87 inline void init (void) { lock.init (); items.init (); }
96 inline void finish (void) { items.finish (lock); lock.finish (); }

Completed in 735 milliseconds

1 2 3 4 56 7 8 91011>>