Home
last modified time | relevance | path

Searched defs:List (Results 1 – 25 of 128) sorted by relevance

123456

/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DHttpHeadRequestTest.java99 assertTrue(testServer.decodedParamters.get("foo") instanceof List); in testDecodingParametersWithSingleValue() local
102 assertTrue(testServer.decodedParamters.get("baz") instanceof List); in testDecodingParametersWithSingleValue() local
111 assertTrue(testServer.decodedParamters.get("foo") instanceof List); in testDecodingParametersWithSingleValueAndMissingValue() local
113 assertTrue(testServer.decodedParamters.get("baz") instanceof List); in testDecodingParametersWithSingleValueAndMissingValue() local
121 assertTrue(testServer.decodedParamters.get("foo") instanceof List); in testDecodingFieldWithEmptyValueAndFieldWithMissingValueGiveDifferentResults() local
123 assertTrue(testServer.decodedParamters.get("bar") instanceof List); in testDecodingFieldWithEmptyValueAndFieldWithMissingValueGiveDifferentResults() local
131 assertTrue(testServer.decodedParamters.get("foo") instanceof List); in testDecodingSingleFieldRepeated() local
140 assertTrue(testServer.decodedParamters.get("foo") instanceof List); in testDecodingMixtureOfParameters() local
144 assertTrue(testServer.decodedParamters.get("zot") instanceof List); in testDecodingMixtureOfParameters() local
146 assertTrue(testServer.decodedParamters.get("zim") instanceof List); in testDecodingMixtureOfParameters() local
DHttpGetRequestTest.java112 assertTrue(testServer.decodedParamters.get("foo") instanceof List); in testDecodingParametersWithSingleValue() local
115 assertTrue(testServer.decodedParamters.get("baz") instanceof List); in testDecodingParametersWithSingleValue() local
124 assertTrue(testServer.decodedParamters.get("foo") instanceof List); in testDecodingParametersWithSingleValueAndMissingValue() local
126 assertTrue(testServer.decodedParamters.get("baz") instanceof List); in testDecodingParametersWithSingleValueAndMissingValue() local
134 assertTrue(testServer.decodedParamters.get("foo") instanceof List); in testDecodingFieldWithEmptyValueAndFieldWithMissingValueGiveDifferentResults() local
136 assertTrue(testServer.decodedParamters.get("bar") instanceof List); in testDecodingFieldWithEmptyValueAndFieldWithMissingValueGiveDifferentResults() local
144 assertTrue(testServer.decodedParamters.get("foo") instanceof List); in testDecodingSingleFieldRepeated() local
153 assertTrue(testServer.decodedParamters.get("foo") instanceof List); in testDecodingMixtureOfParameters() local
157 assertTrue(testServer.decodedParamters.get("zot") instanceof List); in testDecodingMixtureOfParameters() local
159 assertTrue(testServer.decodedParamters.get("zim") instanceof List); in testDecodingMixtureOfParameters() local
/external/clang/test/CodeGen/
Dpragma-loop.cpp4 void while_test(int *List, int Length) { in while_test()
20 void do_test(int *List, int Length) { in do_test()
32 void for_test(int *List, int Length) { in for_test()
45 double List[100]; in for_range_test() local
55 void disable_test(int *List, int Length) { in disable_test()
68 void for_define_test(int *List, int Length, int Value) { in for_define_test()
79 void for_template_test(A *List, int Length, A Value) { in for_template_test()
90 void for_template_define_test(A *List, int Length, A Value) { in for_template_define_test()
104 void template_test(double *List, int Length) { in template_test()
Ddisable-tail-calls.c3 typedef struct List { struct
4 struct List *next; argument
6 } List; argument
Dtypes.c25 struct List { struct
30 struct List returned; argument
/external/clang/test/PCH/
Dpragma-loop.cpp22 inline void run1(int *List, int Length) { in run1()
33 inline void run2(int *List, int Length) { in run2()
44 inline void run3(int *List, int Length) { in run3()
59 int List[100]; in test() local
/external/llvm/unittests/ADT/
DilistTest.cpp29 ilist<Node> List; in TEST() local
47 ilist<Node> List; in TEST() local
67 ilist<Node> List; in TEST() local
/external/chromium_org/tools/json_schema_compiler/test/
Dtest_util.cc28 scoped_ptr<base::ListValue> List(base::Value* a) { in List() function
33 scoped_ptr<base::ListValue> List(base::Value* a, base::Value* b) { in List() function
38 scoped_ptr<base::ListValue> List(base::Value* a, in List() function
/external/clang/test/CodeGenCXX/
Dconstructor-template.cpp22 template <typename T> class List { class
24 List(){ } // List<BinomialNode<int>*>::List() remains undefined. in List() function in List
/external/llvm/unittests/Support/
DSpecialCaseListTest.cpp20 SpecialCaseList *makeSpecialCaseList(StringRef List, std::string &Error) { in makeSpecialCaseList()
25 SpecialCaseList *makeSpecialCaseList(StringRef List) { in makeSpecialCaseList()
/external/clang/test/Misc/
Dast-print-pragmas.cpp9 void test(int *List, int Length) { in test()
Dast-print-pragmas-xfail.cpp6 void run1(int *List, int Length) { in run1()
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstArray.java101 public static final class List class in CstArray
109 public List(int size) { in List() method in CstArray.List
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocList.h20 SmallVector<DebugLocEntry, 4> List; member
/external/clang/test/Parser/
Dpragma-loop.cpp6 void test(int *List, int Length) { in test()
/external/chromium_org/extensions/common/manifest_handlers/
Dnacl_modules_handler.h18 typedef std::list<NaClModuleInfo> List; typedef
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
Dlist.py5 def List(remote_manifest, local_manifest, display_revisions): function
/external/chromium_org/v8/test/cctest/
Dtest-ast.cc37 TEST(List) { in TEST() argument
/external/chromium_org/content/public/browser/
Ddevtools_agent_host.h66 typedef std::vector<scoped_refptr<DevToolsAgentHost> > List; typedef
/external/clang/test/Modules/Inputs/
Dtemplates-right.h8 template<typename T> class List; variable
Dtemplates-left.h7 template<typename T> class List; variable
/external/deqp/executor/
DxeTestCaseResult.cpp59 List::List (void) in List() function in xe::ri::List
/external/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp39 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in GetSortedStubs() local
/external/chromium_org/sandbox/linux/bpf_dsl/
Dcons.h20 typedef scoped_refptr<const Cons<T> > List; typedef
/external/clang/test/SemaTemplate/
Dinstantiate-member-expr.cpp77 struct List { List *next; }; argument

123456