Home
last modified time | relevance | path

Searched refs:parent (Results 1001 - 1025 of 1826) sorted by relevance

1...<<41424344454647484950>>...74

/third_party/python/Lib/idlelib/
H A Dundo.py339 def _undo_delegator(parent): # htest #
342 undowin = Toplevel(parent)
344 x, y = map(int, parent.geometry().split('+')[1:])
/third_party/python/Lib/test/test_importlib/
H A Dutil.py108 def submodule(parent, name, pkg_dir, content=''):
112 return '{}.{}'.format(parent, name), path
275 def find_spec(self, fullname, path=None, parent=None):
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dfunction.rs377 // Prefer using the cursor for the argument's type, but fall back to using the parent's cursor in args_from_ty_and_cursor()
510 let parent = cursor.semantic_parent(); in from_ty()
511 let class = Item::parse(parent, None, ctx) in from_ty()
523 &parent.cur_type(), in from_ty()
/third_party/vk-gl-cts/framework/opengl/
H A DgluVarTypeUtil.hpp134 SubTypeAccess& parent (void) { DE_ASSERT(!m_path.empty()); m_path.pop_back(); return *this; } in parent() function in glu::SubTypeAccess
140 SubTypeAccess parent (void) const { return SubTypeAccess(*this).parent(); } in parent() function in glu::SubTypeAccess
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryDeviceMemoryReportTests.cpp1706 EnvClone (const Environment& parent) in EnvClone()
1707 : device (Device::create(parent, Device::Resources(parent, Device::Parameters()), Device::Parameters())) in EnvClone()
1708 , vkd (parent.vkp, parent.instance, *device) in EnvClone()
1709 , env (parent.vkp, parent.vki, parent.instance, parent.physicalDevice, vkd, *device, parent in EnvClone()
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_getfuncs.c111 .parent = NULL }; in dwarf_getfuncs()
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.h75 struct v3d_group *parent; member
/third_party/ntfs-3g/include/ntfs-3g/
H A Dcache.h63 u64 parent; member
/third_party/musl/src/thread/loongarch64/
H A Dclone.s23 jirl $zero, $ra, 0 # parent process return
/third_party/musl/src/thread/sh/
H A Dclone.s32 ! we are the parent, return
/third_party/libexif/libexif/huawei/
H A Dexif-mnote-data-huawei.h33 ExifMnoteData parent; member
/third_party/python/Tools/peg_generator/scripts/
H A Dtest_pypi_packages.py19 HERE = pathlib.Path(__file__).resolve().parent
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLImage.h48 Memory *parent,
/third_party/python/Lib/test/test_zoneinfo/data/
H A Dupdate_test_data.py38 TEST_DATA_LOC = pathlib.Path(__file__).parent
/third_party/protobuf/php/src/Google/Protobuf/
H A DAny.php152 parent::__construct($data);
H A DApi.php128 parent::__construct($data);
H A DEnum.php69 parent::__construct($data);
H A DValue.php46 parent::__construct($data);
H A DType.php77 parent::__construct($data);
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
H A DExtensionRange.php50 parent::__construct($data);
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
H A DAnnotation.php69 parent::__construct($data);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMethodOptions.php56 parent::__construct($data);
H A DServiceDescriptorProto.php46 parent::__construct($data);
H A DEnumDescriptorProto.php68 parent::__construct($data);
/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
H A DLocation.php181 parent::__construct($data);

Completed in 14 milliseconds

1...<<41424344454647484950>>...74