/external/openssl/crypto/bn/ |
bn_ctx.c | 81 /* How many bignums are in each "pool item"; */ 159 BN_POOL_ITEM *item = ctx->pool.head; local 164 fprintf(stderr,"%02x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax); 166 item = item->next; 386 BN_POOL_ITEM *item = p->head; local 387 while(item) 390 BIGNUM *bn = item->vals; 396 item = item->next 409 BN_POOL_ITEM *item = OPENSSL_malloc(sizeof(BN_POOL_ITEM)); local [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/ |
15.3.5-2.js | 69 var item = 0; 73 array[item++] = new TestCase( SECTION, "MyObject.length", 3, MyObject.length ); 74 array[item++] = new TestCase( SECTION, "typeof MyObject.prototype", "object", typeof MyObject.prototype ); 75 array[item++] = new TestCase( SECTION, "typeof MyObject.prototype.constructor", "function", typeof MyObject.prototype.constructor ); 76 array[item++] = new TestCase( SECTION, "MyObject.arguments", null, MyObject.arguments );
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.2-3.js | 67 var item = 0; 69 array[item++] = new TestCase( SECTION, 73 array[item++] = new TestCase( SECTION, 77 array[item++] = new TestCase( SECTION, 81 array[item++] = new TestCase( SECTION,
|
/external/webkit/WebCore/platform/graphics/gtk/ |
GlyphPageTreeNodePango.cpp | 51 PangoItem* item = reinterpret_cast<PangoItem*>(items->data); local 52 PangoFont* tmpFont = item->analysis.font; 53 item->analysis.font = font; 56 pango_shape(buffer, length, &item->analysis, glyphs); 58 item->analysis.font = tmpFont;
|
/external/webkit/WebCore/platform/win/ |
ContextMenuWin.cpp | 67 void ContextMenu::insertItem(unsigned int position, ContextMenuItem& item) 72 checkOrEnableIfNeeded(item); 73 ::InsertMenuItem(m_platformDescription, position, TRUE, item.releasePlatformDescription()); 76 void ContextMenu::appendItem(ContextMenuItem& item) 78 insertItem(itemCount(), item); local
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListGetCheckItemIdsTest.java | 63 assertChecked("None check choice has item checked"); 70 assertChecked("Item checked when setting Single mode"); 92 assertChecked("Item checked when setting Multiple mode"); 131 assertChecked("Item checked after SINGLE clear choice"); 139 assertChecked("Item checked after MULTIPLE clear choice");
|
/frameworks/base/services/java/com/android/server/status/ |
IconData.java | 23 * Indicates ths item represents a piece of text. 28 * Indicates ths item represents an icon. 33 * The type of this item. One of TEXT, ICON, or LEVEL_ICON. 43 * The package containting the icon to draw for this item. Valid if this is 49 * The icon to draw for this item. Valid if this is an ICON type.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AddAdapter.java | 47 * Specific item in our list. 88 ListItem item = (ListItem) getItem(position); local 95 textView.setTag(item); 96 textView.setText(item.text); 97 textView.setCompoundDrawablesWithIntrinsicBounds(item.image, null, null, null);
|
LauncherModel.java | 121 * Adds an item to the DB if it was not created previously, or move it to a new 124 static void addOrMoveItemInDatabase(Context context, ItemInfo item, long container, 126 if (item.container == ItemInfo.NO_ID) { 128 addItemToDatabase(context, item, container, screen, cellX, cellY, false); 131 moveItemInDatabase(context, item, container, screen, cellX, cellY); 136 * Move an item in the DB to a new <container, screen, cellX, cellY> 138 static void moveItemInDatabase(Context context, ItemInfo item, long container, int screen, 140 item.container = container; 141 item.screen = screen; 142 item.cellX = cellX [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceLabelProvider.java | 98 ConfigurableResourceItem item = (ConfigurableResourceItem)element; local 99 if (item.hasDefault() == false) { 120 ConfigurableResourceItem item = (ConfigurableResourceItem)element; local 121 int count = item.getAlternateCount(); 123 if (item.hasDefault()) {
|
/external/icu4c/test/cintltst/ |
crestst.c | 469 UResourceBundle *idna_rules, *casing, *te_IN, *ne, *item; local 489 /* try an item in idna_rules, must work */ 490 item=ures_getByKey(idna_rules, "UnassignedSet", NULL, &errorCode); 495 ures_close(item); 498 /* try an item in root, must fail */ 499 item=ures_getByKey(idna_rules, "ShortLanguage", NULL, &errorCode); 504 ures_close(item); 561 item=ures_getByKey(casing, "Info", NULL, &errorCode); 565 ures_close(item); 569 item=ures_getByKey(casing, "ShortLanguage", NULL, &errorCode) 647 UResourceBundle *res, *item; local [all...] |
/hardware/ti/wlan/lib/ |
scanmerge.c | 126 Routine Description: copies scan result structure to scan merge list item 149 Return Value: Pointer to scan merge item 170 Routine Description: Looks for scan merge item in scan results array 172 scan_ptr - pointer to scan merge item 175 Return Value: 1 - if item was found, 0 - otherwise 194 res_ptr - pointer to scan result item 195 Return Value: pointer to new scan result item, or NULL 237 SHLIST *item, *del_item; local 243 item = shListGetFirstItem(head); 244 while( item != NULL ) 325 SHLIST *item; local [all...] |
/system/wlan/ti/lib/ |
scanmerge.c | 126 Routine Description: copies scan result structure to scan merge list item 149 Return Value: Pointer to scan merge item 170 Routine Description: Looks for scan merge item in scan results array 172 scan_ptr - pointer to scan merge item 175 Return Value: 1 - if item was found, 0 - otherwise 194 res_ptr - pointer to scan result item 195 Return Value: pointer to new scan result item, or NULL 237 SHLIST *item, *del_item; local 243 item = shListGetFirstItem(head); 244 while( item != NULL ) 325 SHLIST *item; local [all...] |
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
Prefix.java | 111 testEmployee = elementList.item(0); 130 testEmployee = elementList.item(0); 148 testEmployee = elementList.item(0); 165 addrNode = (Element) elementList.item(0); 191 employeeNode = elementList.item(0); 215 employeeNode = elementList.item(0); 239 // genderNode = genderList.item(2); 274 addrNode = (Element) elementList.item(3); 299 employeeNode = elementList.item(1); 324 employeeNode = elementList.item(1) [all...] |
/external/webkit/WebCore/svg/graphics/ |
SVGPaintServer.cpp | 76 SVGPaintServer* SVGPaintServer::fillPaintServer(const RenderStyle* style, const RenderObject* item) 88 fillPaintServer = getPaintServerById(item->document(), id, item); 90 SVGElement* svgElement = static_cast<SVGElement*>(item->node()); 93 if (item->isRenderPath() && fillPaintServer) 117 SVGPaintServer* SVGPaintServer::strokePaintServer(const RenderStyle* style, const RenderObject* item) 129 strokePaintServer = getPaintServerById(item->document(), id, item); 131 SVGElement* svgElement = static_cast<SVGElement*>(item->node()); 134 if (item->isRenderPath() && strokePaintServer [all...] |
/external/webkit/WebKit/gtk/tests/ |
testwebbackforwardlist.c | 64 /* make sure these functions don't add unnecessary ref to the history item */ 128 // Check that there is no item. 215 // Check that there is no item. 222 // Add a new item 228 // Check that the added item is the current item. 238 // Add another item. 244 // Check that the added item is new current item. 259 // Go to the first added item [all...] |
/external/zlib/contrib/ada/ |
zlib-streams.adb | 132 Item : out Stream_Element_Array; 137 (Item : out Stream_Element_Array; 145 (Item : out Stream_Element_Array; 148 Ada.Streams.Read (Stream.Back.all, Item, Last); 158 Read (Stream.Reader, Item, Last); 185 Item : in Stream_Element_Array) 188 procedure Write (Item : in Stream_Element_Array); 194 procedure Write (Item : in Stream_Element_Array) is 196 Ada.Streams.Write (Stream.Back.all, Item); 204 Write (Stream.Writer, Item, No_Flush) [all...] |
/frameworks/base/docs/html/resources/articles/ |
layout-tricks-efficiency.jd | 18 <p>Let's consider a very simple and common example of a layout: a list item 20 underneath the title. Here is what such an item looks like:</p> 22 <div style="text-align: center;"><img src="images/relativelayout_1.png" alt="Simple list item"></div> 30 <div style="text-align: center;"><img src="images/relativelayout_wire_1.png" alt="Wireframe of the simple list item"></div> 33 The item itself is a horizontal <code>LinearLayout</code> with an 81 item of a {@link android.widget.ListView}. The same layout can be rewritten 83 even better one level in view hierarchy, per list item. The implementation of 134 implementation, except in one case. The list item we want to display has two 136 description is not available for a given list item, the application would simply 175 for every item in a ListView for instance. Hopefully this simpl [all...] |
/external/webkit/WebCore/inspector/front-end/ |
inspector.css | 106 .toolbar-item { 118 .toolbar-item.toggleable.toggled-on { 124 .toolbar-item.flexable-space { 129 .toolbar-item input { 146 .toolbar-item:active .toolbar-icon { 150 body.attached .toolbar-item:active .toolbar-icon { 160 .toolbar-item.toggleable:active .toolbar-label { 195 .toolbar-item.elements .toolbar-icon { 199 .toolbar-item.resources .toolbar-icon { 203 .toolbar-item.scripts .toolbar-icon [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 69 \item Run \texttt{blktrace} to collect traces. Here you specify the 75 \item While \texttt{blktrace} is running, you run the workload that you 78 \item When the work load has completed, you stop the \texttt{blktrace} 81 \item You extract the pertinent IO information from the traces saved by 86 \item Once \texttt{btrecord} has successfully created a series of data 95 \item[Device] The IOs are replayed on the same device as was seen 98 \item[IO direction] The same IO direction (read/write) is maintained. 100 \item[IO offset] The same device offset is maintained. 102 \item[IO size] The same number of sectors are transferred. 104 \item[Time differential] The time stamps stored during th [all...] |
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
expected_data.txt | 4 4 mimetype=vnd.android.cursor.item/name 31 31 mimetype=vnd.android.cursor.item/name 58 58 mimetype=vnd.android.cursor.item/name 85 85 mimetype=vnd.android.cursor.item/name 112 112 mimetype=vnd.android.cursor.item/name 139 139 mimetype=vnd.android.cursor.item/name 166 166 mimetype=vnd.android.cursor.item/name 193 193 mimetype=vnd.android.cursor.item/name 220 220 mimetype=vnd.android.cursor.item/phone_v2 247 247 mimetype=vnd.android.cursor.item/phone_v [all...] |
/packages/providers/ContactsProvider/tests/assets/test1/ |
expected_data.txt | 4 4 mimetype=vnd.android.cursor.item/name 31 31 mimetype=vnd.android.cursor.item/name 58 58 mimetype=vnd.android.cursor.item/name 85 85 mimetype=vnd.android.cursor.item/note 112 112 mimetype=vnd.android.cursor.item/name 139 139 mimetype=vnd.android.cursor.item/organization 166 166 mimetype=vnd.android.cursor.item/phone_v2 193 193 mimetype=vnd.android.cursor.item/phone_v2 220 220 mimetype=vnd.android.cursor.item/phone_v2 247 247 mimetype=vnd.android.cursor.item/phone_v [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.3.1-1.js | 238 var item = testcases.length; 240 testcases[item++] = new TestCase( SECTION, DateString+".getTime()", ResultArray[TIME], DateCase.getTime() ); 241 testcases[item++] = new TestCase( SECTION, DateString+".valueOf()", ResultArray[TIME], DateCase.valueOf() ); 243 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", ResultArray[UTC_YEAR], DateCase.getUTCFullYear() ); 244 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", ResultArray[UTC_MONTH], DateCase.getUTCMonth() ); 245 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", ResultArray[UTC_DATE], DateCase.getUTCDate() ); 246 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", ResultArray[UTC_DAY], DateCase.getUTCDay() ); 247 testcases[item++] = new TestCase( SECTION, DateString+".getUTCHours()", ResultArray[UTC_HOURS], DateCase.getUTCHours() ); 248 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMinutes()", ResultArray[UTC_MINUTES],DateCase.getUTCMinutes() ); 249 testcases[item++] = new TestCase( SECTION, DateString+".getUTCSeconds()", ResultArray[UTC_SECONDS],DateCase (…) [all...] |
15.9.3.8-1.js | 265 item = testcases.length; 267 testcases[item++] = new TestCase( SECTION, DateString+".getTime()", ResultArray[TIME], DateCase.getTime() ); 268 testcases[item++] = new TestCase( SECTION, DateString+".valueOf()", ResultArray[TIME], DateCase.valueOf() ); 269 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", ResultArray[UTC_YEAR], DateCase.getUTCFullYear() ); 270 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", ResultArray[UTC_MONTH], DateCase.getUTCMonth() ); 271 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", ResultArray[UTC_DATE], DateCase.getUTCDate() ); 272 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", ResultArray[UTC_DAY], DateCase.getUTCDay() ); 273 testcases[item++] = new TestCase( SECTION, DateString+".getUTCHours()", ResultArray[UTC_HOURS], DateCase.getUTCHours() ); 274 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMinutes()", ResultArray[UTC_MINUTES],DateCase.getUTCMinutes() ); 275 testcases[item++] = new TestCase( SECTION, DateString+".getUTCSeconds()", ResultArray[UTC_SECONDS],DateCase (…) [all...] |
15.9.3.8-2.js | 240 item = testcases.length; 242 testcases[item++] = new TestCase( SECTION, DateString+".getTime()", ResultArray[TIME], DateCase.getTime() ); 243 testcases[item++] = new TestCase( SECTION, DateString+".valueOf()", ResultArray[TIME], DateCase.valueOf() ); 244 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", ResultArray[UTC_YEAR], DateCase.getUTCFullYear() ); 245 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMonth()", ResultArray[UTC_MONTH], DateCase.getUTCMonth() ); 246 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDate()", ResultArray[UTC_DATE], DateCase.getUTCDate() ); 247 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", ResultArray[UTC_DAY], DateCase.getUTCDay() ); 248 testcases[item++] = new TestCase( SECTION, DateString+".getUTCHours()", ResultArray[UTC_HOURS], DateCase.getUTCHours() ); 249 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMinutes()", ResultArray[UTC_MINUTES],DateCase.getUTCMinutes() ); 250 testcases[item++] = new TestCase( SECTION, DateString+".getUTCSeconds()", ResultArray[UTC_SECONDS],DateCase (…) [all...] |