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

<<51525354555657585960>>

  /external/openssl/ssl/
d1_lib.c 150 pitem *item = NULL; local
155 while( (item = pqueue_pop(s->d1->unprocessed_rcds.q)) != NULL)
157 OPENSSL_free(item->data);
158 pitem_free(item);
162 while( (item = pqueue_pop(s->d1->processed_rcds.q)) != NULL)
164 OPENSSL_free(item->data);
165 pitem_free(item);
169 while( (item = pqueue_pop(s->d1->buffered_messages)) != NULL)
171 frag = (hm_fragment *)item->data;
174 pitem_free(item);
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.14-1.js 67 var item = 0;
69 array[item++] = new TestCase( SECTION, "true, false", false, eval("true, false") );
70 array[item++] = new TestCase( SECTION, "VAR1=true, VAR2=false", false, eval("VAR1=true, VAR2=false") );
71 array[item++] = new TestCase( SECTION, "VAR1=true, VAR2=false;VAR1", true, eval("VAR1=true, VAR2=false; VAR1") );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/
15.3.5-1.js 69 var item = 0;
93 array[item++] = new TestCase( SECTION, "MyFunc.length", 2000, MyFunc.length );
94 array[item++] = new TestCase( SECTION, "var MY_OB = eval('MyFunc(s)')", 1, eval("var MY_OB = MyFunc("+s+"); MY_OB") );
95 array[item++] = new TestCase( SECTION, "MyFunc.prototype.toString()", "[object Object]", MyFunc.prototype.toString() );
96 array[item++] = new TestCase( SECTION, "typeof MyFunc.prototype", "object", typeof MyFunc.prototype );
99 array[item++] = new TestCase( SECTION, "MyObject.length", 2000, MyObject.length );
101 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") );
102 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()") );
103 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/ObjectObjects/
15.2.1.2.js 61 var item = 0;
65 array[item++] = new TestCase( SECTION, "var MYOB = Object(); MYOB.valueOf()", MYOB, MYOB.valueOf() );
66 array[item++] = new TestCase( SECTION, "typeof Object()", "object", typeof (Object(null)) );
67 array[item++] = new TestCase( SECTION, "var MYOB = Object(); MYOB.toString()", "[object Object]", eval("var MYOB = Object(); MYOB.toString()") );
15.2.2.2.js 56 var item = 0;
58 array[item++] = new TestCase( SECTION, "typeof new Object()", "object", typeof new Object() );
59 array[item++] = new TestCase( SECTION, "Object.prototype.toString()", "[object Object]", Object.prototype.toString() );
60 array[item++] = new TestCase( SECTION, "(new Object()).toString()", "[object Object]", (new Object()).toString() );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.3.2-3.js 53 var item = 0;
56 array[item++] = new TestCase( SECTION,
63 array[item++] = new TestCase( SECTION,
70 array[item++] = new TestCase( SECTION,
77 array[item++] = new TestCase( SECTION,
84 array[item++] = new TestCase( SECTION,
90 array[item++] = new TestCase( SECTION, "(String.fromCharCode(65535)).charCodeAt(0)", 65535, (String.fromCharCode(65535)).charCodeAt(0) );
91 array[item++] = new TestCase( SECTION, "(String.fromCharCode(65536)).charCodeAt(0)", 0, (String.fromCharCode(65536)).charCodeAt(0) );
92 array[item++] = new TestCase( SECTION, "(String.fromCharCode(65537)).charCodeAt(0)", 1, (String.fromCharCode(65537)).charCodeAt(0) );
15.5.4.5-4.js 46 var item=0, CHARCODE;
49 array[item++] = new TestCase( SECTION,
55 array[item++] = new TestCase( SECTION,
61 array[item++] = new TestCase( SECTION, "(String.fromCharCode(65535)).charCodeAt(0)", 65535, (String.fromCharCode(65535)).charCodeAt(0) );
  /external/webkit/LayoutTests/storage/domstorage/
remove-item.html 10 <script src="script-tests/remove-item.js"></script>
  /external/webkit/WebCore/manual-tests/
arrow-key-events.html 38 var item = document.createElement("li");
39 item.appendChild(document.createTextNode(message));
40 item.style.fontSize = '8px';
41 console_messages.appendChild(item);
  /external/webkit/WebCore/platform/chromium/
ContextMenuChromium.cpp 58 void ContextMenu::insertItem(unsigned position, ContextMenuItem& item)
60 m_items.insert(position, item);
63 void ContextMenu::appendItem(ContextMenuItem& item)
65 m_items.append(item);
  /external/webkit/WebKit/mac/Misc/
WebNSArrayExtras.m 58 // Start this with YES so very last item will be removed if it's a separator.
61 NSMenuItem *item = [self objectAtIndex:index];
62 ASSERT([item isKindOfClass:[NSMenuItem class]]);
63 BOOL itemIsSeparator = [item isSeparatorItem];
  /external/zlib/contrib/ada/
read.adb 65 (Item : out Stream_Element_Array;
82 (Item : out Stream_Element_Array;
86 (Item'Last,
87 Item'First + File_Size - Offset);
89 for J in Item'First .. Last loop
90 if J < Item'First + Period then
91 Item (J) := Random_Elements.Random (Gen);
93 Item (J) := Item (J - Period);
  /frameworks/base/core/java/android/text/
package.html 9 text in a View item. You can use these to style the text or background, or to
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuWith1ItemTest.java 53 // Open menu, click on an item
56 assertFalse("Item seems to have been clicked before we clicked on it", mActivity
59 assertTrue("Item doesn't seem to have registered our click", mActivity.wasItemClicked(0));
78 // open the menu, menu item shouldn't be focused, because we are not
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ScrollingThroughListOfFocusablesTest.java 51 mNumRowsPerItem, // 5 internally selectable rows per item
52 mScreenHeightFactor)); // each item is 5 / 4 screen height tall
107 assertEquals("wrong value for peeking list item",
121 assertEquals("should have moved to second item",
128 // move down to last item
145 assertTrue("bottom of last row of last item should be at " +
153 // get to bottom of second item
164 // (make sure we are at last row of second item)
171 // go back up to the top of the second item
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchStackFromBottomManyTest.java 49 // Last item should be selected
64 assertEquals("Item zero not the first child in the grid", 0, firstChild.getId());
66 assertEquals("Item zero not at the top of the grid",
83 assertEquals("Last item is not touching the bottom edge",
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemRequestRectAboveThinFirstItemTest.java 50 // reproduce bug 998501: when first item fits within fading edge,
51 // having the second item call requestRectangleOnScreen with a rect above
67 assertEquals("top of first item",
95 assertEquals("bottom of last item should be at bottom of list",
ListWithEmptyView.java 84 public boolean onOptionsItemSelected(MenuItem item) {
85 switch (item.getItemId()) {
87 String str = "Item + " + mNextItem++;
97 return super.onOptionsItemSelected(item);
  /packages/apps/Email/src/com/android/email/mail/
FetchProfile.java 25 * FetchProfile.Item: Described below.
27 * Synonymous with FetchProfile.Item.BODY.
36 * item fetched by using these items could potentially include all of the
39 public enum Item {
  /packages/apps/Gallery3D/src/com/cooliris/media/
HudLayer.java 294 MediaItem item = MediaBucketList.getFirstItemSelection(buckets);
295 if (item == null) {
299 Util.openMaps(mContext, item.mLatitude, item.mLongitude);
326 MediaItem item = MediaBucketList.getFirstItemSelection(buckets);
327 if (item == null) {
331 if (item.mParentMediaSet.mPicasaAlbumId != Shared.INVALID) {
334 intent.setData(Uri.parse(item.mContentUri));
347 MediaItem item = MediaBucketList.getFirstItemSelection(buckets);
348 if (item == null)
388 MediaItem item = MediaBucketList.getFirstItemSelection(buckets); local
708 MediaItem item = items.get(i); local
    [all...]
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 43 private int mDragPos; // which item is being dragged
44 private int mFirstDragPos; // where was the dragged item originally
45 private int mDragPoint; // at what offset inside the item did the user grab it
111 ViewGroup item = (ViewGroup) getChildAt(itemnum - getFirstVisiblePosition()); local
112 mDragPoint = y - item.getTop();
114 View dragger = item.findViewById(R.id.icon);
119 item.setDrawingCacheEnabled(true);
122 Bitmap bitmap = Bitmap.createBitmap(item.getDrawingCache());
147 // by going back from a visible item
219 * an item is being dragged around and other items are makin
    [all...]
  /packages/inputmethods/LatinIME/java/res/values/
strings.xml 90 <item>None</item>
91 <item>Basic</item>
92 <item>Advanced</item>
103 <item>@string/prediction_none</item>
104 <item>@string/prediction_basic</item>
    [all...]
  /packages/providers/CalendarProvider/res/values-cs/
strings.xml 24 <item quantity="one" msgid="4209472169696459059">"1 dal?í událost"</item>
25 <item quantity="other" msgid="2850138968496439596">"dal?í události (celkem <xliff:g id="NUMBER">%d</xliff:g>)"</item>
  /packages/providers/CalendarProvider/res/values-da/
strings.xml 24 <item quantity="one" msgid="4209472169696459059">"1 begivenhed mere"</item>
25 <item quantity="other" msgid="2850138968496439596">"<xliff:g id="NUMBER">%d</xliff:g> flere begivenheder"</item>
  /packages/providers/CalendarProvider/res/values-es/
strings.xml 24 <item quantity="one" msgid="4209472169696459059">"Un (1) evento más"</item>
25 <item quantity="other" msgid="2850138968496439596">"<xliff:g id="NUMBER">%d</xliff:g> eventos más"</item>

Completed in 699 milliseconds

<<51525354555657585960>>