/external/sepolicy/ |
D | access_vectors | 126 # class class_name [ inherits common_name ] { permission_name ... } 148 inherits file 161 inherits file 171 inherits file 179 inherits file 189 inherits file 197 inherits file 205 inherits file 223 inherits socket 226 inherits socket [all …]
|
/external/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 …]
|
/external/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 | 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 | 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 …]
|
/external/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 …]
|
/external/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 …]
|
/external/chromium_org/tools/clang/plugins/tests/ |
D | base_refcounted.txt | 5 ./base_refcounted.h:44:7: note: [chromium-style] 'PublicRefCountedDtorInHeader' inherits from 'base… 11 ./base_refcounted.h:55:7: note: [chromium-style] 'PublicRefCountedThreadSafeDtorInHeader' inherits … 20 ./base_refcounted.h:107:7: note: [chromium-style] 'DerivedProtectedToPublicInHeader' inherits from … 23 ./base_refcounted.h:81:7: note: [chromium-style] 'ProtectedRefCountedVirtualDtorInHeader' inherits … 29 …16:7: note: [chromium-style] 'ImplicitDerivedProtectedToPublicInHeader' inherits from 'ProtectedRe… 32 ./base_refcounted.h:81:7: note: [chromium-style] 'ProtectedRefCountedVirtualDtorInHeader' inherits … 38 ./base_refcounted.h:147:7: note: [chromium-style] 'ImplementsAPublicInterface' inherits from 'base:… 44 ./base_refcounted.h:146:7: note: [chromium-style] 'ImplementsAPublicInterface' inherits from 'APubl… 50 ./base_refcounted.h:166:7: note: [chromium-style] 'ImplementsAnImplicitInterface' inherits from 'ba… 56 ./base_refcounted.h:165:7: note: [chromium-style] 'ImplementsAnImplicitInterface' inherits from 'An… [all …]
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/ |
D | results.js | 50 goog.inherits(cvox.UnknownResult, cvox.AbstractResult); 59 goog.inherits(cvox.NormalResult, cvox.AbstractResult); 116 goog.inherits(cvox.WeatherResult, cvox.AbstractResult); 209 goog.inherits(cvox.KnowResult, cvox.AbstractResult); 262 goog.inherits(cvox.CalcResult, cvox.AbstractResult); 302 goog.inherits(cvox.GameResult, cvox.AbstractResult); 322 goog.inherits(cvox.ImageResult, cvox.AbstractResult); 382 goog.inherits(cvox.CategoryResult, cvox.AbstractResult); 418 goog.inherits(cvox.AdResult, cvox.AbstractResult);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
D | speech_rule_functions.js | 76 goog.inherits(cvox.SpeechRuleFunctions.CustomQueries, 96 goog.inherits(cvox.SpeechRuleFunctions.CustomStrings, 117 goog.inherits(cvox.SpeechRuleFunctions.ContextFunctions,
|
/external/clang/test/ASTMerge/ |
D | interface.m | 8 // CHECK: interface1.m:21:17: note: inherits from superclass 'I2' here 9 // CHECK: interface2.m:21:17: note: inherits from superclass 'I1' here 19 // CHECK: interface1.m:100:17: note: inherits from superclass 'I12' here 20 // CHECK: interface2.m:99:17: note: inherits from superclass 'I11' here
|
/external/chromium_org/v8/src/ |
D | mirror-debugger.js | 137 function inherits(ctor, superCtor) { function 499 inherits(ValueMirror, Mirror); 539 inherits(UndefinedMirror, ValueMirror); 555 inherits(NullMirror, ValueMirror); 572 inherits(BooleanMirror, ValueMirror); 589 inherits(NumberMirror, ValueMirror); 606 inherits(StringMirror, ValueMirror); 635 inherits(SymbolMirror, ValueMirror); 659 inherits(ObjectMirror, ValueMirror); 931 inherits(FunctionMirror, ObjectMirror); [all …]
|
/external/chromium_org/v8/test/mjsunit/ |
D | readonly.js | 62 var inherits = [CreateFromConstructor, CreateFromApi, CreateWithProperty]; variable 77 p = inherits[Math.floor(inherits.length * Math.random())](p)();
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | v8-deltablue.js | 43 Object.prototype.inherits = function (shuper) { function 213 UnaryConstraint.inherits(Constraint); 291 StayConstraint.inherits(UnaryConstraint); 309 EditConstraint.inherits(UnaryConstraint); 343 BinaryConstraint.inherits(Constraint); 456 ScaleConstraint.inherits(BinaryConstraint); 512 EqualityConstraint.inherits(BinaryConstraint);
|
/external/chromium_org/v8/tools/ |
D | tickprocessor.js | 29 function inherits(childCtor, parentCtor) { function 40 inherits(V8Profile, Profile); 106 inherits(SnapshotLogProcessor, LogReader); 246 inherits(TickProcessor, LogReader); 685 inherits(UnixCppEntriesProvider, CppEntriesProvider); 733 inherits(MacCppEntriesProvider, UnixCppEntriesProvider); 753 inherits(WindowsCppEntriesProvider, CppEntriesProvider);
|
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
D | inherits.js | 13 function inherits(childCtor, parentCtor) { function
|
D | usbhelper.js | 26 inherits(UsbHelper, GenericRequestHelper);
|
/external/eigen/doc/ |
D | ClassHierarchy.dox | 17 the derived class (for instance, \c Matrix) inherits the base class with the derived class itself a… 18 template argument (in this case, \c Matrix inherits from \c MatrixBase<Matrix>). This allows … 54 …\c %Matrix inherits \c %MatrixBase and \c %Array inherits \c %ArrayBase. So does that mean multiple 55 …inheritance? No, because \c %PlainObjectBase \e itself inherits \c %MatrixBase or \c %ArrayBase de…
|
/external/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 154 inherits file 163 inherits file 170 inherits file 172 inherits file 179 inherits file 181 inherits file 183 inherits file 189 inherits socket 191 inherits socket 200 inherits socket [all …]
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/ |
D | host.js | 22 goog.inherits(cvox.TestHost, cvox.AbstractHost);
|
D | earcons.js | 22 goog.inherits(cvox.TestEarcons, cvox.AbstractEarcons);
|