/external/chromium_org/chrome/browser/ui/cocoa/media_picker/ |
desktop_media_picker_controller_unittest.mm | 19 - (NSArray*)items; 35 - (NSArray*)items { 97 NSArray* items = [controller_ items]; 98 EXPECT_EQ(2U, [items count]); 99 EXPECT_NSEQ(@"0", [[items objectAtIndex:0] imageTitle]); 100 EXPECT_EQ(nil, [[items objectAtIndex:0] imageRepresentation]); 101 EXPECT_NSEQ(@"1", [[items objectAtIndex:1] imageTitle]); 102 EXPECT_TRUE([[items objectAtIndex:1] imageRepresentation] != nil); 113 EXPECT_EQ(2U, [[controller_ items] count]) [all...] |
/external/chromium_org/third_party/icu/source/test/perf/leperf/ |
letrperf.cpp | 19 long *items = 0; variable 22 long items[ITEM_COUNT]; member in struct:OneObject 30 Long items[ITEM_COUNT]; member in struct:CompObject 36 if(items[i]==2) { 47 if(obj.items[i]==2) { 55 long *items2 = ((OneObject*)ref)->items; 75 long *items2 = ((OneObject*)ref)->items; 77 if(items[i]==2) { 91 long *items2 = ((OneObject*)ref)->items; 98 if(items[i]==2) [all...] |
/external/icu/icu4c/source/test/perf/leperf/ |
letrperf.cpp | 19 long *items = 0; variable 22 long items[ITEM_COUNT]; member in struct:OneObject 30 Long items[ITEM_COUNT]; member in struct:CompObject 36 if(items[i]==2) { 47 if(obj.items[i]==2) { 55 long *items2 = ((OneObject*)ref)->items; 75 long *items2 = ((OneObject*)ref)->items; 77 if(items[i]==2) { 91 long *items2 = ((OneObject*)ref)->items; 98 if(items[i]==2) [all...] |
/external/chromium_org/third_party/polymer/components/core-style/ |
demo.html | 29 <template repeat="{{item in items}}"> 39 var items = []; 41 items.push(i); 44 CoreStyle.g.items = items; 48 e.target.items = items;
|
/external/chromium_org/third_party/polymer/components-chromium/core-style/ |
demo.html | 29 <template repeat="{{item in items}}"> 39 var items = []; 41 items.push(i); 44 CoreStyle.g.items = items; 48 e.target.items = items;
|
/prebuilts/python/darwin-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
|
/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
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/ |
fatnav.html | 3 {{#l0:items}} 7 {{#l1:l0.items}} 10 {{?l1.items}}{{#l2:l1.items}} 16 {{?l2.items}}{{#l3:l2.items}} 19 {{/l2.items}}{{/l2.items}} 22 {{/l1.items}}{{/l1.items}} [all...] |
dom_event.html | 9 {{+partials.type_item items:properties
|
type_item.html | 4 {{#i:items +item_partial parameter:i property:i event:i function:i parentName:display_name/}}
|
/external/chromium_org/third_party/polymer/components/core-animated-pages/demos/ |
list.html | 42 <template repeat="{{items}}"> 63 items: [ 89 var items = this.selected ? this.items : this.items2; 90 var i = this.selected ? this.items2.indexOf(item) : this.items.indexOf(item); 92 items.splice(0, 0, item); 93 items.splice(i + 1, 1); 102 var items = this.selected ? this.items : this.items2; 103 var item = items[i] [all...] |
/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/demos/ |
list.html | 42 <template repeat="{{items}}"> 63 items: [ 89 var items = this.selected ? this.items : this.items2; 90 var i = this.selected ? this.items2.indexOf(item) : this.items.indexOf(item); 92 items.splice(0, 0, item); 93 items.splice(i + 1, 1); 102 var items = this.selected ? this.items : this.items2; 103 var item = items[i] [all...] |
/external/chromium_org/third_party/polymer/components-chromium/core-menu/ |
core-submenu-extracted.js | 11 get items() { 12 return this.$.submenu.items; 16 return !!this.items.length;
|
/external/lldb/examples/summaries/ |
essentials | 3 type summary add -s "${svar%#} items" -e -x std::map< 4 type summary add -s "${svar%#} items" -e -x std::vector< 5 type summary add -s "${svar%#} items" -e -x std::list<
|
/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
|
/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/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...] |
/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.
|
/external/chromium_org/content/browser/gamepad/ |
gamepad_provider_unittest.cc | 70 test_data.items[0].connected = true; 71 test_data.items[0].timestamp = 0; 72 test_data.items[0].buttonsLength = 1; 73 test_data.items[0].axesLength = 2; 74 test_data.items[0].buttons[0].value = 1.f; 75 test_data.items[0].buttons[0].pressed = true; 76 test_data.items[0].axes[0] = -1.f; 77 test_data.items[0].axes[1] = .5f; 105 EXPECT_EQ(1u, output.items[0].buttonsLength); 106 EXPECT_EQ(1.f, output.items[0].buttons[0].value) [all...] |
/frameworks/base/docs/html/design/building-blocks/ |
lists.jd | 12 <p itemprop="description">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/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/third_party/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...] |
/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...] |