/packages/apps/Gallery3D/src/com/cooliris/media/ |
MediaBucketList.java | 35 // Returns the first item selection (ignoring items within set selections). 37 MediaItem item = null; local 45 item = items.get(0); 51 return item; 54 // Returns the first set selection (ignoring sets corresponding to item 168 MediaItem item = items.get(i); local 169 // We see if this item has already been added. 174 if (selectedItem != null && item != null && selectedItem.mId == item.mId) { 185 selectedItems.add(item); [all...] |
/packages/inputmethods/LatinIME/java/res/values-el/ |
strings.xml | 51 <item msgid="4870266572388153286">"?????"</item> 52 <item msgid="1669461741568287396">"??????"</item> 53 <item msgid="4894328801530136615">"???????"</item> 108 <item msgid="1349082139076086774">"??? ????? ????????????"</item> 109 <item msgid="8529385602829095903">"???????????? ???????? ?????????????"</item> [all...] |
/packages/inputmethods/LatinIME/java/res/values-ja/ |
strings.xml | 51 <item msgid="4870266572388153286">"??"</item> 52 <item msgid="1669461741568287396">"??"</item> 53 <item msgid="4894328801530136615">"??"</item> 108 <item msgid="1349082139076086774">"?????????"</item> 109 <item msgid="8529385602829095903">"????????"</item> [all...] |
/packages/inputmethods/LatinIME/java/res/values-ko/ |
strings.xml | 51 <item msgid="4870266572388153286">"??"</item> 52 <item msgid="1669461741568287396">"??"</item> 53 <item msgid="4894328801530136615">"??"</item> 108 <item msgid="1349082139076086774">"?? ???"</item> 109 <item msgid="8529385602829095903">"?? ???"</item> [all...] |
/packages/inputmethods/LatinIME/java/res/values-ru/ |
strings.xml | 51 <item msgid="4870266572388153286">"???"</item> 52 <item msgid="1669461741568287396">"????????"</item> 53 <item msgid="4894328801530136615">"?????????????"</item> 108 <item msgid="1349082139076086774">"?? ???????? ??????????"</item> 109 <item msgid="8529385602829095903">"?? ?????????? ????????"</item> [all...] |
/packages/inputmethods/LatinIME/java/res/values-zh-rCN/ |
strings.xml | 51 <item msgid="4870266572388153286">"?"</item> 52 <item msgid="1669461741568287396">"????"</item> 53 <item msgid="4894328801530136615">"??"</item> 108 <item msgid="1349082139076086774">"????"</item> 109 <item msgid="8529385602829095903">"?????"</item> [all...] |
/packages/inputmethods/LatinIME/java/res/values-zh-rTW/ |
strings.xml | 51 <item msgid="4870266572388153286">"?"</item> 52 <item msgid="1669461741568287396">"????"</item> 53 <item msgid="4894328801530136615">"????"</item> 108 <item msgid="1349082139076086774">"????"</item> 109 <item msgid="8529385602829095903">"?????"</item> [all...] |
/cts/tests/res/menu/ |
category_order.xml | 22 <item android:id="@+id/last_most_item" 26 <item android:id="@+id/middle_most_item" 30 <item android:id="@+id/first_most_item" 43 <item android:id="@+id/last_least_item" 47 <item android:id="@+id/middle_least_item" 51 <item android:id="@+id/first_least_item"
|
/dalvik/dx/src/com/android/dx/dex/file/ |
Item.java | 25 public abstract class Item { 29 public Item() { 34 * Returns the item type for this instance. 36 * @return {@code non-null;} the item type 41 * Returns the human name for the particular type of item this 59 * This will <i>not</i> add an item to the file for this instance itself
|
/development/samples/ApiDemos/res/menu/ |
category_order.xml | 22 <item android:id="@+id/last_most_item" 26 <item android:id="@+id/middle_most_item" 30 <item android:id="@+id/first_most_item" 43 <item android:id="@+id/last_least_item" 47 <item android:id="@+id/middle_least_item" 51 <item android:id="@+id/first_least_item"
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/ |
15.4.4.js | 49 var item = 0; 52 // array[item++] = new TestCase( SECTION, "Array.prototype.__proto__", Object.prototype, Array.prototype.__proto__ ); 53 // array[item++] = new TestCase( SECTION, "Array.__proto__.valueOf == Object.__proto__.valueOf", true, (Array.__proto__.valueOf == Object.__proto__.valueOf) ); 55 array[item++] = new TestCase( SECTION, "Array.prototype.length", 0, Array.prototype.length ); 58 array[item++] = new TestCase( SECTION, "typeof Array.prototype", "object", typeof Array.prototype ); 60 array[item++] = new TestCase( SECTION,
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.10-1.js | 74 var item = 0; 76 array[item++] = new TestCase( SECTION, "String.prototype.substring.length", 2, String.prototype.substring.length ); 77 array[item++] = new TestCase( SECTION, "delete String.prototype.substring.length", false, delete String.prototype.substring.length ); 78 array[item++] = new TestCase( SECTION, "delete String.prototype.substring.length; String.prototype.substring.length", 2, eval("delete String.prototype.substring.length; String.prototype.substring.length") ); 84 array[item++] = new TestCase( SECTION, 89 array[item++] = new TestCase( SECTION, 94 array[item++] = new TestCase( SECTION, 99 array[item++] = new TestCase( SECTION, 105 array[item++] = new TestCase( SECTION, 111 array[item++] = new TestCase( SECTION [all...] |
15.5.5.1.js | 49 var item = 0; 51 array[item++] = new TestCase( SECTION, 56 array[item++] = new TestCase( SECTION, 61 array[item++] = new TestCase( SECTION, 66 array[item++] = new TestCase( SECTION, 71 array[item++] = new TestCase( SECTION,
|
/external/webkit/WebCore/platform/ |
DeprecatedPtrListImpl.h | 48 bool insert(unsigned n, const void *item); 53 bool removeRef(const void *item, bool deleteItem); 67 void append(const void *item); 68 void prepend(const void *item); 70 unsigned containsRef(const void *item) const; 71 int findRef(const void *item);
|
/frameworks/base/core/java/android/widget/ |
TwoLineListItem.java | 30 * <p>A view group with two children, intended for use in ListViews. This item has two 38 * (which does not include a selected item icon), but you can design your own custom XML 75 * Returns a handle to the item with ID text1. 76 * @return A handle to the item with ID text1. 83 * Returns a handle to the item with ID text2. 84 * @return A handle to the item with ID text2.
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListOfShortTallShortTest.java | 41 assertTrue("second item should be taller than screen", 50 assertEquals("selection should have moved to tall item below", 63 assertEquals("couldn't get to 3rd item", 69 assertEquals("selected item should be last item on screen", 74 assertEquals("should have moved selection to tall item above",
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserHistoryPage.java | 176 public boolean onOptionsItemSelected(MenuItem item) { 177 switch (item.getItemId()) { 190 return super.onOptionsItemSelected(item); 224 MenuItem item = menu.findItem(R.id.save_to_bookmarks_menu_id); local 225 item.setTitle(R.string.remove_from_bookmarks); 238 public boolean onContextItemSelected(MenuItem item) { 240 (ExpandableListContextMenuInfo) item.getMenuInfo(); 244 switch (item.getItemId()) { 278 return super.onContextItemSelected(item); 307 HistoryItem item; local [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadNotification.java | 61 * item is used for all downloads of a given application. 74 * Add a second download to this notification item. 155 NotificationItem item = new NotificationItem(); local 156 item.mId = (int) id; 157 item.mPackageName = packageName; 158 item.mDescription = c.getString(descColumn); 160 item.addItem(title, progress, max); 161 mNotifications.put(packageName, item); 168 for (NotificationItem item : mNotifications.values()) { 179 StringBuilder title = new StringBuilder(item.mTitles[0]) [all...] |
/system/core/libpixelflinger/tinyutils/ |
Vector.h | 82 //! read-only access to an item at a given index 95 //! copy-on write support, grants write access to an item 117 //! insert on onr several items initialized from a prototype item 121 //! pushes an item initialized with its default constructor 123 //! pushes an item on the top of the stack 124 void push(const TYPE& item); 125 //! same as push() but returns the index the item was added at (or an error) 127 //! same as push() but returns the index the item was added at (or an error) 128 ssize_t add(const TYPE& item); 129 //! replace an item with a new one initialized with its default constructo [all...] |
/development/tools/idegen/ |
idegen.ipr | 173 <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> 175 </item> 176 <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> 178 </item> 179 <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false"> 181 </item> 182 <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true"> 184 </item> 185 <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false"> 190 </item> [all...] |
/development/tools/idegen/templates/ |
android.ipr | 160 <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> 162 </item> 163 <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> 165 </item> 166 <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false"> 168 </item> 169 <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true"> 171 </item> 172 <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false"> 177 </item> [all...] |
/external/bluetooth/glib/tests/ |
sequence-test.c | 108 } Item; 112 static Item * 115 return (Item *)((char *)data - 1); 118 static Item * 144 Item *item; local 146 item = get_item (list->data); 147 g_assert (item->seq == info); 161 Item *item = g_new (Item, 1) local 176 Item *item = fix_pointer (data); local 185 Item *item = fix_pointer (data); local 247 Item *item = get_item (iter); local 822 Item *item = get_item (list->data); local 840 Item *item; local 861 Item *item; local 894 Item *item; local [all...] |
/external/guava/ |
guava.ipr | 172 <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> 174 </item> 175 <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> 177 </item> 178 <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false"> 180 </item> 181 <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true"> 183 </item> 184 <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false"> 189 </item> [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-cpp.1 | 225 .IX Item "-D name" 228 .IX Item "-D name=definition" 249 .IX Item "-U name" 253 .IX Item "-undef" 257 .IX Item "-I dir" 270 .IX Item "-o file" 276 .IX Item "-Wall" 284 .IX Item "-Wcomment" 287 .IX Item "-Wcomments" 293 .IX Item "-Wtrigraphs [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-cpp.1 | 218 .IX Item "-D name" 221 .IX Item "-D name=definition" 242 .IX Item "-U name" 246 .IX Item "-undef" 250 .IX Item "-I dir" 263 .IX Item "-o file" 269 .IX Item "-Wall" 277 .IX Item "-Wcomment" 280 .IX Item "-Wcomments" 286 .IX Item "-Wtrigraphs [all...] |