/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_readonly_images_to_tex.c | 61 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 D | ir3_ra.h | 181 * 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 D | spec.js | 101 // 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 D | check-layout-th.js | 5 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 D | preparse-data-impl.h | 51 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 D | templates-inl.h | 128 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 D | sampling-heap-profiler.h | 51 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 D | run_tests.pl | 164 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 D | MessageDescriptor.cs | 69 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 D | calltip_w.py | 172 def _calltip_window(parent): # htest # 175 top = Toplevel(parent) 177 x, y = map(int, parent.geometry().split('+')[1:])
|
H A D | scrolledlist.py | 131 def _scrolled_list(parent): # htest # 132 top = Toplevel(parent) 133 x, y = map(int, parent.geometry().split('+')[1:])
|
H A D | stackviewer.py | 127 def _stack_viewer(parent): # htest # 129 top = tk.Toplevel(parent) 131 x, y = map(int, parent.geometry().split('+')[1:])
|
H A D | grep.py | 32 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 D | test_request_response_with_callback.c | 36 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 D | BuddyAllocator.cpp | 173 // 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 D | mdev.c | 283 if (node->parent && node->parent->parent) return 0; in callback()
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
H A D | makeindex.py | 103 # - 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 D | finder.rs | 215 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 D | dbus_new_handlers_p2p.c | 366 !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 D | dbus_new_handlers_p2p.c | 407 !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 D | swscale.c | 311 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 D | mime.c | 1148 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 D | reg.py | 102 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 D | teglGLES2SharedRenderingPerfTests.cpp | 104 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 D | reg.py | 102 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...] |