Searched defs:list (Results 1 - 25 of 667) sorted by relevance

1234567891011>>

/external/chromium/net/websockets/
H A Dwebsocket_net_log_params_unittest.cc14 ListValue* list = new ListValue(); local
15 list->Append(new StringValue("GET /demo HTTP/1.1"));
16 list->Append(new StringValue("Host: example.com"));
17 list->Append(new StringValue("Connection: Upgrade"));
18 list->Append(new StringValue("Sec-WebSocket-Key2: 12998 5 Y3 1 .P00"));
19 list->Append(new StringValue("Sec-WebSocket-Protocol: sample"));
20 list->Append(new StringValue("Upgrade: WebSocket"));
21 list->Append(new StringValue("Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5"));
22 list->Append(new StringValue("Origin: http://example.com"));
23 list
[all...]
/external/elfutils/libelf/
H A Delf_nextscn.c59 Elf_ScnList *list = scn->list; local
61 if (scn + 1 < &list->data[list->cnt])
63 else if (scn + 1 == &list->data[list->max]
64 && (list = list->next) != NULL)
66 /* If there is another element in the section list it must
68 assert (list
[all...]
H A Delf_end.c66 /* Remove this structure from the children list. */
104 Elf_ScnList *list = (elf->class == ELFCLASS32 local
113 size_t cnt = list->max;
119 Elf_Scn *scn = &list->data[cnt];
138 /* Free the list of data buffers for the section.
152 Elf_ScnList *oldp = list;
153 list = list->next;
154 assert (list == NULL || oldp->cnt == oldp->max);
162 while (list !
[all...]
/external/v8/test/cctest/
H A Dtest-ast.cc7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
39 List<AstNode*>* list = new List<AstNode*>(0); local
40 CHECK_EQ(0, list->length());
44 list->Add(node);
45 CHECK_EQ(1, list->length());
46 CHECK_EQ(node, list->at(0));
47 CHECK_EQ(node, list->last());
51 list->Add(node);
53 CHECK_EQ(1 + kElements, list
63 List<int>* list = new List<int>(0); local
[all...]
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DOMSettableTokenListCustom.cpp8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
38 DOMSettableTokenList* list = V8DOMSettableTokenList::toNative(info.Holder()); local
39 return v8StringOrNull(list->item(index));
H A DV8NodeListCustom.cpp9 * notice, this list of conditions and the following disclaimer.
11 * copyright notice, this list of conditions and the following disclaimer
47 NodeList* list = V8NodeList::toNative(info.Holder()); local
53 return v8::Integer::New(list->length());
55 RefPtr<Node> result = list->itemWithName(key);
62 // Need to support call so that list(0) works.
69 NodeList* list = V8NodeList::toNative(args.Holder());
76 RefPtr<Node> result = list->item(index->Uint32Value());
/external/chromium/chrome/browser/sync/
H A Djs_arg_list_unittest.cc21 scoped_ptr<ListValue> list(new ListValue());
22 list->Append(Value::CreateBooleanValue(false));
23 list->Append(Value::CreateIntegerValue(5));
25 list->Append(dict);
29 JsArgList arg_list(*list);
32 scoped_ptr<ListValue> list_copy(list->DeepCopy());
33 list.reset();
51 ListValue list; local
52 list.Append(bool_value.DeepCopy());
53 list
[all...]
/external/chromium/net/base/
H A Daddress_list_net_log_param.cc19 ListValue* list = new ListValue(); local
23 list->Append(Value::CreateStringValue(NetAddressToStringWithPort(head)));
26 dict->Set("address_list", list);
/external/clang/test/CodeGen/
H A D2002-08-19-RecursiveLocals.c5 struct list { struct
7 struct list *Next;
10 static struct list B; /* Forward declare static */
11 static struct list A = { 7, &B };
12 static struct list B = { 8, &A };
14 extern struct list D; /* forward declare normal var */
16 struct list C = { 7, &D };
17 struct list D = { 8, &C };
/external/dropbear/
H A Dscpmisc.h32 char **list; member in struct:arglist
/external/emma/core/java12/com/vladium/util/
H A DXProperties.java38 public void list (final PrintStream out) method in class:XProperties
57 public void list (final PrintWriter out) method in class:XProperties
/external/oprofile/daemon/
H A Dopd_kernel.h36 struct list_head list; member in struct:kernel_image
/external/qemu/
H A Dnotify.c17 void notifier_list_init(NotifierList *list) argument
19 QTAILQ_INIT(&list->notifiers);
22 void notifier_list_add(NotifierList *list, Notifier *notifier) argument
24 QTAILQ_INSERT_HEAD(&list->notifiers, notifier, node);
27 void notifier_list_remove(NotifierList *list, Notifier *notifier) argument
29 QTAILQ_REMOVE(&list->notifiers, notifier, node);
32 void notifier_list_notify(NotifierList *list) argument
36 QTAILQ_FOREACH_SAFE(notifier, &list->notifiers, node, next) {
/external/webkit/Source/WebCore/bindings/js/
H A DJSCSSRuleListCustom.cpp8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
39 CSSRuleList* list = impl(); local
42 unsigned length = list->length();
44 markDOMObjectWrapper(markStack, globalData, list->item(i));
H A DJSWebKitAnimationListCustom.cpp8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
39 WebKitAnimationList* list = impl(); local
42 unsigned length = list->length();
44 markDOMObjectWrapper(markStack, globalData, list->item(i));
H A DJSConsoleCustom.cpp8 * notice, this list of conditions and the following disclaimer.
10 * notice, this list of conditions and the following disclaimer in the
49 MarkedArgumentBuffer list; local
53 list.append(toJS(exec, iter->get()));
55 return constructArray(exec, list);
H A DJSScriptProfileNodeCustom.cpp9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
54 MarkedArgumentBuffer list; local
58 list.append(toJS(exec, iter->get()));
60 return constructArray(exec, list);
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_ListTest.java27 List<Integer> list; // must contain the Integers 0 to 99 in order field in class:Support_ListTest
35 list = l;
43 elem = list.get(counter);
48 assertTrue("ListTest - hashCode failed", hashCode == list.hashCode());
50 list.add(50, new Integer(1000));
51 assertTrue("ListTest - a) add with index failed--did not insert", list
55 list.get(51).equals(new Integer(50)));
58 list.get(49).equals(new Integer(49)));
60 list.set(50, new Integer(2000));
61 assertTrue("ListTest - a) set failed--did not set", list
128 t_listIterator(List<Integer> list) argument
[all...]
/external/chromium/net/proxy/
H A Dproxy_list_unittest.cc45 // If the proxy list string parsed to empty, automatically fall-back to
59 ProxyList list; local
60 list.SetFromPacString(tests[i].pac_input);
61 EXPECT_EQ(tests[i].pac_output, list.ToPacString());
62 EXPECT_FALSE(list.IsEmpty());
85 ProxyList list; local
86 list.SetFromPacString(tests[i].pac_input);
87 list.RemoveProxiesWithoutScheme(tests[i].filter);
88 EXPECT_EQ(tests[i].filtered_pac_output, list.ToPacString());
101 ProxyList list; local
113 ProxyList list; local
130 ProxyList list; local
[all...]
/external/dropbear/libtomcrypt/src/pk/asn1/der/choice/
H A Dder_decode_choice.c24 @param list The list of items to decode
25 @param outlen The number of items in the list
29 ltc_asn1_list *list, unsigned long outlen)
36 LTC_ARGCHK(list != NULL);
45 list[x].used = 0;
50 size = list[x].size;
51 data = list[x].data;
53 switch (list[x].type) {
57 list[
28 der_decode_choice(const unsigned char *in, unsigned long *inlen, ltc_asn1_list *list, unsigned long outlen) argument
[all...]
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_multi.c23 Decode a SEQUENCE type using a VA list
35 ltc_asn1_list *list; local
82 list = XCALLOC(sizeof(*list), x);
83 if (list == NULL) {
115 list[x].type = type;
116 list[x].size = size;
117 list[x++].data = data;
128 err = der_decode_sequence(in, inlen, list, x);
130 XFREE(list);
[all...]
H A Dder_encode_sequence_multi.c23 Encode a SEQUENCE type using a VA list
35 ltc_asn1_list *list; local
82 list = XCALLOC(sizeof(*list), x);
83 if (list == NULL) {
114 list[x].type = type;
115 list[x].size = size;
116 list[x++].data = data;
127 err = der_encode_sequence(list, x, out, outlen);
129 XFREE(list);
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DClassFilePrinter.java39 List list;
64 list = cf.getFields();
65 n = list.size();
67 FieldInfo finfo = (FieldInfo)list.get(i);
76 list = cf.getMethods();
77 n = list.size();
79 MethodInfo minfo = (MethodInfo)list.get(i);
92 static void printAttributes(List list, PrintWriter out, char kind) { argument
93 if (list == null)
96 int n = list
[all...]
/external/kernel-headers/original/linux/
H A Dcdev.h9 struct list_head list; member in struct:cdev
/external/webkit/Source/WebCore/css/
H A DCSSRuleList.h37 static PassRefPtr<CSSRuleList> create(StyleList* list, bool omitCharsetRules = false) argument
39 return adoptRef(new CSSRuleList(list, omitCharsetRules));

Completed in 797 milliseconds

1234567891011>>