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

<<21222324252627282930>>

  /packages/apps/Contacts/res/drawable-finger/
tab_bottom.xml 19 <item android:state_pressed="true" android:drawable="@drawable/tab_pressed_bottom"/>
20 <item android:state_focused="false" android:drawable="@drawable/tab_selected_bottom"/>
21 <item android:state_focused="true" android:drawable="@drawable/tab_focused_bottom"/>
24 <item
31 <item
38 <item
  /packages/apps/Email/res/menu/
message_list_context.xml 20 <item android:id="@+id/open" android:title="@string/open_action" />
21 <item android:id="@+id/delete" android:title="@string/delete_action" />
22 <item android:id="@+id/forward" android:title="@string/forward_action" />
23 <item android:id="@+id/reply_all" android:title="@string/reply_all_action" />
24 <item android:id="@+id/reply" android:title="@string/reply_action" />
25 <item android:id="@+id/mark_as_read" android:title="@string/mark_as_read_action" />
  /packages/apps/Launcher2/res/color/
bright_text_dark_focused.xml 18 <item android:state_window_focused="true" android:state_focused="true" android:color="#000" />
19 <item android:state_window_focused="false" android:state_focused="true" android:color="#FFF" />
20 <item android:state_window_focused="false" android:color="#FFF" />
21 <item android:state_selected="true" android:color="#000" />
22 <item android:state_pressed="true" android:color="#000" />
23 <item android:color="#FFF" />
  /packages/apps/Launcher2/src/com/android/launcher2/
UserFolderInfo.java 39 * @param item
41 public void add(ShortcutInfo item) {
42 contents.add(item);
48 * @param item
50 public void remove(ShortcutInfo item) {
51 contents.remove(item);
  /packages/inputmethods/LatinIME/java/res/drawable/
btn_keyboard_key.xml 21 <item android:state_checkable="true" android:state_checked="true"
24 <item android:state_checkable="true" android:state_pressed="true"
26 <item android:state_checkable="true" android:state_checked="true"
28 <item android:state_checkable="true"
33 <item android:state_pressed="true"
35 <item
  /packages/inputmethods/LatinIME/java/res/drawable-land/
btn_keyboard_key.xml 21 <item android:state_checkable="true" android:state_checked="true"
24 <item android:state_checkable="true" android:state_pressed="true"
26 <item android:state_checkable="true" android:state_checked="true"
28 <item android:state_checkable="true"
33 <item android:state_pressed="true"
35 <item
  /packages/inputmethods/OpenWnn/res/drawable/
keybg_metal_def.xml 18 <item android:state_checkable="true" android:state_checked="true" android:state_pressed="true"
20 <item android:state_checkable="true" android:state_checked="true"
22 <item android:state_checkable="true" android:state_pressed="true"
24 <item android:state_checkable="true"
26 <item android:state_pressed="true"
28 <item android:drawable="@drawable/keybg_metal" />
keybg_simple_def.xml 18 <item android:state_checkable="true" android:state_checked="true" android:state_pressed="true"
20 <item android:state_checkable="true" android:state_checked="true"
22 <item android:state_checkable="true" android:state_pressed="true"
24 <item android:state_checkable="true"
26 <item android:state_pressed="true"
28 <item android:drawable="@drawable/keybg_simple" />
  /packages/apps/DeskClock/res/values/
strings.xml 25 <!-- Menu item on Alarm Clock screen: Add alarm -->
28 <!-- Menu item on Alarm Clock screen: Desk clock -->
31 <!-- Menu item on Alarm Clock screen: Edit alarm -->
34 <!-- Context Menu Item on Alarm Settings screen: Delete alarm -->
37 <!-- Context Menu Item on Alarm Settings screen: Enable alarm -->
40 <!-- Context Menu Item on Alarm Settings screen: Disable alarm -->
46 <!-- Menu item on Alarm Clock screen: Show clock -->
49 <!-- Menu item on Alarm Clock screen: Hide clock -->
101 <item>This alarm is set for less than 1 minute from now.</item>
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/
15.3.2.1-1.js 53 var item = 0;
58 // array[item++] = new TestCase( SECTION, "myfunc.toString()", "function anonymous() { }", myfunc.toString() );
62 array[item++] = new TestCase( SECTION, "myfunc = new Function(); myfunc.toString = Object.prototype.toString; myfunc.toString()",
65 array[item++] = new TestCase( SECTION, "myfunc.length", 0, myfunc.length );
66 array[item++] = new TestCase( SECTION, "myfunc.prototype.toString()", "[object Object]", myfunc.prototype.toString() );
68 array[item++] = new TestCase( SECTION, "myfunc.prototype.constructor", myfunc, myfunc.prototype.constructor );
69 array[item++] = new TestCase( SECTION, "myfunc.arguments", null, myfunc.arguments );
71 array[item++] = new TestCase( SECTION, "var OBJ = new MyObject(true); OBJ.valueOf()", true, eval("var OBJ = new MyObject(true); OBJ.valueOf()") );
72 array[item++] = new TestCase( SECTION, "OBJ.toString()", "true", OBJ.toString() );
73 array[item++] = new TestCase( SECTION, "OBJ.toString = Object.prototype.toString; OBJ.toString()", "[object (…)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.8.js 50 var item = 0;
52 array[item++] = new TestCase( SECTION, "Math.exp.length", 1, Math.exp.length );
54 array[item++] = new TestCase( SECTION, "Math.exp()", Number.NaN, Math.exp() );
55 array[item++] = new TestCase( SECTION, "Math.exp(null)", 1, Math.exp(null) );
56 array[item++] = new TestCase( SECTION, "Math.exp(void 0)", Number.NaN, Math.exp(void 0) );
57 array[item++] = new TestCase( SECTION, "Math.exp(1)", Math.E, Math.exp(1) );
58 array[item++] = new TestCase( SECTION, "Math.exp(true)", Math.E, Math.exp(true) );
59 array[item++] = new TestCase( SECTION, "Math.exp(false)", 1, Math.exp(false) );
61 array[item++] = new TestCase( SECTION, "Math.exp('1')", Math.E, Math.exp('1') );
62 array[item++] = new TestCase( SECTION, "Math.exp('0')", 1, Math.exp('0') )
    [all...]
15.8.2.12.js 52 var item = 0;
54 array[item++] = new TestCase( SECTION, "Math.min.length", 2, Math.min.length );
56 array[item++] = new TestCase( SECTION, "Math.min()", Infinity, Math.min() );
57 array[item++] = new TestCase( SECTION, "Math.min(void 0, 1)", Number.NaN, Math.min( void 0, 1 ) );
58 array[item++] = new TestCase( SECTION, "Math.min(void 0, void 0)", Number.NaN, Math.min( void 0, void 0 ) );
59 array[item++] = new TestCase( SECTION, "Math.min(null, 1)", 0, Math.min( null, 1 ) );
60 array[item++] = new TestCase( SECTION, "Math.min(-1, null)", -1, Math.min( -1, null ) );
61 array[item++] = new TestCase( SECTION, "Math.min(true, false)", 0, Math.min(true,false) );
63 array[item++] = new TestCase( SECTION, "Math.min('-99','99')", -99, Math.min( "-99","99") );
65 array[item++] = new TestCase( SECTION, "Math.min(NaN,0)", Number.NaN, Math.min(Number.NaN,0) )
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.1.js 54 var item = 0;
56 array[item++] = new TestCase(SECTION, "Number()", 0, Number() );
57 array[item++] = new TestCase(SECTION, "Number(void 0)", Number.NaN, Number(void 0) );
58 array[item++] = new TestCase(SECTION, "Number(null)", 0, Number(null) );
59 array[item++] = new TestCase(SECTION, "Number()", 0, Number() );
60 array[item++] = new TestCase(SECTION, "Number(new Number())", 0, Number( new Number() ) );
61 array[item++] = new TestCase(SECTION, "Number(0)", 0, Number(0) );
62 array[item++] = new TestCase(SECTION, "Number(1)", 1, Number(1) );
63 array[item++] = new TestCase(SECTION, "Number(-1)", -1, Number(-1) );
64 array[item++] = new TestCase(SECTION, "Number(NaN)", Number.NaN, Number( Number.NaN ) )
    [all...]
  /external/webkit/WebCore/history/cf/
HistoryPropertyList.cpp 88 void HistoryPropertyListWriter::writeHistoryItem(BinaryPropertyListObjectStream& stream, HistoryItem* item)
92 const String& title = item->title();
93 const String& displayTitle = item->alternateTitle();
94 double lastVisitedDate = item->lastVisitedTime();
95 int visitCount = item->visitCount();
96 Vector<String>* redirectURLs = item->redirectURLs();
97 const Vector<int>& dailyVisitCounts = item->dailyVisitCounts();
98 const Vector<int>& weeklyVisitCounts = item->weeklyVisitCounts();
110 if (item->lastVisitWasFailure())
112 if (item->lastVisitWasHTTPNonGet()
    [all...]
  /external/svox/pico/lib/
picodata.h 51 * <b> Pico Data : Item Format </b>\n
53 The item header is identical for all item types and PUs. Item types
56 Item Header structure\n
59 - 0x00 item type
60 - 0x01 item info 1
61 - 0x02 item info 2
62 - 0x03 item length in bytes (not including the header)
64 depending on the item type/info, a specific subheader may follo
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java 38 * <b>Note:</b> It is invalid for an item in an instance of this class to
100 public Collection<? extends Item> items() {
113 public int getAbsoluteItemOffset(Item item) {
114 OffsettedItem oi = (OffsettedItem) item;
162 * Adds an item to this instance. This will in turn tell the given item
164 * same item to more than one instance, nor to add the same items
167 * @param item {@code non-null;} the item to ad
256 OffsettedItem item = entry.getValue(); local
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaSet.java 64 // Set to true if at least one item in the set has a valid latitude and
104 // TODO(Venkat): Can we move away from this dummy item setup?
105 MediaItem item = new MediaItem(); local
106 item.mId = Shared.INVALID;
107 item.mParentMediaSet = this;
108 mItems.add(item);
147 MediaItem item = new MediaItem(); local
148 item.mId = Shared.INVALID;
149 item.mParentMediaSet = this;
150 mItems.add(item);
194 final MediaItem item = (lookupItem == null) ? itemToAdd : lookupItem; local
287 final MediaItem item = mItems.get(i); local
372 MediaItem item = items.get(i); local
383 MediaItem item = items.get(i); local
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.4.3-1.js 48 var item = 0;
50 array[item++] = new TestCase( SECTION, "new Boolean(1)", true, (new Boolean(1)).valueOf() );
52 array[item++] = new TestCase( SECTION, "new Boolean(0)", false, (new Boolean(0)).valueOf() );
53 array[item++] = new TestCase( SECTION, "new Boolean(-1)", true, (new Boolean(-1)).valueOf() );
54 array[item++] = new TestCase( SECTION, "new Boolean('1')", true, (new Boolean("1")).valueOf() );
55 array[item++] = new TestCase( SECTION, "new Boolean('0')", true, (new Boolean("0")).valueOf() );
56 array[item++] = new TestCase( SECTION, "new Boolean(true)", true, (new Boolean(true)).valueOf() );
57 array[item++] = new TestCase( SECTION, "new Boolean(false)", false, (new Boolean(false)).valueOf() );
58 array[item++] = new TestCase( SECTION, "new Boolean('true')", true, (new Boolean("true")).valueOf() );
59 array[item++] = new TestCase( SECTION, "new Boolean('false')", true, (new Boolean('false')).valueOf() )
    [all...]
15.6.4.3.js 38 var item = 0;
40 array[item++] = new TestCase( "15.8.6.4", "new Boolean(1)", true, (new Boolean(1)).valueOf() );
42 array[item++] = new TestCase( "15.8.6.4", "new Boolean(0)", false, (new Boolean(0)).valueOf() );
43 array[item++] = new TestCase( "15.8.6.4", "new Boolean(-1)", true, (new Boolean(-1)).valueOf() );
44 array[item++] = new TestCase( "15.8.6.4", "new Boolean('1')", true, (new Boolean("1")).valueOf() );
45 array[item++] = new TestCase( "15.8.6.4", "new Boolean('0')", true, (new Boolean("0")).valueOf() );
46 array[item++] = new TestCase( "15.8.6.4", "new Boolean(true)", true, (new Boolean(true)).valueOf() );
47 array[item++] = new TestCase( "15.8.6.4", "new Boolean(false)", false, (new Boolean(false)).valueOf() );
48 array[item++] = new TestCase( "15.8.6.4", "new Boolean('true')", true, (new Boolean("true")).valueOf() );
49 array[item++] = new TestCase( "15.8.6.4", "new Boolean('false')", true, (new Boolean('false')).valueOf() (…)
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
InfoPanel.java 66 TableItem item; local
68 item = new TableItem(mTable, SWT.NONE);
69 item.setText(0, mLabels[i]);
70 item.setText(1, "-");
139 TableItem item = mTable.getItem(i); local
140 item.setText(1, "-");
143 TableItem item; local
159 item = mTable.getItem(ENT_APP_DESCR);
160 item.setText(1, clientDescription);
161 item = mTable.getItem(ENT_VM_VERSION)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.8.1.js 105 var item = 0;
107 array[item++] = new TestCase( SECTION, "Number.NaN", "NaN", Number.NaN + "" );
108 array[item++] = new TestCase( SECTION, "0", "0", 0 + "" );
109 array[item++] = new TestCase( SECTION, "-0", "0", -0 + "" );
110 array[item++] = new TestCase( SECTION, "Number.POSITIVE_INFINITY", "Infinity", Number.POSITIVE_INFINITY + "" );
111 array[item++] = new TestCase( SECTION, "Number.NEGATIVE_INFINITY", "-Infinity", Number.NEGATIVE_INFINITY + "" );
112 array[item++] = new TestCase( SECTION, "-1", "-1", -1 + "" );
116 array[item++] = new TestCase( SECTION, "1", "1", 1 + "" );
117 array[item++] = new TestCase( SECTION, "10", "10", 10 + "" );
118 array[item++] = new TestCase( SECTION, "100", "100", 100 + "" )
    [all...]
  /external/webkit/WebCore/manual-tests/
plain-text-paste.html 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=8276">Bugzilla bug 8276</a> REGRESSION (NativeTextField): Pasting a Finder item into a text field results in a file: URL being pasted instead of just the file name
12 2. Drag each item from the Finder window into the corresponding field below.<br>
13 3. Select item 5 in the Finder window and choose Copy &ldquo;5&rdquo; from the Finder&rsquo;s Edit menu.<br>
14 4. Back in Safari, click inside the &ldquo;Paste item 5 here&rdquo; field and choose Paste from the Edit menu.<br>
33 <td>Drag item 1 here: <input></td>
37 <td>Drag item 2 here: <input></td>
41 <td>Drag item 3 here: <input></td>
45 <td>Drag item 4 here: <input></td>
49 <td>Drag item 5 here: <input></td>
53 <td>Paste item 5 here: <input></td
    [all...]
  /external/webkit/WebKit/gtk/tests/
testwebhistoryitem.c 27 WebKitWebHistoryItem* item; member in struct:__anon6569
33 fixture->item = webkit_web_history_item_new_with_data("http://example.com/", "Example1");
34 g_assert_cmpint(G_OBJECT(fixture->item)->ref_count, == , 1);
35 g_assert(fixture->item != NULL);
41 g_assert(fixture->item != NULL);
42 g_assert_cmpint(G_OBJECT(fixture->item)->ref_count, ==, 1);
48 g_assert_cmpstr(webkit_web_history_item_get_title(fixture->item), ==, "Example1");
49 g_assert_cmpstr(webkit_web_history_item_get_uri(fixture->item), ==, "http://example.com/");
55 webkit_web_history_item_set_alternate_title(fixture->item, "Alternate title");
56 g_assert_cmpstr(webkit_web_history_item_get_alternate_title(fixture->item), ==, "Alternate title")
    [all...]
  /packages/apps/Music/res/values-cs/
strings.xml 24 <item quantity="other" msgid="5798230388116542981">"Po?et skladeb: <xliff:g id="COUNT">%d</xliff:g>"</item>
27 <item quantity="other" msgid="7162294486622945550">"<xliff:g id="COUNT_FOR_ARTIST">%2$d</xliff:g> z celkem <xliff:g id="TOTAL_COUNT">%1$d</xliff:g> skladeb"</item>
30 <item quantity="one" msgid="3798955510439465932">"1 album"</item>
31 <item quantity="other" msgid="3047615499770811984">"Po?et alb: <xliff:g id="COUNT">%d</xliff:g>"</item>
45 <item quantity="one" msgid="8560276109508404217">"Byla smazána 1 skladba."</item>
    [all...]
  /packages/apps/Music/res/values-da/
strings.xml 24 <item quantity="other" msgid="5798230388116542981">"<xliff:g id="COUNT">%d</xliff:g> sange"</item>
27 <item quantity="other" msgid="7162294486622945550">"<xliff:g id="COUNT_FOR_ARTIST">%2$d</xliff:g> af <xliff:g id="TOTAL_COUNT">%1$d</xliff:g> sange"</item>
30 <item quantity="one" msgid="3798955510439465932">"1 album"</item>
31 <item quantity="other" msgid="3047615499770811984">"<xliff:g id="COUNT">%d</xliff:g> albummer"</item>
45 <item quantity="one" msgid="8560276109508404217">"Der blev slettet 1 sang."</item>
    [all...]

Completed in 134 milliseconds

<<21222324252627282930>>