/packages/apps/Browser/res/values-fr/ |
strings.xml | 36 <item quantity="zero" msgid="6242659159545399963">"Aucune correspondance"</item> 37 <item quantity="one" msgid="4352019729062956802">"1 correspondance"</item> 38 <item quantity="few" msgid="5544267486978946555">"<xliff:g id="NUMBER">%d</xliff:g> correspondances"</item> 39 <item quantity="other" msgid="6616125067364315405">"<xliff:g id="NUMBER">%d</xliff:g> correspondances"</item> 133 <item msgid="6745108155096660725">"Toujours activé"</item> [all...] |
/packages/apps/Browser/res/values-it/ |
strings.xml | 36 <item quantity="zero" msgid="6242659159545399963">"Nessuna corrispondenza"</item> 37 <item quantity="one" msgid="4352019729062956802">"1 corrispondenza"</item> 38 <item quantity="few" msgid="5544267486978946555">"<xliff:g id="NUMBER">%d</xliff:g> corrispondenze"</item> 39 <item quantity="other" msgid="6616125067364315405">"<xliff:g id="NUMBER">%d</xliff:g> corrispondenze"</item> 133 <item msgid="6745108155096660725">"Sempre attivo"</item> [all...] |
/packages/apps/Browser/res/values-nb/ |
strings.xml | 36 <item quantity="zero" msgid="6242659159545399963">"Ingen treff"</item> 37 <item quantity="one" msgid="4352019729062956802">"Ett treff"</item> 38 <item quantity="few" msgid="5544267486978946555">"<xliff:g id="NUMBER">%d</xliff:g> treff"</item> 39 <item quantity="other" msgid="6616125067364315405">"<xliff:g id="NUMBER">%d</xliff:g> treff"</item> 133 <item msgid="6745108155096660725">"Alltid på"</item> [all...] |
/packages/apps/Browser/res/values-pl/ |
strings.xml | 36 <item quantity="zero" msgid="6242659159545399963">"Brak wyników"</item> 37 <item quantity="one" msgid="4352019729062956802">"1 wynik"</item> 38 <item quantity="few" msgid="5544267486978946555">"Wyników: <xliff:g id="NUMBER">%d</xliff:g>"</item> 39 <item quantity="other" msgid="6616125067364315405">"Wyników: <xliff:g id="NUMBER">%d</xliff:g>"</item> 133 <item msgid="6745108155096660725">"Zawsze w??czona"</item> [all...] |
/packages/apps/Browser/res/values-sv/ |
strings.xml | 36 <item quantity="zero" msgid="6242659159545399963">"Inga träffar"</item> 37 <item quantity="one" msgid="4352019729062956802">"1 träff"</item> 38 <item quantity="few" msgid="5544267486978946555">"<xliff:g id="NUMBER">%d</xliff:g> träffar"</item> 39 <item quantity="other" msgid="6616125067364315405">"<xliff:g id="NUMBER">%d</xliff:g> träffar"</item> 133 <item msgid="6745108155096660725">"Alltid på"</item> [all...] |
/packages/apps/Browser/res/values-tr/ |
strings.xml | 36 <item quantity="zero" msgid="6242659159545399963">"E?le?me yok"</item> 37 <item quantity="one" msgid="4352019729062956802">"1 e?le?me"</item> 38 <item quantity="few" msgid="5544267486978946555">"<xliff:g id="NUMBER">%d</xliff:g> e?le?me"</item> 39 <item quantity="other" msgid="6616125067364315405">"<xliff:g id="NUMBER">%d</xliff:g> e?le?me"</item> 133 <item msgid="6745108155096660725">"Her zaman aç?k"</item> [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
ParameterAnnotationStruct.java | 39 /** {@code non-null;} the associated annotations list, as an item */ 62 * Construct an item for the annotations list. TODO: This 72 AnnotationSetItem item = new AnnotationSetItem(annotations); local 73 arrayList.add(new AnnotationSetRefItem(item)); 132 for (AnnotationSetRefItem item : annotationsItem.getItems()) { 138 sb.append(item.toHuman()); 145 * Gets the method this item is for.
|
/dalvik/dx/src/com/android/dx/util/ |
LabeledList.java | 102 * Gets the index of the first item in the list with the given 106 * @return {@code >= -1;} the index of the so-labelled item, or {@code -1} 146 * @param item {@code null-ok;} the value to store 148 protected void set(int n, LabeledItem item) { 151 set0(n, item); 157 if (item != null) { 158 addLabelIndex(item.getLabel(), n);
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/ |
Notepadv3.java | 76 public boolean onMenuItemSelected(int featureId, MenuItem item) { 77 switch(item.getItemId()) { 83 return super.onMenuItemSelected(featureId, item); 94 public boolean onContextItemSelected(MenuItem item) { 95 switch(item.getItemId()) { 97 AdapterContextMenuInfo info = (AdapterContextMenuInfo) item.getMenuInfo(); 102 return super.onContextItemSelected(item);
|
/external/bzip2/ |
bz-fo.xsl | 67 <xsl:variable name="item.contents"> 68 <fo:list-item-label end-indent="label-end()"> 76 </fo:list-item-label> 77 <fo:list-item-body start-indent="body-start()"> 79 </fo:list-item-body> 83 <fo:list-item id="{$id}" 84 xsl:use-attribute-sets="compact.list.item.spacing"> 85 <xsl:copy-of select="$item.contents"/> 86 </fo:list-item> 89 <fo:list-item id="{$id}" xsl:use-attribute-sets="list.item.spacing" [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/ |
15.4.5.2-1.js | 46 var item = 0; 48 array[item++] = new TestCase( SECTION, 53 array[item++] = new TestCase( SECTION, 58 array[item++] = new TestCase( SECTION, 63 array[item++] = new TestCase( SECTION, 69 array[item++] = new TestCase( SECTION, 74 array[item++] = new TestCase( SECTION,
|
15.4.5.1-1.js | 71 var item = 0; 75 array[item++] = new TestCase( SECTION, 81 array[item++] = new TestCase( SECTION, 86 array[item++] = new TestCase( SECTION, 95 array[item++] = new TestCase( SECTION, 100 array[item++] = new TestCase( SECTION, 117 array[item++] = new TestCase( SECTION, 122 array[item++] = new TestCase( SECTION, 130 array[item++] = new TestCase( SECTION, 135 array[item++] = new TestCase( SECTION [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/ |
15.3.2.1-3.js | 51 var item = 0; 74 array[item++] = new TestCase( SECTION, "MyFunc.length", 2000, MyFunc.length ); 75 array[item++] = new TestCase( SECTION, "var MY_OB = eval('MyFunc(s)')", 1, eval("var MY_OB = MyFunc("+s+"); MY_OB") ); 77 array[item++] = new TestCase( SECTION, "MyObject.length", 2000, MyObject.length ); 79 array[item++] = new TestCase( SECTION, "FUN1 = new Function( 'a','b','c', 'return FUN1.length' ); FUN1.length", 3, eval("FUN1 = new Function( 'a','b','c', 'return FUN1.length' ); FUN1.length") ); 80 array[item++] = new TestCase( SECTION, "FUN1 = new Function( 'a','b','c', 'return FUN1.length' ); FUN1()", 3, eval("FUN1 = new Function( 'a','b','c', 'return FUN1.length' ); FUN1()") ); 81 array[item++] = new TestCase( SECTION, "FUN1 = new Function( 'a','b','c', 'return FUN1.length' ); FUN1(1,2,3,4,5)", 3, eval("FUN1 = new Function( 'a','b','c', 'return FUN1.length' ); FUN1(1,2,3,4,5)") );
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/ |
7.2-1.js | 51 var item = 0; 53 array[item++] = new TestCase( SECTION, "var a\nb = 5; ab=10;ab;", 10, eval("var a\nb = 5; ab=10;ab") ); 54 array[item++] = new TestCase( SECTION, "var a\nb = 5; ab=10;b;", 5, eval("var a\nb = 5; ab=10;b") ); 55 array[item++] = new TestCase( SECTION, "var a\rb = 5; ab=10;ab;", 10, eval("var a\rb = 5; ab=10;ab") ); 56 array[item++] = new TestCase( SECTION, "var a\rb = 5; ab=10;b;", 5, eval("var a\rb = 5; ab=10;b") ); 57 array[item++] = new TestCase( SECTION, "var a\r\nb = 5; ab=10;ab;", 10, eval("var a\r\nb = 5; ab=10;ab") ); 58 array[item++] = new TestCase( SECTION, "var a\r\nb = 5; ab=10;b;", 5, eval("var a\r\nb = 5; ab=10;b") );
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8SQLResultSetRowListCustom.cpp | 44 INC_STATS("DOM.SQLResultSetRowList.item()"); 47 V8Proxy::throwError(V8Proxy::SyntaxError, "Item index is required."); 52 V8Proxy::throwError(V8Proxy::TypeError, "Item index must be a number."); 60 V8Proxy::throwError(V8Proxy::RangeError, "Item index is out of range."); 64 v8::Local<v8::Object> item = v8::Object::New(); local 85 item->Set(v8String(rowList->columnNames()[i]), value, static_cast<v8::PropertyAttribute>(v8::DontDelete|v8::ReadOnly)); 88 return item;
|
/external/webkit/WebKit/chromium/src/ |
BackForwardListClientImpl.cpp | 53 void BackForwardListClientImpl::setCurrentHistoryItem(HistoryItem* item) 56 m_currentItem = item; 64 void BackForwardListClientImpl::addItem(PassRefPtr<HistoryItem> item) 67 m_currentItem = item; 77 void BackForwardListClientImpl::goToItem(HistoryItem* item) 80 m_currentItem = item; 82 if (m_pendingHistoryItem == item)
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListOfThinItemsTest.java | 43 assertTrue("need item height less than fading edge length", 66 assertTrue(prefix + "selected item is below bottom threshold (fading edge or bottom as " + 69 assertTrue(prefix + "first item in list must be at very top or just above", 71 assertTrue(prefix + "last item in list should be at very bottom or just below", 105 assertTrue(prefix + "selected item is above top threshold (fading edge or top as " + 108 assertTrue(prefix + "first item in list must be at very top or just above", 110 assertTrue(prefix + "last item in list should be at very bottom or just below",
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
Menu.java | 27 * Container class for STK menu (SET UP MENU, SELECT ITEM) parameters. 31 public List<Item> items; 44 items = new ArrayList<Item>(); 61 items = new ArrayList<Item>(); 64 Item item = in.readParcelable(null); local 65 items.add(item);
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
ArrayUtils.java | 30 MediaItem item = secondList.get(i); local 31 if (item != null) { 32 hash[item.hashCode() & mask] = item; 76 public static final boolean contains(ArrayList<MediaItem> items, MediaItem item) { 78 if (item.mId == Shared.INVALID) 82 if (item.hashCode() == thisItem.hashCode())
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
OccurrenceRenderer.java | 38 * draws a line from min to max at the time of the item. 54 int item, 59 // get the x value for the series/item. 60 double x = timeDataSet.getX(series, item).doubleValue(); 74 // get the paint information for the series/item 75 Paint p = getItemPaint(series, item); 76 Stroke s = getItemStroke(series, item);
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-ld.1 | 251 .IX Item "@file" 264 .IX Item "-akeyword" 271 .IX Item "-Aarchitecture" 274 .IX Item "--architecture=architecture" 285 .IX Item "-b input-format" 288 .IX Item "--format=input-format" 313 .IX Item "-c MRI-commandfile" 316 .IX Item "--mri-script=MRI-commandfile" 327 .IX Item "-d" 330 .IX Item "-dc [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-ld.1 | 251 .IX Item "@file" 264 .IX Item "-akeyword" 271 .IX Item "-Aarchitecture" 274 .IX Item "--architecture=architecture" 285 .IX Item "-b input-format" 288 .IX Item "--format=input-format" 313 .IX Item "-c MRI-commandfile" 316 .IX Item "--mri-script=MRI-commandfile" 327 .IX Item "-d" 330 .IX Item "-dc [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/ |
i686-unknown-linux-gnu-ld.1 | 251 .IX Item "@file" 264 .IX Item "-akeyword" 271 .IX Item "-Aarchitecture" 274 .IX Item "--architecture=architecture" 285 .IX Item "-b input-format" 288 .IX Item "--format=input-format" 313 .IX Item "-c MRI-commandfile" 316 .IX Item "--mri-script=MRI-commandfile" 327 .IX Item "-d" 330 .IX Item "-dc [all...] |
/packages/apps/Mms/res/values/ |
strings.xml | 29 <!-- Context menu item on an individual message for dialing the sender's phone number --> 31 <!-- Context menu item on an individual message for emailing the sender --> 34 <!-- Menu item for starting a new conversation --> 36 <!-- Menu item for accessing application settings --> 39 <!-- Menu item to call the recipient of the conversation on the phone (imperative verb) --> 41 <!-- Menu item for deleting all conversations --> 43 <!-- Context menu item on an individual conversation for deleting that conversation --> 45 <!-- This string is no longer used. It used to be the menu item for viewing all messages that 48 <!-- Context menu item on an individual conversation for viewing that conversation --> 65 <!-- Context menu item on an individual message for viewing an attached picture -- [all...] |
/external/tcpdump/ |
makemib | 232 function dump(item, c, s) { 233 # newitem=sofar"."item"("oid[item]")" 234 # printf "/* %s c=%s s=%s */\n", newitem, child[item], sibling[item] 236 if (child[item] != "") { 237 dump(child[item]) 238 c = "&_"child[item]"_obj" 241 if (sibling[item] != "") { 242 dump(sibling[item]) [all...] |