HomeSort by relevance Sort by last modified time
    Searched full:items (Results 26 - 50 of 6189) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_set_literal.py 18 (atom=atom< '[' (items=listmaker< any ((',' any)* [',']) >
22 atom< '(' items=testlist_gexp< any ((',' any)* [',']) > ')' >
33 items = fake
35 items = results["items"]
39 literal.extend(n.clone() for n in items.children)
42 literal[-1].prefix = items.next_sibling.prefix
  /development/samples/browseable/Basic/
_index.jd 9 action items. The sample shows how to inflate items from a menu resource, and
10 how to add items programatically. To reduce clutter, rarely used actions are
  /external/chromium_org/chrome/common/extensions/docs/templates/private/
dom_event.html 9 {{+partials.type_item items:properties
sidenav_items.html 3 {{#i:items +partials.sidenav_item item:i/}}
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_index.py 23 items = self.section_map[section_name]
24 items = sorted(items, cmp=CmpByName)
25 sec_map[section_name] = items
  /packages/apps/UnifiedEmail/res/values-w592dp/
constants.xml 3 <!-- Number of menu items to display in the ActionBar -->
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
table_selection_model.js 14 * Selected items are stored, not indexes, so selections are preserved
15 * after items reordering (e.g. because of sort).
16 * @param {number=} opt_length The number of items in the selection.
29 * Adjusts the selection after reordering of items in the table.
47 * Adjust the selection by adding or removing a certain numbers of items.
48 * This should be called by the owner of the selection model as items are
53 * @param {number} itemsRemoved Number of items removed.
54 * @param {number} itemsAdded Number of items added.
table_single_selection_model.js 15 * after items reordering (e.g. because of sort).
16 * @param {number=} opt_length The number of items in the selection.
29 * Adjusts the selection after reordering of items in the table.
43 * Adjust the selection by adding or removing a certain numbers of items.
44 * This should be called by the owner of the selection model as items are
47 * @param {number} itemsRemoved Number of items removed.
48 * @param {number} itemsAdded Number of items added.
  /external/chromium_org/chrome/browser/chromeos/login/
DEPS 6 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
10 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
  /external/chromium_org/chrome/renderer/resources/extensions/
app_runtime_custom_bindings.js 21 if (launchData.items) {
23 var items = [];
24 var numItems = launchData.items.length;
29 $Array.push(items, item);
33 if (items.length !== 0) {
35 data.items = items;
40 $Array.forEach(launchData.items, function(item) {
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
DES.pm 6 # Items to export into callers namespace by default
10 # Other items we are prepared to export if requested
  /external/openssl/crypto/des/
DES.pm 6 # Items to export into callers namespace by default
10 # Other items we are prepared to export if requested
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
Section.java 42 * A list of the items that this section contains.
43 * If the section has been placed, this list should be in the order that the items
46 protected final ArrayList<T> items; field in class:Section
49 * A HashMap of the items in this section. This is used when interning items, to determine
77 items = new ArrayList<T>();
82 * Finalize the location of all items, and place them starting at the given offset
87 if (items.size() > 0) {
92 for (int i=0; i < items.size(); i++) {
93 T item = items.get(i)
    [all...]
  /external/smack/src/org/jivesoftware/smackx/pubsub/
LeafNode.java 30 * All items are published to a node, and typically subscribed to by other
43 * Get information on the items in the node in standard
53 DiscoverItems items = new DiscoverItems(); local
54 items.setTo(to);
55 items.setNode(getId());
56 return (DiscoverItems)SyncPacketSend.getReply(con, items);
60 * Get the current items stored in the node.
72 ItemsExtension itemsElem = (ItemsExtension)result.getExtension(PubSubElementType.ITEMS);
77 * Get the current items stored in the node based
93 ItemsExtension itemsElem = (ItemsExtension)result.getExtension(PubSubElementType.ITEMS);
203 Collection<T> items = new ArrayList<T>(1); local
274 Collection<T> items = new ArrayList<T>(1); local
328 Collection<String> items = new ArrayList<String>(1); local
343 List<Item> items = new ArrayList<Item>(itemIds.size()); local
    [all...]
AffiliationsExtension.java 27 protected List<Affiliation> items = Collections.EMPTY_LIST; field in class:AffiliationsExtension
39 items = affiliationList;
53 items = affiliationList;
58 return items;
64 if ((items == null) || (items.size() == 0))
80 for (Affiliation item : items)
SubscriptionsExtension.java 26 protected List<Subscription> items = Collections.EMPTY_LIST; field in class:SubscriptionsExtension
38 items = subList;
52 items = subList;
62 return items;
68 if ((items == null) || (items.size() == 0))
85 for (Subscription item : items)
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
app_shim_menu_controller_mac.h 16 // main menu for the app. When an app window becomes main, all Chrome menu items
17 // are hidden and menu items for the app are appended to the main menu. When the
18 // app window resigns main, its menu items are removed and all Chrome menu items
24 // Items that need a doppelganger.
31 // Menu items for the currently focused packaged app.
  /frameworks/base/docs/html/design/building-blocks/
lists.jd 12 <p>Lists present multiple line items in a vertical arrangement. They can be used for data selection as
31 <h4>Line Items</h4>
32 <p>List items can accommodate a wide range of data types in different arrangements, including
33 simple single-line items, multi-line items, and custom items with icons, checkboxes, and action
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
chrome_sidenav.json 4 "items": [
7 "items": [
10 "items": [
31 "items": [
52 "items": [
69 "items": [
86 "items": [
113 "items": [
116 "items": [
133 "items":
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_cache.c 47 struct cache_item **items; member in struct:gl_program_cache
84 struct cache_item **items; local
91 items = (struct cache_item**) malloc(size * sizeof(*items));
92 memset(items, 0, size * sizeof(*items));
95 for (c = cache->items[i]; c; c = next) {
97 c->next = items[c->hash % size];
98 items[c->hash % size] = c;
101 free(cache->items);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_cache.c 47 struct cache_item **items; member in struct:gl_program_cache
84 struct cache_item **items; local
91 items = (struct cache_item**) malloc(size * sizeof(*items));
92 memset(items, 0, size * sizeof(*items));
95 for (c = cache->items[i]; c; c = next) {
97 c->next = items[c->hash % size];
98 items[c->hash % size] = c;
101 free(cache->items);
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
choices.json 12 {"type": "array", "items": {"type": "integer", "minimum": 0}},
18 {"type": "array", "items": {"type": "string", "minimum": 0}},
37 {"type": "array", "items": {"$ref": "ChoiceType"}}
51 {"type": "array", "items": {"type": "integer", "minimum": 0}},
70 {"type": "array", "items": {"type": "integer", "minimum": 0}},
94 {"type": "array", "items": {"type": "string", "minimum": 0}},
101 {"type": "array", "items": {"type": "integer", "minimum": 0}},
127 {"type": "array", "items": {"type": "integer", "minimum": 0}},
148 {"type": "array", "items": {"type": "integer", "minimum": 0}},
156 {"type": "array", "items": {"type": "integer", "minimum": 0}}
    [all...]
  /external/skia/tools/
bench_pictures_cfg_helper.py 33 timeIndividualTiles=timeIndividualTiles).items() + kwargs.items()))
37 return GPUConfig(**dict(TileArgs(tile_x, tile_y).items() + kwargs.items()))
42 timeIndividualTiles=timeIndividualTiles).items() + kwargs.items()))
99 return RTreeConfig(**dict(TileArgs(tile_x, tile_y).items() + kwargs.items()))
112 **dict(TileArgs(tile_x, tile_y).items() + kwargs.items()))
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Collapser.java 23 * Class used for collapsing data items into groups of similar items. The data items that should be
25 * function that takes an ArrayList of items and returns a list of the same items collapsed into
37 * can be used for example to collapse similar contact data items into a single item.
45 * Collapses a list of Collapsible items into a list of collapsed items. Items are collapsed
70 // Remove the null items
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenu.java 129 final ArrayList<ActionMenuItem> items = mItems; local
130 final int itemCount = items.size();
132 if (items.get(i).getItemId() == id) {
149 final ArrayList<ActionMenuItem> items = mItems; local
150 final int itemCount = items.size();
153 if (items.get(i).isVisible()) {
164 final ArrayList<ActionMenuItem> items = mItems; local
165 final int itemCount = items.size();
168 ActionMenuItem item = items.get(i);
201 final ArrayList<ActionMenuItem> items = mItems local
220 final ArrayList<ActionMenuItem> items = mItems; local
233 final ArrayList<ActionMenuItem> items = mItems; local
245 final ArrayList<ActionMenuItem> items = mItems; local
    [all...]

Completed in 1130 milliseconds

12 3 4 5 6 7 8 91011>>