/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | usb_controller.c | 281 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 D | abi_check.py | 398 def _remove_children_with_tag(self, parent, tag): 399 children = parent.getchildren() 402 parent.remove(child)
|
H A D | lcov.sh | 18 3. Run this script from the parent of the directory containing the library
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io_to_scalar.c | 307 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 D | nir_opt_move_discards_to_top.c | 109 if (discard->instr.block->cf_node.parent->type != nir_cf_node_function) in try_move_discard()
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | gen_pack.py | 301 def __init__(self, parser, parent, start, count, label): 303 self.parent = parent
|
H A D | io.h | 199 /* Handle of the parent resource when a suballocation is requested. 204 uint32_t parent; member
|
/third_party/mesa3d/src/broadcom/cle/ |
H A D | gen_pack_header.py | 186 def __init__(self, parser, parent, start, count): 188 self.parent = parent
|
/third_party/libwebsockets/lib/roles/h1/ |
H A D | ops-h1.c | 723 &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 D | v8-stack-trace-impl.cc | 66 *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 D | core.c | 134 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 D | SeparateCompoundExpressions.cpp | 313 TIntermNode *parent = getParentNode(); variable 314 if (parent && parent->getAsBlock())
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_unswitch_pass.cpp | 233 // 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 D | loop_unswitch_pass.cpp | 233 // 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 D | SkPDFDocument.cpp | 144 // 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 D | RegionInfo.h | 130 /// 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 D | module-tunnel-sink-new.c | 75 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 D | module-tunnel-source-new.c | 73 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 D | loop_unswitch_pass.cpp | 226 // 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 D | objects-debug.cc | 104 // - 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 D | inspect.py | 1266 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 D | lws-cache-ttl.h | 227 struct lws_cache_ttl_lru *parent; member
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/ |
H A D | minimal-ws-server.c | 106 struct lws_context *context = mgr->parent; in system_notify_cb()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_fs.c | 100 assert(fs->base.parent == NULL); in svga_delete_fs_state()
|
H A D | svga_pipe_vs.c | 110 assert(vs->base.parent == NULL); in svga_delete_vs_state()
|