Home
last modified time | relevance | path

Searched full:inherits (Results 1 – 25 of 1378) sorted by relevance

12345678910>>...56

/external/guava/guava-gwt/src/com/google/common/
DForceGuavaCompilation.gwt.xml2 <inherits name="com.google.common.annotations.Annotations" />
3 <inherits name="com.google.common.base.Base" />
4 <inherits name="com.google.common.cache.Cache" />
5 <inherits name="com.google.common.collect.Collect" />
6 <inherits name="com.google.common.escape.Escape" />
7 <inherits name="com.google.common.html.Html" />
8 <inherits name="com.google.common.io.Io" />
9 <inherits name="com.google.common.math.Math" />
10 <inherits name="com.google.common.net.Net" />
11 <inherits name="com.google.common.primitives.Primitives" />
[all …]
/external/selinux/libsepol/tests/policies/test-expander/
Drole-base.conf138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socket
[all …]
Dalias-base.conf138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socket
[all …]
Duser-base.conf138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socket
[all …]
Dsmall-base.conf138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socket
[all …]
/external/selinux/libsepol/tests/policies/test-hooks/
Dcmp_policy.conf138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socket
[all …]
Dsmall-base.conf138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socket
[all …]
/external/selinux/libsepol/tests/policies/test-deps/
Dsmall-base.conf138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socket
[all …]
Dbase-metreq.conf138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socket
[all …]
Dbase-notmetreq.conf137 # class class_name [ inherits common_name ] { permission_name ... }
159 inherits file
169 inherits file
176 inherits file
179 inherits file
182 inherits file
185 inherits file
188 inherits file
201 inherits socket
204 inherits socket
[all …]
/external/selinux/libsepol/tests/policies/test-linker/
Dsmall-base.conf138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socket
[all …]
/external/sdv/vsomeip/third_party/boost/type_traits/doc/
Dhas_left_shift.qbk15 then inherits from __true_type,
16 otherwise inherits from __false_type.
38 [:`has_left_shift<long>` inherits from `__true_type`.]
40 [:`has_left_shift<int, int, int>` inherits from `__true_type`.]
41 [:`has_left_shift<const int, int>` inherits from `__true_type`.]
42 [:`has_left_shift<std::ostream, int>` inherits from `__true_type`.]
43 [:`has_left_shift<std::ostream, char*, std::ostream>` inherits from `__true_type`.]
44 [:`has_left_shift<std::ostream, std::string>` inherits from `__true_type`.]
46 [:`has_left_shift<int, double, bool>` inherits from `__false_type`.]
47 [:`has_left_shift<int, int, std::string>` inherits from `__false_type`.]
Dhas_right_shift.qbk15 then inherits from __true_type,
16 otherwise inherits from __false_type.
38 [:`has_right_shift<long>` inherits from `__true_type`.]
40 [:`has_right_shift<int, int, int>` inherits from `__true_type`.]
41 [:`has_right_shift<const int, int>` inherits from `__true_type`.]
42 [:`has_right_shift<std::istream, int&>` inherits from `__true_type`.]
43 [:`has_right_shift<std::istream, char*, std::ostream>` inherits from `__true_type`.]
44 [:`has_right_shift<std::istream, std::string&>` inherits from `__true_type`.]
46 [:`has_right_shift<int, double, bool>` inherits from `__false_type`.]
47 [:`has_right_shift<int, int, std::string>` inherits from `__false_type`.]
Dhas_dereference.qbk15 then inherits from __true_type,
16 otherwise inherits from __false_type.
37 [:`has_dereference<long*>` inherits from `__true_type`.]
40 [:`has_dereference<int*, int>` inherits from `__true_type`.]
41 [:`has_dereference<int*, const int>` inherits from `__true_type`.]
42 [:`has_dereference<int const *>` inherits from `__true_type`.]
43 [:`has_dereference<int * const>` inherits from `__true_type`.]
44 [:`has_dereference<int const * const>` inherits from `__true_type`.]
46 [:`has_dereference<int>` inherits from `__false_type`.]
47 [:`has_dereference<double>` inherits from `__false_type`.]
[all …]
Dhas_minus_assign.qbk15 then inherits from __true_type,
16 otherwise inherits from __false_type.
38 [:`has_minus_assign<long>` inherits from `__true_type`.]
40 [:`has_minus_assign<int, int, int>` inherits from `__true_type`.]
41 [:`has_minus_assign<int, int, long>` inherits from `__true_type`.]
42 [:`has_minus_assign<int, double, double>` inherits from `__true_type`.]
43 [:`has_minus_assign<int, double, int>` inherits from `__true_type`.]
45 [:`has_minus_assign<const int, int>::value` inherits from `__false_type`.]
46 [:`has_minus_assign<int, int, std::string>` inherits from `__false_type`.]
Dhas_plus_assign.qbk15 then inherits from __true_type,
16 otherwise inherits from __false_type.
38 [:`has_plus_assign<long>` inherits from `__true_type`.]
40 [:`has_plus_assign<int, int, int>` inherits from `__true_type`.]
41 [:`has_plus_assign<int, int, long>` inherits from `__true_type`.]
42 [:`has_plus_assign<int, double, double>` inherits from `__true_type`.]
43 [:`has_plus_assign<int, double, int>` inherits from `__true_type`.]
45 [:`has_plus_assign<const int, int>::value` inherits from `__false_type`.]
46 [:`has_plus_assign<int, int, std::string>` inherits from `__false_type`.]
Dhas_plus.qbk15 then inherits from __true_type,
16 otherwise inherits from __false_type.
38 [:`has_plus<long>` inherits from `__true_type`.]
40 [:`has_plus<int, int, int>` inherits from `__true_type`.]
41 [:`has_plus<int, int, long>` inherits from `__true_type`.]
42 [:`has_plus<int, double, double>` inherits from `__true_type`.]
43 [:`has_plus<int, double, int>` inherits from `__true_type`.]
44 [:`has_plus<const int, int>::value` inherits from `__true_type`.]
46 [:`has_plus<int, int, std::string>` inherits from `__false_type`.]
Dhas_divides_assign.qbk15 then inherits from __true_type,
16 otherwise inherits from __false_type.
38 [:`has_divides_assign<long>` inherits from `__true_type`.]
40 [:`has_divides_assign<int, int, int>` inherits from `__true_type`.]
41 [:`has_divides_assign<int, int, long>` inherits from `__true_type`.]
42 [:`has_divides_assign<int, double, double>` inherits from `__true_type`.]
43 [:`has_divides_assign<int, double, int>` inherits from `__true_type`.]
45 [:`has_divides_assign<const int, int>::value` inherits from `__false_type`.]
46 [:`has_divides_assign<int, int, std::string>` inherits from `__false_type`.]
Dhas_greater.qbk15 then inherits from __true_type,
16 otherwise inherits from __false_type.
38 [:`has_greater<long>` inherits from `__true_type`.]
40 [:`has_greater<int, int, bool>` inherits from `__true_type`.]
41 [:`has_greater<int, double, bool>` inherits from `__true_type`.]
42 [:`has_greater<const int>` inherits from `__true_type`.]
44 [:`has_greater<int*, int>` inherits from `__false_type`.]
45 [:`has_greater<int*, double*>` inherits from `__false_type`.]
46 [:`has_greater<int, int, std::string>` inherits from `__false_type`.]
Dhas_multiplies.qbk15 then inherits from __true_type,
16 otherwise inherits from __false_type.
38 [:`has_multiplies<long>` inherits from `__true_type`.]
40 [:`has_multiplies<int, int, int>` inherits from `__true_type`.]
41 [:`has_multiplies<int, int, long>` inherits from `__true_type`.]
42 [:`has_multiplies<int, double, double>` inherits from `__true_type`.]
43 [:`has_multiplies<int, double, int>` inherits from `__true_type`.]
44 [:`has_multiplies<const int, int>::value` inherits from `__true_type`.]
46 [:`has_multiplies<int, int, std::string>` inherits from `__false_type`.]
Dhas_equal_to.qbk15 then inherits from __true_type,
16 otherwise inherits from __false_type.
38 [:`has_equal_to<long>` inherits from `__true_type`.]
40 [:`has_equal_to<int, int, bool>` inherits from `__true_type`.]
41 [:`has_equal_to<int, double, bool>` inherits from `__true_type`.]
42 [:`has_equal_to<const int>` inherits from `__true_type`.]
44 [:`has_equal_to<int*, int>` inherits from `__false_type`.]
45 [:`has_equal_to<int*, double*>` inherits from `__false_type`.]
46 [:`has_equal_to<int, int, std::string>` inherits from `__false_type`.]
Dhas_minus.qbk15 then inherits from __true_type,
16 otherwise inherits from __false_type.
38 [:`has_minus<long>` inherits from `__true_type`.]
40 [:`has_minus<int, int, int>` inherits from `__true_type`.]
41 [:`has_minus<int, int, long>` inherits from `__true_type`.]
42 [:`has_minus<int, double, double>` inherits from `__true_type`.]
43 [:`has_minus<int, double, int>` inherits from `__true_type`.]
44 [:`has_minus<const int, int>::value` inherits from `__true_type`.]
46 [:`has_minus<int, int, std::string>` inherits from `__false_type`.]
Dhas_greater_equal.qbk15 then inherits from __true_type,
16 otherwise inherits from __false_type.
38 [:`has_greater_equal<long>` inherits from `__true_type`.]
40 [:`has_greater_equal<int, int, bool>` inherits from `__true_type`.]
41 [:`has_greater_equal<int, double, bool>` inherits from `__true_type`.]
42 [:`has_greater_equal<const int>` inherits from `__true_type`.]
44 [:`has_greater_equal<int*, int>` inherits from `__false_type`.]
45 [:`has_greater_equal<int*, double*>` inherits from `__false_type`.]
46 [:`has_greater_equal<int, int, std::string>` inherits from `__false_type`.]
Dhas_divides.qbk15 then inherits from __true_type,
16 otherwise inherits from __false_type.
38 [:`has_divides<long>` inherits from `__true_type`.]
40 [:`has_divides<int, int, int>` inherits from `__true_type`.]
41 [:`has_divides<int, int, long>` inherits from `__true_type`.]
42 [:`has_divides<int, double, double>` inherits from `__true_type`.]
43 [:`has_divides<int, double, int>` inherits from `__true_type`.]
44 [:`has_divides<const int, int>::value` inherits from `__true_type`.]
46 [:`has_divides<int, int, std::string>` inherits from `__false_type`.]
/external/guava/guava-gwt/test/com/google/common/collect/testing/google/
DGoogle.gwt.xml33 <inherits name="com.google.common.annotations.Annotations" />
34 <inherits name="com.google.common.base.Base" />
35 <inherits name="com.google.common.collect.Collect" />
36 <inherits name="com.google.common.collect.testing.Testing" />
37 <inherits name="com.google.common.primitives.Primitives" />
38 <inherits name="com.google.common.testing.Testing" />
39 <inherits name="com.google.gwt.core.Core" />
40 <inherits name="com.google.gwt.junit.JUnit" />
41 <inherits name="com.google.gwt.user.User" />

12345678910>>...56