Home
last modified time | relevance | path

Searched refs:parent (Results 1751 - 1775 of 2597) sorted by relevance

1...<<71727374757677787980>>...104

/third_party/libwebsockets/minimal-examples/gtk/minimal-gtk/
H A Dmain.c38 struct lws_context *context = mgr->parent; in system_notify_cb()
/third_party/node/deps/v8/src/inspector/
H A Dv8-stack-trace-impl.h127 std::weak_ptr<AsyncStackTrace> parent() const;
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_urllib.py155 if not first or node.parent.prefix.endswith(indentation):
/third_party/pulseaudio/src/pulsecore/
H A Dcore.h155 pa_msgobject parent; member
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshalgo.h58 PSH_Hint parent; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-unicode.h300 hb_unicode_funcs_create (hb_unicode_funcs_t *parent);
/third_party/toybox/toys/other/
H A Dlosetup.c143 if (!node->parent) return DIRTREE_RECURSE; in dash_a()
/third_party/protobuf/kokoro/release/python/windows/
H A Dbuild_single_artifact.bat29 REM the parent CMD process).
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DDescriptorProto.php86 parent::__construct($data);
H A DFieldDescriptorProto.php43 * message are searched, then within the parent, on up to the root
126 * message are searched, then within the parent, on up to the root
169 parent::__construct($data);
310 * message are searched, then within the parent, on up to the root
335 * message are searched, then within the parent, on up to the root
H A DFileDescriptorProto.php125 parent::__construct($data);
/third_party/python/Lib/test/test_importlib/import_/
H A Dtest_meta_path.py29 first.find_spec = lambda self, fullname, path=None, parent=None: None
56 """If there is no __path__ entry on the parent module, then 'path' is None
/third_party/python/Lib/test/test_importlib/resources/
H A Dutil.py148 data_dir = data_path.parent
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
H A DShaderVars.h134 // Offset of this variable in parent arrays. In case the parent is an array of arrays, the
151 void updateEffectiveLocation(const sh::ShaderVariable &parent);
/third_party/selinux/libsepol/cil/src/
H A Dcil_resolve_ast.h95 int cil_resolve_expr(enum cil_flavor expr_type, struct cil_list *str_expr, struct cil_list **datum_expr, struct cil_tree_node *parent, void *extra_args);
/third_party/rust/crates/unicode-ident/generate/src/
H A Dmain.rs39 let unicode_ident_dir = manifest_dir.parent().unwrap(); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.h51 WpaGui(QApplication *app, QWidget *parent = 0, const char *name = 0,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.h51 WpaGui(QApplication *app, QWidget *parent = 0, const char *name = 0,
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H A Ddrv_media_mem.c544 struct rb_node *parent = NULL; in mmb_add_to_rbtree() local
549 parent = *p; in mmb_add_to_rbtree()
550 entry = rb_entry(parent, hil_mmb_t, s_node); in mmb_add_to_rbtree()
561 rb_link_node(&mmb->s_node, parent, p); in mmb_add_to_rbtree()
565 parent = *p; in mmb_add_to_rbtree()
566 entry = rb_entry(parent, hil_mmb_t, node); in mmb_add_to_rbtree()
578 rb_link_node(&mmb->node, parent, p); in mmb_add_to_rbtree()
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_pattern_test_ng.cpp1240 auto parent = sliderPattern->parentAccessibilityNode_; in HWTEST_F() local
1241 ASSERT_NE(parent, nullptr); in HWTEST_F()
1326 auto parent = sliderPattern->parentAccessibilityNode_; in HWTEST_F() local
1327 ASSERT_NE(parent, nullptr); in HWTEST_F()
1369 auto parent = sliderPattern->parentAccessibilityNode_; in HWTEST_F() local
1370 ASSERT_NE(parent, nullptr); in HWTEST_F()
1385 EXPECT_EQ(parent->GetChildren().size(), HORIZONTAL_STEP_POINTS.size()); in HWTEST_F()
/third_party/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp310 TextTrieMap::addChildNode(CharacterNode *parent, UChar c, UErrorCode &status) { in addChildNode() argument
316 uint16_t nodeIndex = parent->fFirstChild; in addChildNode()
331 int32_t parentIndex = (int32_t)(parent - fNodes); in addChildNode()
336 parent = fNodes + parentIndex; in addChildNode()
345 parent->fFirstChild = (uint16_t)fNodesCount; in addChildNode()
354 TextTrieMap::getChildNode(CharacterNode *parent, UChar c) const { in getChildNode() argument
356 uint16_t nodeIndex = parent->fFirstChild; in getChildNode()
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames_impl.cpp310 TextTrieMap::addChildNode(CharacterNode *parent, char16_t c, UErrorCode &status) { in addChildNode() argument
316 uint16_t nodeIndex = parent->fFirstChild; in addChildNode()
331 int32_t parentIndex = (int32_t)(parent - fNodes); in addChildNode()
336 parent = fNodes + parentIndex; in addChildNode()
345 parent->fFirstChild = (uint16_t)fNodesCount; in addChildNode()
354 TextTrieMap::getChildNode(CharacterNode *parent, char16_t c) const { in getChildNode() argument
356 uint16_t nodeIndex = parent->fFirstChild; in getChildNode()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_schedule.c176 bi_push_dependency(unsigned parent, unsigned child, in bi_push_dependency() argument
179 if (!BITSET_TEST(dependents[parent], child)) { in bi_push_dependency()
180 BITSET_SET(dependents[parent], child); in bi_push_dependency()
190 util_dynarray_foreach(table + index, unsigned, parent) in add_dependency()
191 bi_push_dependency(*parent, child, dependents, dep_counts); in add_dependency()
195 mark_access(struct util_dynarray *table, unsigned index, unsigned parent) in mark_access() argument
198 util_dynarray_append(&table[index], unsigned, parent); in mark_access()
/third_party/openssl/test/
H A Dacvp_test.c1314 EVP_RAND_CTX *ctx = NULL, *parent = NULL; in drbg_test() local
1323 || !TEST_ptr(parent = EVP_RAND_CTX_new(rand, NULL))) in drbg_test()
1330 if (!TEST_true(EVP_RAND_CTX_set_params(parent, params))) in drbg_test()
1335 || !TEST_ptr(ctx = EVP_RAND_CTX_new(rand, parent))) in drbg_test()
1355 if (!TEST_true(EVP_RAND_CTX_set_params(parent, params))) in drbg_test()
1374 || !TEST_true(EVP_RAND_uninstantiate(parent))) in drbg_test()
1384 EVP_RAND_CTX_free(parent); in drbg_test()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtznames_impl.cpp302 TextTrieMap::addChildNode(CharacterNode *parent, UChar c, UErrorCode &status) { in addChildNode() argument
308 uint16_t nodeIndex = parent->fFirstChild; in addChildNode()
323 int32_t parentIndex = (int32_t)(parent - fNodes); in addChildNode()
328 parent = fNodes + parentIndex; in addChildNode()
337 parent->fFirstChild = (uint16_t)fNodesCount; in addChildNode()
346 TextTrieMap::getChildNode(CharacterNode *parent, UChar c) const { in getChildNode() argument
348 uint16_t nodeIndex = parent->fFirstChild; in getChildNode()

Completed in 32 milliseconds

1...<<71727374757677787980>>...104