/third_party/python/Lib/test/test_import/data/circular_imports/subpkg2/parent/ |
H A D | __init__.py | 1 import test.test_import.data.circular_imports.subpkg2.parent.child namespace
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_pattern.cpp | 337 // find next option node from parent menuNode in UpdateNextNodeDivider() 339 auto parent = host->GetParent(); in UpdateNextNodeDivider() local 340 CHECK_NULL_VOID(parent); in UpdateNextNodeDivider() 341 auto nextNode = parent->GetChildAtIndex(index_ + 1); in UpdateNextNodeDivider() 560 auto parent = columnInfo->GetParent(); in GetSelectOptionWidth() local 561 CHECK_NULL_RETURN(parent, MIN_OPTION_WIDTH.ConvertToPx()); in GetSelectOptionWidth() 562 parent->BuildColumnWidth(); in GetSelectOptionWidth()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | nav_bar_pattern.cpp | 453 auto parent = hostNode->GetParent(); in OnModifyDone() local 454 CHECK_NULL_VOID(parent); in OnModifyDone() 455 titleBarNode->SetInnerParentId(parent->GetInspectorId().value_or("")); in OnModifyDone() 505 auto parent = navBarNode->GetParent(); in SetNavBarMask() local 506 CHECK_NULL_VOID(parent); in SetNavBarMask() 507 auto navigationGroupNode = AceType::DynamicCast<NavigationGroupNode>(parent); in SetNavBarMask()
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_node.h | 500 * .value[0].i32: whether to clip the component based on the parent container bounds.
504 * .value[0].i32: whether to clip the component based on the parent container bounds.
592 * to the parent container's. This attribute can be set, reset, and obtained as required through APIs.
1273 * @brief Sets the alignment mode of the child components along the cross axis of the parent container.
1277 * .value[0].i32: alignment mode of the child components along the cross axis of the parent container.\n
1281 * .value[0].i32: alignment mode of the child components along the cross axis of the parent container.\n
1287 * @brief Sets the percentage of the parent container's remaining space that is allocated to the component.
1291 * .value[0].f32: percentage of the parent container's remaining space that is allocated to the component. \n
1294 * .value[0].f32: percentage of the parent container's remaining space that is allocated to the component. \n
1299 * @brief Sets the percentage of the parent containe [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_node.cpp | 52 const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) in AdjustLayoutWrapperTree() 56 if (parent->GetHostTag() == V2::SWIPER_ETS_TAG) { in AdjustLayoutWrapperTree() 60 parent->SetLayoutWrapperBuilder(lazyLayoutWrapperBuilder); in AdjustLayoutWrapperTree() 565 auto parent = GetParent(); in NotifyChangeWithCount() local 567 if (parent) { in NotifyChangeWithCount() 568 parent->NotifyChange(index, count, accessibilityId, notificationType); in NotifyChangeWithCount() 51 AdjustLayoutWrapperTree( const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) AdjustLayoutWrapperTree() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/ |
H A D | rs_memory_manager.cpp | 320 auto parent = node->GetParent().lock(); in FindGeoById() local 322 while (parent) { in FindGeoById() 323 if (parent->IsInstanceOf<RSSurfaceRenderNode>()) { in FindGeoById() 324 const auto& surfaceNode = RSBaseRenderNode::ReinterpretCast<RSSurfaceRenderNode>(parent); in FindGeoById() 330 parent = parent->GetParent().lock(); in FindGeoById()
|
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
H A D | file_access_ext_stub.cpp | 134 std::shared_ptr<Uri> parent(data.ReadParcelable<Uri>()); in CmdCreateFile() 135 if (parent == nullptr) { in CmdCreateFile() 136 HILOG_ERROR("Parameter CreateFile fail to ReadParcelable parent"); in CmdCreateFile() 153 int ret = CreateFile(*parent, displayName, newFileUri); in CmdCreateFile() 171 std::shared_ptr<Uri> parent(data.ReadParcelable<Uri>()); in CmdMkdir() 172 if (parent == nullptr) { in CmdMkdir() 173 HILOG_ERROR("Parameter Mkdir fail to ReadParcelable parent"); in CmdMkdir() 190 int ret = Mkdir(*parent, displayName, newFileUri); in CmdMkdir()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 73 // trace back to top parent in DumpNodeAbsoluteProperties() 74 auto parent = node.GetParent().lock(); in DumpNodeAbsoluteProperties() local 75 while (parent) { in DumpNodeAbsoluteProperties() 76 parentStack.push(parent); in DumpNodeAbsoluteProperties() 77 if (parent->GetType() == RSRenderNodeType::DISPLAY_NODE) { in DumpNodeAbsoluteProperties() 80 parent = parent->GetParent().lock(); in DumpNodeAbsoluteProperties() 82 // calc absolute position from top parent to current node in DumpNodeAbsoluteProperties()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | exif_maker_note.cpp | 141 auto *keepParent = exifContent->parent;
in GetValue() 143 exifContent->parent = exifData;
in GetValue() 147 exifContent->parent = keepParent;
in GetValue() 163 auto *keepParent = exifEntry->parent;
in GetValue() 170 exifEntry->parent = exifContent;
in GetValue() 179 exifEntry->parent = keepParent;
in GetValue()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | epoll_app.c | 61 struct RbNode *parent = FILLP_NULL_PTR; in EpRbtreeInsert() local 66 parent = *p; in EpRbtreeInsert() 67 epic = EpItemEntryRbNode(parent); in EpRbtreeInsert() 69 p = &parent->rbRight; in EpRbtreeInsert() 71 p = &parent->rbLeft; in EpRbtreeInsert() 76 epi->rbn.rbParent = parent; in EpRbtreeInsert()
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_job_render.c | 57 struct pvr_srv_winsys_free_list *parent; member 113 srv_free_list->parent = to_pvr_srv_winsys_free_list(parent_free_list); in pvr_srv_winsys_free_list_create() 114 parent_handle = srv_free_list->parent->handle; in pvr_srv_winsys_free_list_create() 116 srv_free_list->parent = NULL; in pvr_srv_winsys_free_list_create() 189 if (srv_local_free_list->parent) { in pvr_srv_render_target_dataset_create() 191 srv_local_free_list->parent->handle; in pvr_srv_render_target_dataset_create()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | pcy_tree.c | 283 * CertificatePolicies onto matching parent or anyPolicy if no match. 305 * policies in the parent and link to anyPolicy. 417 node->parent->nchild--; in tree_prune() 430 node->parent->nchild--; in tree_prune() 436 if (curr->anyPolicy->parent) in tree_prune() 437 curr->anyPolicy->parent->nchild--; in tree_prune() 510 if ((node->parent == anyptr) in tree_calculate_authority_set() 573 node = ossl_policy_level_add_node(NULL, extra, anyPolicy->parent, in tree_calculate_user_set()
|
/third_party/openssl/crypto/x509/ |
H A D | pcy_tree.c | 283 * CertificatePolicies onto matching parent or anyPolicy if no match. 305 * policies in the parent and link to anyPolicy. 417 node->parent->nchild--; in tree_prune() 430 node->parent->nchild--; in tree_prune() 436 if (curr->anyPolicy->parent) in tree_prune() 437 curr->anyPolicy->parent->nchild--; in tree_prune() 510 if ((node->parent == anyptr) in tree_calculate_authority_set() 573 node = ossl_policy_level_add_node(NULL, extra, anyPolicy->parent, in tree_calculate_user_set()
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_new_connection.c | 41 pid_t parent; variable 434 killparent(parent, "\nreceived data is not the same"); in on_data_chunk_recv_callback() 880 childproc(int parent) in childproc() argument 898 killparent(parent,"parse_uri failed"); in childproc() 903 //parent proc 989 parent = getpid(); in main() 1000 childproc(parent); in main()
|
H A D | test_notls.c | 36 pid_t parent; variable 432 //killparent(parent, "\nreceived data is not the same"); in on_data_chunk_recv_callback() 434 killparent(parent, "\nreceived data is not the same"); in on_data_chunk_recv_callback() 854 killparent(parent,"no memory"); in childproc() 858 killparent(parent,"parse_uri failed"); in childproc() 863 killparent(parent,"received data is different"); in childproc() 866 //parent proc 950 parent = getpid(); in main()
|
H A D | test_request_response.c | 36 pid_t parent; variable 417 //killparent(parent, "\nreceived data is not the same"); in on_data_chunk_recv_callback() 419 killparent(parent, "\nreceived data is not the same"); in on_data_chunk_recv_callback() 910 killparent(parent,"no memory"); in childproc() 917 killparent(parent,"parse_uri failed"); in childproc() 922 killparent(parent,"received data is different"); in childproc() 925 //parent proc 1006 parent = getpid(); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/ |
H A D | WindowsManifestMerger.cpp | 132 if (Node->parent) { in search() 133 return search(HRef, Node->parent); in search() 191 // including) the Node and traveling upwards through parent nodes. Returns 196 if (Node->parent == nullptr) in getClosestDefault() 198 return getClosestDefault(Node->parent); in getClosestDefault() 400 if (DominantNode->parent) { in mergeNamespaces() 401 xmlNsPtr ClosestDefault = getClosestDefault(DominantNode->parent); in mergeNamespaces()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/ |
H A D | resolve.go | 618 parent *scope 628 func newScope(parent *scope) scope { 629 return scope{objects: map[string]objectAndSource{}, parent: parent} 638 if s.parent == nil { 641 return s.parent.lookup(name)
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 315 if (!indir->parent) { in listfiles() 343 if (indir->parent && (TT.singledir!=indir || (flags&FLAG_R))) in listfiles() 364 if ((flags&(FLAG_h|FLAG_l|FLAG_o|FLAG_n|FLAG_g|FLAG_s)) && indir->parent) { in listfiles() 413 if (S_ISDIR(mode) && !indir->parent && !(flags & FLAG_d)) continue; in listfiles() 535 if (!indir->parent || ((flags&FLAG_R) && dirtree_notdotdot(sort[ul]))) in listfiles() 584 // note: double_list->prev temporarily goes in dirtree->parent in ls_main() 595 for (dt = TT.files->child; dt; dt = dt->next) dt->parent = TT.files; in ls_main()
|
/third_party/toybox/toys/posix/ |
H A D | ls.c | 325 if (!indir->parent) { in listfiles() 354 if (indir->parent && (TT.singledir!=indir || (flags&FLAG_R))) in listfiles() 375 if ((flags&(FLAG_h|FLAG_l|FLAG_o|FLAG_n|FLAG_g|FLAG_s)) && indir->parent) { in listfiles() 425 if (S_ISDIR(mode) && !indir->parent && !(flags & FLAG_d)) continue; in listfiles() 547 if (!indir->parent || ((flags&FLAG_R) && dirtree_notdotdot(sort[ul]))) in listfiles() 596 // note: double_list->prev temporarily goes in dirtree->parent in ls_main() 607 for (dt = TT.files->child; dt; dt = dt->next) dt->parent = TT.files; in ls_main()
|
/third_party/ntfs-3g/src/ |
H A D | lowntfs-3g.c | 219 fuse_ino_t parent; member 375 static u64 ntfs_fuse_inode_lookup(fuse_ino_t parent, const char *name) in ntfs_fuse_inode_lookup() argument 382 dir_ni = ntfs_inode_open(ctx->vol, INODE(parent)); in ntfs_fuse_inode_lookup() 403 * Check access to parent directory 1027 static void ntfs_fuse_lookup(fuse_req_t req, fuse_ino_t parent, in ntfs_fuse_lookup() argument 1037 dir_ni = ntfs_inode_open(ctx->vol, INODE(parent)); in ntfs_fuse_lookup() 1041 * make sure the parent directory is searchable in ntfs_fuse_lookup() 1681 of->parent = 0; in ntfs_fuse_open() 2339 static int ntfs_fuse_create(fuse_req_t req, fuse_ino_t parent, const char *name, in ntfs_fuse_create() argument 2365 if (parent in ntfs_fuse_create() 2539 ntfs_fuse_create_file(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, struct fuse_file_info *fi) ntfs_fuse_create_file() argument 2554 ntfs_fuse_mknod(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev) ntfs_fuse_mknod() argument 2568 ntfs_fuse_symlink(fuse_req_t req, const char *target, fuse_ino_t parent, const char *name) ntfs_fuse_symlink() argument 2687 ntfs_fuse_rm(fuse_req_t req, fuse_ino_t parent, const char *name, enum RM_TYPES rm_type __attribute__((unused))) ntfs_fuse_rm() argument 2883 ntfs_fuse_unlink(fuse_req_t req, fuse_ino_t parent, const char *name) ntfs_fuse_unlink() argument 2895 ntfs_fuse_safe_rename(fuse_req_t req, fuse_ino_t ino, fuse_ino_t parent, const char *name, fuse_ino_t xino, fuse_ino_t newparent, const char *newname, const char *tmp) ntfs_fuse_safe_rename() argument 2947 ntfs_fuse_rename_existing_dest(fuse_req_t req, fuse_ino_t ino, fuse_ino_t parent, const char *name, fuse_ino_t xino, fuse_ino_t newparent, const char *newname) ntfs_fuse_rename_existing_dest() argument 3008 ntfs_fuse_rename(fuse_req_t req, fuse_ino_t parent, const char *name, fuse_ino_t newparent, const char *newname) ntfs_fuse_rename() argument 3153 ntfs_fuse_mkdir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode) ntfs_fuse_mkdir() argument 3167 ntfs_fuse_rmdir(fuse_req_t req, fuse_ino_t parent, const char *name) ntfs_fuse_rmdir() argument [all...] |
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GPBDecodeException.php | 42 parent::__construct(
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_longnames.cpp | 219 // check whether the parent "$unitRes" exists? Then we could return in getGenderForBuiltin() 915 const MicroPropsGenerator *parent, in forMeasureUnit() 937 fillIn->parent = parent; in forMeasureUnit() 951 // fillIn->parent = parent; in forMeasureUnit() 959 fillIn->parent = parent; in forMeasureUnit() 1482 const MicroPropsGenerator *parent, in forCurrencyLongNames() 1484 auto* result = new LongNameHandler(rules, parent); in forCurrencyLongNames() 910 forMeasureUnit(const Locale &loc, const MeasureUnit &unitRef, const UNumberUnitWidth &width, const char *unitDisplayCase, const PluralRules *rules, const MicroPropsGenerator *parent, LongNameHandler *fillIn, UErrorCode &status) forMeasureUnit() argument 1480 forCurrencyLongNames(const Locale &loc, const CurrencyUnit ¤cy, const PluralRules *rules, const MicroPropsGenerator *parent, UErrorCode &status) forCurrencyLongNames() argument 1544 forMeasureUnit(const Locale &loc, const MeasureUnit &mixedUnit, const UNumberUnitWidth &width, const char *unitDisplayCase, const PluralRules *rules, const MicroPropsGenerator *parent, MixedUnitLongNameHandler *fillIn, UErrorCode &status) forMeasureUnit() argument 1707 forMeasureUnits(const Locale &loc, const MaybeStackVector<MeasureUnit> &units, const UNumberUnitWidth &width, const char *unitDisplayCase, const PluralRules *rules, const MicroPropsGenerator *parent, UErrorCode &status) forMeasureUnits() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_longnames.cpp | 219 // check whether the parent "$unitRes" exists? Then we could return in getGenderForBuiltin() 915 const MicroPropsGenerator *parent, in forMeasureUnit() 937 fillIn->parent = parent; in forMeasureUnit() 951 // fillIn->parent = parent; in forMeasureUnit() 959 fillIn->parent = parent; in forMeasureUnit() 1482 const MicroPropsGenerator *parent, in forCurrencyLongNames() 1484 auto* result = new LongNameHandler(rules, parent); in forCurrencyLongNames() 910 forMeasureUnit(const Locale &loc, const MeasureUnit &unitRef, const UNumberUnitWidth &width, const char *unitDisplayCase, const PluralRules *rules, const MicroPropsGenerator *parent, LongNameHandler *fillIn, UErrorCode &status) forMeasureUnit() argument 1480 forCurrencyLongNames(const Locale &loc, const CurrencyUnit ¤cy, const PluralRules *rules, const MicroPropsGenerator *parent, UErrorCode &status) forCurrencyLongNames() argument 1544 forMeasureUnit(const Locale &loc, const MeasureUnit &mixedUnit, const UNumberUnitWidth &width, const char *unitDisplayCase, const PluralRules *rules, const MicroPropsGenerator *parent, MixedUnitLongNameHandler *fillIn, UErrorCode &status) forMeasureUnit() argument 1707 forMeasureUnits(const Locale &loc, const MaybeStackVector<MeasureUnit> &units, const UNumberUnitWidth &width, const char *unitDisplayCase, const PluralRules *rules, const MicroPropsGenerator *parent, UErrorCode &status) forMeasureUnits() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_longnames.cpp | 219 // check whether the parent "$unitRes" exists? Then we could return in getGenderForBuiltin() 917 const MicroPropsGenerator *parent, in forMeasureUnit() 939 fillIn->parent = parent; in forMeasureUnit() 953 // fillIn->parent = parent; in forMeasureUnit() 961 fillIn->parent = parent; in forMeasureUnit() 1484 const MicroPropsGenerator *parent, in forCurrencyLongNames() 1486 auto* result = new LongNameHandler(rules, parent); in forCurrencyLongNames() 912 forMeasureUnit(const Locale &loc, const MeasureUnit &unitRef, const UNumberUnitWidth &width, const char *unitDisplayCase, const PluralRules *rules, const MicroPropsGenerator *parent, LongNameHandler *fillIn, UErrorCode &status) forMeasureUnit() argument 1482 forCurrencyLongNames(const Locale &loc, const CurrencyUnit ¤cy, const PluralRules *rules, const MicroPropsGenerator *parent, UErrorCode &status) forCurrencyLongNames() argument 1546 forMeasureUnit(const Locale &loc, const MeasureUnit &mixedUnit, const UNumberUnitWidth &width, const char *unitDisplayCase, const PluralRules *rules, const MicroPropsGenerator *parent, MixedUnitLongNameHandler *fillIn, UErrorCode &status) forMeasureUnit() argument 1709 forMeasureUnits(const Locale &loc, const MaybeStackVector<MeasureUnit> &units, const UNumberUnitWidth &width, const char *unitDisplayCase, const PluralRules *rules, const MicroPropsGenerator *parent, UErrorCode &status) forMeasureUnits() argument [all...] |