/ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter/ |
xt_conntrack.h | 57 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter/ |
xt_conntrack.h | 57 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter/ |
xt_conntrack.h | 57 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter/ |
xt_conntrack.h | 57 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
uspecial.h | 42 TEMPLATE_SWAP_PSPEC (TEMPLATE_TYPE2 (tuple,N,T), TEMPLATE_FULL_DECL2 (size_t,N,typename,T)) 169 //----{ tuple }--------------------------------------------------------- 172 TEMPLATE_TYPE2 (tuple,N,T), 177 struct numeric_limits<tuple<N,T> > { 179 static inline tuple<N,T> min (void) { tuple<N,T> v; fill (v, value_limits::min()); return (v); } 180 static inline tuple<N,T> max (void) { tuple<N,T> v; fill (v, value_limits::max()); return (v); } 187 inline size_t alignof (const tuple<N,T>&) { return (alignof (T())); } 208 /// Writes tuple \p v into stream \p os [all...] |
simd.h | 13 /// Specializations are only for the tuple template because the container 213 // Vector types to cast tuple data to 240 inline void packop (const tuple<n,type>& oin, tuple<n,type>& oout, optype<type>) 243 inline void passign (const tuple<n,type>& oin, tuple<n,type>& oout) 246 inline void ipassign (tuple<n,type>::const_iterator oin, tuple<n,type>& oout) 249 inline void pconvert (const tuple<n,type1>& oin, tuple<n,type2>& oout, optype<type1,type2> [all...] |
/external/gtest/include/gtest/ |
gtest-param-test.h.pump | 356 // tuple<T1, T2, ..., TN> where T1, T2, ..., TN are the types 360 // by the maximum number of elements in the tuple implementation used by Google 366 // the parameter values tuple("cat", BLACK), tuple("cat", WHITE), 367 // tuple("dog", BLACK), and tuple("dog", WHITE): 371 // : public testing::TestWithParam<tuple<const char*, Color> > {...}; 383 // : public testing::TestWithParam<tuple(bool, bool)> > { 385 // // Assigns external_flag_1 and external_flag_2 values from the tuple.
|
/external/libxml2/ |
hash.c | 356 * by using the (@name, @name2) tuple. Duplicate tuples generate errors. 394 * by using the (@name, @name2) tuple. Existing entry for this tuple will 426 * Find the userdata specified by the (@name, @name2) tuple. 460 * Find the userdata specified by the QNames tuple 480 * by using the tuple (@name, @name2, @name3). Duplicate entries generate 596 * by using the tuple (@name, @name2, @name3). Existing entry for this tuple 719 * Find the userdata specified by the (@name, @name2, @name3) tuple. 763 * Find the userdata specified by the (@name, @name2, @name3) tuple [all...] |
/external/clearsilver/python/examples/base/ |
log.py | 104 args = tuple (["[31m"] + list(args) + ["[0m"]) 112 args = tuple (["[31m"] + list(args) + ["[0m"])
|
/external/gtest/include/gtest/internal/ |
gtest-param-util-generated.h.pump | 42 // by the maximum arity of the implementation of tr1::tuple which is 108 : public ParamGeneratorInterface< ::std::tr1::tuple<$for j, [[T$j]]> > { 110 typedef ::std::tr1::tuple<$for j, [[T$j]]> ParamType; 243 operator ParamGenerator< ::std::tr1::tuple<$for j, [[T$j]]> >() const { 244 return ParamGenerator< ::std::tr1::tuple<$for j, [[T$j]]> >(
|
gtest-port.h | 61 // GTEST_HAS_TR1_TUPLE 1 - Define it to 1/0 to indicate tr1::tuple 334 // Determines whether tr1/tuple is available. If you have tr1/tuple 337 // tr1/tuple on your platform automatically, please open an issue 342 // GCC provides <tr1/tuple> since 4.0.0. 352 // tr1/tuple. 355 // GCC implements tr1/tuple in the <tr1/tuple> header. This does not 356 // conform to the TR1 spec, which requires the header to be <tuple>. 357 #include <tr1/tuple> [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/style/ |
filter.py | 142 The "path_rules" value is the tuple of filter 144 The value is a tuple rather than a list so it 213 """Determine the path-specific rules to use, and return as a tuple.""" 219 return () # Default to the empty tuple. 222 """Return the CategoryFilter associated to a path rules tuple."""
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
relations.sgml | 156 tuple data, so you should free that first if appropriate. 189 @tuples: the tuple data to free. 199 @tuples: the tuple data, returned by g_relation_select().
|
/external/freetype/src/truetype/ |
ttgxvar.c | 38 /* Apple's `kern' table has some references to tuple indices, but as */ 475 /* Figure out whether a given tuple (design) applies to the current */ 482 /* tuple or not. */ 484 /* tuple_coords :: The coordinates of the tuple in normalized axis */ 487 /* im_start_coords :: The initial coordinates where this tuple starts */ 490 /* im_end_coords :: The final coordinates after which this tuple no */ 527 /* not an intermediate tuple */ [all...] |
/external/gtest/test/ |
gtest_output_test.py | 148 env_cmd: The shell command. A 2-tuple where element 0 is a dict 187 env_cmd: The shell command. A 2-tuple where element 0 is a dict 204 env_cmd: The shell command. A 2-tuple where element 0 is a dict of extra
|
gtest_nc_test.py | 48 # Defines a list of test specs, where each element is a tuple
|
/external/bluetooth/glib/glib/ |
grel.h | 61 * g_relation_insert() inserts a new tuple. you are expected to
|
/frameworks/base/core/java/android/util/ |
Pair.java | 20 * Container to ease passing around a tuple of two objects. This object provides a sensible
|
/system/vold/ |
Volume.h | 54 * The major/minor tuple of the currently mounted filesystem.
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
sbsdio.h | 151 #define SBSDIO_CIS_MANFID_TUPLE_LEN 6 /* manfid tuple length, include tuple,
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
FloatUtils.java | 57 * : The animating Tuple 59 * : The target value for the Tuple
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/ |
android.widget.LinearLayout.groovy | 36 // Each list is a tuple: 0=pixel coordinate, 1=index of children or -1 for "at end". 59 "indexes": indexes, // list(tuple(0:int, 1:int)): insert points (pixels + index)
|
/external/guava/src/com/google/common/collect/ |
Sets.java | 749 * position of an element inside a tuple always corresponds to the position of 794 * position of an element inside a tuple always corresponds to the position of 849 Object[] tuple = new Object[axes.size()]; 850 for (int i = 0 ; i < tuple.length; i++) { 851 tuple[i] = axes.get(i).getForIndex(index); 856 List<B> result = (ImmutableList<B>) ImmutableList.of(tuple); 866 List<?> tuple = (List<?>) element; [all...] |
/development/scripts/ |
add-accounts | 78 adb_flags = tuple(argv)
|
add-accounts-sdk | 75 adb_flags = tuple(argv)
|