Home
last modified time | relevance | path

Searched defs:Tuple (Results 1 – 25 of 153) sorted by relevance

1234567

/external/starlark-go/starlark/
Dlibrary.go164 func all(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) {
181 func any(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) {
198 func bool_(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) {
207 func bytes_(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) {
246 func chr(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) {
267 func dict(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) {
279 func dir(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) {
300 func enumerate(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) {
336 func fail(thread *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) {
357 func float(thread *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) {
[all …]
Dbench_test.go104 …artImpl(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
109 …artImpl(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
114 …topImpl(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
Dunpack.go85 func UnpackArgs(fnname string, args Tuple, kwargs []Tuple, pairs ...interface{}) error {
156 func UnpackPositionalArgs(fnname string, args Tuple, kwargs []Tuple, min int, vars ...interface{}) …
/external/starlark-go/starlarktest/
Dstarlarktest.go79 …c catch(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
91 …matches(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
104 … error_(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
122 … freeze(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/utility.intcmp/intcmp.in_range/
Din_range.pass.cpp26 struct Tuple { struct
30 constexpr Tuple() { in Tuple() argument
/external/starlark-go/starlarkjson/
Djson.go82 … encode(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
229 … indent(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
249 … decode(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/utility.intcmp/intcmp.cmp_greater_equal/
Dcmp_greater_equal.pass.cpp24 struct Tuple { struct
28 constexpr Tuple() { in Tuple() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/utility.intcmp/intcmp.cmp_less/
Dcmp_less.pass.cpp25 struct Tuple { struct
29 constexpr Tuple() { in Tuple() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/utility.intcmp/intcmp.cmp_less_equal/
Dcmp_less_equal.pass.cpp24 struct Tuple { struct
28 constexpr Tuple() { in Tuple() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/tuple/tuple.tuple/tuple.assign/
Darray.extension.pass.cpp50 typedef std::tuple<NothrowAssignableFrom<int>> Tuple; in main() typedef
55 typedef std::tuple<PotentiallyThrowingAssignableFrom<int>> Tuple; in main() typedef
71 typedef std::tuple<NothrowAssignableFrom<int>> Tuple; in main() typedef
76 typedef std::tuple<PotentiallyThrowingAssignableFrom<int>> Tuple; in main() typedef
84 typedef std::tuple<NothrowAssignableFrom<int>> Tuple; in main() typedef
91 typedef std::tuple<NothrowAssignableFrom<int>> Tuple; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/utility.intcmp/intcmp.cmp_greater/
Dcmp_greater.pass.cpp24 struct Tuple { struct
28 constexpr Tuple() { in Tuple() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/utility.intcmp/intcmp.cmp_not_equal/
Dcmp_not_equal.pass.cpp25 struct Tuple { struct
29 constexpr Tuple() { in Tuple() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/utility.intcmp/intcmp.cmp_equal/
Dcmp_equal.pass.cpp25 struct Tuple { struct
29 constexpr Tuple() { in Tuple() function
/external/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/
Denable_reduced_arity_initialization_extension.pass.cpp44 typedef std::tuple<MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef
50 typedef std::tuple<MO, MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef
57 typedef std::tuple<MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef
66 typedef std::tuple<MO, int> Tuple; in test_default_constructible_extension_sfinae() typedef
Ddisable_reduced_arity_initialization_extension.pass.cpp45 typedef std::tuple<MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef
51 typedef std::tuple<MO, MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef
58 typedef std::tuple<MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DUTypes.pass.cpp47 typedef std::tuple<MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef
60 typedef std::tuple<MoveOnly, MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef
74 typedef std::tuple<MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef
90 typedef std::tuple<MoveOnly, int> Tuple; in test_default_constructible_extension_sfinae() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_constructible.pass.cpp71 struct Tuple { struct
72 Tuple(Empty&&) noexcept {} in Tuple() argument
/external/starlark-go/lib/proto/
Dproto.go170 …c file(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
192 …nc has(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
225 func marshal(_ *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
246 …arshal(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
256 …l_text(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
267 …arlark(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
289 …arlark(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple
312 …sageDescriptor) CallInternal(thread *starlark.Thread, args starlark.Tuple, kwargs []starlark.Tuple
358 func setFields(msg protoreflect.Message, items []starlark.Tuple) error {
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_constructible.pass.cpp96 struct Tuple { struct
97 Tuple(Empty&&) noexcept {} in Tuple() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dmake_from_tuple.pass.cpp91 using Tuple = std::array<int, 3>; in test_constexpr_construction() typedef
163 using Tuple = std::tuple<int, NothrowMoveable>; in test_noexcept() typedef
170 using Tuple = std::pair<int, NothrowMoveable>; in test_noexcept() typedef
177 using Tuple = std::tuple<int, int, int>; in test_noexcept() typedef
182 using Tuple = std::tuple<long, long, long>; in test_noexcept() typedef
187 using Tuple = std::array<int, 3>; in test_noexcept() typedef
192 using Tuple = std::array<long, 3>; in test_noexcept() typedef
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dmake_from_tuple.pass.cpp102 using Tuple = std::array<int, 3>; in test_constexpr_construction() typedef
174 using Tuple = std::tuple<int, NothrowMoveable>; in test_noexcept() typedef
181 using Tuple = std::pair<int, NothrowMoveable>; in test_noexcept() typedef
188 using Tuple = std::tuple<int, int, int>; in test_noexcept() typedef
193 using Tuple = std::tuple<long, long, long>; in test_noexcept() typedef
198 using Tuple = std::array<int, 3>; in test_noexcept() typedef
203 using Tuple = std::array<long, 3>; in test_noexcept() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DUTypes.pass.cpp44 typedef std::tuple<MoveOnly, NoDefault> Tuple; in test_sfinae_missing_elements() typedef
57 typedef std::tuple<MoveOnly, MoveOnly, NoDefault> Tuple; in test_sfinae_missing_elements() typedef
71 typedef std::tuple<MoveOnly, NoDefault> Tuple; in test_sfinae_missing_elements() typedef
/external/rust/crates/pin-project/tests/include/
Dbasic-safe-part.rs44 Tuple(#[pin] T, U), enumerator
82 Tuple(#[pin] T, U), enumerator
135 Tuple(#[pin] T, U), enumerator
163 Tuple(#[pin] T, U), enumerator
191 Tuple(#[pin] T, U), enumerator
/external/armnn/python/pyarmnn/src/pyarmnn/_tensor/
Dworkload_tensors.py16 def make_input_tensors(inputs_binding_info: List[Tuple],
63 def make_output_tensors(outputs_binding_info: List[Tuple]) -> List[Tuple[int, Tensor]]:
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
Dforward_as_tuple.pass.cpp25 test0(const Tuple&) in test0()
62 test3(const Tuple&) in test3()

1234567