/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,
|
extension_host.cc | 685 const std::vector<WebMenuItem>& items, 690 selected_item, items, right_aligned);
|
/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/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()
|
/prebuilt/linux-x86/toolchain/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 */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileCreationPage.java | [all...] |
/external/chromium/net/base/ |
x509_certificate_mac.cc | 446 CFArrayRef items = NULL; local 448 NULL, 0, NULL, NULL, &items); 450 DLOG(WARNING) << status << " Unable to import items from data of length " 455 ScopedCFTypeRef<CFArrayRef> scoped_items(items); 458 for (CFIndex i = 0; i < CFArrayGetCount(items); ++i) { 460 const_cast<void*>(CFArrayGetValueAtIndex(items, i))); 464 // private keys or other items types, so filter appropriately. [all...] |
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
DumpRenderTreeSupportQt.cpp | 989 QStringList items; 993 items << QLatin1String("<separator>"); 995 items << actions.at(i)->text(); 997 items << iterateContextMenu(actions.at(i)->menu()); 999 return items; [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncer_unittest.cc | 259 SYNCED, // Items are unsynced by default 675 // Similar to above, but for unapplied items. Bug 49278. 703 CommitOrderingTest items[] = { local 708 RunCommitOrderingTest(items); 712 CommitOrderingTest items[] = { local 718 RunCommitOrderingTest(items); 723 CommitOrderingTest items[] = { local 729 RunCommitOrderingTest(items); 733 CommitOrderingTest items[] = { local 737 RunCommitOrderingTest(items); 741 CommitOrderingTest items[] = { local 749 CommitOrderingTest items[] = { local 758 CommitOrderingTest items[] = { local 766 CommitOrderingTest items[] = { local 776 CommitOrderingTest items[] = { local 786 CommitOrderingTest items[] = { local 795 CommitOrderingTest items[] = { local 808 CommitOrderingTest items[] = { local 821 CommitOrderingTest items[] = { local [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
TemplateInterpreter.java | 369 * <?cs each:x=Stuff > ... <?cs /each > command. Loops over child items of a data 521 private void each(PVariable variable, String parentName, Data items, PCommand command) { 531 for (Data child : items.getChildren()) {
|
/frameworks/base/telephony/java/com/android/internal/telephony/cat/ |
CatService.java | 633 if (menu.items.size() == 1 && menu.items.get(0) == null) { 637 CatLog.d(this, "Unable to get Menu's items size");
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DexFile.java | 146 return classDefs.items().isEmpty(); 259 * the various {@link Item} instances to add items to the 272 * the various {@link Item} instances to add items to the 285 * the various {@link Item} instances to add items to the 310 * the various {@link Item} instances to add items to the 323 * the various {@link Item} instances to add items to the 336 * the various {@link Item} instances to add items to the 349 * the various {@link Item} instances to add items to the 362 * the various {@link Item} instances to add items to the 375 * the various {@link Item} instances to add items to th [all...] |
/development/ndk/platforms/android-3/include/ |
zlib.h | 77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); [all...] |