Home
last modified time | relevance | path

Searched defs:parent (Results 751 - 775 of 854) sorted by relevance

1...<<3132333435

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree.h853 init_leaf(btree_node *parent, int max_count) init_leaf() argument
862 init_internal(btree_node *parent) init_internal() argument
1470 new_internal_node(node_type *parent) new_internal_node() argument
1475 new_leaf_node(node_type *parent) new_leaf_node() argument
1804 btree_node *parent = node->parent(); clear_and_delete() local
[all...]
/third_party/selinux/libsepol/src/
H A Dkernel_to_cil.c1489 char *parent; in write_type_bounds_rules_to_cil() local
2197 char *name, *parent, *child, *type; in write_role_decl_rules_to_cil() local
H A Dkernel_to_conf.c1463 char *parent; in write_type_bounds_rules_to_conf() local
/third_party/selinux/libsepol/cil/src/
H A Dcil_verify.c1703 __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
H A Dcil_policy.c1066 struct cil_type *parent; in cil_typebounds_to_policy() local
/third_party/rust/crates/nix/src/
H A Dunistd.rs198 pub fn parent() -> Self { in parent() functions
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new.c1169 struct wpa_supplicant *parent; in wpas_dbus_signal_p2p_group_removed() local
1482 struct wpa_supplicant *parent; wpas_dbus_signal_p2p_group_started() local
1714 struct wpa_supplicant *parent; wpas_dbus_signal_p2p_peer_joined() local
1771 struct wpa_supplicant *parent; wpas_dbus_signal_p2p_peer_disconnected() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboRenderTest.cpp2145 void createChildGroup (deqp::gles2::TestCaseGroup* parent, const char* name, const char* description) in createChildGroup() argument
2153 void createRecreateBuffersGroup (deqp::gles2::TestCaseGroup* parent, const char* name, const char* description) in createRecreateBuffersGroup() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new.c1268 struct wpa_supplicant *parent; in wpas_dbus_signal_p2p_group_removed() local
1581 struct wpa_supplicant *parent; wpas_dbus_signal_p2p_group_started() local
1813 struct wpa_supplicant *parent; wpas_dbus_signal_p2p_peer_joined() local
1870 struct wpa_supplicant *parent; wpas_dbus_signal_p2p_peer_disconnected() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c101 struct SubBand *parent; member
H A Dh264dec.h167 H264Picture *parent; member
/third_party/ffmpeg/libavformat/
H A Ddashdec.c80 AVFormatContext *parent; member
[all...]
H A Dhls.c108 AVFormatContext *parent; member
[all...]
/third_party/glfw/src/
H A Dwl_window.c196 createFallbackEdge(_GLFWwindow* window, _GLFWfallbackEdgeWayland* edge, struct wl_surface* parent, struct wl_buffer* buffer, int x, int y, int width, int height) createFallbackEdge() argument
/third_party/ffmpeg/libswscale/
H A Dswscale_internal.h304 struct SwsContext *parent; member
/third_party/icu/icu4c/source/common/
H A Duresbund.cpp2986 char parent[1024] = ""; ures_getFunctionalEquivalent() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp310 TextTrieMap::addChildNode(CharacterNode *parent, UChar c, UErrorCode &status) { in addChildNode() argument
354 TextTrieMap::getChildNode(CharacterNode *parent, UChar c) const { in getChildNode() argument
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_private.h159 struct vtn_cf_node *parent; member
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.c520 struct ra_interval *parent = ir3_reg_interval_to_ra_interval(_parent); interval_readd() local
1983 struct ra_interval *parent = ir3_reg_interval_to_ra_interval(parent_ir3); handle_phi() local
2369 dummy_interval_readd(struct ir3_reg_ctx *ctx, struct ir3_reg_interval *parent, struct ir3_reg_interval *child) dummy_interval_readd() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c1105 nir_deref_instr *parent; in read_deref() local
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c683 nir_deref_instr *parent = in lower_tex_src_to_offset() local
820 nir_deref_instr *parent = in lower_image_deref() local
[all...]
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c97 int parent; member
558 void add_to_flist(int ft, int id, int parent) in add_to_flist() argument
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c747 spirv_builder_set_phi_operand(struct spirv_builder *b, size_t position, size_t index, SpvId variable, SpvId parent) spirv_builder_set_phi_operand() argument
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc1790 auto parent = ReadOnlyRoots(isolate).undefined_value(); in New() local
1767 New( Isolate* isolate, std::unique_ptr<wasm::StackMemory> stack, Handle<HeapObject> parent) New() argument
1795 New( Isolate* isolate, Handle<WasmContinuationObject> parent) New() argument
/third_party/node/src/
H A Dnode_http2.cc2848 Http2Stream* parent; in PushPromise() local
341 Http2Priority(Environment* env, Local<Value> parent, Local<Value> weight, Local<Value> exclusive) Http2Priority() argument

Completed in 72 milliseconds

1...<<3132333435