/third_party/python/Lib/idlelib/ |
H A D | undo.py | 339 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 D | util.py | 108 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 D | function.rs | 377 // 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 D | gluVarTypeUtil.hpp | 134 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 D | vktMemoryDeviceMemoryReportTests.cpp | 1706 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 D | dwarf_getfuncs.c | 111 .parent = NULL }; in dwarf_getfuncs()
|
/third_party/mesa3d/src/broadcom/cle/ |
H A D | v3d_decoder.h | 75 struct v3d_group *parent; member
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | cache.h | 63 u64 parent; member
|
/third_party/musl/src/thread/loongarch64/ |
H A D | clone.s | 23 jirl $zero, $ra, 0 # parent process return
|
/third_party/musl/src/thread/sh/ |
H A D | clone.s | 32 ! we are the parent, return
|
/third_party/libexif/libexif/huawei/ |
H A D | exif-mnote-data-huawei.h | 33 ExifMnoteData parent; member
|
/third_party/python/Tools/peg_generator/scripts/ |
H A D | test_pypi_packages.py | 19 HERE = pathlib.Path(__file__).resolve().parent
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLImage.h | 48 Memory *parent,
|
/third_party/python/Lib/test/test_zoneinfo/data/ |
H A D | update_test_data.py | 38 TEST_DATA_LOC = pathlib.Path(__file__).parent
|
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Any.php | 152 parent::__construct($data);
|
H A D | Api.php | 128 parent::__construct($data);
|
H A D | Enum.php | 69 parent::__construct($data);
|
H A D | Value.php | 46 parent::__construct($data);
|
H A D | Type.php | 77 parent::__construct($data);
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/ |
H A D | ExtensionRange.php | 50 parent::__construct($data);
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/ |
H A D | Annotation.php | 69 parent::__construct($data);
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | MethodOptions.php | 56 parent::__construct($data);
|
H A D | ServiceDescriptorProto.php | 46 parent::__construct($data);
|
H A D | EnumDescriptorProto.php | 68 parent::__construct($data);
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/ |
H A D | Location.php | 181 parent::__construct($data);
|