HomeSort by relevance Sort by last modified time
    Searched refs:Tuple (Results 101 - 125 of 187) sorted by null

1 2 3 45 6 7 8

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.cpp 193 std::vector<Init*> Tuple;
199 Tuple.push_back(DefInit::get(Reg));
218 // Replace the sub-register list with Tuple.
220 RV.setValue(ListInit::get(Tuple, RegisterRecTy));
226 // CostPerUse is aggregated from all Tuple members.
  /external/fmtlib/test/gtest/
gtest.h 162 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
172 // Test's own tr1 tuple implementation should be
588 // Determines whether Google Test can use tr1/tuple. You can define
589 // this macro to 0 to prevent Google Test from using tuple (any
590 // feature depending on tuple with be disabled in this mode).
593 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
601 // Determines whether Google Test's own tr1 tuple implementation
606 // We use our own TR1 tuple if we aren't sure the user has an
609 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compile
838 class tuple<> { class in namespace:std::tr1
840 tuple() {} function in class:std::tr1::tuple
841 tuple(const tuple& \/* t *\/) {} function in class:std::tr1::tuple
850 tuple() : f0_() {} function
854 tuple(const tuple& t) : f0_(t.f0_) {} function
882 tuple() : f0_(), f1_() {} function
887 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_) {} function
892 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {} function
925 tuple() : f0_(), f1_(), f2_() {} function
930 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_) {} function
962 tuple() : f0_(), f1_(), f2_(), f3_() {} function
968 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_) {} function
1003 tuple() : f0_(), f1_(), f2_(), f3_(), f4_() {} function
1009 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
1047 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_() {} function
1054 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
1094 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_() {} function
1101 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
1143 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_() {} function
1151 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
1195 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_(), f8_() {} function
1203 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
1245 class tuple { class in namespace:std::tr1
1249 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_(), f8_(), function in class:std::tr1::tuple
1258 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function in class:std::tr1::tuple
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 162 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
172 // Test's own tr1 tuple implementation should be
588 // Determines whether Google Test can use tr1/tuple. You can define
589 // this macro to 0 to prevent Google Test from using tuple (any
590 // feature depending on tuple with be disabled in this mode).
593 // STLport, provided with the Android NDK, has neither <tr1/tuple> or <tuple>.
601 // Determines whether Google Test's own tr1 tuple implementation
606 // We use our own TR1 tuple if we aren't sure the user has an
609 // with a TR1 tuple implementation. NVIDIA's CUDA NVCC compile
838 class tuple<> { class in namespace:std::tr1
840 tuple() {} function in class:std::tr1::tuple
841 tuple(const tuple& \/* t *\/) {} function in class:std::tr1::tuple
850 tuple() : f0_() {} function
854 tuple(const tuple& t) : f0_(t.f0_) {} function
882 tuple() : f0_(), f1_() {} function
887 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_) {} function
892 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {} function
925 tuple() : f0_(), f1_(), f2_() {} function
930 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_) {} function
962 tuple() : f0_(), f1_(), f2_(), f3_() {} function
968 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_) {} function
1003 tuple() : f0_(), f1_(), f2_(), f3_(), f4_() {} function
1009 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
1047 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_() {} function
1054 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
1094 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_() {} function
1101 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
1143 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_() {} function
1151 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
1195 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_(), f8_() {} function
1203 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
1245 class tuple { class in namespace:std::tr1
1249 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_(), f8_(), function in class:std::tr1::tuple
1258 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function in class:std::tr1::tuple
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 408 if (asdl_seq_LEN(e->v.Tuple.elts)) {
409 e->v.Tuple.ctx = ctx;
410 s = e->v.Tuple.elts;
473 /* If the LHS is a list or tuple, we need to set the assignment
653 result = Tuple(args, Store, LINENO(n), n->n_col_offset, c->c_arena);
722 def f((x, (y))): pass will just incur the tuple unpacking warning. */
737 "tuple parameter unpacking has been removed in 3.x"))
745 /* Loop because there can be many parens and tuple
    [all...]
symtable.c     [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h 723 // An internal helper class for doing compile-time loop on a tuple's
820 // TransformTupleValues uses to implement a tuple traversal.
821 template <typename Tuple, typename Func, typename OutIter>
824 typedef ::testing::tuple_size<Tuple> TupleSize;
827 // For each member of tuple 't', taken in order, evaluates '*out++ = f(t)'.
829 static OutIter Run(Func f, const Tuple& t, OutIter out) {
830 return IterateOverTuple<Tuple, TupleSize::value>()(f, t, out);
849 // Successively invokes 'f(element)' on each element of the tuple 't',
852 template <typename Tuple, typename Func, typename OutIter>
853 OutIter TransformTupleValues(Func f, const Tuple& t, OutIter out)
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h 723 // An internal helper class for doing compile-time loop on a tuple's
820 // TransformTupleValues uses to implement a tuple traversal.
821 template <typename Tuple, typename Func, typename OutIter>
824 typedef ::testing::tuple_size<Tuple> TupleSize;
827 // For each member of tuple 't', taken in order, evaluates '*out++ = f(t)'.
829 static OutIter Run(Func f, const Tuple& t, OutIter out) {
830 return IterateOverTuple<Tuple, TupleSize::value>()(f, t, out);
849 // Successively invokes 'f(element)' on each element of the tuple 't',
852 template <typename Tuple, typename Func, typename OutIter>
853 OutIter TransformTupleValues(Func f, const Tuple& t, OutIter out)
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h 155 // GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple
161 // Test's own tr1 tuple implementation should be
477 // Determines whether Google Test can use tr1/tuple. You can define
478 // this macro to 0 to prevent Google Test from using tuple (any
479 // feature depending on tuple with be disabled in this mode).
485 // Determines whether Google Test's own tr1 tuple implementation
490 // We use our own TR1 tuple if we aren't sure the user has an
492 // 2010 are the only mainstream compilers that come with a TR1 tuple
494 // defining __GNUC__ and friends, but cannot compile GCC's tuple
495 // implementation. MSVC 2008 (9.0) provides TR1 tuple in a 323 M
686 class tuple<> { class in namespace:std::tr1
688 tuple() {} function in class:std::tr1::tuple
689 tuple(const tuple& \/* t *\/) {} function in class:std::tr1::tuple
698 tuple() : f0_() {} function
702 tuple(const tuple& t) : f0_(t.f0_) {} function
730 tuple() : f0_(), f1_() {} function
735 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_) {} function
740 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {} function
773 tuple() : f0_(), f1_(), f2_() {} function
778 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_) {} function
810 tuple() : f0_(), f1_(), f2_(), f3_() {} function
816 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_) {} function
851 tuple() : f0_(), f1_(), f2_(), f3_(), f4_() {} function
857 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
895 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_() {} function
902 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
942 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_() {} function
949 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
991 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_() {} function
999 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
1043 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_(), f8_() {} function
1051 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function
1093 class tuple { class in namespace:std::tr1
1097 tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_(), f8_(), function in class:std::tr1::tuple
1106 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), function in class:std::tr1::tuple
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 308 } Tuple;
508 #define Tuple(a0, a1, a2, a3, a4) _Py_Tuple(a0, a1, a2, a3, a4)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 308 } Tuple;
508 #define Tuple(a0, a1, a2, a3, a4) _Py_Tuple(a0, a1, a2, a3, a4)
  /external/libmojo/third_party/jinja2/
parser.py 99 """Are we at the end of a tuple?"""
363 parameter is forwarded to the tuple parsing function.
581 delimited by a comma a :class:`~jinja2.nodes.Tuple` node is created.
582 This method could also return a regular expression instead of a tuple
585 The default parsing mode is a full tuple. If `simplified` is `True`
590 an extra hint is needed that marks the end of a tuple. For example
596 tuple is a valid expression or not.
623 # if we don't have explicit parentheses, an empty tuple is
626 # tuple.
631 return nodes.Tuple(args, 'load', lineno=lineno
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 308 } Tuple;
508 #define Tuple(a0, a1, a2, a3, a4) _Py_Tuple(a0, a1, a2, a3, a4)
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 308 } Tuple;
508 #define Tuple(a0, a1, a2, a3, a4) _Py_Tuple(a0, a1, a2, a3, a4)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
type.go 36 FieldType(i int) Type // type of ith field of the struct or ith part of a tuple
87 // Any tuple with a memory type must put that memory type second.
108 func (t *TupleType) SimpleString() string { return "Tuple" }
119 panic("bad tuple index")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
type.go 36 FieldType(i int) Type // type of ith field of the struct or ith part of a tuple
87 // Any tuple with a memory type must put that memory type second.
108 func (t *TupleType) SimpleString() string { return "Tuple" }
119 panic("bad tuple index")
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 308 } Tuple;
508 #define Tuple(a0, a1, a2, a3, a4) _Py_Tuple(a0, a1, a2, a3, a4)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 308 } Tuple;
508 #define Tuple(a0, a1, a2, a3, a4) _Py_Tuple(a0, a1, a2, a3, a4)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c     [all...]
  /external/google-breakpad/src/testing/include/gmock/internal/
gmock-generated-internal-utils.h 66 // MatcherTuple<T>::type is a tuple type where each field is a Matcher
67 // for the corresponding field in tuple type T.
68 template <typename Tuple>
72 struct MatcherTuple< ::std::tr1::tuple<> > {
73 typedef ::std::tr1::tuple< > type;
77 struct MatcherTuple< ::std::tr1::tuple<A1> > {
78 typedef ::std::tr1::tuple<Matcher<A1> > type;
82 struct MatcherTuple< ::std::tr1::tuple<A1, A2> > {
83 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2> > type;
87 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3> >
    [all...]
  /external/googletest/googlemock/include/gmock/internal/
gmock-generated-internal-utils.h 66 // MatcherTuple<T>::type is a tuple type where each field is a Matcher
67 // for the corresponding field in tuple type T.
68 template <typename Tuple>
72 struct MatcherTuple< ::testing::tuple<> > {
73 typedef ::testing::tuple< > type;
77 struct MatcherTuple< ::testing::tuple<A1> > {
78 typedef ::testing::tuple<Matcher<A1> > type;
82 struct MatcherTuple< ::testing::tuple<A1, A2> > {
83 typedef ::testing::tuple<Matcher<A1>, Matcher<A2> > type;
87 struct MatcherTuple< ::testing::tuple<A1, A2, A3> >
    [all...]
  /external/v8/src/compiler/
types.h 443 // Tuple types.
519 static Type* Tuple(Type* first, Type* second, Type* third, Zone* zone) {
520 Type* tuple = TupleType::New(3, zone); local
521 tuple->AsTuple()->InitElement(0, first);
522 tuple->AsTuple()->InitElement(1, second);
523 tuple->AsTuple()->InitElement(2, third);
524 return tuple;
  /external/v8/testing/gmock/include/gmock/internal/
gmock-generated-internal-utils.h 66 // MatcherTuple<T>::type is a tuple type where each field is a Matcher
67 // for the corresponding field in tuple type T.
68 template <typename Tuple>
72 struct MatcherTuple< ::testing::tuple<> > {
73 typedef ::testing::tuple< > type;
77 struct MatcherTuple< ::testing::tuple<A1> > {
78 typedef ::testing::tuple<Matcher<A1> > type;
82 struct MatcherTuple< ::testing::tuple<A1, A2> > {
83 typedef ::testing::tuple<Matcher<A1>, Matcher<A2> > type;
87 struct MatcherTuple< ::testing::tuple<A1, A2, A3> >
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi.go 582 case *types.Tuple:
583 panic("should never see a tuple type")
647 func (w *Walker) writeParams(buf *bytes.Buffer, t *types.Tuple, variadic bool) {
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
parser.go 504 func (p *parser) parseParamList(pkg *types.Package) (*types.Tuple, bool) {
528 func (p *parser) parseResultList(pkg *types.Package) *types.Tuple {
  /prebuilts/go/linux-x86/src/cmd/api/
goapi.go 582 case *types.Tuple:
583 panic("should never see a tuple type")
647 func (w *Walker) writeParams(buf *bytes.Buffer, t *types.Tuple, variadic bool) {

Completed in 1657 milliseconds

1 2 3 45 6 7 8