Home
last modified time | relevance | path

Searched refs:parent (Results 1476 - 1500 of 1997) sorted by relevance

1...<<51525354555657585960>>...80

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconsistency_tools.py368 # Check parent attribute, if present.
369 self.check_referenced_type("'parent' attribute", info.elem.get("parent"))
619 'parent')
630 for parent in immediate_parents:
631 all_parents.extend(self[parent])
765 dictionary, but before propagation of parent codes to child types.
780 # Any handle can result in its parent handle's codes too.
805 to satisfy a requirement for a parent in producing a code.
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dxml_consistency.py136 SPECIFICATION_DIR = Path(__file__).parent.parent
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c602 static void *drbg_ctr_new_wrapper(void *provctx, void *parent, in drbg_ctr_new_wrapper() argument
605 return ossl_rand_drbg_new(provctx, parent, parent_dispatch, &drbg_ctr_new, in drbg_ctr_new_wrapper()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_builder.h282 // parent id>.
592 InstructionBuilder(IRContext* context, BasicBlock* parent, in InstructionBuilder() argument
596 parent_(parent), in InstructionBuilder()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_builder.h282 // parent id>.
592 InstructionBuilder(IRContext* context, BasicBlock* parent, in InstructionBuilder() argument
596 parent_(parent), in InstructionBuilder()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dderb.cpp386 static void printOutAlias(UFILE *out, UResourceBundle *parent, Resource r, const char *key, int32_t indent, const char *pname, UErrorCode *status) {
389 const UChar* thestr = res_getAlias(&(parent->fResData), r, &len);
/third_party/toybox/kconfig/
H A Dconfdata.c390 } while ((menu = menu->parent)); in next_menu()
547 else while ((menu = menu->parent)) { in conf_write()
/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32_unittest.cc229 wstring parent(path, 0, pos); in CreateAllUnder()
230 if (CreateAllUnder(parent) && CreateDirectoryW(path.c_str(), nullptr)) { in CreateAllUnder()
/third_party/protobuf/python/google/protobuf/internal/
H A Dcontainers.py685 def __init__(self, parent, index):
686 self._parent = parent
693 'The parent message might be cleared.')
696 'The parent message might be cleared.')
730 'The parent message might be cleared.')
745 'The parent message might be cleared.')
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-source.c589 u->source->parent.process_msg = source_process_msg_cb; in pa__init()
675 u->sink->parent.process_msg = sink_process_msg_cb; in pa__init()
/third_party/rust/crates/syn/codegen/src/
H A Dparse.rs534 let parent = relative_to_workspace_root.parent().expect("no parent path"); in do_load_file()
575 let path = parent.join(filename); in do_load_file()
/third_party/python/Tools/clinic/
H A Dclinic.py2118 this function is only ever used to find the parent of where
2122 parent = module = self
2129 child = parent.modules.get(field)
2131 parent = module = child
2134 if not hasattr(parent, 'classes'):
2136 child = parent.classes.get(field)
2139 cls = parent = child
2195 self.module = self.parent = module
2211 self.parent = cls or module
2319 self.parent
[all...]
/third_party/python/Modules/
H A D_pickle.c1842 PyObject *parent = NULL; in get_deep_attribute() local
1849 Py_XDECREF(parent); in get_deep_attribute()
1850 parent = obj; in get_deep_attribute()
1851 (void)_PyObject_LookupAttr(parent, name, &obj); in get_deep_attribute()
1853 Py_DECREF(parent); in get_deep_attribute()
1858 *pparent = parent; in get_deep_attribute()
1860 Py_XDECREF(parent); in get_deep_attribute()
3607 PyObject *parent = NULL; in save_global() local
3654 cls = get_deep_attribute(module, dotted_path, &parent); in save_global()
3742 if (parent in save_global()
[all...]
/third_party/toybox/toys/pending/
H A Dip.c63 int flags, iface_idx, mtu, txqueuelen, parent,iface_type; member
799 if (link->parent != -1) { in print_link_output()
804 if_indextoname( link->parent,req.ifr_ifrn.ifrn_name); in print_link_output()
818 if (link->parent != -1) { in print_link_output()
821 if (!if_indextoname(link->parent, iface)) perror_exit(NULL); in print_link_output()
827 ((link->parent == -1) ? link->iface : toybuf)); in print_link_output()
829 link->iface_idx, ((link->parent == -1) ? link->iface : toybuf), flags, in print_link_output()
892 link->parent = -1; in get_link_info()
922 link->parent = *((int*)(RTA_DATA(attr))); in get_link_info()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c209 struct vop2_power_domain *parent; member
307 struct vop2_win *parent; member
923 if (!reg->mask && win->parent) in vop2_get_win_regs()
924 return win->parent->regs; in vop2_get_win_regs()
1465 if (pd->parent) in vop2_power_domain_get()
1466 vop2_power_domain_get(pd->parent); in vop2_power_domain_get()
1483 * For a nested power domain(PD_Cluster0 is the parent of PD_CLuster1/2/3) in vop2_power_domain_put()
1484 * the parent powe domain must be enabled before child power domain in vop2_power_domain_put()
1489 * when all child PD is disabled, we want disable the parent in vop2_power_domain_put()
1506 if (pd->parent) in vop2_power_domain_put()
1537 vop2_win_multi_area_disable(struct vop2_win *parent) vop2_win_multi_area_disable() argument
5317 vop2_clk_set_parent(struct clk *clk, struct clk *parent) vop2_clk_set_parent() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_uniforms.c623 struct type_tree_entry *parent; member
744 p = p->parent) { in get_next_index()
1101 entry->parent = NULL; in build_type_tree_for_type()
1106 entry->children->parent = entry; in build_type_tree_for_type()
1120 field_entry->parent = entry; in build_type_tree_for_type()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_linking_helpers.c1200 nir_deref_instr *parent = clone_deref_instr(b, var, parent_deref); in clone_deref_instr() local
1209 return nir_build_deref_array_imm(b, parent, index->value->i64); in clone_deref_instr()
1215 parent->dest.ssa.bit_size); in clone_deref_instr()
1216 return nir_build_deref_ptr_as_array(b, parent, ssa); in clone_deref_instr()
1219 return nir_build_deref_struct(b, parent, deref->strct.index); in clone_deref_instr()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.c424 " -P, --parent Show parent directory\n" in usage()
619 { "parent", no_argument, NULL, 'P' }, in parse_options()
731 if (!opts.parent) { in parse_options()
732 opts.parent++; in parse_options()
875 if (opts.parent && !opts.verbose) { in parse_options()
876 ntfs_log_error("To use --parent, you must also use --verbose.\n"); in parse_options()
917 ntfs_log_debug(" and parent filename '%s'", in free_file()
942 * verify_parent - confirm a record is parent of a file
944 * @rec: the mft record of the possible parent
[all...]
/third_party/node/deps/v8/src/objects/
H A Dstring.cc766 string = slice.parent(cage_base); in SlowGetFlatContent()
934 source = slice.parent(cage_base); in WriteToFlat()
1643 string = sliced.parent(cage_base); in ComputeAndSetHash()
1806 return parent(cage_base).Get(offset() + index, cage_base, access_guard); in Get()
1980 subject = SlicedString::cast(subject).parent(cage_base); in AddressOfCharacterAt()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs329 /// A HashMap keyed on a type definition, and whose value is the parent id
334 /// outside of the parent class.
746 /// codegen'd, even if its parent is not allowlisted. See issue #769 for
752 if let Some(ref mut parent) = self.items[item.parent_id().0] { in add_item_to_module()
753 if let Some(module) = parent.as_module_mut() { in add_item_to_module()
755 "add_item_to_module: adding {:?} as child of parent module {:?}", in add_item_to_module()
1080 // First, we'll make sure that its parent id is correct. in process_replacements()
1084 // Same parent and therefore also same containing in process_replacements()
1481 /// Add a semantic parent for a given type definition.
1497 /// Returns a known semantic parent fo
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-esound.c80 pa_msgobject parent; member
449 c->sink_input->parent.process_msg = sink_input_process_msg; in esd_proto_stream_play()
1506 c->parent.parent.free = connection_free; in pa_esound_protocol_connect()
1507 c->parent.process_msg = connection_process_msg; in pa_esound_protocol_connect()
/third_party/selinux/libsepol/cil/src/
H A Dcil_verify.c1026 struct cil_booleanif *bif = node->parent->parent->data; in __cil_verify_booleanif_helper()
1705 struct cil_symtab_datum *parent, in __cil_verify_classperms()
1715 cil_tree_log(NODE(cur), CIL_ERR, "Map class %s does not have a classmapping for %s", parent->name, cur->name); in __cil_verify_classperms()
1724 cil_tree_log(NODE(cur), CIL_ERR, "Found circular class permissions involving the map class %s and permission %s", parent->name, cur->name); in __cil_verify_classperms()
1703 __cil_verify_classperms(struct cil_list *classperms, struct cil_symtab_datum *orig, struct cil_symtab_datum *parent, struct cil_symtab_datum *cur, enum cil_flavor flavor, unsigned steps, unsigned limit) __cil_verify_classperms() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp34 WpaGui::WpaGui(QApplication *_app, QWidget *parent, const char *, in WpaGui() argument
36 : QMainWindow(parent), app(_app) in WpaGui()
1756 ErrorMsg(QWidget *parent, DWORD last_err = GetLastError());
1762 ErrorMsg::ErrorMsg(QWidget *parent, DWORD last_err) : in ErrorMsg() argument
1763 QMessageBox(parent), err(last_err) in ErrorMsg()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp36 WpaGui::WpaGui(QApplication *_app, QWidget *parent, const char *, in WpaGui() argument
38 : QMainWindow(parent), app(_app) in WpaGui()
1771 ErrorMsg(QWidget *parent, DWORD last_err = GetLastError());
1777 ErrorMsg::ErrorMsg(QWidget *parent, DWORD last_err) : in ErrorMsg() argument
1778 QMessageBox(parent), err(last_err) in ErrorMsg()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc1746 // Its parent is the top of the stack, or nullptr if the stack is empty. in LabelControlFlowConstructs()
1754 const auto* parent = enclosing.empty() ? nullptr : enclosing.back(); in LabelControlFlowConstructs()
1757 // In that case, adjust the parent up. in LabelControlFlowConstructs()
1759 TINT_ASSERT(Reader, parent); in LabelControlFlowConstructs()
1760 TINT_ASSERT(Reader, parent->kind == Construct::kContinue); in LabelControlFlowConstructs()
1761 scope_end_pos = parent->end_pos; in LabelControlFlowConstructs()
1762 parent = parent->parent; in LabelControlFlowConstructs()
1765 parent, static_cas in LabelControlFlowConstructs()
[all...]

Completed in 68 milliseconds

1...<<51525354555657585960>>...80