HomeSort by relevance Sort by last modified time
    Searched refs:tuple (Results 551 - 575 of 2452) sorted by null

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_has_key.py 103 new = pytree.Node(syms.power, (new,) + tuple(after))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test___future__.py 36 a(isinstance(t, tuple), "%s isn't tuple" % name)
37 e(len(t), 5, "%s isn't 5-tuple" % name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
domreg.py 99 return tuple(features)
minicompat.py 12 # StringTypes -- tuple of defined string types
75 class EmptyNodeList(tuple):
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
rx-includes.hpp 191 #include <tuple>
  /external/autotest/server/
profiler.py 12 elif isinstance(arg, (list, tuple, set, frozenset, dict)):
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 4 template<typename ...> struct tuple;
25 typedef tuple<pair<Types, OtherTypes>...> type; // expected-error{{pack expansion contains parameter packs 'Types' and 'OtherTypes' that have different lengths (3 vs. 2)}}
31 tuple<pair<int, unsigned int>, pair<long, unsigned long> >*il_pairs_2 = il_pairs;
159 typedef tuple<typename Meta<T>::type> type; // expected-error{{declaration type contains unexpanded parameter pack 'Meta'}}
390 template<typename...> struct Tuple {};
395 typedef Tuple<Pair<Args1, Args2> ... > type; // expected-error{{pack expansion contains parameter packs 'Args1' and 'Args2' that have different lengths (1 vs. 2)}}
399 typedef zip<short, int>::with<unsigned short, unsigned>::type T1; // T1 is Tuple<Pair<short, unsigned short>, Pair<int, unsigned>>
400 typedef Tuple<Pair<short, unsigned short>, Pair<int, unsigned>> T1;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclRun.h 43 // create a tuple of accessors from Evaluator
45 const auto range = utility::tuple::get<0>(tuple_of_accessors).get_range()[0];
  /external/fonttools/Lib/fontTools/misc/
dictTools.py 32 return tuple(sorted(self.items()))
  /external/google-benchmark/src/
reporter.cc 21 #include <tuple>
  /external/google-breakpad/src/testing/gtest/samples/
sample8_unittest.cc 93 class PrimeTableTest : public TestWithParam< ::std::tr1::tuple<bool, int> > {
  /external/googletest/googletest/samples/
sample8_unittest.cc 92 class PrimeTableTest : public TestWithParam< ::std::tuple<bool, int> > {
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
credentials.pxd.pxi 47 cdef readonly tuple _call_credentialses
76 cdef readonly tuple _call_credentialses
operation.pxd.pxi 71 cdef tuple _initial_metadata
95 cdef tuple _trailing_metadata
  /external/grpc-grpc/src/python/grpcio_tests/tests/
_loader.py 51 imported_modules = tuple(
  /external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/foundation/
_logging_pool_test.py 36 return tuple(self._passed_values)
  /external/icu/icu4c/source/test/intltest/
numfmtst.h 46 const NumberFormatTestTuple &tuple,
50 const NumberFormatTestTuple &tuple,
54 const NumberFormatTestTuple &tuple,
58 const NumberFormatTestTuple &tuple,
  /external/libaom/libaom/test/
fwht4x4_test.cc 38 typedef ::testing::tuple<FdctFunc, IdctFunc, TX_TYPE, aom_bit_depth_t, int>
visual_metrics.py 200 tuple = float(metrics[0]), float(metrics[metric_column])
202 tuple = float(metrics[0]), 0
204 tuple = float(metrics[0]), 0
205 metric_set1.add(tuple)
452 columns_order=tuple(["datarate",baseline_dir]+dirs)) + "',"
  /external/libchrome/mojo/core/ports/
name.h 11 #include <tuple>
  /external/libchrome/third_party/jinja2/
meta.py 78 # a tuple with some non consts in there
79 if isinstance(node.template, (nodes.Tuple, nodes.List)):
96 # a tuple or list (latter *should* not happen) made of consts,
100 isinstance(node.template.value, (tuple, list)):
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
special_member_generation_test.pass.cpp 26 #include <tuple>
  /external/libcxx/utils/google-benchmark/src/
reporter.cc 21 #include <tuple>
  /external/libkmsxx/kms++util/inc/kms++util/
videodevice.h 27 std::vector<std::tuple<uint32_t, uint32_t>> get_discrete_frame_sizes(kms::PixelFormat fmt);
  /external/perfetto/src/traced/probes/filesystem/
lru_inode_cache_unittest.cc 23 #include <tuple>

Completed in 1705 milliseconds

<<21222324252627282930>>