/prebuilts/tools/common/eclipse/ |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |
org.eclipse.jface_3.6.2.M20110210-1200.jar | |
/external/antlr/antlr-3.4/runtime/Python/ |
ez_setup.py | 200 data = [" %r: %r,\n" % it for it in md5_data.items()]
|
/external/bison/src/ |
LR0.c | 116 /* See comments before new_itemsets. All the vectors of items 117 live inside KERNEL_ITEMS. The number of active items after 166 | record which items would be active after that shift. Uses the | 275 /* Find and count the active items that represent ends of rules. */ 358 now. itemset gets a vector of all the items that could be 360 closure (s->items, s->nitems);
|
/external/chromium/chrome/browser/extensions/ |
extension_host.h | 161 const std::vector<WebMenuItem>& items,
|
/external/chromium/chrome/browser/prerender/ |
prerender_contents.h | 148 const std::vector<WebMenuItem>& items,
|
/external/chromium/chrome/browser/resources/ |
wrench_menu.js | 6 * ButtonCommand class for small buttons on menu items. 120 * Initialize the edit items with configuration info.
|
menu.js | 49 * @param {Object} attrs JSON object that represents this menu items 258 // List of menu items 347 this.innerHTML = ''; // remove menu items 349 for (var i = 0; i < model.items.length; i++) { 350 var attrs = model.items[i];
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_view_touch.cc | 297 const std::vector<WebMenuItem>& items,
|
tab_contents_view_views.cc | 285 const std::vector<WebMenuItem>& items,
|
/external/elfutils/libebl/ |
libebl.h | 338 /* Non-register data items in core notes. */ 342 const char *group; /* Identifier for category of related items. */ 355 size_t *nitems, const Ebl_Core_Item **items)
|
/external/mdnsresponder/mDNSPosix/ |
parselog.py | 216 for ip,[height,hname,hinfo] in ipList.items():
|
/external/protobuf/python/ |
ez_setup.py | 252 data = [" %r: %r,\n" % it for it in md5_data.items()]
|
/external/quake/quake/src/WinQuake/ |
view.cpp | 444 if (cl.items & IT_QUAD) 451 else if (cl.items & IT_SUIT) 458 else if (cl.items & IT_INVISIBILITY) 465 else if (cl.items & IT_INVULNERABILITY)
|
/external/webkit/Source/WebCore/inspector/front-end/ |
DetailedHeapshotGridNodes.js | 83 function childrenRetrieved(items, hasNext, length) 85 for (var i = 0, l = items.length; i < l; ++i) { 86 var item = items[i]; 96 provider.instanceCount += items.length;
|
ProfilesPanel.js | 119 this.profileViewStatusBarItemsContainer.className = "status-bar-items"; 163 var items = [this.enableToggleButton.element]; variable 171 items.push(button.element); 174 items.push(this.clearResultsButton.element, this.profileViewStatusBarItemsContainer); 175 return items;
|
/external/webkit/Source/WebCore/platform/network/mac/ |
FormDataStreamMac.mm | 430 for (size_t j = 0; j < blobData->items().size(); ++j) { 431 const BlobDataItem& blobItem = blobData->items()[j];
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebViewInternal.h | 120 - (NSMenu *)_menuForElement:(NSDictionary *)element defaultItems:(NSArray *)items;
|
WebPDFView.mm | 349 // Start with the menu items supplied by PDFKit, with WebKit tags applied 350 NSMutableArray *items = [self _menuItemsFromPDFKitForEvent:theEvent]; 367 [items insertObject:item atIndex:0]; 370 [items insertObject:[NSMenuItem separatorItem] atIndex:1]; 372 // pass the items off to the WebKit context menu mechanism 375 NSMenu *menu = [webView _menuForElement:[self elementAtPoint:[self convertPoint:[theEvent locationInWindow] fromView:nil]] defaultItems:items]; 377 // The delegate has now had the opportunity to add items to the standard PDF-related items, or to 378 // remove or modify some of the PDF-related items. In 10.4, the PDF context menu did not go through 379 // the standard WebKit delegate path, and so the standard PDF-related items always appeared. Fo [all...] |
/external/webkit/Tools/Scripts/ |
validate-committer-lists | 212 authors_and_last_commits = self._last_commit_by_author().items()
|
/gdk/samples/quake/jni/ |
view.cpp | 444 if (cl.items & IT_QUAD) 451 else if (cl.items & IT_SUIT) 458 else if (cl.items & IT_INVISIBILITY) 465 else if (cl.items & IT_INVULNERABILITY)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
menu.h | 81 struct tagITEM *left; /* neighbor items */ 94 short rows; /* Nr. of items high */ 95 short cols; /* Nr. of items wide */ 96 short frows; /* Nr. of formatted items high */ 97 short fcols; /* Nr. of formatted items wide */ 98 short arows; /* Nr. of items high (actual) */ 112 ITEM **items; /* array of items */ member in struct:tagMENU 113 short nitems; /* Nr. of items in menu */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
menu.h | 81 struct tagITEM *left; /* neighbor items */ 94 short rows; /* Nr. of items high */ 95 short cols; /* Nr. of items wide */ 96 short frows; /* Nr. of formatted items high */ 97 short fcols; /* Nr. of formatted items wide */ 98 short arows; /* Nr. of items high (actual) */ 112 ITEM **items; /* array of items */ member in struct:tagMENU 113 short nitems; /* Nr. of items in menu */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
menu.h | 81 struct tagITEM *left; /* neighbor items */ 94 short rows; /* Nr. of items high */ 95 short cols; /* Nr. of items wide */ 96 short frows; /* Nr. of formatted items high */ 97 short fcols; /* Nr. of formatted items wide */ 98 short arows; /* Nr. of items high (actual) */ 112 ITEM **items; /* array of items */ member in struct:tagMENU 113 short nitems; /* Nr. of items in menu */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileCreationPage.java | [all...] |