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

<<31323334353637383940>>

  /external/openssl/crypto/des/
des.pod 100 =item B<-b>
105 =item B<-3>
113 =item B<-e>
118 =item B<-E>
123 =item B<-d>
127 =item B<-D>
131 =item B<-c>
141 =item B<-C>
151 =item B<-f>
155 =item B<-s
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4-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,
80 array[item++] = new TestCase( SECTION,
85 array[item++] = new TestCase( SECTION,
92 array[item++] = new TestCase( SECTION
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.1.1.js 39 var item = 0; variable
45 testcases[item++] = new TestCase( SECTION,
50 testcases[item++] = new TestCase( SECTION,
57 testcases[item++] = new TestCase( SECTION,
64 testcases[item++] = new TestCase( SECTION,
71 testcases[item++] = new TestCase( SECTION,
76 testcases[item++] = new TestCase( SECTION,
81 testcases[item++] = new TestCase( SECTION,
86 testcases[item++] = new TestCase( SECTION,
92 testcases[item++] = new TestCase( SECTION
    [all...]
11.6.1-3.js 86 var item = 0;
94 array[item++] = new TestCase( SECTION,
99 array[item++] = new TestCase( SECTION,
104 array[item++] = new TestCase( SECTION,
109 array[item++] = new TestCase( SECTION,
114 array[item++] = new TestCase( SECTION,
119 array[item++] = new TestCase( SECTION,
129 array[item++] = new TestCase( SECTION,
134 array[item++] = new TestCase( SECTION,
139 array[item++] = new TestCase( SECTION
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Types/
8.6.2.1-1.js 65 var item = 0;
67 array[item++] = new TestCase( SECTION, "var OBJ = new MyValuelessObject(true); OBJ.valueOf()", true, eval("var OBJ = new MyValuelessObject(true); OBJ.valueOf()") );
68 // array[item++] = new TestCase( SECTION, "var OBJ = new MyProtoValuelessObject(true); OBJ + ''", "undefined", eval("var OBJ = new MyProtoValuelessObject(); OBJ + ''") );
69 array[item++] = new TestCase( SECTION, "var OBJ = new MyProtolessObject(true); OBJ.valueOf()", true, eval("var OBJ = new MyProtolessObject(true); OBJ.valueOf()") );
70 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, "var OBJ = new MyValuelessObject(Number.POSITIVE_INFINITY); OBJ.valueOf()", Number.POSITIVE_INFINITY, eval("var OBJ = new MyValuelessObject(Number.POSITIVE_INFINITY); OBJ.valueOf()") );
73 // array[item++] = new TestCase( SECTION, "var OBJ = new MyProtoValuelessObject(Number.POSITIVE_INFINITY); OBJ + ''", "undefined", eval("var OBJ = new MyProtoValuelessObject(); OBJ + ''") );
74 array[item++] = new TestCase( SECTION, "var OBJ = new MyProtolessObject(Number.POSITIVE_INFINITY); OBJ.valueOf()", Number.POSITIVE_INFINITY, eval("var OBJ = new MyProtolessObject(Number.POSITIVE_INFINITY); OBJ.valueOf()") );
75 array[item++] = new TestCase( SECTION, "var OBJ = new MyObject(Number.POSITIVE_INFINITY); OBJ.valueOf()", Number.POSITIVE_INFINITY, eval("var OBJ = new MyObject(Number.POSITIVE_INFINITY); OBJ.valueOf()") );
77 array[item++] = new TestCase( SECTION, "var OBJ = new MyValuelessObject('string'); OBJ.valueOf()", 'stri (…)
    [all...]
  /external/webkit/WebCore/platform/gtk/
PopupMenuGtk.cpp 67 GtkWidget* item; local
69 item = gtk_separator_menu_item_new();
71 item = gtk_menu_item_new_with_label(client()->itemText(i).utf8().data());
73 m_indexMap.add(item, i);
74 g_signal_connect(item, "activate", G_CALLBACK(menuItemActivated), this);
77 gtk_widget_set_sensitive(item, client()->itemIsEnabled(i));
78 gtk_menu_shell_append(GTK_MENU_SHELL(m_popup.get()), item); local
79 gtk_widget_show(item);
97 GtkWidget* item = reinterpret_cast<GtkWidget*>(children->data); local
99 gtk_widget_get_child_requisition(item, &itemRequisition)
    [all...]
  /external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 67 title = UI_STRING("Copy", "Copy context menu item");
71 title = UI_STRING("Back", "Back context menu item");
75 title = UI_STRING("Forward", "Forward context menu item");
79 title = UI_STRING("Stop", "Stop context menu item");
83 title = UI_STRING("Reload", "Reload context menu item");
87 title = UI_STRING("Search in Spotlight", "Search in Spotlight context menu item");
91 title = UI_STRING("Search in Google", "Search in Google context menu item");
95 title = UI_STRING("Look Up in Dictionary", "Look Up in Dictionary context menu item");
99 title = UI_STRING("Open Frame in New Window", "Open Frame in New Window context menu item");
124 NSMenuItem *item;
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.9-1.js 64 var item = 0;
66 array[item++] = new TestCase( SECTION, "String.prototype.substring.length", 2, String.prototype.substring.length );
67 array[item++] = new TestCase( SECTION, "delete String.prototype.substring.length", false, delete String.prototype.substring.length );
68 array[item++] = new TestCase( SECTION, "delete String.prototype.substring.length; String.prototype.substring.length", 2, eval("delete String.prototype.substring.length; String.prototype.substring.length") );
74 array[item++] = new TestCase( SECTION,
79 array[item++] = new TestCase( SECTION,
85 array[item++] = new TestCase( SECTION,
90 array[item++] = new TestCase( SECTION,
96 array[item++] = new TestCase( SECTION,
102 array[item++] = new TestCase( SECTION
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebbackforwardlist.cpp 41 * WebKitWebHistoryItem *item = webkit_web_back_forward_list_get_current_item (back_forward_list);
44 * g_print("%p", item);
198 * Returns a list of items that succeed the current item, limited by @limit
200 * Return value: a #GList of items succeeding the current item, limited by @limit
228 * Returns a list of items that precede the current item, limited by @limit
230 * Return value: a #GList of items preceding the current item, limited by @limit
257 * Returns the item that precedes the current item
259 * Return value: the #WebKitWebHistoryItem preceding the current item
278 * Returns the current item
    [all...]
  /frameworks/base/docs/html/resources/tutorials/views/
hello-listview.jd 11 When a list item is selected, a toast message will display the position of the item in the list.</p>
26 <p>This file defines the layout for each item that will be placed in the {@link
64 layout description for each list item (created in
73 the on-click listener for each item. When an item in the {@link android.widget.ListView} is clicked,
76 text from the clicked item.</p>
78 <p class="note"><strong>Tip:</strong> You can use list item designs provided by the platform
135 <p>You can scroll the list, or type to filter it, then click an item to see a message. You
148 &lt;item>Bahrain&lt;/item
    [all...]
  /hardware/ti/wlan/wl1271/utils/
queue.c 58 TI_UINT32 uNodeHeaderOffset; /* Offset of NodeHeader field from the entry of the queued item */
133 * \param uNodeHeaderOffset - Offset of NodeHeader field from the entry of the queued item.
221 * \brief Enqueue an item
223 * Enqueue an item at the queue's head (last in queue).
227 * \param hItem - Handle to queued item
228 * \return TI_OK if item was queued, or TI_NOK if not queued due to overflow
234 TQueNodeHdr *pQueNodeHdr; /* the Node-Header in the given item */
241 /* Find NodeHeader in the given item */
244 /* Verify that pNext is NULL --> Sanity check that this item is not already linked to a queue */
248 TRACE0(pQue->hReport, REPORT_SEVERITY_WARNING, "que_Enqueue(): Trying to enqueue an item that is already enqueued!!")
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 370 return (int32_t)strcmp(((Item *)left)->name, ((Item *)right)->name);
486 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */
499 /* offset of the last item plus at least 20 bytes for its header */
508 /* do not modify the package length variable until the last item's length is set */
520 /* swap the item name strings */
524 // don't include padding bytes at the end of the item names
530 fprintf(stderr, "icupkg: total length of item name strings too long\n");
537 fprintf(stderr, "icupkg failed to swap the input .dat package item name strings\n");
542 // reset the Item entrie
    [all...]
  /packages/apps/IM/res/values/
strings.xml 40 <!-- Conext menu item: add a new account.-->
42 <!-- Conext menu item: edit an account.-->
44 <!-- Conext menu item: remove an account.-->
46 <!-- Screen menu item: sign out all service.-->
56 <!-- Screen menu item on the sign-in progress screen. It allows the user to cancel signing in.-->
60 <!-- This is a screen menu item for the Contact List Screen. It lets the
63 <!-- Context/drop-down menu item for the Contact List Screen. The context menu is
67 <!-- Context/drop-down menu item for the Contact List Screen. The context menu is
71 <!-- Screen menu item on the contact list screen to go to the blocked list
74 <!-- Screen menu item on the contact list to go back to the landing page
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-g++.1 188 .IX Item "Overall Options"
192 .IX Item "C Language Options"
202 .IX Item " Language Options"
223 .IX Item "Objective-C and Objective- Language Options"
239 .IX Item "Language Independent Options"
244 .IX Item "Warning Options"
277 .IX Item "C-only Warning Options"
283 .IX Item "Debugging Options"
322 .IX Item "Optimization Options"
372 .IX Item "Preprocessor Options
    [all...]
arm-eabi-gcc.1 188 .IX Item "Overall Options"
192 .IX Item "C Language Options"
202 .IX Item " Language Options"
223 .IX Item "Objective-C and Objective- Language Options"
239 .IX Item "Language Independent Options"
244 .IX Item "Warning Options"
277 .IX Item "C-only Warning Options"
283 .IX Item "Debugging Options"
322 .IX Item "Optimization Options"
372 .IX Item "Preprocessor Options
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-g++.1 188 .IX Item "Overall Options"
192 .IX Item "C Language Options"
202 .IX Item " Language Options"
223 .IX Item "Objective-C and Objective- Language Options"
239 .IX Item "Language Independent Options"
244 .IX Item "Warning Options"
277 .IX Item "C-only Warning Options"
283 .IX Item "Debugging Options"
322 .IX Item "Optimization Options"
372 .IX Item "Preprocessor Options
    [all...]
arm-eabi-gcc.1 188 .IX Item "Overall Options"
192 .IX Item "C Language Options"
202 .IX Item " Language Options"
223 .IX Item "Objective-C and Objective- Language Options"
239 .IX Item "Language Independent Options"
244 .IX Item "Warning Options"
277 .IX Item "C-only Warning Options"
283 .IX Item "Debugging Options"
322 .IX Item "Optimization Options"
372 .IX Item "Preprocessor Options
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-g++.1 188 .IX Item "Overall Options"
192 .IX Item "C Language Options"
202 .IX Item " Language Options"
223 .IX Item "Objective-C and Objective- Language Options"
239 .IX Item "Language Independent Options"
244 .IX Item "Warning Options"
277 .IX Item "C-only Warning Options"
283 .IX Item "Debugging Options"
322 .IX Item "Optimization Options"
372 .IX Item "Preprocessor Options
    [all...]
i686-unknown-linux-gnu-gcc.1 188 .IX Item "Overall Options"
192 .IX Item "C Language Options"
202 .IX Item " Language Options"
223 .IX Item "Objective-C and Objective- Language Options"
239 .IX Item "Language Independent Options"
244 .IX Item "Warning Options"
277 .IX Item "C-only Warning Options"
283 .IX Item "Debugging Options"
322 .IX Item "Optimization Options"
372 .IX Item "Preprocessor Options
    [all...]
  /cts/tests/res/color/
color1.xml 18 <item android:state_focused="true" android:color="@color/testcolor1"/>
19 <item android:color="@color/testcolor2"/>
  /cts/tests/res/drawable/
layerdrawable.xml 19 <item android:drawable="@drawable/testimage"/>
20 <item android:drawable="@drawable/start"/>
levellistdrawable.xml 19 <item android:maxLevel="50" android:drawable="@drawable/testimage"/>
20 <item android:maxLevel="100" android:drawable="@drawable/start"/>
statelistdrawable.xml 19 <item android:state_focused="true" android:drawable="@drawable/testimage"/>
20 <item android:state_enabled="false" android:drawable="@drawable/testimage"/>
  /development/apps/OBJViewer/res/values/
styles.xml 22 <item name="android:windowBackground">@null</item>
  /development/samples/ApiDemos/res/drawable/
gallery_background_1.xml 18 <item android:state_pressed="true" android:drawable="@drawable/black_opaque_box" />
19 <item android:drawable="@drawable/black_box" />

Completed in 60 milliseconds

<<31323334353637383940>>