Home
last modified time | relevance | path

Searched refs:Inherit (Results 1 – 25 of 32) sorted by relevance

12

/external/javassist/src/test/test2/
DInherit.java15 public class Inherit extends Inherit3 { class
21 Inherit i = new Inherit(); in main()
DInherit.classInherit.java package test2 public test2.Inherit extends test2.Inherit3 { public void <init> ...
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
Devery-type.cpp36 class Inherit : public FooClass { // LF_BCLASS class
38 virtual ~Inherit() {} // LF_VTSHAPE in ~Inherit()
69 Inherit InheritInstance; in main()
/external/crosvm/sys_util/src/
Dfork.rs19 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/
Dlaunch.h97 enum class Inherit { enum
117 Inherit inherit_mode = Inherit::kSpecific;
/external/libchrome/base/test/launcher/
Dtest_launcher.h135 base::LaunchOptions::Inherit inherit_mode =
136 base::LaunchOptions::Inherit::kSpecific;
Dtest_launcher.cc455 if (options.inherit_mode == base::LaunchOptions::Inherit::kSpecific && in DoLaunchChildTestProcess()
/external/llvm-project/llvm/test/DebugInfo/PDB/
Devery-type.test33 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/toolchain-utils/crosperf/
Dsettings.py54 def Inherit(self): member in Settings
Dexperiment_file.py58 settings.Inherit()
Dsettings_unittest.py132 label_settings.Inherit()
/external/llvm-project/mlir/docs/Tutorials/
DDefiningAttributesAndTypes.md54 /// 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/
D17.3.9.rst79 - mesa: Inherit texture view multi-sample information from the original
D18.0.1.rst113 - mesa: Inherit texture view multi-sample information from the original
/external/ImageMagick/MagickWand/
DChangeLog59 * 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/
DPath.inc1105 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/
Dclasses.rst69 /* 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
Dmisc.rst54 /* Inherit the constructors */
/external/llvm-project/llvm/lib/Support/Windows/
DPath.inc1125 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/
DCodingStandard.md28 * {DEV} Inherit (privately) from angle::NonCopyable helper class (defined in
/external/llvm-project/lldb/source/Target/
DTargetProperties.td96 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/
DDeclCXX.h221 void setInheritConstructors(bool Inherit = true) {
222 InheritConstructors = Inherit;
/external/llvm-project/mlir/docs/
DPassManagement.md57 * Inherit from the CRTP class `OperationPass` and provide the operation type
92 * Inherit from the CRTP class `OperationPass`.
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h212 void setInheritConstructors(bool Inherit = true) {
213 InheritConstructors = Inherit;
/external/llvm-project/mlir/docs/Tutorials/Toy/
DCh-7.md154 /// Inherit some necessary constructors from 'TypeBase'.

12