HomeSort by relevance Sort by last modified time
    Searched full:item (Results 1301 - 1325 of 4518) sorted by null

<<51525354555657585960>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.36-3.js 143 var item = testcases.length;
147 testcases[item++] = new TestCase( SECTION, DateString+".getTime()", UTCDate.value, DateCase.getTime() );
148 testcases[item++] = new TestCase( SECTION, DateString+".valueOf()", UTCDate.value, DateCase.valueOf() );
150 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
151 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
152 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
153 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() );
154 testcases[item++] = new TestCase( SECTION, DateString+".getUTCHours()", UTCDate.hours, DateCase.getUTCHours() );
155 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMinutes()", UTCDate.minutes,DateCase.getUTCMinutes() );
156 testcases[item++] = new TestCase( SECTION, DateString+".getUTCSeconds()", UTCDate.seconds,DateCase.getUTCSe (…)
    [all...]
15.9.5.37-1.js 162 var item = testcases.length;
166 testcases[item++] = new TestCase( SECTION, DateString+".getTime()", UTCDate.value, DateCase.getTime() );
167 testcases[item++] = new TestCase( SECTION, DateString+".valueOf()", UTCDate.value, DateCase.valueOf() );
169 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() );
170 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", UTCDate.month, DateCase.getUTCMonth() );
171 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", UTCDate.date, DateCase.getUTCDate() );
172 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() );
173 testcases[item++] = new TestCase( SECTION, DateString+".getUTCHours()", UTCDate.hours, DateCase.getUTCHours() );
174 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMinutes()", UTCDate.minutes,DateCase.getUTCMinutes() );
175 testcases[item++] = new TestCase( SECTION, DateString+".getUTCSeconds()", UTCDate.seconds,DateCase.getUTCSe (…)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.6.2-1.js 66 var item = 0;
72 array[item++] = new TestCase( SECTION,
77 array[item++] = new TestCase( SECTION,
82 array[item++] = new TestCase( SECTION,
87 array[item++] = new TestCase( SECTION,
92 array[item++] = new TestCase( SECTION,
97 array[item++] = new TestCase( SECTION,
102 array[item++] = new TestCase( SECTION,
107 array[item++] = new TestCase( SECTION,
112 array[item++] = new TestCase( SECTION
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.1-2.js 54 var item = 0;
55 array[item++] = new TestCase( SECTION, "'var'+'\u000B'+'MYVAR1=10;MYVAR1'", 10, eval('var'+'\u000B'+'MYVAR1=10;MYVAR1') );
56 array[item++] = new TestCase( SECTION, "'var'+'\u0009'+'MYVAR2=10;MYVAR2'", 10, eval('var'+'\u0009'+'MYVAR2=10;MYVAR2') );
57 array[item++] = new TestCase( SECTION, "'var'+'\u000C'+'MYVAR3=10;MYVAR3'", 10, eval('var'+'\u000C'+'MYVAR3=10;MYVAR3') );
58 array[item++] = new TestCase( SECTION, "'var'+'\u0020'+'MYVAR4=10;MYVAR4'", 10, eval('var'+'\u0020'+'MYVAR4=10;MYVAR4') );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.14.js 49 var item = 0;
51 for ( item = 0; item < 100; item++ ) {
52 array[item] = new TestCase( SECTION, "Math.random()", "pass", null );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.4-1.js 43 var item = 0;
45 array[item++] = new TestCase(SECTION, "Number.prototype.valueOf()", 0, Number.prototype.valueOf() );
46 array[item++] = new TestCase(SECTION, "typeof(Number.prototype)", "object", typeof(Number.prototype) );
47 array[item++] = new TestCase(SECTION, "Number.prototype.constructor == Number", true, Number.prototype.constructor == Number );
48 // array[item++] = new TestCase(SECTION, "Number.prototype == Number.__proto__", true, Number.prototype == Number.__proto__ );
  /external/webkit/WebCore/platform/win/
SearchPopupMenuWin.cpp 55 RetainPtr<CFStringRef> item(AdoptCF, searchItems[i].createCFString());
56 CFArrayAppendValue(items.get(), item.get());
77 CFStringRef item = (CFStringRef)CFArrayGetValueAtIndex(items.get(), i); local
78 if (CFGetTypeID(item) == CFStringGetTypeID())
79 searchItems.append(item);
  /external/wpa_supplicant/wpa_gui/
networkconfig.ui 72 <item>
76 </item>
77 <item>
81 </item>
82 <item>
86 </item>
87 <item>
91 </item>
92 <item>
96 </item>
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui 91 <item>
95 </item>
96 <item>
100 </item>
101 <item>
105 </item>
106 <item>
110 </item>
111 <item>
115 </item>
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListTouchTest.java 51 // First item should be selected
67 assertEquals("Item zero not the first child in the list", 0, firstChild.getId());
69 assertEquals("Item zero not at the top of the list", mListView.getListPaddingTop(),
85 assertEquals("Item zero not the first child in the list", 0, firstChild.getId());
87 assertEquals("Item zero not at the top of the list", mListView.getListPaddingTop(),
  /packages/apps/Gallery3D/src/com/cooliris/media/
PicasaDataSource.java 152 // Move to the next unread item.
171 final MediaItem item = new MediaItem(); local
172 item.mId = photo.id;
173 item.mEditUri = photo.editUri;
174 item.mMimeType = photo.contentType;
175 item.mDateTakenInMs = photo.dateTaken;
176 item.mLatitude = photo.latitude;
177 item.mLongitude = photo.longitude;
178 item.mThumbnailUri = photo.thumbnailUrl;
179 item.mScreennailUri = photo.screennailUrl
213 MediaItem item = items.get(j); local
    [all...]
  /packages/apps/Browser/res/values-nl/
strings.xml 36 <item quantity="zero" msgid="6242659159545399963">"Geen overeenkomsten"</item>
37 <item quantity="one" msgid="4352019729062956802">"1 overeenkomst"</item>
38 <item quantity="few" msgid="5544267486978946555">"<xliff:g id="NUMBER">%d</xliff:g> overeenkomsten"</item>
39 <item quantity="other" msgid="6616125067364315405">"<xliff:g id="NUMBER">%d</xliff:g> overeenkomsten"</item>
133 <item msgid="6745108155096660725">"Altijd aan"</item>
    [all...]
  /packages/apps/Browser/res/values-pt/
strings.xml 36 <item quantity="zero" msgid="6242659159545399963">"Sem correspondências"</item>
37 <item quantity="one" msgid="4352019729062956802">"1 correspondência"</item>
38 <item quantity="few" msgid="5544267486978946555">"<xliff:g id="NUMBER">%d</xliff:g> correspondências"</item>
39 <item quantity="other" msgid="6616125067364315405">"<xliff:g id="NUMBER">%d</xliff:g> correspondências"</item>
133 <item msgid="6745108155096660725">"Sempre ativado"</item>
    [all...]
  /packages/apps/Browser/res/values-pt-rPT/
strings.xml 36 <item quantity="zero" msgid="6242659159545399963">"Sem correspondência"</item>
37 <item quantity="one" msgid="4352019729062956802">"1 correspondência"</item>
38 <item quantity="few" msgid="5544267486978946555">"<xliff:g id="NUMBER">%d</xliff:g> correspondências"</item>
39 <item quantity="other" msgid="6616125067364315405">"<xliff:g id="NUMBER">%d</xliff:g> correspondências"</item>
133 <item msgid="6745108155096660725">"Sempre ligado"</item>
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 135 public Object visit (final AllItem item, final Object ctx)
169 final IItem [] path = getParentPath (item);
171 addPageHeader (page, item, path);
172 addPageFooter (page, item, path);
189 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ());
196 boolean fail = (m_metrics [attrID] > 0) && ! attr.passes (item, m_metrics [attrID]);
199 attr.format (item, buf);
218 row.newCell ().setText ("" + item.getChildCount (), false);
224 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_SRCFILE_COUNT), false);
229 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_CLASS_COUNT), true)
    [all...]
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader2.java 67 // Set the last selected item.
75 mLogger.info("MyRssReader.onCreate-6 -- Last selected item:" + selectedItem);
116 public boolean onOptionsItemSelected(Menu.Item item){
117 switch (item.getId()){
149 // Here's our only important override--returning the list item.
153 // Get the item from the underlying array,
155 RssItem item = (RssItem)this.getItem(position); local
156 if(item != null)
159 view.setText(item.toString())
    [all...]
MyRssReader4.java 66 // Set the last selected item.
109 public boolean onOptionsItemSelected(Menu.Item item){
110 super.onOptionsItemSelected(item);
112 switch (item.getId()){
119 case 2: // Add Item
122 // Use an ID so that if we create a "remove item" form we
126 case 3: // Delete item.
130 // Create our content URI by adding the ID of the currently selected item using a
146 // Called by the "Add RSS Item" floating screen when it closes
    [all...]
  /external/iproute2/doc/
nstat.sgml 33 <item><tt/-h/ - show help page
34 <item><tt/-?/ - the same, of course
35 <item><tt/-v/, <tt/-V/ - print version of <tt/Xstat/ and exit
36 <item><tt/-z/ - dump zero counters too. By default they are not shown.
37 <item><tt/-a/ - dump absolute values of counters. By default <tt/Xstat/
39 <item><tt/-s/ - do not update history, so that the next time you will
42 <item><tt/-n/ - do not display anything, only update history.
43 <item><tt/-r/ - reset history.
44 <item><tt/-d INTERVAL/ - <tt/Xstat/ is run in daemon mode collecting
47 <item><tt/-t INTERVAL/ - time interval to average rates. Default valu
    [all...]
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.h 45 // A container for the data for each menu item (e.g. represented by <option>
62 int yOffset; // y offset of this item, relative to the top of the popup.
81 // new item is selected by using the arrow keys.
90 // Whether we should move the selection to the first/last item when
91 // the user presses down/up arrow keys and the last/first item is
99 // A hint on the display directionality of the item text in popup menu.
107 // Use the DOM element's directionality to display the item text in popup menu.
109 // Use the item text's first strong-directional character's directionality
110 // to display the item text in popup menu.
156 // Gets the index of the item that the user is currently moused-over o
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListOfShortShortTallShortShortTest.java 44 assertEquals("list item count", 5, mListView.getCount());
55 // put 2nd item selected
62 assertEquals("selected item position", 2, mListView.getSelectedItemPosition());
63 assertTrue("selected item top should be above list top",
65 assertTrue("selected item bottom should be below list bottom",
73 // put 2nd item selected
96 // go up to tall item
104 assertEquals("selected item position", 2, mListView.getSelectedItemPosition());
105 assertTrue("selected item top should be at or above list top",
107 assertTrue("selected item bottom should be below list bottom"
    [all...]
  /packages/apps/Browser/res/values-cs/
strings.xml 36 <item quantity="zero" msgid="6242659159545399963">"?ádné shody"</item>
37 <item quantity="one" msgid="4352019729062956802">"Shoda"</item>
38 <item quantity="few" msgid="5544267486978946555">"<xliff:g id="NUMBER">%d</xliff:g> shod"</item>
39 <item quantity="other" msgid="6616125067364315405">"<xliff:g id="NUMBER">%d</xliff:g> shod"</item>
133 <item msgid="6745108155096660725">"V?dy zapnuto"</item>
    [all...]
  /packages/apps/Browser/res/values-da/
strings.xml 36 <item quantity="zero" msgid="6242659159545399963">"Der er ingen matches"</item>
37 <item quantity="one" msgid="4352019729062956802">"1 match"</item>
38 <item quantity="few" msgid="5544267486978946555">"<xliff:g id="NUMBER">%d</xliff:g> matches"</item>
39 <item quantity="other" msgid="6616125067364315405">"<xliff:g id="NUMBER">%d</xliff:g> matches"</item>
133 <item msgid="6745108155096660725">"Altid slået til"</item>
    [all...]
  /packages/apps/Browser/res/values-de/
strings.xml 36 <item quantity="zero" msgid="6242659159545399963">"Keine Übereinstimmungen"</item>
37 <item quantity="one" msgid="4352019729062956802">"1 Übereinstimmung"</item>
38 <item quantity="few" msgid="5544267486978946555">"<xliff:g id="NUMBER">%d</xliff:g> Treffer"</item>
39 <item quantity="other" msgid="6616125067364315405">"<xliff:g id="NUMBER">%d</xliff:g> Treffer"</item>
133 <item msgid="6745108155096660725">"Immer an"</item>
    [all...]
  /packages/apps/Browser/res/values-es/
strings.xml 36 <item quantity="zero" msgid="6242659159545399963">"No hay coincidencias"</item>
37 <item quantity="one" msgid="4352019729062956802">"Una coincidencia"</item>
38 <item quantity="few" msgid="5544267486978946555">"<xliff:g id="NUMBER">%d</xliff:g> coincidencias"</item>
39 <item quantity="other" msgid="6616125067364315405">"<xliff:g id="NUMBER">%d</xliff:g> coincidencias"</item>
133 <item msgid="6745108155096660725">"Siempre activado"</item>
    [all...]
  /packages/apps/Browser/res/values-es-rUS/
strings.xml 36 <item quantity="zero" msgid="6242659159545399963">"Sin coincidencias"</item>
37 <item quantity="one" msgid="4352019729062956802">"1 coincidencia"</item>
38 <item quantity="few" msgid="5544267486978946555">"<xliff:g id="NUMBER">%d</xliff:g> coincide"</item>
39 <item quantity="other" msgid="6616125067364315405">"<xliff:g id="NUMBER">%d</xliff:g> coincide"</item>
133 <item msgid="6745108155096660725">"Siempre en"</item>
    [all...]

Completed in 240 milliseconds

<<51525354555657585960>>