Home
last modified time | relevance | path

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

12345678910>>...19

/external/openthread/src/core/diags/
DREADME.md25 ### diag
34 ### diag start
43 ### diag channel
53 ### diag channel \<channel\>
62 ### diag cw start
71 ### diag cw stop
80 ### diag frame
100 ### diag stream start
109 ### diag stream stop
118 ### diag power
[all …]
/external/openthread/src/cli/
DREADME_TCAT.md11 ### advid
21 ### advid ianapen \<id\>
30 ### advid oui24 \<id\>
39 ### advid oui36 \<id\>
48 ### advid discriminator \<id\>
57 ### advid clear
66 ### devid
76 ### devid \<id\>
85 ### devid clear
94 ### help
[all …]
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DHttpHeadRequestTest.java57 assertTrue(this.testServer.decodedParamters.get("foo") instanceof List); in testDecodingFieldWithEmptyValueAndFieldWithMissingValueGiveDifferentResults() local
59 assertTrue(this.testServer.decodedParamters.get("bar") instanceof List); in testDecodingFieldWithEmptyValueAndFieldWithMissingValueGiveDifferentResults() local
67 assertTrue(this.testServer.decodedParamters.get("foo") instanceof List); in testDecodingMixtureOfParameters() local
71 assertTrue(this.testServer.decodedParamters.get("zot") instanceof List); in testDecodingMixtureOfParameters() local
73 assertTrue(this.testServer.decodedParamters.get("zim") instanceof List); in testDecodingMixtureOfParameters() local
91 assertTrue(this.testServer.decodedParamters.get("foo") instanceof List); in testDecodingParametersWithSingleValue() local
94 assertTrue(this.testServer.decodedParamters.get("baz") instanceof List); in testDecodingParametersWithSingleValue() local
103 assertTrue(this.testServer.decodedParamters.get("foo") instanceof List); in testDecodingParametersWithSingleValueAndMissingValue() local
105 assertTrue(this.testServer.decodedParamters.get("baz") instanceof List); in testDecodingParametersWithSingleValueAndMissingValue() local
113 assertTrue(this.testServer.decodedParamters.get("foo") instanceof List); in testDecodingSingleFieldRepeated() local
DHttpGetRequestTest.java50 assertTrue(this.testServer.decodedParamters.get("foo") instanceof List); in testDecodingFieldWithEmptyValueAndFieldWithMissingValueGiveDifferentResults() local
52 assertTrue(this.testServer.decodedParamters.get("bar") instanceof List); in testDecodingFieldWithEmptyValueAndFieldWithMissingValueGiveDifferentResults() local
60 assertTrue(this.testServer.decodedParamters.get("foo") instanceof List); in testDecodingMixtureOfParameters() local
64 assertTrue(this.testServer.decodedParamters.get("zot") instanceof List); in testDecodingMixtureOfParameters() local
66 assertTrue(this.testServer.decodedParamters.get("zim") instanceof List); in testDecodingMixtureOfParameters() local
84 assertTrue(this.testServer.decodedParamters.get("foo") instanceof List); in testDecodingParametersWithSingleValue() local
87 assertTrue(this.testServer.decodedParamters.get("baz") instanceof List); in testDecodingParametersWithSingleValue() local
96 assertTrue(this.testServer.decodedParamters.get("foo") instanceof List); in testDecodingParametersWithSingleValueAndMissingValue() local
98 assertTrue(this.testServer.decodedParamters.get("baz") instanceof List); in testDecodingParametersWithSingleValueAndMissingValue() local
106 assertTrue(this.testServer.decodedParamters.get("foo") instanceof List); in testDecodingSingleFieldRepeated() local
/external/angle/doc/
DContributingCode.md120 ### <a name="getting-started-with-gerrit"></a>Getting started with Gerrit for ANGLE
143 ### Making changes
183 ### Selecting reviewers
190 ### Rules for submission
203 ### Reverting a CL
226 ### Relanding a reverted CL
246 ### Committer status
252 ### OWNERS files and becoming an Owner
256 ### More info
/external/clang/test/PCH/
Dpragma-loop.cpp29 inline void run1(int *List, int Length) { in run1()
40 inline void run2(int *List, int Length) { in run2()
52 inline void run3(int *List, int Length) { in run3()
64 inline void run4(int *List, int Length) { in run4()
73 inline void run5(int *List, int Length) { in run5()
82 inline void run6(int *List, int Length) { in run6()
92 inline void run7(int *List, int Length) { in run7()
103 int List[100]; in test() local
/external/clang/test/CodeGenCXX/
Dpragma-loop.cpp4 void while_test(int *List, int Length) { in while_test()
21 void do_test(int *List, int Length) { in do_test()
35 void for_test(int *List, int Length) { in for_test()
48 double List[100]; in for_range_test() local
58 void disable_test(int *List, int Length) { in disable_test()
71 void for_define_test(int *List, int Length, int Value) { in for_define_test()
81 void for_contant_expression_test(int *List, int Length) { in for_contant_expression_test()
97 void for_template_test(A *List, int Length, A Value) { in for_template_test()
107 void for_template_define_test(A *List, int Length, A Value) { in for_template_define_test()
121 void for_template_constant_expression_test(A *List, int Length) { in for_template_constant_expression_test()
[all …]
Dpragma-unroll.cpp4 void while_test(int *List, int Length) { in while_test()
17 void do_test(int *List, int Length) { in do_test()
30 void for_test(int *List, int Length) { in for_test()
42 double List[100]; in for_range_test() local
54 void for_define_test(int *List, int Length, int Value) { in for_define_test()
65 void for_template_test(A *List, int Length, A Value) { in for_template_test()
76 void for_template_define_test(A *List, int Length, A Value) { in for_template_define_test()
89 void template_test(double *List, int Length) { in template_test()
/external/openthread/tools/ot-fct/
DREADME.md13 #### powercalibrationtable
28 …ibrationtable add -b \<channelstart\>,\<channelend\> -c \<actualpower\>,\<rawpowersetting\>/... ...
42 #### powercalibrationtable clear
51 #### regiondomaintable
62 #### targetpowertable
/external/clang/test/Parser/
Dpragma-loop.cpp7 void test_nontype_template_param(int *List, int Length) { in test_nontype_template_param()
20 void test_nontype_template_vectorize(int *List, int Length) { in test_nontype_template_vectorize()
33 void test_nontype_template_interleave(int *List, int Length) { in test_nontype_template_interleave()
46 void test_nontype_template_char(int *List, int Length) { in test_nontype_template_char()
54 void test_nontype_template_bool(int *List, int Length) { in test_nontype_template_bool()
62 void test_nontype_template_badarg(int *List, int Length) { in test_nontype_template_badarg()
71 void test_type_template_vectorize(int *List, int Length) { in test_type_template_vectorize()
79 void test(int *List, int Length) { in test()
/external/pytorch/aten/src/ATen/core/
DList_inl.h12 List<T>::List(c10::intrusive_ptr<c10::detail::ListImpl>&& elements) in List() function
16 List<T>::List(const c10::intrusive_ptr<c10::detail::ListImpl>& elements) in List() function
20 List<T>::List() in List() function
28 List<T>::List(ArrayRef<T> values) in List() function
40 List<T>::List(std::initializer_list<T> initial_values) in List() function
46 List<T>::List(TypePtr elementType) in List() function
/external/clang/test/CodeGen/
Ddisable-tail-calls.c3 typedef struct List { struct
4 struct List *next; argument
6 } List; argument
/external/pytorch/torch/distributed/pipelining/
Dschedules.py412 arg_mbs: Optional[List] = None,
413 kwarg_mbs: Optional[List] = None,
414 target_mbs: Optional[List] = None,
415 losses: Optional[List] = None,
428 def step(self, *args, target=None, losses: Optional[List] = None, **kwargs):
443 arg_mbs: Optional[List] = None,
444 kwarg_mbs: Optional[List] = None,
445 target_mbs: Optional[List] = None,
446 losses: Optional[List] = None,
590 def step(self, *args, target=None, losses: Optional[List] = None, **kwargs):
[all …]
/external/executorch/backends/arm/test/ops/
Dtest_conv2d.py31 in_channels: Union[List, int, None] = None,
32 out_channels: Union[List, int, None] = None,
33 kernel_size: Union[List, Tuple, None] = None,
34 stride: Union[List, Tuple, None] = None,
35 padding: Union[List, Tuple, None] = None,
36 dilation: Union[List, Tuple, None] = None,
37 groups: Union[List, int, None] = None,
38 bias: Union[List, bool, None] = None,
39 padding_mode: Union[List, str, None] = None,
Dtest_conv1d.py30 in_channels: Union[List, int, None] = None,
31 out_channels: Union[List, int, None] = None,
32 kernel_size: Union[List, Tuple, None] = None,
33 stride: Union[List, Tuple, None] = None,
34 padding: Union[List, Tuple, None] = None,
35 dilation: Union[List, Tuple, None] = None,
36 groups: Union[List, int, None] = None,
37 bias: Union[List, bool, None] = None,
38 padding_mode: Union[List, str, None] = None,
/external/rust/android-crates-io/crates/slotmap/examples/
Ddoubly_linked_list.rs16 pub struct List<T> { struct
17 sm: SlotMap<ListKey, Node<T>>, argument
18 head: ListKey, argument
19 tail: ListKey, argument
22 impl<T> List<T> { impl
/external/rust/android-crates-io/crates/petgraph/src/
Dadj.rs155 pub struct List<E, Ix = DefaultIx> struct
162 impl<E, Ix: IndexType> List<E, Ix> { argument
324 impl<E, Ix: IndexType> Build for List<E, Ix> { implementation
396 impl<E, Ix> fmt::Debug for List<E, Ix> implementation
412 impl<E, Ix> visit::GraphBase for List<E, Ix> implementation
420 impl<E, Ix> visit::Visitable for List<E, Ix> implementation
434 impl<'a, E, Ix: IndexType> visit::IntoNodeIdentifiers for &'a List<E, Ix> { implementation
452 impl<'a, Ix: IndexType, E> visit::IntoNodeReferences for &'a List<E, Ix> { implementation
460 impl<E, Ix: IndexType> visit::Data for List<E, Ix> { implementation
465 impl<'a, E, Ix: IndexType> IntoNeighbors for &'a List<E, Ix> { implementation
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
DTestUtil.kt89 private fun List<String>.verifyCommonLines(expected: Array<out String>, mode: SanitizeMode = Saniti… in List() method
98 private fun List<String>.checkEqualNumberOfLines(expected: Array<out String>) { in List() method
105 fun List<String>.verifyLines(vararg expected: String) = verify { in <lambda>() method
110 fun List<String>.verifyLinesStartWith(vararg expected: String) = verify { in <lambda>() method
115 fun List<String>.verifyLinesArbitraryTime(vararg expected: String) = verify { in <lambda>() method
120 fun List<String>.verifyLinesFlexibleThread(vararg expected: String) = verify { in <lambda>() method
125 fun List<String>.verifyLinesStartUnordered(vararg expected: String) = verify { in <lambda>() method
130 fun List<String>.verifyExceptions(vararg expected: String) { in verifyExceptions() method
151 fun List<String>.verifyLinesStart(vararg expected: String) = verify { in <lambda>() method
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcordz_info.h190 struct List { struct
191 constexpr explicit List(absl::ConstInitType) in List() argument
195 SpinLock mutex;
196 std::atomic<CordzInfo*> head ABSL_GUARDED_BY(mutex){nullptr}; in ABSL_GUARDED_BY()
/external/clang/test/Misc/
Dast-print-pragmas.cpp10 void test(int *List, int Length) { in test()
48 void test_nontype_template_param(int *List, int Length) { in test_nontype_template_param()
58 void test_templates(int *List, int Length) { in test_templates()
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcordz_info.h193 struct List { struct
194 constexpr explicit List(absl::ConstInitType) in List() function
198 SpinLock mutex;
199 std::atomic<CordzInfo*> head ABSL_GUARDED_BY(mutex){nullptr}; in ABSL_GUARDED_BY()
/external/cronet/stable/third_party/abseil-cpp/absl/strings/internal/
Dcordz_info.h193 struct List { struct
194 constexpr explicit List(absl::ConstInitType) in List() function
198 SpinLock mutex;
199 std::atomic<CordzInfo*> head ABSL_GUARDED_BY(mutex){nullptr}; in ABSL_GUARDED_BY()
/external/cronet/tot/third_party/abseil-cpp/absl/strings/internal/
Dcordz_info.h193 struct List { struct
194 constexpr explicit List(absl::ConstInitType) in List() function
198 SpinLock mutex;
199 std::atomic<CordzInfo*> head ABSL_GUARDED_BY(mutex){nullptr}; in ABSL_GUARDED_BY()
/external/abseil-cpp/absl/strings/internal/
Dcordz_info.h193 struct List { struct
194 constexpr explicit List(absl::ConstInitType) in List() argument
198 SpinLock mutex;
199 std::atomic<CordzInfo*> head ABSL_GUARDED_BY(mutex){nullptr}; in ABSL_GUARDED_BY()
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocStream.h34 struct List { struct
38 List(DwarfCompileUnit *CU, size_t EntryOffset) in List() argument
180 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) in EntryBuilder()

12345678910>>...19