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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/templates/private/
table_of_contents.html 2 {{+partials.table_of_contents_items items:items /}}
table_of_contents_items.html 2 {{#i:items}}
7 {{?i.subheadings +partials.table_of_contents_items items:i.subheadings /}}
9 {{/items}}
  /external/chromium_org/components/test/data/json_schema/
array_tuple_schema.json 3 "items": [
  /external/smack/src/org/jivesoftware/smackx/pubsub/
ItemsExtension.java 22 * <li>It can represent an event containing a list of items that have been published
23 * <li>It can represent an event containing a list of retracted (deleted) items.
24 * <li>It can represent a request to delete a list of items.
25 * <li>It can represent a request to get existing items.
36 protected List<? extends PacketExtension> items; field in class:ItemsExtension
40 /** An items element, which has an optional <b>max_items</b> attribute when requesting items */
41 items(PubSubElementType.ITEMS, "max_items"), enum constant in enum:ItemsExtension.ItemsElementType
67 * Construct an instance with a list representing items that have been published or deleted.
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
arrays.json 12 "items": {
25 "items": {
39 "items": {"type": "string"}
43 "items": {"type": "boolean"}
47 "items": {"type": "number"}
51 "items": {"type": "integer"}
70 "items": { "$ref": "Item" }
84 "items": {"type": "integer"}
96 "description": "Takes some Items.",
101 "items": {"type": "any"
    [all...]
  /external/qemu/android/utils/
reflist.c 23 return l->u.items;
30 AFREE(l->u.items);
40 /* deferred empty, set all items to NULL
42 void** items = _areflist_items(l); local
43 AARRAY_ZERO(items, l->count);
57 void** items = _areflist_items(l); local
58 void** end = items + l->count;
59 void** ii = items;
63 return (ii - items);
75 void** items; local
102 void** items; local
126 void** items = _areflist_items(l); local
161 void** items = _areflist_items(l); local
192 void** items = _areflist_items(l); local
229 void** items = _areflist_items(l); local
281 void** items; local
    [all...]
vector.c 5 _avector_ensure( void** items, size_t itemSize, unsigned* pMaxItems, unsigned newCount )
14 AASSERT_FAIL("trying to reallocate array of 0-size items (count=%d)\n", newCount);
18 AASSERT_FAIL("trying to reallocate over-sized array of %d-bytes items (%d > %d)\n",
29 *items = _android_array_realloc( *items, itemSize, newMax );
  /external/chromium_org/third_party/WebKit/ManualTests/memory/
xhr-multiple-requests-responseXML.html 27 var items = xmlHttp.responseXML;
30 for ( var i = 0; i < items.childNodes.length; i++ ) {
33 if ( items.childNodes[i].nodeName == "plist" ) {
35 //alert( items.childNodes[i].nodeName );
37 for ( var j = 0; j < items.childNodes[i].childNodes.length; j++) {
40 if ( items.childNodes[i].childNodes[j].nodeName == "dict" ) {
42 //alert( items.childNodes[i].childNodes[j].nodeName );
44 for ( var k = 0; k < items.childNodes[i].childNodes[j].childNodes.length; k++) {
47 if ( items.childNodes[i].childNodes[j].childNodes[k].nodeName == "key" ) {
49 //alert( items.childNodes[i].childNodes[j].childNodes[k].nodeName )
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/media_picker/
desktop_media_picker_controller_unittest.mm 19 - (NSArray*)items;
35 - (NSArray*)items {
95 NSArray* items = [controller_ items];
96 EXPECT_EQ(2U, [items count]);
97 EXPECT_NSEQ(@"0", [[items objectAtIndex:0] imageTitle]);
98 EXPECT_EQ(nil, [[items objectAtIndex:0] imageRepresentation]);
99 EXPECT_NSEQ(@"1", [[items objectAtIndex:1] imageTitle]);
100 EXPECT_TRUE([[items objectAtIndex:1] imageRepresentation] != nil);
111 EXPECT_EQ(2U, [[controller_ items] count])
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
DEPS 3 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
5 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
  /external/chromium_org/chrome/browser/chromeos/notifications/
DEPS 3 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
5 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
  /ndk/tests/device/test-stlport_shared-exception/jni/
p11667.cpp 11 LIST() { nitems = 16; items = new T[nitems]; };
13 LIST(int u) { nitems = u; items = new T[nitems]; };
16 return items[i];
21 T* src = items;
32 if (items) delete[] items;
34 items = newlist;
39 T *items; member in class:LIST
  /ndk/tests/device/test-stlport_static-exception/jni/
p11667.cpp 11 LIST() { nitems = 16; items = new T[nitems]; };
13 LIST(int u) { nitems = u; items = new T[nitems]; };
16 return items[i];
21 T* src = items;
32 if (items) delete[] items;
34 items = newlist;
39 T *items; member in class:LIST
  /packages/apps/UnifiedEmail/res/values-w360dp/
constants.xml 3 <!-- Number of menu items to display in the ActionBar -->
6 <!-- Number of menu items to hide from the ActionBar by subtracting from actionbar_max_items in non-cab mode -->
  /external/libsepol/src/
write.c 60 size_t items; local
70 items = put_entry(buf, sizeof(uint32_t), 3, fp);
71 if (items != 3)
76 items = put_entry(&bit, sizeof(uint32_t), 1, fp);
77 if (items != 1)
80 items = put_entry(&map, sizeof(uint64_t), 1, fp);
81 if (items != 1)
106 size_t items, items2; local
120 items = 1; /* item 0 is used for the item count */
122 buf32[items++] = cpu_to_le32(val)
247 size_t items; local
319 size_t items; local
367 size_t items; local
387 size_t items, items2; local
415 size_t items, items2, len; local
443 size_t items, items2, len; local
470 size_t nel, items; local
514 size_t nel, items; local
537 size_t nel, items, len; local
571 size_t items; local
587 size_t items; local
607 unsigned int items, items2; local
652 uint32_t len, items; local
702 uint32_t items, items2, len; local
755 uint32_t len, items; local
781 size_t items, items2; local
810 size_t items, items2, len; local
835 size_t items, items2, len; local
868 int items; local
918 size_t items, items2, len, len2; local
1011 size_t items, items2, len; local
1073 size_t items, items2, len; local
1151 size_t items, items2, len; local
1214 size_t nel, items; local
1283 size_t nel, items, len; local
1390 size_t nel = 0, items, len; local
1437 size_t nel, items; local
1486 size_t items, items2; local
1571 size_t items; local
1612 size_t items; local
1634 size_t items; local
1676 size_t items; local
1810 unsigned int items = 2 + scope->decl_ids_len, i; local
1880 size_t items, items2, len; local
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/bodge/
secitem_array.c 22 SECItem *items; member in struct:SECItemArrayStr
47 PORT_Assert(array->items == NULL);
54 result->items = PORT_ArenaZNewArray(arena, SECItem, len);
56 result->items = PORT_ZNewArray(SECItem, len);
58 if (result->items == NULL) {
62 result->items = NULL;
76 array->items = NULL;
96 if (!array || !array->len || !array->items)
100 SECItem *item = &array->items[i];
110 PORT_Free(array->items);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
sidenav_data_source.py 15 def _AddLevels(items, level):
16 '''Add a 'level' key to each item in |items|. 'level' corresponds to how deep
17 in |items| an item is. |level| sets the starting depth.
19 for item in items:
21 if 'items' in item:
22 _AddLevels(item['items'], level + 1)
25 def _AddSelected(items, path):
26 '''Add 'selected' and 'child_selected' properties to |items| so that the
30 for item in items:
34 if 'items' in item
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
UniformListItem.java 26 * Class that represents a contiguous list of uniform items. Each
30 * <p>This class inherits its alignment from its items, bumped up to
31 * {@code 4} if the items have a looser alignment requirement. If
46 private final List<T> items; field in class:UniformListItem
53 * @param items {@code non-null and non-empty;} list of items to represent
55 public UniformListItem(ItemType itemType, List<T> items) {
56 super(getAlignment(items), writeSize(items));
62 this.items = items
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
UniformListItem.java 24 * Class that represents a contiguous list of uniform items. Each
28 * <p>This class inherits its alignment from its items, bumped up to
29 * {@code 4} if the items have a looser alignment requirement. If
44 private final List<T> items; field in class:UniformListItem
51 * @param items {@code non-null and non-empty;} list of items to represent
53 public UniformListItem(ItemType itemType, List<T> items) {
54 super(getAlignment(items), writeSize(items));
60 this.items = items
    [all...]
  /external/chromium_org/chrome/common/
instant_restricted_id_cache.h 21 // use a cache of N items as against just the last set of results is that there
27 // 1. To store items and assign restricted IDs to them. The cache will store
28 // a max of |max_cache_size_| items and assign them unique IDs.
30 // 2. To store items that already have restricted IDs assigned to them (e.g.
33 // items are inserted with the same ID, the cache will return the last
47 // Adds items to the cache, assigning restricted IDs in the process. May
48 // delete older items from the cache. |items.size()| has to be less than max
50 void AddItems(const ItemVector& items);
52 // Adds items to the cache using the supplied restricted IDs. May delet
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
UniformListItem.java 26 * Class that represents a contiguous list of uniform items. Each
30 * <p>This class inherits its alignment from its items, bumped up to
31 * {@code 4} if the items have a looser alignment requirement. If
46 private final List<T> items; field in class:UniformListItem
53 * @param items {@code non-null and non-empty;} list of items to represent
55 public UniformListItem(ItemType itemType, List<T> items) {
56 super(getAlignment(items), writeSize(items));
62 this.items = items
    [all...]
  /external/oprofile/libutil++/
comma_list.h 3 * Container holding items from a list of comma separated items
31 * setup items array according to str parameters. Implement PP:3.17
45 * return true if value match one the stored value in items
54 container_type items; member in class:comma_list
68 items.clear();
76 items.clear();
79 items.push_back(op_lexical_cast<T>(result[i]));
90 const_iterator cit = items.begin();
91 const_iterator const end = items.end()
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
apps_sidenav.json 4 "items": [
13 "items": [
21 "items": [
25 "items": [
67 "items": [
87 "items": [
91 "items": [
113 "items": [
123 "items": [
127 "items":
    [all...]
  /external/linux-tools-perf/util/
thread_map.c 19 int items; local
24 items = scandir(name, &namelist, filter, NULL);
25 if (items <= 0)
28 threads = malloc(sizeof(*threads) + sizeof(pid_t) * items);
30 for (i = 0; i < items; i++)
32 threads->nr = items;
35 for (i=0; i<items; i++)
  /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

Completed in 1432 milliseconds

1 2 3 4 5 6 7 8 91011>>