HomeSort by relevance Sort by last modified time
    Searched refs:items (Results 201 - 225 of 541) sorted by null

1 2 3 4 5 6 7 891011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectChooserHelper.java 227 String[] items = new String[mAvailableProjects.length + 1]; local
228 items[0] = "--- Choose Project ---";
235 items[i + 1] = labelProvider.getText(project);
240 setItems(items);
  /external/webkit/Source/WebCore/platform/chromium/
ClipboardChromium.cpp 347 PassRefPtr<DataTransferItems> ClipboardChromium::items() function in class:WebCore::ClipboardChromium
349 RefPtr<DataTransferItemsChromium> items = DataTransferItemsChromium::create(this, m_frame->document()->scriptExecutionContext()); local
352 return items;
358 items->addPasteboardItem(*it);
360 return items;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 490 TreeItem[] items = mTree.getSelection(); local
498 if (items.length == 1) {
499 singleEntry = (FileEntry)items[0].getData();
532 pullSelection(items, directoryName);
546 TreeItem[] items = mTree.getSelection(); local
548 if (items.length == 0) {
558 FileEntry entry = (FileEntry)items[0].getData();
588 TreeItem[] items = mTree.getSelection(); local
590 if (items.length != 1) {
594 FileEntry entry = (FileEntry)items[0].getData()
632 TreeItem[] items = mTree.getSelection(); local
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 57 var items = treeItem.items; // is an HTMLCollection
58 for (var i = 0, item; item = items[i]; i++) {
67 * Updates the underlying bookmark node for the tree items and list items by
175 chrome.bookmarks.get(id, function(items) {
176 if (items && items.length == 1)
221 tree.selectedItem = tree.items[0];
250 * @param {!Object} reorderInfo The information about how the items wher
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 281 DictionaryValue* items = new DictionaryValue; local
283 items->Set(ethernet_network->service_path(), item);
284 return_value->Set("ethernet_networks", items);
294 DictionaryValue* items = new DictionaryValue; local
302 items->Set(wifi->service_path(), item);
304 return_value->Set("wifi_networks", items);
313 DictionaryValue* items = new DictionaryValue; local
329 items->Set(cellular_networks[i]->service_path(), item);
331 return_value->Set("cellular_networks", items);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 27 items: [ 'A', 'B', 'C', '' ]
43 d.items[1] = 'BB';
53 d.items.pop();
54 d.items.pop();
63 d.items.pop();
72 d.items.pop();
80 d.items.push('D');
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoDataAdapter.java 667 public ArrayList<MediaItem> items; field in class:PhotoDataAdapter.UpdateInfo
724 if (info.items != null) {
726 int end = Math.min(info.contentStart + info.items.size(), mContentEnd);
729 mData[dataIndex] = info.items.get(i - info.contentStart);
789 info.items = mSource.getMediaItem(info.contentStart, info.contentEnd);
810 ArrayList<MediaItem> items = info.items; local
812 return index < 0 || index >= items.size() ? null : items.get(index);
817 ArrayList<MediaItem> items = info.items
    [all...]
  /external/tinyalsa/
mixer.c 71 unsigned int max = mixer->ctl[n].info->value.enumerated.items;
135 char **enames = calloc(ei->value.enumerated.items, sizeof(char*));
139 for (m = 0; m < ei->value.enumerated.items; m++) {
389 return ctl->info->value.enumerated.items;
399 (enum_id >= ctl->info->value.enumerated.items))
421 num_enums = ctl->info->value.enumerated.items;
  /external/v8/tools/
gc-nvp-trace-processor.py 117 def __init__(self, *items):
118 self.items = items
121 return flatten([item.fieldrefs() for item in self.items])
124 return 'plot ' + ', '.join([item.to_gnuplot(ctx) for item in self.items])
161 for item in subplot.items:
  /frameworks/base/core/java/android/app/
AlertDialog.java 589 * Set a list of items to be displayed in the dialog as the content, you will be notified of the
601 * Set a list of items to be displayed in the dialog as the content, you will be notified of the
606 public Builder setItems(CharSequence[] items, final OnClickListener listener) {
607 P.mItems = items;
613 * Set a list of items, which are supplied by the given {@link ListAdapter}, to be
617 * @param adapter The {@link ListAdapter} to supply the list of items
629 * Set a list of items, which are supplied by the given {@link Cursor}, to be
633 * @param cursor The {@link Cursor} to supply the list of items
649 * Set a list of items to be displayed in the dialog as the content,
657 * @param checkedItems specifies which items are checked. It should be null in which case n
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java 86 /** Contains all of the items for this menu */
89 /** Contains only the items that are currently visible. This will be created/refreshed from
93 * Whether or not the items (or any one item's shown state) has changed since it was last
99 * Contains only the items that should appear in the Action Bar, if present.
103 * Contains items that should NOT appear in the Action Bar, if present.
108 * Whether or not the items (or any one item's action state) has changed since it was
114 * Default value for how added items should show in the action list.
121 * should be set on all items added to this menu.
180 * Called by menu items to execute their associated action
559 // We handle the notification of items being changed ourselves, so we use setVisibleInt rathe
824 ArrayList<MenuItemImpl> items = mTempShortcutItemList; local
    [all...]
  /external/chromium/chrome/browser/importer/
external_process_importer_client.cc 20 uint16 items,
30 items_(items),
external_process_importer_client.h 36 uint16 items,
130 // Total number of history items to import.
firefox2_importer.h 29 uint16 items,
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.c 79 Eina_Inlist **items; member in struct:_Ewk_Tiled_Backing_Store_Data::__anon13331
260 it = priv->view.items[i];
647 unsigned int i, r = p_row - priv->view.items;
687 start = priv->view.items;
688 end = priv->view.items + priv->view.rows;
691 free(priv->view.items);
692 priv->view.items = NULL;
761 "t=%0.2f, obj=%p, priv=%p, view.items=%p, matrix=%p\n",
763 priv->self, priv, priv->view.items, priv->model.matrix);
926 start = priv->view.items + rows
    [all...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FileList.java 127 final CharSequence[] items = {"Open", "Run"}; local
130 builder.setSingleChoiceItems(items, -1,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionItem.java 150 * Returns elements representing the given selection of canvas items.
152 * @param items Items to wrap in elements
155 static SimpleElement[] getAsElements(List<SelectionItem> items) {
158 for (SelectionItem cs : items) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java 185 Collection<ResourceItem> items = projectResources.getResourceItemsOfType(type); local
186 for (ResourceItem item : items) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 156 RefreshResult(List<TestListItem> items, Map<String, Integer> results,
158 mItems = items;
173 RefreshResult getRefreshResults(List<TestListItem> items) {
195 return new RefreshResult(items, results, details);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
FieldIdsSection.java 50 public Collection<? extends Item> items() { method in class:FieldIdsSection
MethodIdsSection.java 50 public Collection<? extends Item> items() { method in class:MethodIdsSection
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
  /dalvik/dx/src/com/android/dx/dex/file/
FieldIdsSection.java 50 public Collection<? extends Item> items() { method in class:FieldIdsSection
MethodIdsSection.java 50 public Collection<? extends Item> items() { method in class:MethodIdsSection
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

Completed in 1288 milliseconds

1 2 3 4 5 6 7 891011>>