/external/chromium/chrome/browser/ui/cocoa/ |
history_menu_bridge.h | 43 // items having the local tags defined in the enum below. Items within a section 46 // closed section is special in that those menu items can have submenus to list 47 // all the tabs within that closed window. By convention, these submenu items 52 // These menu items do not use firstResponder as their target. Rather, they are 54 // to this class. These items are created via the AddItemToMenu() helper. Also, 100 // of all items. If it is not a window, then the entry is a single page and 110 // normal procedure for menu items is to go through CommandDispatch, but since 111 // history menu items are hooked directly up to their target, they do not need 119 kRecentlyClosed = 460, // Used for items in the recently closed section [all...] |
/external/chromium/chrome/browser/ui/cocoa/importer/ |
import_progress_dialog_cocoa.mm | 60 itemsEnabled:(int16)items { 88 [self setFavoritesImportEnabled:items & importer::FAVORITES ? active : 90 [self setSearchImportEnabled:items & importer::SEARCH_ENGINES ? active : 92 [self setPasswordImportEnabled:items & importer::PASSWORDS ? active : 94 [self setHistoryImportEnabled:items & importer::HISTORY ? active : 183 uint16 items, 189 DCHECK(items != 0); 197 itemsEnabled:items]; 200 source_profile, target_profile, items, new ProfileWriter(target_profile),
|
/external/chromium/chrome/common/extensions/docs/js/ |
sidebar.js | 52 * Controls are inserted as the first children of list items in the sidebar 62 var items = toc.getElementsByTagName('li'); 64 for (var i = 0; i < items.length; i++) { 65 var item = items[i];
|
/external/chromium/googleurl/ |
PRESUBMIT_unittest.py | 39 def __init__(self, msg, items=[], long_text=''): 41 self.items = items 77 len(PRESUBMIT.LocalChecks(api, MockOutputApi)[0].items) == 3)
|
/external/clang/test/Parser/ |
objc-foreach-syntax.m | 5 - (unsigned int)countByEnumeratingWithState: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
/external/clang/test/Rewriter/ |
rewrite-foreach-1.m | 9 - (unsigned int)countByEnumeratingWithState: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
rewrite-foreach-2.m | 9 - (unsigned int)countByEnumeratingWithState: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
rewrite-foreach-3.m | 9 - (unsigned int)countByEnumeratingWithState: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
rewrite-foreach-4.m | 8 - (unsigned int)countByEnumeratingWithState: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
IFlyoutMenuContributor.java | 16 * Contributes items into {@link IMenuManager} or {@link FlyoutControlComposite}.
|
/external/hamcrest/src/org/hamcrest/internal/ |
ArrayIterator.java | 26 throw new UnsupportedOperationException("cannot remove items from an array");
|
/external/llvm/utils/Target/ARM/ |
analyze-match-table.py | 19 items = [s.strip() for s in b.split(",")] 23 insns.append((code,string,converter,items,features)) 30 items = insn[3] 32 flags.update(items)
|
/external/llvm/utils/lit/lit/ |
Util.py | 94 def printHistogram(items, title = 'Items'): 97 items.sort(key = lambda (_,v): v) 99 maxValue = max([v for _,v in items]) 112 for name,v in items: 120 for name,value in items[-20:]: 128 cDigits = int(math.ceil(math.log(len(items), 10))) 134 pct = float(len(row)) / len(items) 140 cDigits, len(items))
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.merit | 2 # Experimental extensions, configuration only (for check-items)
|
/external/quake/quake/src/QW/progs/ |
files.dat | 2 1 items/r_item1.wav
3 1 items/r_item2.wav
4 1 items/health1.wav
8 1 items/protect.wav
9 1 items/protect2.wav
10 1 items/protect3.wav
11 1 items/suit.wav
12 1 items/suit2.wav
13 1 items/inv1.wav
14 1 items/inv2.wav [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowItemizedOverlay.java | 23 private ArrayList<Item> items = new ArrayList<Item>(); field in class:ShadowItemizedOverlay 32 items.clear(); 34 items.add(getBridge().createItem(i)); 40 return items.get(position);
|
/external/svox/pico/lib/ |
picoacph.h | 34 items input 57 limits) of items terminated by a PUNC item. 63 - when reading items from the external buffer a CMD(...FLUSH...) is 69 items processed and output 77 -# PROCESS_POSD: processing input WORDGRAPH or WORDINDEX items, after 91 3. PROCESS_PHR: then, after processing these WORDPHON items, 100 4. PROCESS_ACC: then, after processing the WORDPHON and BOUND items 165 - see defines below for max nr of items. Item heads plus ref. to contents 167 - MAXNR_HEADX (max nr elements==items in headx array)
|
/external/webkit/Source/WebCore/platform/mac/ |
ContextMenuMac.mm | 88 Vector<ContextMenuItem> items; 91 items.reserveCapacity(count); 94 items.append(ContextMenuItem([menu objectAtIndex:i])); 96 return items;
|
/external/webkit/Source/WebKit/mac/History/ |
WebHistory.h | 40 items added. The key for the array is WebHistoryItemsKey. 43 items removed. The key for the array is WebHistoryItemsKey. 104 @param items An array of WebHistoryItems to remove from the WebHistory. 106 - (void)removeItems:(NSArray *)items; 116 or more history items, ordered from most recent to oldest. 117 @result Returns an array of NSCalendarDates for which history items exist in the WebHistory. 140 @discussion Limits the number of items that will be stored by the WebHistory. 141 @param limit The maximum number of items that will be stored by the WebHistory. 147 @result The maximum number of items that will be stored by the WebHistory.
|
/frameworks/support/v4/java/android/support/v4/internal/view/ |
SupportMenu.java | 20 * Interface for managing the items in a menu. 23 * You can add items to this menu and handle clicks on your additions. Adding 24 * menu items is typically accomplished by inflating an XML file into the 34 * <b>expanded menus</b> (only available if six or more menu items are visible,
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/ |
FetchProfile.java | 23 * A FetchProfile is a list of items that should be downloaded in bulk for a set of messages.
35 * Default items available for pre-fetching. It should be expected that any
36 * item fetched by using these items could potentially include all of the
37 * previous items.
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
ComboAlbum.java | 23 // ComboAlbum combines multiple media sets into one. It lists all media items 43 ArrayList<MediaItem> items = new ArrayList<MediaItem>(); local 50 items.addAll(fetchItems); 57 return items;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
ListValueCellEditor.java | 51 String[] items = uiListAttribute.getPossibleValues(null); local 52 mItems = new String[items.length]; 53 System.arraycopy(items, 0, mItems, 0, items.length);
|
/system/core/toolbox/ |
dynarray.h | 10 void** items; member in struct:__anon44025 30 * remove items from the array during iteration. 36 _item_type _item = (_item_type)(_array)->items[_nn_##__LINE__]; \ 58 * This macro is only intended for simple uses. Do not add or remove items
|
/frameworks/base/docs/html/guide/topics/ui/ |
menus.jd | 14 <li><a href="#ChangingTheMenu">Changing menu items at runtime</a></li> 30 <li><a href="#checkable">Using checkable menu items</a></li> 33 <li><a href="#intents">Adding Menu Items Based on an Intent</a> 68 <p>Although the design and user experience for some menu items have changed, the semantics to define 75 <dd>The <a href="#options-menu">options menu</a> is the primary collection of menu items for an 80 <p>On Android 3.0 and higher, items from the options menu are presented by the <a 82 items and overflow options. Beginning with Android 3.0, the <em>Menu</em> button is deprecated (some 96 action items that affect the selected content in a bar at the top of the screen and allows the user 97 to select multiple items.</p> 102 <dd>A popup menu displays a list of items in a vertical list that's anchored to the view tha [all...] |