/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/ |
15.8.2.1.js | 47 var item = 0; 49 array[item++] = new TestCase( SECTION, "Math.abs.length", 1, Math.abs.length ); 51 array[item++] = new TestCase( SECTION, "Math.abs()", Number.NaN, Math.abs() ); 52 array[item++] = new TestCase( SECTION, "Math.abs( void 0 )", Number.NaN, Math.abs(void 0) ); 53 array[item++] = new TestCase( SECTION, "Math.abs( null )", 0, Math.abs(null) ); 54 array[item++] = new TestCase( SECTION, "Math.abs( true )", 1, Math.abs(true) ); 55 array[item++] = new TestCase( SECTION, "Math.abs( false )", 0, Math.abs(false) ); 56 array[item++] = new TestCase( SECTION, "Math.abs( string primitive)", Number.NaN, Math.abs("a string primitive") ); 57 array[item++] = new TestCase( SECTION, "Math.abs( string object )", Number.NaN, Math.abs(new String( 'a String object' )) ); 58 array[item++] = new TestCase( SECTION, "Math.abs( Number.NaN )", Number.NaN, Math.abs(Number.NaN) (…) [all...] |
15.8.2.17.js | 48 var item = 0; 50 array[item++] = new TestCase( SECTION, "Math.sqrt.length", 1, Math.sqrt.length ); 52 array[item++] = new TestCase( SECTION, "Math.sqrt()", Number.NaN, Math.sqrt() ); 53 array[item++] = new TestCase( SECTION, "Math.sqrt(void 0)", Number.NaN, Math.sqrt(void 0) ); 54 array[item++] = new TestCase( SECTION, "Math.sqrt(null)", 0, Math.sqrt(null) ); 55 array[item++] = new TestCase( SECTION, "Math.sqrt(true)", 1, Math.sqrt(1) ); 56 array[item++] = new TestCase( SECTION, "Math.sqrt(false)", 0, Math.sqrt(false) ); 57 array[item++] = new TestCase( SECTION, "Math.sqrt('225')", 15, Math.sqrt('225') ); 59 array[item++] = new TestCase( SECTION, "Math.sqrt(NaN)", Number.NaN, Math.sqrt(Number.NaN) ); 60 array[item++] = new TestCase( SECTION, "Math.sqrt(-Infinity)", Number.NaN, Math.sqrt(Number.NEGATIVE_INF (…) [all...] |
/frameworks/base/core/java/com/android/internal/view/menu/ |
BaseMenuPresenter.java | 27 * Base class for MenuPresenters that have a consistent container view and item 28 * views. Behaves similarly to an AdapterView in that existing item views will 51 * @param itemLayoutRes Layout resource ID for a single item view 79 * Reuses item views when it can 91 MenuItemImpl item = visibleItems.get(i); local 92 if (shouldIncludeItem(childIndex, item)) { 94 final View itemView = getItemView(item, convertView, parent); 112 * Add an item view at the given index. 141 * Create a new item view that can be re-bound to other item data later [all...] |
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
tree.js | 25 * Helper function that finds the first ancestor tree item. 27 * @return {cr.ui.TreeItem} The found tree item or null if not found. 62 * Returns the tree item that are children of this tree. 69 * Adds a tree item to the tree. 70 * @param {!cr.ui.TreeItem} treeItem The item to add. 77 * Adds a tree item at the given index. 78 * @param {!cr.ui.TreeItem} treeItem The item to add. 79 * @param {number} index The index where we want to add the item. 87 * Removes a tree item child. 88 * @param {!cr.ui.TreeItem} treeItem The tree item to remove [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
nsmenuitem_additions_unittest.mm | 32 NSMenuItem* item = [[[NSMenuItem alloc] initWithTitle:@"" 35 [item setKeyEquivalent:equiv]; 36 [item setKeyEquivalentModifierMask:mask]; 37 return item; 44 std::ostream& operator<<(std::ostream& out, NSMenuItem* item) { 45 return out << "NSMenuItem " << base::SysNSStringToUTF8([item keyEquivalent]); 48 void ExpectKeyFiresItemEq(bool result, NSEvent* key, NSMenuItem* item, 50 EXPECT_EQ(result, [item cr_firesForKeyEvent:key]) << key << '\n' << item; 55 // russion keyboard layout, the copy won't fire a menu item that has cmd-a a [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_menu_bridge_unittest.mm | 79 NSMenuItem *item = [[[NSMenuItem alloc] initWithTitle:title action:NULL 82 [item setAction:selector]; 83 [menu addItem:item]; 84 return item; 119 NSMenuItem* item = AddTestMenuItem(menu, @"hi mom", nil); 120 [item setSubmenu:[[[NSMenu alloc] initWithTitle:@"bar"] autorelease]]; 130 for (NSMenuItem *item in [menu itemArray]) { 131 EXPECT_NSNE(@"not", [item title]); 194 NSMenuItem* item = [menu itemWithTitle:[NSString 196 EXPECT_TRUE(item); [all...] |
/packages/apps/Browser/res/menu/ |
browsercontext.xml | 19 <item android:id="@+id/dial_context_menu_id" 21 <item android:id="@+id/add_contact_context_menu_id" 23 <item android:id="@+id/copy_phone_context_menu_id" 27 <item android:id="@+id/email_context_menu_id" 29 <item android:id="@+id/copy_mail_context_menu_id" 33 <item android:id="@+id/map_context_menu_id" 35 <item android:id="@+id/copy_geo_context_menu_id" 39 <item android:id="@+id/open_context_menu_id" 41 <item android:id="@+id/open_newtab_context_menu_id" 43 <item android:id="@+id/save_link_context_menu_id [all...] |
/development/samples/ApiDemos/res/menu/ |
shortcuts.xml | 19 <item android:id="@+id/invisible_item" 22 android:title="Invisible item" /> 24 <item android:id="@+id/a_item" 28 <item android:id="@+id/b_item" 32 <item android:id="@+id/c_item" 36 <item android:id="@+id/d_item" 40 <item android:id="@+id/e_item" 44 <item android:id="@+id/f_item" 48 <item android:id="@+id/g_item" 52 <item android:id="@+id/h_item [all...] |
/development/samples/Support4Demos/res/menu/ |
shortcuts.xml | 19 <item android:id="@+id/invisible_item" 22 android:title="Invisible item" /> 24 <item android:id="@+id/a_item" 28 <item android:id="@+id/b_item" 32 <item android:id="@+id/c_item" 36 <item android:id="@+id/d_item" 40 <item android:id="@+id/e_item" 44 <item android:id="@+id/f_item" 48 <item android:id="@+id/g_item" 52 <item android:id="@+id/h_item [all...] |
/system/core/libdiskconfig/ |
write_lst.c | 32 struct write_list *item; local 34 if (!(item = malloc(sizeof(struct write_list) + data_len))) { 39 item->len = data_len; 40 return item; 44 free_wl(struct write_list *item) 46 if (item) 47 free(item); 51 wlist_add(struct write_list **lst, struct write_list *item) 53 item->next = (*lst); 54 *lst = item; [all...] |
/system/extras/fatblock/ |
import.c | 151 struct item { struct 154 struct item *next; 158 static struct item *free_items_head; 160 static struct item *alloc_item(void) 162 struct item *item; local 165 item = free_items_head; 166 free_items_head = item->next; 168 item = malloc(sizeof(struct item)); 210 struct item *item; local [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/ |
9.5-2.js | 92 var item = 0; 94 array[item++] = new TestCase( SECTION, "0 << 0", 0, 0 << 0 ); 95 array[item++] = new TestCase( SECTION, "-0 << 0", 0, -0 << 0 ); 96 array[item++] = new TestCase( SECTION, "Infinity << 0", 0, "Infinity" << 0 ); 97 array[item++] = new TestCase( SECTION, "-Infinity << 0", 0, "-Infinity" << 0 ); 98 array[item++] = new TestCase( SECTION, "Number.POSITIVE_INFINITY << 0", 0, Number.POSITIVE_INFINITY << 0 ); 99 array[item++] = new TestCase( SECTION, "Number.NEGATIVE_INFINITY << 0", 0, Number.NEGATIVE_INFINITY << 0 ); 100 array[item++] = new TestCase( SECTION, "Number.NaN << 0", 0, Number.NaN << 0 ); 102 array[item++] = new TestCase( SECTION, "Number.MIN_VALUE << 0", 0, Number.MIN_VALUE << 0 ); 103 array[item++] = new TestCase( SECTION, "-Number.MIN_VALUE << 0", 0, -Number.MIN_VALUE < (…) [all...] |
/development/samples/SkeletonApp/res/values/ |
styles.xml | 24 <item name="android:layout_width">wrap_content</item> 25 <item name="android:layout_height">wrap_content</item> 26 <item name="android:textAppearance">@style/TextAppearance.ActionButton</item> 33 <item name="android:textStyle">italic</item>
|
/development/samples/WeatherListWidget/res/drawable/ |
refresh_button.xml | 3 <item android:state_pressed="true" 5 <item android:drawable="@drawable/refresh" /> <!-- default -->
|
/external/markdown/MarkdownTest/Tests_2004/ |
Hard-wrapped paragraphs with list-like lines.html | 2 8. This line turns into a list item. 5 list item.</p>
|
Hard-wrapped paragraphs with list-like lines.text | 2 8. This line turns into a list item. 5 list item.
|
/external/markdown/MarkdownTest/Tests_2007/ |
Hard-wrapped paragraphs with list-like lines.html | 2 8. This line turns into a list item. 5 list item.</p>
|
Hard-wrapped paragraphs with list-like lines.text | 2 8. This line turns into a list item. 5 list item.
|
/external/markdown/tests/extensions-x-footnotes/ |
footnote.txt | 5 * item 1 6 * item 2
|
/external/markdown/tests/markdown-test/ |
hard-wrapped.html | 2 8. This line turns into a list item. 5 list item.</p>
|
hard-wrapped.txt | 2 8. This line turns into a list item. 5 list item.
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_history.cpp | 65 #define EWK_HISTORY_ITEM_CORE_GET_OR_RETURN(item, core_, ...) \ 66 if (!(item)) { \ 67 CRITICAL("item is NULL."); \ 70 if (!(item)->core) { \ 71 CRITICAL("item->core is NULL."); \ 74 WebCore::HistoryItem *core_ = (item)->core 79 Ewk_History_Item* item; local 86 item = (Ewk_History_Item *)calloc(1, sizeof(Ewk_History_Item)); 87 if (!item) { 88 CRITICAL("Could not allocate item memory.") 105 Ewk_History_Item* item = _ewk_history_item_new(core_items[i].get()); local 423 Ewk_History_Item* item = _ewk_history_item_new(core.release().releaseRef()); local 454 Ewk_History_Item* item = (Ewk_History_Item*)d; local [all...] |
/external/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.ui | 19 <item> 55 </item> 56 <item> 61 <item> 76 </item> 77 <item> 83 </item> 85 </item>
|
/frameworks/base/core/res/res/drawable/ |
btn_circle.xml | 18 <item android:state_window_focused="false" android:state_enabled="true" 20 <item android:state_window_focused="false" android:state_enabled="false" 22 <item android:state_pressed="true" android:state_enabled="false" 24 <item android:state_pressed="true" 26 <item android:state_focused="true" android:state_enabled="true" 28 <item android:state_enabled="true" 30 <item android:state_focused="true" 32 <item
|
progress_indeterminate_horizontal_holo.xml | 22 <item android:drawable="@drawable/progressbar_indeterminate_holo1" android:duration="50" /> 23 <item android:drawable="@drawable/progressbar_indeterminate_holo2" android:duration="50" /> 24 <item android:drawable="@drawable/progressbar_indeterminate_holo3" android:duration="50" /> 25 <item android:drawable="@drawable/progressbar_indeterminate_holo4" android:duration="50" /> 26 <item android:drawable="@drawable/progressbar_indeterminate_holo5" android:duration="50" /> 27 <item android:drawable="@drawable/progressbar_indeterminate_holo6" android:duration="50" /> 28 <item android:drawable="@drawable/progressbar_indeterminate_holo7" android:duration="50" /> 29 <item android:drawable="@drawable/progressbar_indeterminate_holo8" android:duration="50" />
|