Home
last modified time | relevance | path

Searched refs:parent (Results 1101 - 1125 of 1826) sorted by relevance

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dusb_controller.c281 device_printf(bus->parent, "Resetting controller\n"); in usb_bus_reset_async_locked()
848 mtx_init(&bus->bus_mtx, device_get_nameunit(bus->parent), in usb_bus_mem_alloc_all()
851 mtx_init(&bus->bus_spin_lock, device_get_nameunit(bus->parent), in usb_bus_mem_alloc_all()
/third_party/mbedtls/scripts/
H A Dabi_check.py398 def _remove_children_with_tag(self, parent, tag):
399 children = parent.getchildren()
402 parent.remove(child)
H A Dlcov.sh18 3. Run this script from the parent of the directory containing the library
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io_to_scalar.c307 const nir_deref_instr *parent = nir_deref_instr_parent(src_head); in clone_deref_array() local
309 if (!parent) in clone_deref_array()
314 dst_tail = clone_deref_array(b, dst_tail, parent); in clone_deref_array()
H A Dnir_opt_move_discards_to_top.c109 if (discard->instr.block->cf_node.parent->type != nir_cf_node_function) in try_move_discard()
/third_party/mesa3d/src/asahi/lib/
H A Dgen_pack.py301 def __init__(self, parser, parent, start, count, label):
303 self.parent = parent
H A Dio.h199 /* Handle of the parent resource when a suballocation is requested.
204 uint32_t parent; member
/third_party/mesa3d/src/broadcom/cle/
H A Dgen_pack_header.py186 def __init__(self, parser, parent, start, count):
188 self.parent = parent
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c723 &wsi->parent->http.buflist_post_body, &buf); in rops_handle_POLLOUT_h1()
747 lws_buflist_use_segment(&wsi->parent->http.buflist_post_body, len); in rops_handle_POLLOUT_h1()
751 if (wsi->parent->http.buflist_post_body) { in rops_handle_POLLOUT_h1()
/third_party/node/deps/v8/src/inspector/
H A Dv8-stack-trace-impl.cc66 *asyncParent = (*asyncParent)->parent().lock(); in calculateAsyncChain()
383 m_parent = m_parent->parent().lock().get(); in next()
466 std::weak_ptr<AsyncStackTrace> AsyncStackTrace::parent() const { in parent() function in v8_inspector::AsyncStackTrace
/third_party/pulseaudio/src/pulsecore/
H A Dcore.c134 c->parent.parent.free = core_free; in pa_core_new()
135 c->parent.process_msg = core_process_msg; in pa_core_new()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSeparateCompoundExpressions.cpp313 TIntermNode *parent = getParentNode(); variable
314 if (parent && parent->getAsBlock())
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_unswitch_pass.cpp233 // If this preheader is the parent loop header, in PerformUnswitch()
521 BasicBlock* parent = context_->get_instr_block(var); in IsDynamicallyUniform() local
522 if (!parent) { in IsDynamicallyUniform()
526 if (!post_dom_tree.Dominates(parent->id(), entry->id())) { in IsDynamicallyUniform()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_unswitch_pass.cpp233 // If this preheader is the parent loop header, in PerformUnswitch()
521 BasicBlock* parent = context_->get_instr_block(var); in IsDynamicallyUniform() local
522 if (!parent) { in IsDynamicallyUniform()
526 if (!post_dom_tree.Dominates(parent->id(), entry->id())) { in IsDynamicallyUniform()
/third_party/skia/src/pdf/
H A DSkPDFDocument.cpp144 // nodes have type "Pages" with an array of children, a parent pointer, and in generate_page_tree()
146 // into the method, have type "Page" and need a parent pointer. This method in generate_page_tree()
170 SkPDFIndirectReference parent = doc->reserveRef(); in generate_page_tree() local
175 node.fNode->insertRef("Parent", parent); in generate_page_tree()
182 result.push_back(PageTreeNode{std::move(next), parent, descendantCount}); in generate_page_tree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DRegionInfo.h130 /// In the BBtoRegionNode map of the parent of this node, BB will always map
138 /// The parent Region of this RegionNode.
140 RegionT *parent; member in llvm::RegionNodeBase
145 /// @param Parent The parent of this RegionNode.
153 : entry(Entry, isSubRegion), parent(Parent) {} in RegionNodeBase()
159 /// Get the parent Region of this RegionNode.
161 /// The parent Region is the Region this RegionNode belongs to. If for
166 /// @return Get the parent Region of this RegionNode.
167 inline RegionT *getParent() const { return parent; } in getParent()
218 /// Region A is the \e parent o
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel-sink-new.c75 pa_msgobject parent; member
601 u->sink->parent.process_msg = sink_process_msg_cb; in create_sink()
697 u->msg->parent.process_msg = tunnel_process_msg; in do_init()
H A Dmodule-tunnel-source-new.c73 pa_msgobject parent; member
575 u->source->parent.process_msg = source_process_msg_cb; in create_source()
669 u->msg->parent.process_msg = tunnel_process_msg; in do_init()
/third_party/spirv-tools/source/opt/
H A Dloop_unswitch_pass.cpp226 // If this preheader is the parent loop header, in PerformUnswitch()
515 BasicBlock* parent = context_->get_instr_block(var); in IsDynamicallyUniform() local
516 if (!parent) { in IsDynamicallyUniform()
520 if (!post_dom_tree.Dominates(parent->id(), entry->id())) { in IsDynamicallyUniform()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc104 // - If the corresponding objects have inheritence the parent's Verify method
502 // If there is a parent map it must be non-stable. in MapVerify()
503 Map parent = Map::cast(GetBackPointer()); in MapVerify() local
504 CHECK(!parent.is_stable()); in MapVerify()
506 if (descriptors == parent.instance_descriptors(isolate)) { in MapVerify()
507 if (NumberOfOwnDescriptors() == parent.NumberOfOwnDescriptors() + 1) { in MapVerify()
509 // ownership from the parent map. in MapVerify()
510 CHECK(!parent.owns_descriptors()); in MapVerify()
512 CHECK_EQ(NumberOfOwnDescriptors(), parent.NumberOfOwnDescriptors()); in MapVerify()
514 // ownership from the parent ma in MapVerify()
[all...]
/third_party/python/Lib/
H A Dinspect.py1266 def walktree(classes, children, parent):
1289 for parent in c.__bases__:
1290 if parent not in children:
1291 children[parent] = []
1292 if c not in children[parent]:
1293 children[parent].append(c)
1294 if unique and parent in classes: break
1297 for parent in children:
1298 if parent not in classes:
1299 roots.append(parent)
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-cache-ttl.h227 struct lws_cache_ttl_lru *parent; member
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
H A Dminimal-ws-server.c106 struct lws_context *context = mgr->parent; in system_notify_cb()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_fs.c100 assert(fs->base.parent == NULL); in svga_delete_fs_state()
H A Dsvga_pipe_vs.c110 assert(vs->base.parent == NULL); in svga_delete_vs_state()

Completed in 22 milliseconds

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