| /external/starlark-go/starlark/ |
| D | library.go | 164 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 …]
|
| D | bench_test.go | 104 …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…
|
| D | unpack.go | 85 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/ |
| D | starlarktest.go | 79 …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/ |
| D | in_range.pass.cpp | 26 struct Tuple { struct 30 constexpr Tuple() { in Tuple() argument
|
| /external/starlark-go/starlarkjson/ |
| D | json.go | 82 … 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/ |
| D | cmp_greater_equal.pass.cpp | 24 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/ |
| D | cmp_less.pass.cpp | 25 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/ |
| D | cmp_less_equal.pass.cpp | 24 struct Tuple { struct 28 constexpr Tuple() { in Tuple() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/tuple/tuple.tuple/tuple.assign/ |
| D | array.extension.pass.cpp | 50 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/ |
| D | cmp_greater.pass.cpp | 24 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/ |
| D | cmp_not_equal.pass.cpp | 25 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/ |
| D | cmp_equal.pass.cpp | 25 struct Tuple { struct 29 constexpr Tuple() { in Tuple() function
|
| /external/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/ |
| D | enable_reduced_arity_initialization_extension.pass.cpp | 44 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
|
| D | disable_reduced_arity_initialization_extension.pass.cpp | 45 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/ |
| D | UTypes.pass.cpp | 47 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/ |
| D | is_nothrow_constructible.pass.cpp | 71 struct Tuple { struct 72 Tuple(Empty&&) noexcept {} in Tuple() argument
|
| /external/starlark-go/lib/proto/ |
| D | proto.go | 170 …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/ |
| D | is_nothrow_constructible.pass.cpp | 96 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/ |
| D | make_from_tuple.pass.cpp | 91 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/ |
| D | make_from_tuple.pass.cpp | 102 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/ |
| D | UTypes.pass.cpp | 44 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/ |
| D | basic-safe-part.rs | 44 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/ |
| D | workload_tensors.py | 16 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/ |
| D | forward_as_tuple.pass.cpp | 25 test0(const Tuple&) in test0() 62 test3(const Tuple&) in test3()
|