/packages/apps/Gallery/res/values-nl/ |
strings.xml | 72 <item msgid="7157691836846678936">"Groot"</item> 73 <item msgid="1033164600689216410">"Klein"</item> 79 <item msgid="5546009539334018063">"Nieuwste eerst"</item> 80 <item msgid="7931283047572866748">"Nieuwste laatst"</item> 86 <item msgid="3089037742117543119">"2 seconden"</item> [all...] |
/packages/apps/Gallery/res/values-pl/ |
strings.xml | 72 <item msgid="7157691836846678936">"Du?y"</item> 73 <item msgid="1033164600689216410">"Ma?y"</item> 79 <item msgid="5546009539334018063">"Od najnowszego"</item> 80 <item msgid="7931283047572866748">"Od najstarszego"</item> 86 <item msgid="3089037742117543119">"2 sekundy"</item> [all...] |
/packages/apps/Gallery/res/values-ru/ |
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...] |
/packages/apps/Gallery/res/values-sv/ |
strings.xml | 72 <item msgid="7157691836846678936">"Stor"</item> 73 <item msgid="1033164600689216410">"Liten"</item> 79 <item msgid="5546009539334018063">"Nyast först"</item> 80 <item msgid="7931283047572866748">"Nyast sist"</item> 86 <item msgid="3089037742117543119">"2 sekunder"</item> [all...] |
/packages/apps/Gallery/res/values-zh-rCN/ |
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...] |
/dalvik/dx/tests/034-dex-minimal/ |
expected.txt | 64 | header: 1 item; 112 bytes total 65 | 112 bytes/item 66 | map list: 1 item; 28 bytes total 67 | 28 bytes/item
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
ConcurrentLinkedQueue.java | 80 * Nodes that are reachable from head. CASing the item 109 * CASing a Node's item reference to null atomically removes the 118 * for a volatile write to item by using lazySet instead of a 123 * non-null item. If the queue is empty, all items must of course 125 * Node with null item. Both head and tail are only updated using 130 private volatile E item; field in class:ConcurrentLinkedQueue.Node 142 (Node.class, Object.class, "item"); 145 Node(E item) { setItem(item); } 148 return item; 293 E item = p.getItem(); local 315 E item; local 341 E item = p.getItem(); local 401 E item = p.getItem(); local 424 E item = p.getItem(); local 453 E item = p.getItem(); local 502 E item = p.getItem(); local 515 E item = q.getItem(); local 582 E item = p.getItem(); local 630 Object item = p.getItem(); local 653 E item = (E)s.readObject(); local [all...] |
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/ |
Notepadv1.java | 50 public boolean onOptionsItemSelected(MenuItem item) { 51 switch (item.getItemId()) { 56 return super.onOptionsItemSelected(item); 66 // Get all of the notes from the database and create the item list
|
/external/icu4c/tools/genrb/ |
gendtjar.pl | 196 foreach $item (@list){ 197 next if($item eq "." || $item eq ".."); 198 my ($ver, $end) =$item =~ m/icudt(.*)(l|b|e)$/; 283 foreach $item (@list){ 284 next if($item eq "." || $item eq ".."); 285 # next if($item =~ /^t_.*$\.res/ ||$item =~ /^translit_.*$\.res/ || 286 # $item=~/$\.crs/ || $item=~ /$\.txt/ | [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/GlobalObject/ |
15.1.1.2.js | 45 var item = 0; 47 array[item++] = new TestCase( SECTION, "Infinity", Number.POSITIVE_INFINITY, Infinity ); 48 array[item++] = new TestCase( SECTION, "this.Infinity", Number.POSITIVE_INFINITY, this.Infinity ); 49 array[item++] = new TestCase( SECTION, "typeof Infinity", "number", typeof Infinity );
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.5-5.js | 72 var item = 0; 73 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(0)", 0x0074, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(0)") ); 74 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(1)", 0x0072, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(1)") ); 75 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(2)", 0x0075, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(2)") ); 76 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(3)", 0x0065, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(3)") ); 77 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(4)", Number.NaN, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(4)") ); 78 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(-1)", Number.NaN, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(-1)") ); 80 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(true)", 0x0072, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(true)") ); 81 array[item++] = new TestCase( SECTION, "x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(false)", 0x0074, eval("x = new Boolean(true); x.charCodeAt=String.prototype.charCodeAt;x.charCodeAt(false)") ); 83 array[item++] = new TestCase( SECTION, "x = new String(); x.charCodeAt(0)", Number.NaN, eval("x=ne (…) [all...] |
/external/webkit/WebCore/platform/qt/ |
ContextMenuQt.cpp | 49 void ContextMenu::appendItem(ContextMenuItem& item) 51 m_items.append(item); 59 void ContextMenu::insertItem(unsigned position, ContextMenuItem& item) 61 m_items.insert(position, item);
|
/external/webkit/WebCore/svg/ |
SVGLengthList.idl | 34 SVGLength initialize(in SVGLength item) 38 SVGLength insertItemBefore(in SVGLength item, in unsigned long index) 40 SVGLength replaceItem(in SVGLength item, in unsigned long index) 44 SVGLength appendItem(in SVGLength item)
|
SVGNumberList.idl | 34 SVGNumber initialize(in SVGNumber item) 38 SVGNumber insertItemBefore(in SVGNumber item, in unsigned long index) 40 SVGNumber replaceItem(in SVGNumber item, in unsigned long index) 44 SVGNumber appendItem(in SVGNumber item)
|
SVGPointList.idl | 33 SVGPoint initialize(in SVGPoint item) 37 SVGPoint insertItemBefore(in SVGPoint item, in unsigned long index) 39 SVGPoint replaceItem(in SVGPoint item, in unsigned long index) 43 SVGPoint appendItem(in SVGPoint item)
|
SVGStringList.idl | 33 core::DOMString initialize(in core::DOMString item) 37 core::DOMString insertItemBefore(in core::DOMString item, in unsigned long index) 39 core::DOMString replaceItem(in core::DOMString item, in unsigned long index) 43 core::DOMString appendItem(in core::DOMString item)
|
SVGTransformList.idl | 34 SVGTransform initialize(in SVGTransform item) 38 SVGTransform insertItemBefore(in SVGTransform item, in unsigned long index) 40 SVGTransform replaceItem(in SVGTransform item, in unsigned long index) 44 SVGTransform appendItem(in SVGTransform item)
|
/frameworks/base/core/java/android/widget/ |
ListAdapter.java | 37 * Returns true if the item at the specified position is not a separator. 38 * (A separator is a non-selectable, non-clickable item). 43 * @param position Index of the item 44 * @return True if the item is not a separator
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-autocomplete.jd | 30 item that appears in the list of suggestions.</p> 72 to each list item in the <code>COUNTRIES</code> string array (defined in the next step). 149 <item>Bahrain</item> 150 <item>Bangladesh</item> 151 <item>Barbados</item> 152 <item>Belarus</item> [all...] |
/packages/apps/Email/res/menu/ |
message_list_option_smart_folder.xml | 20 <item android:id="@+id/refresh" 25 <item android:id="@+id/compose" 30 <item android:id="@+id/accounts" 35 <item android:id="@+id/deselect_all"
|
/packages/apps/Phone/res/values/ |
strings.xml | 107 <!-- In-call menu item labels --> 109 <!-- In-call menu: Label for "speakerphone" menu item --> 111 <!-- In-call menu: Label for "bluetooth" menu item --> 113 <!-- In-call menu: Label for "mute" menu item --> 115 <!-- In-call menu: Label for "hold" menu item --> 117 <!-- In-call menu: Label for "end call" menu item --> 119 <!-- In-call menu: Label for "swap calls" menu item --> 121 <!-- In-call menu: Label for "merge calls" menu item --> 123 <!-- In-call menu: Label for "add call" menu item --> 125 <!-- In-call menu: Label for "manage conference call" menu item -- [all...] |
/packages/apps/Settings/src/com/android/settings/ |
AppWidgetPickActivity.java | 82 void putCustomAppWidgets(List<PickAdapter.Item> items) { 169 List<Bundle> customExtras, List<PickAdapter.Item> items) { 186 PickAdapter.Item item = new PickAdapter.Item(this, label, icon); local 188 item.packageName = info.provider.getPackageName(); 189 item.className = info.provider.getClassName(); 192 item.extras = customExtras.get(i); 195 items.add(item); 205 protected List<PickAdapter.Item> getItems() [all...] |
/packages/apps/Stk/src/com/android/stk/ |
StkMenuActivity.java | 34 import com.android.internal.telephony.gsm.stk.Item; 40 * SELECT ITEM menus. This activity is started multiple times with different 111 Item item = getSelectedItem(position); local 112 if (item == null) { 115 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false); 211 public boolean onOptionsItemSelected(MenuItem item) { 215 switch (item.getItemId()) { 226 Item stkItem = getSelectedItem(position); 234 return super.onOptionsItemSelected(item); 303 Item item = null; local [all...] |
/packages/providers/CalendarProvider/res/values-de/ |
strings.xml | 24 <item quantity="one" msgid="4209472169696459059">"Ein weiterer Termin"</item> 25 <item quantity="other" msgid="2850138968496439596">"<xliff:g id="NUMBER">%d</xliff:g> weitere Termine"</item>
|
/packages/providers/CalendarProvider/res/values-el/ |
strings.xml | 24 <item quantity="one" msgid="4209472169696459059">"1 ????? ??????"</item> 25 <item quantity="other" msgid="2850138968496439596">"<xliff:g id="NUMBER">%d</xliff:g> ????? ????????"</item>
|