Searched refs:tuple (Results 251 - 275 of 652) sorted by relevance

<<11121314151617181920>>

/external/v8/testing/gtest/test/
H A Dgtest-param-test_test.cc69 using ::testing::tuple;
97 ::std::string PrintValue(const tuple<T1, T2>& value) { argument
104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { argument
114 const tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& value) {
466 const ParamGenerator<tuple<const char*, int> > gen =
469 tuple<const char*, int> expected_values[] = {
477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1),
480 tuple<int, int, int> expected_values[] = {
492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42),
495 tuple<in
113 PrintValue( const tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& value) argument
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/tools/
H A Daudio_codec_speed_test.h23 typedef std::tr1::tuple<size_t, int, std::string, std::string, bool>
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
H A DBaseConstructor.java360 for (NodeTuple tuple : nodeValue) {
361 Node keyNode = tuple.getKeyNode();
362 Node valueNode = tuple.getValueNode();
369 node.getStartMark(), "found unacceptable key " + key, tuple
392 for (NodeTuple tuple : nodeValue) {
393 Node keyNode = tuple.getKeyNode();
400 "found unacceptable key " + key, tuple.getKeyNode().getStartMark(), e);
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-matchers_test.cc58 using std::tr1::tuple;
109 const tuple<int, bool> t(5, true);
110 EXPECT_THAT(t, Args<>(Eq(tuple<>())));
111 EXPECT_THAT(t, Not(Args<>(Ne(tuple<>()))));
115 const tuple<int, bool> t(5, true);
122 const tuple<short, int, long> t(4, 5, 6L); // NOLINT
130 const tuple<short, int, long> t(4, 5, 6L); // NOLINT
136 const tuple<short, int, long> t(4, 5, 6L); // NOLINT
161 const tuple<short, int, long, int> t(4, 5, 6L, 6); // NOLINT
167 typedef tuple<cha
[all...]
/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
H A Dtypes.pass.cpp12 // <experimental/tuple>
18 #include <experimental/tuple>
420 test_0<std::tuple<>>();
422 test_1<std::tuple<int>>();
425 test_2<std::tuple<int, int>>();
429 test_3<std::tuple<int, int, int>>();
H A Dlarge_arity.pass.cpp12 // <experimental/tuple>
16 // Stress testing large arities with tuple and array.
18 #include <experimental/tuple>
54 using type = std::tuple<always_t<Tp, Idx>...>;
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-printers_test.cc213 using ::std::tr1::tuple;
973 tuple<> t0;
976 tuple<int> t1(5);
979 tuple<char, bool> t2('a', true);
982 tuple<bool, int, int> t3(false, 2, 3);
985 tuple<bool, int, int, int> t4(false, 2, 3, 4);
988 tuple<bool, int, int, int, bool> t5(false, 2, 3, 4, true);
991 tuple<bool, int, int, int, bool, int> t6(false, 2, 3, 4, true, 6);
994 tuple<bool, int, int, int, bool, int, int> t7(false, 2, 3, 4, true, 6, 7);
997 tuple<boo
[all...]
/external/ImageMagick/MagickCore/
H A Didentify.c955 tuple[MagickPathExtent];
962 (void) QueryColorname(image,&pixel,SVGCompliance,tuple,
964 (void) FormatLocaleFile(file," Alpha: %s ",tuple);
965 GetColorTuple(&pixel,MagickTrue,tuple);
966 (void) FormatLocaleFile(file," %s\n",tuple);
994 tuple[MagickPathExtent];
1007 (void) CopyMagickString(tuple,"(",MagickPathExtent);
1009 tuple);
1010 (void) ConcatenateMagickString(tuple,",",MagickPathExtent);
1012 tuple);
953 tuple[MagickPathExtent]; local
992 tuple[MagickPathExtent]; local
[all...]
H A Dhistogram.c1021 tuple[MagickPathExtent];
1064 (void) CopyMagickString(tuple,"(",MagickPathExtent);
1065 ConcatenateColorComponent(&pixel,RedPixelChannel,X11Compliance,tuple);
1066 (void) ConcatenateMagickString(tuple,",",MagickPathExtent);
1067 ConcatenateColorComponent(&pixel,GreenPixelChannel,X11Compliance,tuple);
1068 (void) ConcatenateMagickString(tuple,",",MagickPathExtent);
1069 ConcatenateColorComponent(&pixel,BluePixelChannel,X11Compliance,tuple);
1072 (void) ConcatenateMagickString(tuple,",",MagickPathExtent);
1074 tuple);
1078 (void) ConcatenateMagickString(tuple,",",MagickPathExten
1005 tuple[MagickPathExtent]; local
[all...]
/external/libbrillo/brillo/dbus/
H A Ddata_serialization.cc232 std::tuple<std::string, uint32_t>>(reader, value);
237 std::tuple<uint32_t, uint32_t>>(reader, value);
253 return PopTypedValueFromReader<std::tuple<int, int>>(reader, value);
255 return PopTypedValueFromReader<std::tuple<std::string, std::string>>(reader,
258 return PopTypedValueFromReader<std::tuple<uint32_t, bool>>(reader, value);
260 return PopTypedValueFromReader<std::tuple<uint32_t, uint32_t>>(reader,
/external/autotest/server/site_tests/display_Tearing/
H A Ddisplay_Tearing.py68 @return The frame checksum mentioned above, which is a tuple.
79 return tuple(chameleon_port.get_captured_checksums(last)[0])
132 captured_checksums = [tuple(x) for x in captured_checksums]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_h_d_m_x.py61 writer.write(format % (("ppem",) + tuple(ppems)))
71 writer.write(format % ((glyphName,) + tuple(row)))
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_h_d_m_x.py61 writer.write(format % (("ppem",) + tuple(ppems)))
71 writer.write(format % ((glyphName,) + tuple(row)))
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp12 // <tuple>
16 // Stress testing large arities with tuple and array.
18 #include <tuple>
54 using type = std::tuple<always_t<Tp, Idx>...>;
/external/skia/platform_tools/android/skp_gen/
H A Dandroid_skp_capture.py51 return DragAction(tuple(action_dict['start']),
52 tuple(action_dict['end']),
/external/toolchain-utils/bestflags/
H A Dtask_test.py122 # build stage. Currently, the build result is a 5-element tuple containing
126 result = tuple([random.randint(0, RANDOM_BUILD_RESULT) for _ in range(5)])
132 # The first element of the result tuple is the checksum.
161 result = tuple([random.randint(0, RANDOM_BUILD_RESULT) for _ in range(5)])
/external/autotest/client/common_lib/cros/fake_device_server/
H A Dcommon_util_unittest.py71 id, api_key, op = common_util.parse_common_args(tuple(), dict())
/external/chromium-trace/catapult/telemetry/telemetry/story/
H A Dstory.py94 return self.display_name, tuple(self.grouping_keys.iteritems())
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h14 #include <tuple>
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclRun.h43 // create a tuple of accessors from Evaluator
45 const auto range = utility::tuple::get<0>(tuple_of_accessors).get_range()[0];
/external/google-benchmark/src/
H A Dcsv_reporter.cc22 #include <tuple>
/external/google-breakpad/src/testing/gtest/samples/
H A Dsample8_unittest.cc93 class PrimeTableTest : public TestWithParam< ::std::tr1::tuple<bool, int> > {
/external/googletest/googletest/samples/
H A Dsample8_unittest.cc93 class PrimeTableTest : public TestWithParam< ::testing::tuple<bool, int> > {
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dspecial_member_generation_test.pass.cpp26 #include <tuple>
/external/libcxx/utils/google-benchmark/src/
H A Dcsv_reporter.cc22 #include <tuple>

Completed in 803 milliseconds

<<11121314151617181920>>