/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 | 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 | 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 | 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 | 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-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/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))
|
D | subtypingWithObjectMembers4.types | 30 fooo: Derived; // ok, inherits foo 45 1.1: Derived; // ok, inherits 1 60 '1.1': Derived; // ok, inherits '1'
|
D | subtypingWithObjectMembers4.symbols | 31 fooo: Derived; // ok, inherits foo 48 1.1: Derived; // ok, inherits 1 65 '1.1': Derived; // ok, inherits '1'
|
/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/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/musl/porting/linux/user/ldso/ |
D | namespace.c | 49 … nsinl->inherits = (ns_inherit **)__libc_calloc(INHERIT_DEFAULT_SIZE, sizeof *nsinl->inherits); in nsinherits_alloc() 50 if (!nsinl->inherits) { in nsinherits_alloc() 65 strlist_free(nsinl->inherits[i]->shared_libs); in nsinherits_free() 66 __libc_free(nsinl->inherits[i]); in nsinherits_free() 68 __libc_free(nsinl->inherits); in nsinherits_free() 79 ns_inherit **inherits; in nsinherits_realloc() local 80 inherits = (ns_inherit **)__libc_realloc(nsinl->inherits, size * (sizeof *nsinl->inherits)); in nsinherits_realloc() 81 if (!inherits) { in nsinherits_realloc() 86 nsinl->inherits = inherits; in nsinherits_realloc() 379 … if (ns->ns_inherits->inherits[i]->inherited_ns == inherited) return ns->ns_inherits->inherits[i]; in find_ns_inherit() [all …]
|
/third_party/musl/ldso/linux/ |
D | namespace.c | 49 … nsinl->inherits = (ns_inherit **)__libc_calloc(INHERIT_DEFAULT_SIZE, sizeof *nsinl->inherits); in nsinherits_alloc() 50 if (!nsinl->inherits) { in nsinherits_alloc() 65 strlist_free(nsinl->inherits[i]->shared_libs); in nsinherits_free() 66 __libc_free(nsinl->inherits[i]); in nsinherits_free() 68 __libc_free(nsinl->inherits); in nsinherits_free() 79 ns_inherit **inherits; in nsinherits_realloc() local 80 inherits = (ns_inherit **)__libc_realloc(nsinl->inherits, size * (sizeof *nsinl->inherits)); in nsinherits_realloc() 81 if (!inherits) { in nsinherits_realloc() 86 nsinl->inherits = inherits; in nsinherits_realloc() 379 … if (ns->ns_inherits->inherits[i]->inherited_ns == inherited) return ns->ns_inherits->inherits[i]; in find_ns_inherit() [all …]
|
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/ |
D | PartStream.js | 3 const inherits = require('node:util').inherits constant 9 inherits(PartStream, ReadableStream) class
|
D | HeaderParser.js | 4 const inherits = require('node:util').inherits constant 40 inherits(HeaderParser, EventEmitter) class
|
/third_party/musl/config/ |
D | ld-musl-namespace-arm.ini | 10 namespace.default.inherits = ndk 12 namespace.ndk.inherits = default 19 namespace.default.inherits = ndk 21 namespace.ndk.inherits = default
|
D | ld-musl-namespace-aarch64.ini | 10 namespace.default.inherits = ndk 12 namespace.ndk.inherits = default 19 namespace.default.inherits = ndk 21 namespace.ndk.inherits = default
|
/third_party/musl/porting/linux/user/config/ |
D | ld-musl-namespace-arm.ini | 10 namespace.default.inherits = ndk 12 namespace.ndk.inherits = default 19 namespace.default.inherits = ndk 21 namespace.ndk.inherits = default
|
D | ld-musl-namespace-aarch64.ini | 10 namespace.default.inherits = ndk 12 namespace.ndk.inherits = default 19 namespace.default.inherits = ndk 21 namespace.ndk.inherits = default
|
/third_party/protobuf/js/commonjs/ |
D | export.js | 29 exports.inherits = goog.inherits;
|
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/streamsearch/ |
D | sbmh.js | 30 const inherits = require('node:util').inherits constant 68 inherits(SBMH, EventEmitter) class
|