Searched
refs:items (Results
351 -
375 of
541) sorted by null
<<11121314151617181920>>
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
DevicePanel.java | 725 TreeItem[] items = mTree.getSelection(); local 730 if (items.length == 1) { 731 Object object = items[0].getData();
|
/external/webkit/Tools/QtTestBrowser/ |
launcherwindow.cpp | 851 QStringList items; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlertDialogSamples.java | 178 String[] items = getResources().getStringArray(R.array.select_dialog_items); 180 .setMessage("You selected: " + which + " , " + items[which]) 342 /* Display a list of items */
|
/external/chromium/chrome/browser/importer/ |
toolbar_importer.cc | 63 uint16 items, 68 items_to_import_ = items; 131 "The items requested are not supported";
|
/external/clang/utils/ |
FindSpecRefs | 833 items = spec[ref.section] = spec.get(ref.section,[]) 834 items.append(ref) [all...] |
/external/qemu/ |
loader.c | 373 static void *zalloc(void *x, unsigned items, unsigned size) 377 size *= items;
|
/external/quake/quake/src/QW/server/ |
sv_ccmds.c | 271 sv_player->v.items = (int)sv_player->v.items | IT_SHOTGUN<< (t[0] - '2');
|
/external/v8/tools/ |
consarray.js | 33 * when concatenating on large (10K items) arrays due to memory copying.
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodelistindexnotzero.js | 78 The items in the list are accessible via an integral
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLOptionsCollection06.js | 87 there are not 10 items in the list.
|
HTMLSelectElement08.js | 82 examine the items of the returned collection.
|
HTMLTableElement07.js | 82 examine the items of the returned collection.
|
HTMLTableElement08.js | 82 examine the items of the returned collection.
|
HTMLTableElement09.js | 82 examine the items of the returned collection. Tests multiple TBODY
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_nodelistindexnotzero.js | 78 The items in the list are accessible via an integral
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLOptionsCollection06.js | 87 there are not 10 items in the list.
|
HTMLSelectElement08.js | 82 examine the items of the returned collection.
|
HTMLTableElement07.js | 82 examine the items of the returned collection.
|
HTMLTableElement08.js | 82 examine the items of the returned collection.
|
HTMLTableElement09.js | 82 examine the items of the returned collection. Tests multiple TBODY
|
/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/ |
buildbot_unittest.py | 116 for filename, revision_and_build in expectations.items(): 201 for key, expected_value in expected_parsing.items():
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
queries.py | 191 for title, files in results.parsed_results().items(): 319 for value, key in sorted([(value, key) for key, value in statistics.items()]):
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
MenuExecutor.java | 326 public MediaOperation(int operation, ArrayList<Path> items, ProgressListener listener) { 328 mItems = items;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageUtils.java | 388 * @param items the list of rectangles to compute a bounding rectangle for (may not be 393 public static Rectangle getBoundingRectangle(List<Rectangle> items) { 394 Iterator<Rectangle> iterator = items.iterator();
|
/prebuilt/common/eclipse/ |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |
Completed in 911 milliseconds
<<11121314151617181920>>