/packages/apps/Gallery/res/values-zh-rTW/ |
strings.xml | 72 <item msgid="7157691836846678936">"?"</item> 73 <item msgid="1033164600689216410">"?"</item> 79 <item msgid="5546009539334018063">"?????"</item> 80 <item msgid="7931283047572866748">"?????"</item> 86 <item msgid="3089037742117543119">"2 ?"</item> [all...] |
/external/webkit/WebCore/inspector/front-end/ |
AbstractTimelinePanel.js | 50 createItemTreeElement: function(item) 55 createItemGraph: function(item) 288 var item = this._staleItems[i]; 289 if (!item._itemsTreeElement) { 291 item._itemsTreeElement = this.createItemTreeElement(item); 292 item._itemsTreeElement._itemGraph = this.createItemGraph(item); 294 this.itemsTreeElement.appendChild(item._itemsTreeElement); 295 this.itemsGraphsElement.appendChild(item._itemsTreeElement._itemGraph.graphElement) [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
LocalDataSource.java | 128 MediaItem item = new MediaItem(); local 129 item.mId = 0; 130 item.mFilePath = ""; 131 item.setMediaType((isImage(mUri)) ? MediaItem.MEDIA_TYPE_IMAGE : MediaItem.MEDIA_TYPE_VIDEO); 134 MediaItem newItem = createMediaItemFromUri(mContext, Uri.parse(mUri), item.getMediaType()); 136 item = newItem; 137 String fileUri = new File(item.mFilePath).toURI().toString(); 157 item = newItem; 159 item.mContentUri = mUri; 160 item.mThumbnailUri = mUri 209 final MediaItem item = new MediaItem(); local 307 MediaItem item = items.get(j); local 380 MediaItem item = null; local 409 MediaItem item = null; local [all...] |
DetailMode.java | 139 private static CharSequence[] populateItemViewDetailModeStrings(Context context, MediaItem item) { 140 if (item == null) { 145 strings[0] = resources.getString(Res.string.title) + ": " + item.mCaption; 146 strings[1] = resources.getString(Res.string.type) + ": " + item.getDisplayMimeType(); 150 if (item.mLocaltime == null) { 153 ExifInterface exif = new ExifInterface(item.mFilePath); 156 item.mLocaltime = formatter.parse(localtime, new ParsePosition(0)); 161 if (item.mLocaltime == null && item.mCaption != null) { 164 item.mLocaltime = formatter.parse(item.mCaption, new ParsePosition(4)) [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-as.1 | 357 .IX Item "@file" 370 .IX Item "-a[cdhlmns]" 374 .IX Item "-ac" 377 .IX Item "-ad" 380 .IX Item "-ah" 383 .IX Item "-al" 386 .IX Item "-am" 389 .IX Item "-an" 392 .IX Item "-as" 395 .IX Item "=file [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-as.1 | 357 .IX Item "@file" 370 .IX Item "-a[cdhlmns]" 374 .IX Item "-ac" 377 .IX Item "-ad" 380 .IX Item "-ah" 383 .IX Item "-al" 386 .IX Item "-am" 389 .IX Item "-an" 392 .IX Item "-as" 395 .IX Item "=file [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/ |
i686-unknown-linux-gnu-as.1 | 357 .IX Item "@file" 370 .IX Item "-a[cdhlmns]" 374 .IX Item "-ac" 377 .IX Item "-ad" 380 .IX Item "-ah" 383 .IX Item "-al" 386 .IX Item "-am" 389 .IX Item "-an" 392 .IX Item "-as" 395 .IX Item "=file [all...] |
/frameworks/base/core/java/android/view/ |
Menu.java | 35 * <li><b>Context menus</b>: Do not support item shortcuts and item icons. 36 * <li><b>Options menus</b>: The <b>icon menus</b> do not support item check 37 * marks and only show the item's 40 * reached via the 'More' item in the icon menu) do not show item icons, and 41 * item check marks are discouraged. 42 * <li><b>Sub menus</b>: Do not support item icons, or nested sub menus. 60 * item. 71 * Value to use for group and item identifier integers when you don't car [all...] |
/dalvik/libdex/ |
DexSwapVerify.c | 364 LOGE("Unknown map item type %04x\n", mapType); 371 * Helper for swapMap(), which indicates if an item type should appear 396 DexMapItem* item = pMap->list; local 407 CHECK_LIST_SIZE(item, count, sizeof(DexMapItem)); 410 SWAP_FIELD2(item->type); 411 SWAP_FIELD2(item->unused); 412 SWAP_FIELD4(item->size); 413 SWAP_OFFSET4(item->offset); 417 } else if (lastOffset >= item->offset) { 418 LOGE("Out-of-order map item: 0x%x then 0x%x\n" 547 DexStringId* item = ptr; local 557 const DexStringId* item = ptr; local 580 DexTypeId* item = ptr; local 590 const DexTypeId* item = ptr; local 614 DexProtoId* item = ptr; local 671 const DexProtoId* item = ptr; local 764 DexFieldId* item = ptr; local 776 const DexFieldId* item = ptr; local 836 DexMethodId* item = ptr; local 848 const DexMethodId* item = ptr; local 902 DexClassDef* item = ptr; local 967 const DexClassDef* item = ptr; local 1061 DexFieldAnnotationsItem* item = (DexFieldAnnotationsItem*) addr; local 1090 DexMethodAnnotationsItem* item = (DexMethodAnnotationsItem*) addr; local 1120 DexParameterAnnotationsItem* item = (DexParameterAnnotationsItem*) addr; local 1148 DexAnnotationsDirectoryItem* item = ptr; local 1186 const DexFieldAnnotationsItem* item = (DexFieldAnnotationsItem*) addr; local 1206 const DexMethodAnnotationsItem* item = (DexMethodAnnotationsItem*) addr; local 1226 const DexParameterAnnotationsItem* item = local 1278 const DexAnnotationsDirectoryItem* item = ptr; local 1340 DexAnnotationSetRefItem* item; local 1361 const DexAnnotationSetRefItem* item = list->list; local 1379 u4* item; local 1800 DexCode* item = ptr; local 2494 const DexMapItem* item = pMap->list; local 2668 const DexMapItem* item = pMap->list; local [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.4-4.js | 62 var item = 0; 64 array[item++] = new TestCase( SECTION, "x = null; x.__proto.charAt = String.prototype.charAt; x.charAt(0)", "n", eval("x=null; x.__proto__.charAt = String.prototype.charAt; x.charAt(0)") ); 65 array[item++] = new TestCase( SECTION, "x = null; x.__proto.charAt = String.prototype.charAt; x.charAt(1)", "u", eval("x=null; x.__proto__.charAt = String.prototype.charAt; x.charAt(1)") ); 66 array[item++] = new TestCase( SECTION, "x = null; x.__proto.charAt = String.prototype.charAt; x.charAt(2)", "l", eval("x=null; x.__proto__.charAt = String.prototype.charAt; x.charAt(2)") ); 67 array[item++] = new TestCase( SECTION, "x = null; x.__proto.charAt = String.prototype.charAt; x.charAt(3)", "l", eval("x=null; x.__proto__.charAt = String.prototype.charAt; x.charAt(3)") ); 69 array[item++] = new TestCase( SECTION, "x = undefined; x.__proto.charAt = String.prototype.charAt; x.charAt(0)", "u", eval("x=undefined; x.__proto__.charAt = String.prototype.charAt; x.charAt(0)") ); 70 array[item++] = new TestCase( SECTION, "x = undefined; x.__proto.charAt = String.prototype.charAt; x.charAt(1)", "n", eval("x=undefined; x.__proto__.charAt = String.prototype.charAt; x.charAt(1)") ); 71 array[item++] = new TestCase( SECTION, "x = undefined; x.__proto.charAt = String.prototype.charAt; x.charAt(2)", "d", eval("x=undefined; x.__proto__.charAt = String.prototype.charAt; x.charAt(2)") ); 72 array[item++] = new TestCase( SECTION, "x = undefined; x.__proto.charAt = String.prototype.charAt; x.charAt(3)", "e", eval("x=undefined; x.__proto__.charAt = String.prototype.charAt; x.charAt(3)") ); 74 array[item++] = new TestCase( SECTION, "x = false; x.__proto.charAt = String.prototype.charAt; x.charAt(0 (…) [all...] |
15.5.4.4-2.js | 60 var item = 0; 61 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charAt=String.prototype.charAt;x.charAt(0)", "t", eval("x = new Boolean(true); x.charAt=String.prototype.charAt;x.charAt(0)") ); 62 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charAt=String.prototype.charAt;x.charAt(1)", "r", eval("x = new Boolean(true); x.charAt=String.prototype.charAt;x.charAt(1)") ); 63 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charAt=String.prototype.charAt;x.charAt(2)", "u", eval("x = new Boolean(true); x.charAt=String.prototype.charAt;x.charAt(2)") ); 64 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charAt=String.prototype.charAt;x.charAt(3)", "e", eval("x = new Boolean(true); x.charAt=String.prototype.charAt;x.charAt(3)") ); 65 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charAt=String.prototype.charAt;x.charAt(4)", "", eval("x = new Boolean(true); x.charAt=String.prototype.charAt;x.charAt(4)") ); 66 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charAt=String.prototype.charAt;x.charAt(-1)", "", eval("x = new Boolean(true); x.charAt=String.prototype.charAt;x.charAt(-1)") ); 68 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charAt=String.prototype.charAt;x.charAt(true)", "r", eval("x = new Boolean(true); x.charAt=String.prototype.charAt;x.charAt(true)") ); 69 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charAt=String.prototype.charAt;x.charAt(false)", "t", eval("x = new Boolean(true); x.charAt=String.prototype.charAt;x.charAt(false)") ); 71 array[item++] = new TestCase( SECTION, "x = new String(); x.charAt(0)", "", eval("x=new String();x (…) [all...] |
/external/webkit/WebKit/android/jni/ |
WebHistory.cpp | 56 static void write_item(WTF::Vector<char>& v, WebCore::HistoryItem* item); 85 // Remove each item instead of using close(). close() is intended to be used 91 // Add the current item back to the list. 101 * current history item stored in the child frame's loader does not 102 * match the item found in the history tree. If we remove all the 107 * all the frames first and then look up the history item. We do this 108 * because the history item in the tree may be null at this point. 115 // Fix the top-level item. 118 // Remember the parent history item so we can search for a child item 123 WebCore::HistoryItem* item = parent->childItemWithTarget(child->tree()->name()); local 451 WebCore::HistoryItem* item = (*i).get(); local 697 WTF::RefPtr<WebCore::HistoryItem> item = WebCore::HistoryItem::create(); local [all...] |
/external/webkit/WebCore/platform/qt/ |
Localizations.cpp | 80 return QCoreApplication::translate("QWebPage", "Open in New Window", "Open in New Window context menu item"); 85 return QCoreApplication::translate("QWebPage", "Save Link...", "Download Linked File context menu item"); 90 return QCoreApplication::translate("QWebPage", "Copy Link", "Copy Link context menu item"); 95 return QCoreApplication::translate("QWebPage", "Open Image", "Open Image in New Window context menu item"); 100 return QCoreApplication::translate("QWebPage", "Save Image", "Download Image context menu item"); 105 return QCoreApplication::translate("QWebPage", "Copy Image", "Copy Link context menu item"); 110 return QCoreApplication::translate("QWebPage", "Open Frame", "Open Frame in New Window context menu item"); 115 return QCoreApplication::translate("QWebPage", "Copy", "Copy context menu item"); 120 return QCoreApplication::translate("QWebPage", "Go Back", "Back context menu item"); 125 return QCoreApplication::translate("QWebPage", "Go Forward", "Forward context menu item"); [all...] |
/external/svox/pico/lib/ |
picodata.c | 182 if (this->len < PICODATA_ITEM_HEADSIZE) { /* item not in cb? */ 185 PICODBG_DEBUG(("no item to get")); 187 } else { /* cb not empty, but not a valid item */ 188 PICODBG_WARN(("problem getting item, incomplete head, underflow")); 195 /* if getting speech data in item */ 197 /* check item type */ 199 PICODBG_WARN(("item type mismatch for speech data: %c", 211 if (*blen > this->len) { /* item in cb not complete? */ 212 PICODBG_WARN(("problem getting item, incomplete content, underflow; " 218 PICODBG_WARN(("problem getting item, overflow")) [all...] |
/cts/tests/res/values/ |
resources_test.xml | 26 <item quantity="one">A dog</item> 27 <item quantity="other">Some dogs</item>
|
/development/apps/Term/res/menu/ |
main.xml | 19 <item android:id="@+id/menu_preferences" 21 <item android:id="@+id/menu_reset" 23 <item android:id="@+id/menu_send_email" 25 <item android:id="@+id/menu_special_keys"
|
/development/samples/ApiDemos/res/menu/ |
order.xml | 22 <item android:id="@+id/fourth_item" 26 <item android:id="@+id/third_item" 30 <item android:id="@+id/second_item" 34 <item android:id="@+id/first_item"
|
/development/samples/Home/res/color/ |
bright_text_dark_focused.xml | 18 <item android:state_selected="true" android:color="#000" /> 19 <item android:state_focused="true" android:color="#000" /> 20 <item android:state_pressed="true" android:color="#000" /> 21 <item android:color="#FFF" />
|
/development/samples/Home/res/drawable/ |
all_applications_button_background.xml | 22 <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/pressed_application_background_static" /> 23 <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/pressed_application_background_static" /> 24 <item android:state_focused="true" android:drawable="@drawable/focused_application_background_static" /> 25 <item android:state_focused="false" android:drawable="@drawable/application_background_static" />
|
favorite_background.xml | 22 <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/pressed_application_background_static" /> 23 <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/pressed_application_background_static" /> 24 <item android:state_focused="true" android:drawable="@drawable/focused_application_background_static" /> 25 <item android:state_focused="false" android:drawable="@android:color/transparent" />
|
/development/samples/Wiktionary/res/drawable/ |
widget_bg.xml | 18 <item android:state_window_focused="false" android:drawable="@drawable/widget_bg_normal" /> 19 <item android:state_pressed="true" android:drawable="@drawable/widget_bg_pressed" /> 20 <item android:state_focused="true" android:drawable="@drawable/widget_bg_selected" /> 21 <item android:drawable="@drawable/widget_bg_normal" />
|
/development/samples/WiktionarySimple/res/drawable/ |
widget_bg.xml | 19 <item android:state_window_focused="false" android:drawable="@drawable/widget_bg_normal" /> 20 <item android:state_pressed="true" android:drawable="@drawable/widget_bg_pressed" /> 21 <item android:state_focused="true" android:drawable="@drawable/widget_bg_selected" /> 22 <item android:drawable="@drawable/widget_bg_normal" />
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.2.2-3.js | 50 var item = 0; 54 array[item++] = new TestCase( SECTION, "Date(1899,11,31,23,59,59)", (new Date()).toString(), Date(1899,11,31,23,59,59)); 55 array[item++] = new TestCase( SECTION, "Date(1900,0,1,0,0,0)", (new Date()).toString(), Date(1900,0,1,0,0,0) ); 56 array[item++] = new TestCase( SECTION, "Date(1900,0,1,0,0,1)", (new Date()).toString(), Date(1900,0,1,0,0,1) ); 57 array[item++] = new TestCase( SECTION, "Date(1899,11,31,16,0,0,0)", (new Date()).toString(), Date(1899,11,31,16,0,0,0)); 62 array[item++] = new TestCase( SECTION, "Date( 2000,1,29,0,0,0)", (new Date()).toString(), Date(2000,1,29,0,0,0)); 63 array[item++] = new TestCase( SECTION, "Date( 2000,1,28,23,59,59)", (new Date()).toString(), Date( 2000,1,28,23,59,59)); 64 array[item++] = new TestCase( SECTION, "Date( 2000,1,27,16,0,0)", (new Date()).toString(), Date(2000,1,27,16,0,0)); 67 array[item++] = new TestCase( SECTION, "Date(2004,11,31,23,59,59)", (new Date()).toString(), Date(2004,11,31,23,59,59)); 68 array[item++] = new TestCase( SECTION, "Date(2005,0,1,0,0,0)", (new Date()).toString(), Date(2005 (…) [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/ |
15.2.4.2.js | 50 var item = 0; 52 array[item++] = new TestCase( SECTION, "(new Object()).toString()", "[object Object]", (new Object()).toString() ); 54 array[item++] = new TestCase( SECTION, "myvar = this; myvar.toString = Object.prototype.toString; myvar.toString()", 58 array[item++] = new TestCase( SECTION, "myvar = MyObject; myvar.toString = Object.prototype.toString; myvar.toString()", 62 array[item++] = new TestCase( SECTION, "myvar = new MyObject( true ); myvar.toString = Object.prototype.toString; myvar.toString()", 66 array[item++] = new TestCase( SECTION, "myvar = new Number(0); myvar.toString = Object.prototype.toString; myvar.toString()", 70 array[item++] = new TestCase( SECTION, "myvar = new String(''); myvar.toString = Object.prototype.toString; myvar.toString()", 74 array[item++] = new TestCase( SECTION, "myvar = Math; myvar.toString = Object.prototype.toString; myvar.toString()", 78 array[item++] = new TestCase( SECTION, "myvar = new Function(); myvar.toString = Object.prototype.toString; myvar.toString()", 82 array[item++] = new TestCase( SECTION, "myvar = new Array(); myvar.toString = Object.prototype.toString; myv (…) [all...] |
/external/webkit/LayoutTests/storage/domstorage/localstorage/ |
private-browsing-affects-storage-expected.txt | 3 Caught exception trying to change item: Error: QUOTA_EXCEEDED_ERR: DOM Exception 22
|