Home
last modified time | relevance | path

Searched refs:parent (Results 626 - 650 of 1858) sorted by relevance

1...<<21222324252627282930>>...75

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_readonly_images_to_tex.c61 nir_deref_instr *parent = nir_deref_instr_parent(deref); in replace_image_type_with_sampler() local
62 if (parent) in replace_image_type_with_sampler()
63 replace_image_type_with_sampler(parent); in replace_image_type_with_sampler()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.h181 * parent vector and sometimes collect sources will also overlap with the
201 struct ir3_reg_interval *parent; member
233 struct ir3_reg_interval *parent,
268 interval->parent = NULL; in ir3_reg_interval_init()
/third_party/node/lib/internal/test_runner/reporter/
H A Dspec.js101 // Report all the parent `test:start` events
102 const parent = ArrayPrototypePop(this.#stack);
103 assert(parent.type === 'test:start');
104 const msg = parent.data;
/third_party/node/test/fixtures/wpt/resources/
H A Dcheck-layout-th.js5 function checkSubtreeExpectedValues(t, parent, prefix)
7 var checkedLayout = checkExpectedValues(t, parent, prefix);
8 Array.prototype.forEach.call(parent.childNodes, function(node) {
/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data-impl.h51 explicit ReadingScope(BaseConsumedPreparseData<Data>* parent) in ReadingScope() argument
52 : ReadingScope(parent->scope_data_.get(), parent->GetScopeData()) {} in ReadingScope()
/third_party/node/deps/v8/src/objects/
H A Dtemplates-inl.h128 Object parent = GetParentTemplate(); in GetParent() local
129 return parent.IsUndefined(isolate) ? FunctionTemplateInfo() in GetParent()
130 : FunctionTemplateInfo::cast(parent); in GetParent()
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.h51 AllocationNode(AllocationNode* parent, const char* name, int script_id, in AllocationNode() argument
53 : parent_(parent), in AllocationNode()
165 AllocationNode* FindOrAddChildNode(AllocationNode* parent, const char* name,
/third_party/openssl/test/
H A Drun_tests.pl164 use parent -norequire, 'TAP::Parser';
248 use parent -norequire, 'TAP::Harness';
261 use parent 'Test::Harness';
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMessageDescriptor.cs69 internal MessageDescriptor(DescriptorProto proto, FileDescriptor file, MessageDescriptor parent, int typeIndex, GeneratedClrTypeInfo generatedCodeInfo) in MessageDescriptor() argument
70 : base(file, file.ComputeFullName(parent, proto.Name), typeIndex) in MessageDescriptor()
75 ContainingType = parent; in MessageDescriptor()
/third_party/python/Lib/idlelib/
H A Dcalltip_w.py172 def _calltip_window(parent): # htest #
175 top = Toplevel(parent)
177 x, y = map(int, parent.geometry().split('+')[1:])
H A Dscrolledlist.py131 def _scrolled_list(parent): # htest #
132 top = Toplevel(parent)
133 x, y = map(int, parent.geometry().split('+')[1:])
H A Dstackviewer.py127 def _stack_viewer(parent): # htest #
129 top = tk.Toplevel(parent)
131 x, y = map(int, parent.geometry().split('+')[1:])
H A Dgrep.py32 flist: filelist.FileList instance for OutputWindow parent.
78 flist: filelist.Filelist instance for OutputWindow parent.
192 def _grep_dialog(parent): # htest #
197 top = Toplevel(parent)
199 x, y = map(int, parent.geometry().split('+')[1:])
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_request_response_with_callback.c36 pid_t parent; variable
52 kill(parent, SIGKILL); in killparent()
300 parent = getpid(); in main()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBuddyAllocator.cpp173 // Remember the parent to merge these back upon de-allocation. in Allocate()
234 BuddyBlock* parent = curr->pParent;
242 parent->mState = BlockState::Free;
244 // Ascend up to the next level (parent block).
245 curr = parent;
/third_party/toybox/toys/pending/
H A Dmdev.c283 if (node->parent && node->parent->parent) return 0; in callback()
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
H A Dmakeindex.py103 # - Each .xhtml page with a parent .xml page gets an
106 # in the parent page gets an aliased index entry.
107 # - Each .xhtml page *without* a parent is reported but
135 parent = srcdir + '/' + entrypoint + srcext
138 if (os.path.exists(parent)):
140 # Search parent file for <function> tags inside <funcdef> tags
143 fp = open(parent)
153 print('No parent page for', file, ', will not be indexed')
/third_party/rust/crates/which-rs/src/
H A Dfinder.rs215 if let (Some(parent), Some(file_name)) = (p.parent(), p.file_name()) { in correct_casing()
216 if let Ok(iter) = fs::read_dir(parent) { in correct_casing()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c366 !wpa_s->parent->dbus_new_path || in wpas_dbus_handler_p2p_group_add()
367 os_strcmp(iface, wpa_s->parent->dbus_new_path) != 0) { in wpas_dbus_handler_p2p_group_add()
746 !wpa_s->parent->dbus_new_path || in wpas_dbus_handler_p2p_invite()
747 os_strcmp(iface, wpa_s->parent->dbus_new_path) != 0) { in wpas_dbus_handler_p2p_invite()
1190 !wpa_s->parent->parent->dbus_new_path) in wpas_dbus_getter_p2p_peers()
1211 wpa_s->parent->parent->dbus_new_path, in wpas_dbus_getter_p2p_peers()
1335 if (!wpa_s->parent->parent in wpas_dbus_getter_p2p_peergo()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c407 !wpa_s->parent->dbus_new_path || in wpas_dbus_handler_p2p_group_add()
408 os_strcmp(iface, wpa_s->parent->dbus_new_path) != 0) { in wpas_dbus_handler_p2p_group_add()
797 !wpa_s->parent->dbus_new_path || in wpas_dbus_handler_p2p_invite()
798 os_strcmp(iface, wpa_s->parent->dbus_new_path) != 0) { in wpas_dbus_handler_p2p_invite()
1243 !wpa_s->parent->parent->dbus_new_path) in wpas_dbus_getter_p2p_peers()
1264 wpa_s->parent->parent->dbus_new_path, in wpas_dbus_getter_p2p_peers()
1388 if (!wpa_s->parent->parent in wpas_dbus_getter_p2p_peergo()
[all...]
/third_party/ffmpeg/libswscale/
H A Dswscale.c311 SwsContext *const ctx = c->parent ? c->parent : c; in swscale()
326 SwsContext *const ctx = c->parent ? c->parent : c; in swscale()
1217 SwsContext *parent = priv; in ff_sws_slice_worker() local
1218 SwsContext *c = parent->slice_ctx[threadnr]; in ff_sws_slice_worker()
1220 const int slice_height = FFALIGN(FFMAX((parent->dst_slice_height + nb_jobs - 1) / nb_jobs, 1), in ff_sws_slice_worker()
1223 const int slice_end = FFMIN((jobnr + 1) * slice_height, parent->dst_slice_height); in ff_sws_slice_worker()
1229 for (int i = 0; i < FF_ARRAY_ELEMS(dst) && parent->frame_dst->data[i]; i++) { in ff_sws_slice_worker()
1231 const ptrdiff_t offset = parent in ff_sws_slice_worker()
[all...]
/third_party/curl/lib/
H A Dmime.c1148 if(mime && mime->parent) { in mime_subparts_free()
1149 mime->parent->freefunc = NULL; /* Be sure we won't be called again. */ in mime_subparts_free()
1150 cleanup_part_content(mime->parent); /* Avoid dangling pointer in part. */ in mime_subparts_free()
1160 if(mime && mime->parent) { in mime_subparts_unbind()
1161 mime->parent->freefunc = NULL; /* Be sure we won't be called again. */ in mime_subparts_unbind()
1162 cleanup_part_content(mime->parent); /* Avoid dangling pointer in part. */ in mime_subparts_unbind()
1163 mime->parent = NULL; in mime_subparts_unbind()
1288 mime->parent = NULL; in curl_mime_init()
1326 part->parent = mime; in curl_mime_addpart()
1548 if(subparts->parent) in Curl_mime_set_subparts()
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreg.py102 parent = stack.pop()
104 for child in parent.findall('*'):
107 parent.remove(child)
126 definitionVariants = parent.findall(f"{child.tag}[@name='{definitionName}']")
129 definitionVariants = parent.findall(f"{child.tag}/name[.='{definitionName}']/..")
132 definitionVariants = parent.findall(f"{child.tag}/name[.='{definitionName}']/..")
135 definitionVariants = parent.findall(f"{child.tag}[@name='{definitionName}']")
138 definitionVariants = parent.findall(f"{child.tag}[@feature='{definitionName}']")
141 definitionVariants = parent.findall(f"{child.tag}/proto/name[.='{definitionName}']/../..")
159 parent
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp104 TestContext (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig eglConfig, const TestConfig& config, bool share, TestContext* parent);
479 TestContext::TestContext (EglTestContext& testCtx, EGLDisplay eglDisplay, EGLConfig eglConfig, const TestConfig& config, bool share, TestContext* parent) in TestContext() argument
480 : m_parent (parent) in TestContext()
505 m_eglContext = createEGLContext(m_testCtx, m_eglDisplay, eglConfig, (share && parent ? parent->getEGLContext() : EGL_NO_CONTEXT)); in TestContext()
527 if (m_config.useCoordBuffer && (!m_config.sharedCoordBuffer || !parent)) in TestContext()
530 m_coordBuffer = parent->getCoordBuffer(); in TestContext()
534 if (m_config.useIndexBuffer && (!m_config.sharedIndexBuffer || !parent)) in TestContext()
537 m_indexBuffer = parent->getIndexBuffer(); in TestContext()
547 if (parent) in TestContext()
[all...]
/third_party/vulkan-headers/registry/
H A Dreg.py102 parent = stack.pop()
104 for child in parent.findall('*'):
107 parent.remove(child)
126 definitionVariants = parent.findall(f"{child.tag}[@name='{definitionName}']")
129 definitionVariants = parent.findall(f"{child.tag}/name[.='{definitionName}']/..")
132 definitionVariants = parent.findall(f"{child.tag}/name[.='{definitionName}']/..")
135 definitionVariants = parent.findall(f"{child.tag}[@name='{definitionName}']")
138 definitionVariants = parent.findall(f"{child.tag}[@feature='{definitionName}']")
141 definitionVariants = parent.findall(f"{child.tag}/proto/name[.='{definitionName}']/../..")
159 parent
[all...]

Completed in 21 milliseconds

1...<<21222324252627282930>>...75