/third_party/selinux/libsepol/tests/policies/test-hooks/ |
D | cmp_policy.conf | 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 213 inherits socket [all …]
|
D | small-base.conf | 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 213 inherits socket [all …]
|
/third_party/selinux/libsepol/tests/policies/test-expander/ |
D | alias-base.conf | 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 213 inherits socket [all …]
|
D | role-base.conf | 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 213 inherits socket [all …]
|
D | user-base.conf | 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 213 inherits socket [all …]
|
D | small-base.conf | 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 213 inherits socket [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | paramTagOnCallExpression.types | 9 exports.inherits = factory('inherits') 10 >exports.inherits = factory('inherits') : {} 11 >exports.inherits : {} 13 >inherits : {} 14 >factory('inherits') : {} 16 >'inherits' : "inherits"
|
D | paramTagOnCallExpression.symbols | 9 exports.inherits = factory('inherits') 10 >exports.inherits : Symbol(inherits, Decl(a.js, 0, 0)) 11 >exports : Symbol(inherits, Decl(a.js, 0, 0)) 12 >inherits : Symbol(inherits, Decl(a.js, 0, 0))
|
/third_party/selinux/libsepol/tests/policies/test-deps/ |
D | small-base.conf | 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 213 inherits socket [all …]
|
D | base-metreq.conf | 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 213 inherits socket [all …]
|
D | base-notmetreq.conf | 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 212 inherits socket [all …]
|
/third_party/selinux/libsepol/tests/policies/test-linker/ |
D | small-base.conf | 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 213 inherits socket [all …]
|
/third_party/node/deps/npm/node_modules/asynckit/ |
D | stream.js | 1 var inherits = require('util').inherits variable 17 inherits(ReadableAsyncKit, Readable); 19 inherits(ReadableParallel, ReadableAsyncKit); 20 inherits(ReadableSerial, ReadableAsyncKit); 21 inherits(ReadableSerialOrdered, ReadableAsyncKit);
|
/third_party/boost/libs/type_traits/doc/ |
D | has_new_operator.qbk | 13 then inherits from __true_type, otherwise inherits from __false_type. 34 [:`has_new_operator<A>` inherits from `__true_type`.] 36 [:`has_new_operator<B>` inherits from `__true_type`.] 38 [:`has_new_operator<C>` inherits from `__true_type`.] 40 [:`has_new_operator<D>` inherits from `__true_type`.] 42 [:`has_new_operator<E>` inherits from `__true_type`.] 44 [:`has_new_operator<F>` inherits from `__true_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_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_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_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_not_equal_to.qbk | 15 then inherits from __true_type, 16 otherwise inherits from __false_type. 38 [:`has_not_equal_to<long>` inherits from `__true_type`.] 40 [:`has_not_equal_to<int, int, bool>` inherits from `__true_type`.] 41 [:`has_not_equal_to<int, double, bool>` inherits from `__true_type`.] 42 [:`has_not_equal_to<const int>` inherits from `__true_type`.] 44 [:`has_not_equal_to<int*, int>` inherits from `__false_type`.] 45 [:`has_not_equal_to<int*, double*>` inherits from `__false_type`.] 46 [:`has_not_equal_to<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_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_less.qbk | 15 then inherits from __true_type, 16 otherwise inherits from __false_type. 38 [:`has_less<long>` inherits from `__true_type`.] 40 [:`has_less<int, int, bool>` inherits from `__true_type`.] 41 [:`has_less<int, double, bool>` inherits from `__true_type`.] 42 [:`has_less<const int>` inherits from `__true_type`.] 44 [:`has_less<int*, int>` inherits from `__false_type`.] 45 [:`has_less<int*, double*>` inherits from `__false_type`.] 46 [:`has_less<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`.]
|
/third_party/node/test/parallel/ |
D | test-util-inherits.js | 5 const { inherits } = require('util'); 18 inherits(B, A); 41 inherits(C, B); 58 inherits(D, C); 75 inherits(E, D); 87 inherits(A, {}); 96 inherits(A, null); 105 inherits(null, A);
|
/third_party/node/deps/npm/node_modules/inherits/ |
D | README.md | 2 [inherits](http://nodejs.org/api/util.html#util_util_inherits_constructor_superconstructor). 4 This package exports standard `inherits` from node.js `util` module in 12 While keeping you sure you are using standard `inherits` 16 just `inherits` function. It worth, because browser shim for `util` 17 package is large and `inherits` is often the single function you need 21 `require('util').inherits` for any code that has chances to be used 27 var inherits = require('inherits'); 34 neither with 2.0 nor with standard node.js `inherits`.
|