| /external/googletest/googlemock/test/ |
| gmock-internal-utils_test.cc | 296 std::tuple<> matchers; 297 std::tuple<> values; 303 std::tuple<Matcher<int> > matchers(Eq(1)); 304 std::tuple<int> values1(1), values2(2); 311 std::tuple<Matcher<int>, Matcher<char> > matchers(Eq(1), Eq('a')); 312 std::tuple<int, char> values1(1, 'a'), values2(1, 'b'), values3(2, 'a'), 322 std::tuple<Matcher<int>, Matcher<char>, Matcher<bool>, 326 std::tuple<int, char, bool, long, std::string> // NOLINT 664 StlContainerView<std::tuple<const int*, size_t> >::type>(); 667 StlContainerView<std::tuple<std::shared_ptr<double>, int> >::type>() [all...] |
| /external/libnetfilter_conntrack/src/conntrack/ |
| snprintf_default.c | 71 const struct __nfct_tuple *tuple, 76 struct in_addr src = { .s_addr = tuple->src.v4 }; 77 struct in_addr dst = { .s_addr = tuple->dst.v4 }; 90 const struct __nfct_tuple *tuple, 99 memcpy(&src, &tuple->src.v6, sizeof(struct in6_addr)); 100 memcpy(&dst, &tuple->dst.v6, sizeof(struct in6_addr)); 119 const struct __nfct_tuple *tuple, 125 switch (tuple->l3protonum) { 127 size = __snprintf_address_ipv4(buf, len, tuple, 131 size = __snprintf_address_ipv6(buf, len, tuple, [all...] |
| /art/test/utils/python/testgen/ |
| utils.py | 63 A generator that yields a tuple containing a possible arrangement of subtree 75 yield tuple([1] + prev) 78 yield tuple(prev)
|
| /external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/ |
| concat_map.cpp | 20 [](std::tuple<int, long> v){printf("OnNext: %d - %ld\n", std::get<0>(v), std::get<1>(v));}, 46 [](std::tuple<int, long> v){printf("[thread %s] OnNext: %d - %ld\n", get_pid().c_str(), std::get<0>(v), std::get<1>(v));},
|
| flat_map.cpp | 20 [](std::tuple<int, long> v){printf("OnNext: %d - %ld\n", std::get<0>(v), std::get<1>(v));}, 46 [](std::tuple<int, long> v){printf("[thread %s] OnNext: %d - %ld\n", get_pid().c_str(), std::get<0>(v), std::get<1>(v));},
|
| /external/bcc/src/cc/ |
| bcc_debug.h | 22 std::map<std::string, std::tuple<uint8_t *, uintptr_t>> §ions, 55 const std::map<std::string, std::tuple<uint8_t *, uintptr_t>> §ions_;
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| upgrade_memory_model.h | 21 #include <tuple> 67 std::tuple<bool, bool, SpvScope> GetInstructionAttributes(uint32_t id);
|
| /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
| metadata.pyx.pxi | 50 cdef tuple _metadatum(grpc_slice key_slice, grpc_slice value_slice): 53 return <tuple>_Metadatum( 57 cdef tuple _metadata(grpc_metadata_array *c_metadata_array): 58 return tuple(
|
| /external/libaom/libaom/test/ |
| hiprec_convolve_test_util.h | 38 typedef ::testing::tuple<int, int, int, hiprec_convolve_func> 68 typedef ::testing::tuple<int, int, int, int, highbd_hiprec_convolve_func>
|
| /external/libcxx/test/std/containers/associative/map/map.access/ |
| index_rv_key.pass.cpp | 69 cc->expect<std::piecewise_construct_t const&, std::tuple<Key &&>&&, std::tuple<>&&>();
|
| /external/libprotobuf-mutator/src/ |
| weighted_reservoir_sampler_test.cc | 17 #include <tuple> 30 : public TestWithParam<std::tuple<int, std::vector<int>>> {};
|
| /external/libvpx/libvpx/test/ |
| decode_corrupted.cc | 11 #include <tuple> 26 std::tuple<const libvpx_test::CodecFactory *> > {
|
| /external/pdfium/core/fpdfapi/page/ |
| cpdf_meshstream.h | 11 #include <tuple> 52 std::tuple<float, float, float> ReadColor();
|
| /external/pdfium/core/fxge/ |
| cfx_facecache.h | 12 #include <tuple> 47 using PathMapKey = std::tuple<uint32_t, int, int, int, bool>;
|
| /external/pdfium/xfa/fxfa/parser/ |
| cxfa_box.h | 11 #include <tuple> 29 std::tuple<XFA_AttributeEnum, bool, float> Get3DStyle();
|
| /external/perf_data_converter/src/ |
| builder.h | 15 #include <tuple> 97 typedef std::tuple<int64, int64, int64, int64> Function;
|
| /external/skia/tests/ |
| SkGaussFilterTest.cpp | 11 #include <tuple> 29 using Test = std::tuple<double, std::vector<double>>;
|
| /external/skia/tools/skpbench/ |
| _hardware_nexus_6p.py | 29 done''' % tuple(CPU_CLOCK_RATE for _ in range(3))) 49 tuple(GPU_CLOCK_RATE for _ in range(3)))
|
| _hardware_pixel.py | 33 done''' % tuple(CPU_CLOCK_RATE for _ in range(3)), 60 tuple(GPU_CLOCK_RATE for _ in range(2))]))
|
| /external/skqp/tests/ |
| SkGaussFilterTest.cpp | 11 #include <tuple> 29 using Test = std::tuple<double, std::vector<double>>;
|
| /external/skqp/tools/skpbench/ |
| _hardware_nexus_6p.py | 29 done''' % tuple(CPU_CLOCK_RATE for _ in range(3))) 49 tuple(GPU_CLOCK_RATE for _ in range(3)))
|
| _hardware_pixel.py | 33 done''' % tuple(CPU_CLOCK_RATE for _ in range(3)), 60 tuple(GPU_CLOCK_RATE for _ in range(2))]))
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| upgrade_memory_model.h | 21 #include <tuple> 67 std::tuple<bool, bool, SpvScope> GetInstructionAttributes(uint32_t id);
|
| /external/tensorflow/tensorflow/contrib/specs/python/ |
| specs_test.py | 48 self.assertEqual(tuple(result.shape), (1, 18, 19, 64)) 63 self.assertEqual(tuple(result.shape), (17, 55)) 73 self.assertEqual(tuple(result.shape), (17, 10)) 87 self.assertEqual(tuple(result.shape), (1, 8, 8, 5)) 100 self.assertEqual(tuple(result.shape), (1, 8, 8, 5)) 117 self.assertEqual(tuple(result.shape), (1, 8, 8, 5)) 133 self.assertEqual(tuple(result.shape), (10, 30)) 149 self.assertEqual(tuple(result.shape), (10, 20))
|
| /external/tensorflow/tensorflow/core/kernels/hexagon/ |
| hexagon_control_wrapper.h | 37 std::tuple<uint8* /* data */, uint64 /* size */, DataType /* type */>; 59 using ConstByteArray = std::tuple<const uint8* /* data */, uint64 /* size */,
|