/external/javassist/src/test/test2/ |
D | Inherit.java | 15 public class Inherit extends Inherit3 { class 21 Inherit i = new Inherit(); in main()
|
D | Inherit.class | Inherit.java
package test2
public test2.Inherit extends test2.Inherit3 {
public void <init> ... |
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
D | every-type.cpp | 36 class Inherit : public FooClass { // LF_BCLASS class 38 virtual ~Inherit() {} // LF_VTSHAPE in ~Inherit() 69 Inherit InheritInstance; in main()
|
/external/crosvm/sys_util/src/ |
D | fork.rs | 19 Inherit = 0, enumerator 116 clone_process(CloneNamespace::Inherit, || { in pid_diff() 137 let clone_pid = clone_process(CloneNamespace::Inherit, || { in panic_safe()
|
/external/libchrome/base/process/ |
D | launch.h | 97 enum class Inherit { enum 117 Inherit inherit_mode = Inherit::kSpecific;
|
/external/libchrome/base/test/launcher/ |
D | test_launcher.h | 135 base::LaunchOptions::Inherit inherit_mode = 136 base::LaunchOptions::Inherit::kSpecific;
|
D | test_launcher.cc | 455 if (options.inherit_mode == base::LaunchOptions::Inherit::kSpecific && in DoLaunchChildTestProcess()
|
/external/toolchain-utils/crosperf/ |
D | settings.py | 54 def Inherit(self): member in Settings
|
D | experiment_file.py | 58 settings.Inherit()
|
D | settings_unittest.py | 132 label_settings.Inherit()
|
/external/llvm-project/llvm/test/DebugInfo/PDB/ |
D | every-type.test | 33 TYPES-NEXT: 0x100B | LF_CLASS [size = 44] `Inherit` 49 TYPES-NEXT: 0x1010: `const Inherit&` 77 TYPES-NEXT: - LF_ONEMETHOD [name = `~Inherit`] 79 TYPES-NEXT: - LF_METHOD [name = `Inherit`, # overloads = 2, overload list = 0x1014] 86 TYPES-NEXT: 0x101A | LF_CLASS [size = 44] `Inherit`
|
/external/llvm-project/mlir/docs/Tutorials/ |
D | DefiningAttributesAndTypes.md | 54 /// Inherit some necessary constructors from 'TypeBase'. 75 * Inherit from the base type storage class `TypeStorage`. 151 /// Inherit some necessary constructors from 'TypeBase'. 278 /// Inherit parent constructors.
|
/external/mesa3d/docs/relnotes/ |
D | 17.3.9.rst | 79 - mesa: Inherit texture view multi-sample information from the original
|
D | 18.0.1.rst | 113 - mesa: Inherit texture view multi-sample information from the original
|
/external/ImageMagick/MagickWand/ |
D | ChangeLog | 59 * Inherit image exception *before* destroying the cloned image (reference 211 * Inherit exception when MagickWriteImageFile() fails.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 1105 bool Inherit = false) { 1113 SA.bInheritHandle = Inherit; 1145 bool Inherit = false; 1147 Inherit = true; 1151 Name, Result, NativeDisp, NativeAccess, FILE_ATTRIBUTE_NORMAL, Inherit);
|
/external/python/pybind11/docs/advanced/ |
D | classes.rst | 69 /* Inherit the constructors */ 248 using Animal::Animal; // Inherit constructors 254 using Dog::Dog; // Inherit constructors 276 using Husky::Husky; // Inherit constructors 291 using AnimalBase::AnimalBase; // Inherit constructors 297 using PyAnimal<DogBase>::PyAnimal; // Inherit constructors
|
D | misc.rst | 54 /* Inherit the constructors */
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Path.inc | 1125 bool Inherit = false) { 1133 SA.bInheritHandle = Inherit; 1165 bool Inherit = false; 1167 Inherit = true; 1171 Name, Result, NativeDisp, NativeAccess, FILE_ATTRIBUTE_NORMAL, Inherit);
|
/external/angle/doc/ |
D | CodingStandard.md | 28 * {DEV} Inherit (privately) from angle::NonCopyable helper class (defined in
|
/external/llvm-project/lldb/source/Target/ |
D | TargetProperties.td | 96 Desc<"Inherit the environment from the process that is running LLDB.">; 120 …Desc<"Inherit the TCC permissions from the inferior's parent instead of making the process itself …
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 221 void setInheritConstructors(bool Inherit = true) { 222 InheritConstructors = Inherit;
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclCXX.h | 212 void setInheritConstructors(bool Inherit = true) { 213 InheritConstructors = Inherit;
|
/external/llvm-project/mlir/docs/ |
D | PassManagement.md | 57 * Inherit from the CRTP class `OperationPass` and provide the operation type 92 * Inherit from the CRTP class `OperationPass`.
|
/external/llvm-project/mlir/docs/Tutorials/Toy/ |
D | Ch-7.md | 154 /// Inherit some necessary constructors from 'TypeBase'.
|