/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/ |
DeviceExplorer.java | 493 TreeItem[] items = mTree.getSelection(); local 501 if (items.length == 1) { 502 singleEntry = (FileEntry)items[0].getData(); 535 pullSelection(items, directoryName); 549 TreeItem[] items = mTree.getSelection(); local 551 if (items.length == 0) { 561 FileEntry entry = (FileEntry)items[0].getData(); 591 TreeItem[] items = mTree.getSelection(); local 593 if (items.length != 1) { 597 FileEntry entry = (FileEntry)items[0].getData() 638 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);
|
/sdk/ide_common/src/com/android/ide/common/resources/ |
ResourceRepository.java | 323 * @param type the type of the resource items to return 324 * @return a non null collection of resource items 348 List<ResourceItem> items = mResourceMap.get(type); local 349 return (items != null && items.size() > 0); 430 Collection<ResourceItem> items = getResourceItemsOfType(type); local 432 for (ResourceItem item : items) { 590 List<ResourceItem> items = mResourceMap.get(type); local 591 if (items == null) { 596 HashMap<String, ResourceValue> map = new HashMap<String, ResourceValue>(items.size()) [all...] |
/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');
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CCombo3.java | 82 // create table for items 344 tableBounds.height = Math.min(tableBounds.height, m_table.getItemHeight() * 20); // max 20 items without scrolling 397 // Access: items 401 * Removes all items. 404 TableItem[] items = m_table.getItems(); local 405 for (int index = 0; index < items.length; index++) { 406 TableItem item = items[index]; 437 * @return the number of items 480 TableItem[] items = m_table.getItems(); local 481 for (int index = 0; index < items.length; index++) [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++) { 377 return ctl->info->value.enumerated.items; 386 (enum_id >= ctl->info->value.enumerated.items)) 401 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::__anon14998 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 | 166 * Returns elements representing the given selection of canvas items. 168 * @param items Items to wrap in elements 172 static SimpleElement[] getAsElements(List<SelectionItem> items) { 175 for (SelectionItem cs : items) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
ResourceNameValidator.java | 186 Collection<ResourceItem> items = projectResources.getResourceItemsOfType(type); local 187 for (ResourceItem item : items) {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestListAdapter.java | 165 RefreshResult(List<TestListItem> items, Map<String, Integer> results, 167 mItems = items; 182 RefreshResult getRefreshResults(List<TestListItem> items) { 204 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
|
/external/chromium/chrome/browser/password_manager/ |
password_store_mac_internal.h | 18 // PasswordForms instead of Keychain items. 44 // Returns true if PasswordsMergeableWithForm would return any items. This is 51 // Returns all keychain items of types corresponding to password forms. 63 // Controls whether or not Chrome will restrict Keychain searches to items 68 // Returns PasswordForms constructed from the given Keychain items, calling 69 // MacKeychain::Free on all of the keychain items and clearing the vector. 72 std::vector<SecKeychainItemRef>* items); 80 // Returns the Keychain items matching the given signon_realm, scheme, and 83 // returned items. 113 // whether this object was instructed to search only for items it created [all...] |