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

1 2 3 4 5 67 8

  /external/libbrillo/brillo/dbus/
data_serialization_unittest.cc 53 EXPECT_TRUE((IsTypeSupported<std::tuple<bool, double, int32_t>>::value));
64 EXPECT_FALSE((IsTypeSupported<std::tuple<bool, char, int32_t>>::value));
132 EXPECT_EQ("(i)", (GetDBusSignature<std::tuple<int>>()));
133 EXPECT_EQ("(sv)", (GetDBusSignature<std::tuple<std::string, Any>>()));
136 std::tuple<int, double, std::tuple<std::string, int>>>()));
594 TEST(DBusUtils, Tuple) {
597 std::tuple<std::string, int> struct1{"value2", 3};
599 std::tuple<int, std::string, std::vector<std::pair<int, int>>> struct2{
606 std::tuple<std::string, int> struct1_out
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
expr.go 955 typ = (*Tuple)(nil)
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
expr.go 955 typ = (*Tuple)(nil)
    [all...]
  /external/libmojo/ipc/
ipc_message_utils.h 17 #include <tuple>
85 typedef std::tuple<Ts...> Tuple;
670 struct ParamTraits<std::tuple<>> {
671 typedef std::tuple<> param_type;
684 struct ParamTraits<std::tuple<A>> {
685 typedef std::tuple<A> param_type;
703 struct ParamTraits<std::tuple<A, B>> {
704 typedef std::tuple<A, B> param_type;
727 struct ParamTraits<std::tuple<A, B, C>>
    [all...]
  /external/libmojo/third_party/jinja2/
compiler.py 73 if isinstance(value, (tuple, list, set, frozenset)):
328 if isinstance(name, tuple):
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 455 // pseudo-ops for breaking Tuple
456 {name: "Select0", argLength: 1}, // the first component of a tuple
457 {name: "Select1", argLength: 1}, // the second component of a tuple
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 455 // pseudo-ops for breaking Tuple
456 {name: "Select0", argLength: 1}, // the first component of a tuple
457 {name: "Select1", argLength: 1}, // the second component of a tuple
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
ast.py 11 if t is tuple or t is list:
74 return tuple(flatten(self.nodes))
79 return tuple(nodelist)
106 return tuple(flatten(self.nodes))
111 return tuple(nodelist)
137 return tuple(flatten(self.nodes))
142 return tuple(nodelist)
157 return tuple(children)
164 return tuple(nodelist)
179 return tuple(children)
    [all...]
  /external/v8/src/compiler/
typer.cc     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 11 if t is tuple or t is list:
74 return tuple(flatten(self.nodes))
79 return tuple(nodelist)
106 return tuple(flatten(self.nodes))
111 return tuple(nodelist)
137 return tuple(flatten(self.nodes))
142 return tuple(nodelist)
157 return tuple(children)
164 return tuple(nodelist)
179 return tuple(children
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 11 if t is tuple or t is list:
74 return tuple(flatten(self.nodes))
79 return tuple(nodelist)
106 return tuple(flatten(self.nodes))
111 return tuple(nodelist)
137 return tuple(flatten(self.nodes))
142 return tuple(nodelist)
157 return tuple(children)
164 return tuple(nodelist)
179 return tuple(children
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 11 if t is tuple or t is list:
74 return tuple(flatten(self.nodes))
79 return tuple(nodelist)
106 return tuple(flatten(self.nodes))
111 return tuple(nodelist)
137 return tuple(flatten(self.nodes))
142 return tuple(nodelist)
157 return tuple(children)
164 return tuple(nodelist)
179 return tuple(children
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 11 if t is tuple or t is list:
74 return tuple(flatten(self.nodes))
79 return tuple(nodelist)
106 return tuple(flatten(self.nodes))
111 return tuple(nodelist)
137 return tuple(flatten(self.nodes))
142 return tuple(nodelist)
157 return tuple(children)
164 return tuple(nodelist)
179 return tuple(children
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-actions.h 47 // InvokeHelper<F> knows how to unpack an N-tuple and invoke an N-ary
54 class InvokeHelper<R, ::std::tr1::tuple<> > {
57 static R Invoke(Function function, const ::std::tr1::tuple<>&) {
64 const ::std::tr1::tuple<>&) {
70 class InvokeHelper<R, ::std::tr1::tuple<A1> > {
73 static R Invoke(Function function, const ::std::tr1::tuple<A1>& args) {
81 const ::std::tr1::tuple<A1>& args) {
88 class InvokeHelper<R, ::std::tr1::tuple<A1, A2> > {
91 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2>& args) {
99 const ::std::tr1::tuple<A1, A2>& args)
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-generated-actions.h 47 // InvokeHelper<F> knows how to unpack an N-tuple and invoke an N-ary
54 class InvokeHelper<R, ::testing::tuple<> > {
57 static R Invoke(Function function, const ::testing::tuple<>&) {
64 const ::testing::tuple<>&) {
70 class InvokeHelper<R, ::testing::tuple<A1> > {
73 static R Invoke(Function function, const ::testing::tuple<A1>& args) {
80 const ::testing::tuple<A1>& args) {
86 class InvokeHelper<R, ::testing::tuple<A1, A2> > {
89 static R Invoke(Function function, const ::testing::tuple<A1, A2>& args) {
96 const ::testing::tuple<A1, A2>& args)
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-generated-actions.h 47 // InvokeHelper<F> knows how to unpack an N-tuple and invoke an N-ary
54 class InvokeHelper<R, ::testing::tuple<> > {
57 static R Invoke(Function function, const ::testing::tuple<>&) {
64 const ::testing::tuple<>&) {
70 class InvokeHelper<R, ::testing::tuple<A1> > {
73 static R Invoke(Function function, const ::testing::tuple<A1>& args) {
80 const ::testing::tuple<A1>& args) {
86 class InvokeHelper<R, ::testing::tuple<A1, A2> > {
89 static R Invoke(Function function, const ::testing::tuple<A1, A2>& args) {
96 const ::testing::tuple<A1, A2>& args)
    [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go 584 // Note: needReg is false for values returning Tuple types.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
regalloc.go 584 // Note: needReg is false for values returning Tuple types.
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/1.8.10/
dataflow-1.8.10.jar 
  /external/junit-params/lib/
assertj-core-1.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 

Completed in 946 milliseconds

1 2 3 4 5 67 8