/external/guava/guava-gwt/src/com/google/common/ |
D | ForceGuavaCompilation.gwt.xml | 2 <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/ |
D | role-base.conf | 138 # 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 …]
|
D | alias-base.conf | 138 # 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 …]
|
D | user-base.conf | 138 # 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 …]
|
D | small-base.conf | 138 # 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/ |
D | cmp_policy.conf | 138 # 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 …]
|
D | small-base.conf | 138 # 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/ |
D | small-base.conf | 138 # 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 …]
|
D | base-metreq.conf | 138 # 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 …]
|
D | base-notmetreq.conf | 137 # 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/ |
D | small-base.conf | 138 # 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/ |
D | has_left_shift.qbk | 15 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`.]
|
D | has_right_shift.qbk | 15 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`.]
|
D | has_dereference.qbk | 15 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 …]
|
D | has_minus_assign.qbk | 15 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`.]
|
D | has_plus_assign.qbk | 15 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`.]
|
D | has_plus.qbk | 15 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`.]
|
D | has_divides_assign.qbk | 15 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`.]
|
D | has_greater.qbk | 15 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`.]
|
D | has_multiplies.qbk | 15 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`.]
|
D | has_equal_to.qbk | 15 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`.]
|
D | has_minus.qbk | 15 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`.]
|
D | has_greater_equal.qbk | 15 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`.]
|
D | has_divides.qbk | 15 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/ |
D | Google.gwt.xml | 33 <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" />
|