HomeSort by relevance Sort by last modified time
    Searched full:items (Results 1 - 25 of 6602) 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 {{?items}}
4 {{+partials.table_of_contents_items items:items /}}
5 {{/items}}
relatedpages_items.html 2 {{+partials.relatedpages_title items:items /}}
4 {{+partials.relatedpages_item items:items /}}
relatedpages_title.html 1 {{#t:items}}
5 {{?t.items +partials.relatedpages_title items:t.items /}}
7 {{/items}}
relatedpages_item.html 1 {{#r:items}}
7 {{?r.items +partials.relatedpages_item items:r.items /}}
9 {{/items}}
sidenav_item.html 8 {{?item.items +partials.sidenav_items items:item.items parent:item/}}
  /external/chromium_org/components/test/data/json_schema/
array_tuple_schema.json 3 "items": [
  /development/samples/browseable/ActionBarCompat-Basic/
_index.jd 8 displays action items. It covers inflating items from a menu resource, as well as adding
9 an item in code. Items that are not shown as action items on the Action Bar are
  /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/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/tools/json_schema_compiler/test/
arrays.json 12 "items": {
30 "items": {
42 "items": {
49 "items": {
55 "items": {
67 "items": {
81 "items": {"type": "string"}
85 "items": {"type": "boolean"}
89 "items": {"type": "number"}
93 "items": {"type": "integer"
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
sidenav_data_source.py 16 def _AddLevels(items, level):
17 '''Add a 'level' key to each item in |items|. 'level' corresponds to how deep
18 in |items| an item is. |level| sets the starting depth.
20 for item in items:
22 if 'items' in item:
23 _AddLevels(item['items'], level + 1)
26 def _AddAnnotations(items, path, parent=None):
28 |items| so that the sidenav can be expanded to show which menu item has
30 is added to all items with the same parent as the selected item.
36 for item in items
    [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/login/ui/
DEPS 3 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
6 # 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
  /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...]
  /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": [
91 "items": [
95 "items": [
117 "items": [
127 "items": [
131 "items":
    [all...]

Completed in 1315 milliseconds

1 2 3 4 5 6 7 8 91011>>