HomeSort by relevance Sort by last modified time
    Searched refs:tup (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
make_from_tuple.pass.cpp 63 constexpr bool do_constexpr_test(Tuple&& tup) {
66 return std::make_from_tuple<Tp>(std::forward<Tuple>(tup)).args == tup;
76 bool do_forwarding_test(Tuple&& tup) {
79 const Tp value = std::make_from_tuple<Tp>(std::forward<Tuple>(tup));
80 return value.args == tup
86 constexpr std::tuple<> tup; local
87 static_assert(do_constexpr_test(tup), "");
90 constexpr std::tuple<int> tup(42);
91 static_assert(do_constexpr_test(tup), "");
    [all...]
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
tuple_array_template_depth.pass.cpp 32 tuple_t tup; local
33 tup = arr;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.assign/
tuple_array_template_depth.pass.cpp 32 tuple_t tup; local
33 tup = arr;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
gc_inspection.py 27 [tup] = [x for x in gc.get_referrers(marker) if type(x) is tuple]
28 print tup
29 print tup[1]
  /external/python/cpython2/Lib/test/crashers/
gc_inspection.py 27 [tup] = [x for x in gc.get_referrers(marker) if type(x) is tuple]
28 print tup
29 print tup[1]
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
tuple_array_template_depth.pass.cpp 35 tuple_t tup(arr);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
tuple_array_template_depth.pass.cpp 35 tuple_t tup(arr);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
structseq.c 240 PyObject *tup; local
250 if ((tup = make_tuple(obj)) == NULL) {
267 val = PyTuple_GetItem(tup, i);
273 Py_DECREF(tup);
278 Py_DECREF(tup);
304 Py_DECREF(tup);
318 PyObject *tup, *result; local
319 tup = make_tuple(obj);
320 result = PySequence_Concat(tup, b);
321 Py_DECREF(tup);
328 PyObject *tup, *result; local
338 PyObject *tup; local
351 PyObject *tup; local
364 PyObject *tup, *result; local
374 PyObject* tup; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
structseq.c 239 PyObject *tup; local
249 if ((tup = make_tuple(obj)) == NULL) {
266 val = PyTuple_GetItem(tup, i);
272 Py_DECREF(tup);
277 Py_DECREF(tup);
303 Py_DECREF(tup);
317 PyObject *tup, *result; local
318 tup = make_tuple(obj);
319 result = PySequence_Concat(tup, b);
320 Py_DECREF(tup);
327 PyObject *tup, *result; local
337 PyObject *tup; local
350 PyObject *tup; local
363 PyObject *tup, *result; local
373 PyObject* tup; local
    [all...]
  /external/python/cpython2/Objects/
structseq.c 240 PyObject *tup; local
250 if ((tup = make_tuple(obj)) == NULL) {
267 val = PyTuple_GetItem(tup, i);
273 Py_DECREF(tup);
278 Py_DECREF(tup);
304 Py_DECREF(tup);
318 PyObject *tup, *result; local
319 tup = make_tuple(obj);
320 result = PySequence_Concat(tup, b);
321 Py_DECREF(tup);
328 PyObject *tup, *result; local
338 PyObject *tup; local
351 PyObject *tup; local
364 PyObject *tup, *result; local
374 PyObject* tup; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
test_parser.py 15 tup = parser.st2tuple(st)
19 new = parser.tuple2st(tup)
26 if tup != parser.st2tuple(new):
  /external/python/cpython2/Demo/parser/
test_parser.py 15 tup = parser.st2tuple(st)
19 new = parser.tuple2st(tup)
26 if tup != parser.st2tuple(new):
  /external/libcxx/test/std/utilities/intseq/intseq.general/
integer_seq.pass.cpp 54 auto tup = std::make_tuple ( 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ); local
57 auto t3 = extract ( tup, int3() );
61 auto t7 = extract ( tup, size7 ());
65 auto t4 = extract ( tup, size4 ());
69 auto t2 = extract ( tup, size2 ());
73 auto tintmix = extract ( tup, intmix ());
77 auto tsizemix = extract ( tup, sizemix ());
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.general/
integer_seq.pass.cpp 59 auto tup = std::make_tuple ( 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ); local
62 auto t3 = extract ( tup, int3() );
66 auto t7 = extract ( tup, size7 ());
70 auto t4 = extract ( tup, size4 ());
74 auto t2 = extract ( tup, size2 ());
78 auto tintmix = extract ( tup, intmix ());
82 auto tsizemix = extract ( tup, sizemix ());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/intseq/intseq.general/
integer_seq.pass.cpp 59 auto tup = std::make_tuple ( 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ); local
62 auto t3 = extract ( tup, int3() );
66 auto t7 = extract ( tup, size7 ());
70 auto t4 = extract ( tup, size4 ());
74 auto t2 = extract ( tup, size2 ());
78 auto tintmix = extract ( tup, intmix ());
82 auto tsizemix = extract ( tup, sizemix ());
  /external/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/
disable_reduced_arity_initialization_extension.pass.cpp 75 auto tup = doc_example(); local
76 assert(std::get<0>(tup) == "hello world");
77 assert(std::get<1>(tup) == 42);
78 assert(std::get<2>(tup) == std::error_code{});
85 using Tup = std::tuple<E, E, E>;
88 static_assert(test_convertible<Tup, E, E, E>(), "");
90 Tup t(E(0), E(1));
91 static_assert(std::is_constructible<Tup, E, E>::value, "");
92 static_assert(!test_convertible<Tup, E, E>(), "");
97 Tup t2(E(0))
    [all...]
enable_reduced_arity_initialization_extension.pass.cpp 87 auto tup = doc_example(); local
88 assert(std::get<0>(tup) == "hello world");
89 assert(std::get<1>(tup) == 42);
90 assert(std::get<2>(tup) == std::error_code{});
98 using Tup = std::tuple<E, E, E>;
99 static_assert(test_convertible<Tup, E, E, E>(), "");
101 Tup t = {E(0), E(1)};
102 static_assert(test_convertible<Tup, E, E>(), "");
107 Tup t2 = {E(0)};
108 static_assert(test_convertible<Tup, E>(), "")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
misc.py 2 def flatten(tup):
4 for elt in tup:
  /external/python/cpython2/Lib/compiler/
misc.py 2 def flatten(tup):
4 for elt in tup:
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
misc.py 2 def flatten(tup):
4 for elt in tup:
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
misc.py 2 def flatten(tup):
4 for elt in tup:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
misc.py 2 def flatten(tup):
4 for elt in tup:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
misc.py 2 def flatten(tup):
4 for elt in tup:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
timemodule.c 395 PyObject *tup = NULL; local
404 if (!PyArg_ParseTuple(args, "s|O:strftime", &fmt, &tup))
407 if (tup == NULL) {
410 } else if (!gettmarg(tup, &buf))
564 PyObject *tup = NULL; local
567 if (!PyArg_UnpackTuple(args, "asctime", 0, 1, &tup))
569 if (tup == NULL) {
572 } else if (!gettmarg(tup, &buf))
629 time_mktime(PyObject *self, PyObject *tup)
633 if (!gettmarg(tup, &buf))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
timemodule.c 395 PyObject *tup = NULL; local
404 if (!PyArg_ParseTuple(args, "s|O:strftime", &fmt, &tup))
407 if (tup == NULL) {
410 } else if (!gettmarg(tup, &buf))
564 PyObject *tup = NULL; local
567 if (!PyArg_UnpackTuple(args, "asctime", 0, 1, &tup))
569 if (tup == NULL) {
572 } else if (!gettmarg(tup, &buf))
629 time_mktime(PyObject *self, PyObject *tup)
633 if (!gettmarg(tup, &buf))
    [all...]

Completed in 613 milliseconds

1 2 3 4 5