/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocationClustering.java | 75 public void consume(int index, MediaItem item) { 78 s.path = item.getPath(); 79 item.getLatLong(latLong); 157 SmallItem item = items.get(i); local 158 double itemLatitude = item.lat; 159 double itemLongitude = item.lng;
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ManageSimMessages.java | 188 public boolean onContextItemSelected(MenuItem item) { 191 info = (AdapterView.AdapterContextMenuInfo) item.getMenuInfo(); 199 switch (item.getItemId()) { 216 return super.onContextItemSelected(item); 297 public boolean onOptionsItemSelected(MenuItem item) { 298 switch (item.getItemId()) {
|
/packages/apps/Settings/src/com/android/settings/ |
DeviceAdminSettings.java | 218 DeviceAdminInfo item = mAvailableAdmins.get(position); local 219 vh.icon.setImageDrawable(item.loadIcon(activity.getPackageManager())); 220 vh.name.setText(item.loadLabel(activity.getPackageManager())); 221 vh.checkbox.setChecked(mActiveAdmins.contains(item.getComponent())); 223 && item.getPackageName().equals(mDeviceOwnerPkg); 225 vh.description.setText(item.loadDescription(activity.getPackageManager()));
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
AnnotationSetItem.java | 145 AnnotationItem item = items[i]; local 146 int offset = item.getAbsoluteOffset();
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationSetItem.java | 145 AnnotationItem item = items[i]; local 146 int offset = item.getAbsoluteOffset();
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
LunarLander.java | 80 * Invoked when the user selects an item from the Menu. 82 * @param item the Menu entry which was selected 83 * @return true if the Menu item was legit (and we consumed it), false 87 public boolean onOptionsItemSelected(MenuItem item) { 88 switch (item.getItemId()) {
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
WordActivity.java | 83 public boolean onOptionsItemSelected(MenuItem item) { 84 switch (item.getItemId()) {
|
/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/ |
LogBuildNumber.java | 126 * targets the correct list view for the About item details 127 * @param item 128 * @return the details string of an about item entry 131 private String getAboutItem(String item) throws UiObjectNotFoundException { 140 // actually contains the text (item) we're looking for. 141 UiObject aboutItem = aboutSettingsList.getChildByText(SettingsHelper.LIST_VIEW_ITEM, item); 144 // here that the param 'item' refers to the label and the second text is the value for it.
|
/external/chromium/chrome/browser/importer/ |
profile_import_process_host.cc | 69 importer::ImportItem item) { 71 Send(new ProfileImportProcessMsg_ReportImportItemFinished(item));
|
/external/chromium/chrome/browser/ui/webui/options/ |
import_data_handler.cc | 150 void ImportDataHandler::ImportItemStarted(importer::ImportItem item) { 154 void ImportDataHandler::ImportItemEnded(importer::ImportItem item) {
|
/external/clang/utils/ |
FindSpecRefs | 800 for item in preorder(c, parents+(node,)): 801 yield item 880 for item in path[-1][2]: 882 relativePath = item.path[len(root):] [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
AnnotationSetItem.java | 145 AnnotationItem item = items[i]; local 146 int offset = item.getAbsoluteOffset();
|
/external/libxslt/libxslt/ |
preproc.c | 393 xsltStyleItemSortPtr item = (xsltStyleItemSortPtr) comp; local 394 if (item->locale != (xsltLocale)0) 395 xsltFreeLocale(item->locale); 396 if (item->comp != NULL) 397 xmlXPathFreeCompExpr(item->comp); 411 xsltStyleItemCopyOfPtr item = (xsltStyleItemCopyOfPtr) comp; local 412 if (item->comp != NULL) 413 xmlXPathFreeCompExpr(item->comp); 417 xsltStyleItemValueOfPtr item = (xsltStyleItemValueOfPtr) comp; local 418 if (item->comp != NULL 429 xsltStyleItemApplyTemplatesPtr item = local 438 xsltStyleItemIfPtr item = (xsltStyleItemIfPtr) comp; local 444 xsltStyleItemForEachPtr item = local 453 xsltStyleItemWithParamPtr item = local 460 xsltStyleItemParamPtr item = local 467 xsltStyleItemVariablePtr item = local 474 xsltStyleItemWhenPtr item = local [all...] |
/external/qemu/hw/ |
goldfish_nand.c | 896 char* item = limits; local 899 while (item && *item) { 900 char* next = strchr(item, ','); 904 next = item + strlen(item); 909 if ( !memcmp(item, "pid=", 4) ) { 910 pid = strtol(item+4, &end, 10); 913 item ); 921 else if ( !memcmp(item, "signal=", 7) ) [all...] |
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_attrchildnodes2.js | 103 testNode = acronymList.item(3); 112 textNode = childNodes.item(0); 116 textNode = childNodes.item(1); 120 textNode = childNodes.item(2);
|
hc_nodeappendchildchildexists.js | 122 childNode = elementList.item(1); 124 newChild = childList.item(0); 127 memberNode = childList.item(indexN10085); 137 memberNode = childList.item(indexN1009C);
|
hc_nodeinsertbeforedocfragment.js | 115 employeeNode = elementList.item(1); 118 refChild = childList.item(3); 125 child = childList.item(3); 129 child = childList.item(4);
|
hc_nodeinsertbeforenewchildexists.js | 122 employeeNode = elementList.item(1); 124 refChild = childList.item(5); 125 newChild = childList.item(0); 128 child = childList.item(indexN1008C);
|
hc_nodereplacechildnewchildexists.js | 119 employeeNode = elementList.item(1); 121 newChild = childList.item(0); 122 oldChild = childList.item(5); 126 childNode = childList.item(indexN10094);
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLCollection09.js | 78 The item(index) method returns null if the index is out of range. 81 the "rows" attribute. Invoke the item(index) method with an index 105 testNode = nodeList.item(0); 108 rowNode = rowsnodeList.item(5);
|
HTMLTableRowElement11.js | 113 testNode = nodeList.item(3); 119 trNode = cellsnodeList.item(0); 126 testNode = nodeList.item(3); 132 trNode = cellsnodeList.item(0);
|
HTMLTableRowElement12.js | 112 testNode = nodeList.item(3); 118 trNode = cellsnodeList.item(5); 125 testNode = nodeList.item(3); 131 trNode = cellsnodeList.item(6);
|
HTMLTableRowElement13.js | 111 testNode = nodeList.item(3); 117 trNode = cellsnodeList.item(0); 124 testNode = nodeList.item(3); 130 trNode = cellsnodeList.item(0);
|
HTMLTableRowElement14.js | 111 testNode = nodeList.item(3); 117 trNode = cellsnodeList.item(2); 124 testNode = nodeList.item(3); 130 trNode = cellsnodeList.item(2);
|
HTMLTableRowElement20.js | 115 testNode = nodeList.item(3); 121 trNode = cellsnodeList.item(5); 128 testNode = nodeList.item(3); 134 trNode = cellsnodeList.item(6);
|