| /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
|
| /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
|
| /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv4/ |
| ip_conntrack_tuple.h | 79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } while (0)
|
| /external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| multi-level-substitution.cpp | 4 template<typename...> struct tuple { }; struct 38 struct Inner<tuple<pair<Types, YTypes>...> > { 43 int check0[X<short, int, long>::Inner<tuple<pair<short, unsigned short>, 48 int check1[X<short, int>::Inner<tuple<pair<short, unsigned short>, 61 struct Inner<tuple<pair<Types, YTypes>...>, 67 int check2[X1<short, int, long>::Inner<tuple<pair<short, unsigned short>, 74 int check3[X1<short, int>::Inner<tuple<pair<short, unsigned short>, 119 struct Inner<tuple<pair<Types1, Types2>...>, 125 int check6[X3<short, int, long>::Inner<tuple<pair<short, unsigned short>, 133 int check7[X3<short, int>::Inner<tuple<pair<short, unsigned short> [all...] |
| p4.cpp | 3 template<typename... Types> struct tuple; 96 typedef tuple<Types& ...> types; 99 tuple<int&, float&> *t_int_ref_float_ref; 104 typedef tuple<typename Types::type...> types; 107 tuple<int, float> *t_int_float; 113 typedef tuple<int_c<N>...> type; 117 tuple<int_c<1>, int_c<2>, int_c<3>, int_c<4>,
|
| metafunctions.cpp | 15 template<typename...> struct tuple { }; struct 65 int check0[is_same<EverythingToInt<tuple<double, float>>::type, 66 tuple<int, int>>::value? 1 : -1]; 173 typedef tuple<typename Meta<T>::type...> type; 193 tuple<int&, int*, int const>>::value? 1 : -1]; 202 tuple<int&, int*, int const>>::value? 1 : -1]; 232 tuple<int&, int*, int const>>::value? 1 : -1]; 271 int check0[is_same<replace_with_int<pair<tuple<float, double, short>, 273 pair<tuple<int, int, int>, pair<int, int>>>::value? 1 : -1];
|
| /external/chromium/testing/gmock/include/gmock/internal/ |
| gmock-generated-internal-utils.h | 64 // MatcherTuple<T>::type is a tuple type where each field is a Matcher 65 // for the corresponding field in tuple type T. 66 template <typename Tuple> 70 struct MatcherTuple< ::std::tr1::tuple<> > { 71 typedef ::std::tr1::tuple< > type; 75 struct MatcherTuple< ::std::tr1::tuple<A1> > { 76 typedef ::std::tr1::tuple<Matcher<A1> > type; 80 struct MatcherTuple< ::std::tr1::tuple<A1, A2> > { 81 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2> > type; 85 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3> > [all...] |
| /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
| p9-0x.cpp | 47 struct tuple { }; struct 50 void accept_tuple(tuple<Types...>); 52 void test_explicit_spec_extension_targs(tuple<int, float, double> t3) {
|
| /external/srec/tools/thirdparty/OpenFst/fst/lib/ |
| encode.h | 39 // stores both the Tuple of encode labels and weights to a unique 47 struct Tuple { 48 Tuple() {} 49 Tuple(Label ilabel_, Label olabel_, Weight weight_) 51 Tuple(const Tuple& tuple) 52 : ilabel(tuple.ilabel), olabel(tuple.olabel), weight(tuple.weight) { 137 const Tuple* tuple = encode_tuples_[i]; local 165 Tuple* tuple = new Tuple(); local 247 const typename EncodeTable<A>::Tuple* tuple = local [all...] |
| replace.h | 82 // \brief Tuple of information that uniquely defines a state 242 const StateTuple& tuple = state_tuples_[s]; local 243 const StackPrefix& stack = stackprefix_array_[tuple.prefix_id]; 244 const Fst<A>* fst = fst_array_[tuple.fst_id]; 245 StateId fst_state = tuple.fst_state; 283 StateId FindState(const StateTuple& tuple) { 284 typename StateTupleHash::iterator it = state_hash_.find(tuple); 287 state_tuples_.push_back(tuple); 288 state_hash_[tuple] = new_state_id; 297 StateTuple tuple = state_tuples_[s] local [all...] |
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
| stdtr1c++.h | 50 #include <tr1/tuple>
|
| /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
| stdtr1c++.h | 50 #include <tr1/tuple>
|
| /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
| stdtr1c++.h | 50 #include <tr1/tuple>
|
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
| stdtr1c++.h | 50 #include <tr1/tuple>
|
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
| stdtr1c++.h | 50 #include <tr1/tuple>
|
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
| stdtr1c++.h | 50 #include <tr1/tuple>
|
| /external/chromium/base/ |
| tuple_unittest.cc | 5 #include "base/tuple.h" 109 // Creating the tuple should copy the class to store internally in the tuple. 110 Tuple3<CopyLogger, CopyLogger*, bool*> tuple(logger, &logger, &res); 111 tuple.b = &tuple.a; 117 DispatchToFunction(&SomeLoggerMethRef, tuple); 124 DispatchToFunction(&SomeLoggerMethCopy, tuple);
|
| /external/kernel-headers/original/linux/netfilter_ipv4/ |
| ip_conntrack.h | 137 /* We expect this tuple, with the following mask */ 138 struct ip_conntrack_tuple tuple, mask; member in struct:ip_conntrack_expect 175 tuplehash[hash->tuple.dst.dir]); 181 /* Alter reply tuple (maybe alter helper). */ 186 /* Is this tuple taken? (ignoring any belonging to the given 189 ip_conntrack_tuple_taken(const struct ip_conntrack_tuple *tuple, 192 /* Return conntrack_info and tuple hash for given skb. */ 258 ip_conntrack_helper_find_get(const struct ip_conntrack_tuple *tuple); 277 __ip_conntrack_expect_find(const struct ip_conntrack_tuple *tuple); 280 ip_conntrack_expect_find(const struct ip_conntrack_tuple *tuple); [all...] |
| ip_nat.h | 71 /* Is this tuple already taken? (not by us)*/ 72 extern int ip_nat_used_tuple(const struct ip_conntrack_tuple *tuple,
|
| /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
| p1-0x.cpp | 81 template<typename ...Types> struct tuple { }; struct 84 void pack_not_at_end(tuple<Types...>, Types... values, int); 86 void test_pack_not_at_end(tuple<int*, double*> t2) {
|
| /bionic/libc/kernel/common/linux/netfilter/ |
| xt_conntrack.h | 57 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
|
| /development/ndk/platforms/android-3/include/linux/netfilter/ |
| xt_conntrack.h | 57 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
|
| /external/chromium/testing/gtest/test/ |
| gtest-param-test_test.cc | 69 using ::std::tr1::tuple; 97 ::std::string PrintValue(const tuple<T1, T2>& value) { 104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { 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<int, int> expected_values[] = {make_tuple(42, 0), make_tuple(42, 1)} [all...] |
| /external/gtest/test/ |
| gtest-param-test_test.cc | 67 using ::std::tr1::tuple; 404 ::std::ostream& operator<<(::std::ostream& stream, const tuple<T1, T2>& value) { 411 const tuple<T1, T2, T3>& value) { 421 const tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& value) { 434 const ParamGenerator<tuple<const char*, int> > gen = 437 tuple<const char*, int> expected_values[] = { 445 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1), 448 tuple<int, int, int> expected_values[] = { 460 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42), 463 tuple<int, int> expected_values[] = {make_tuple(42, 0), make_tuple(42, 1)} [all...] |
| /external/kernel-headers/original/linux/netfilter/ |
| xt_conntrack.h | 53 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
|