Home
last modified time | relevance | path

Searched refs:parent (Results 276 - 300 of 2597) sorted by relevance

1...<<11121314151617181920>>...104

/third_party/libexif/libexif/
H A Dexif-entry.c58 if (e && e->parent && e->parent->parent) in exif_entry_log()
59 l = exif_data_get_log (e->parent->parent); in exif_entry_log()
85 if (e->parent && e->parent->parent) in exif_entry_alloc()
86 l = exif_data_get_log (e->parent->parent); in exif_entry_alloc()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp233 * @brief Find child's index in parent's map. Only works on children that are already created and recorded.
527 auto parent = frameNode->GetParent(); in GetFrameNode() local
528 if (parent) { in GetFrameNode()
529 parent->RemoveChild(frameNode); in GetFrameNode()
1604 auto parent = GetParent(); in IsFrameDisappear() local
1605 while (parent) { in IsFrameDisappear()
1606 auto parentFrame = AceType::DynamicCast<FrameNode>(parent); in IsFrameDisappear()
1608 parent = parent->GetParent(); in IsFrameDisappear()
1619 parent in IsFrameDisappear()
1857 auto parent = GetAncestorNodeOfFrame(); SetActive() local
1956 auto parent = GetAncestorNodeOfFrame(); GetParentGlobalOffset() local
2066 AdjustLayoutWrapperTree(const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) AdjustLayoutWrapperTree() argument
2259 auto parent = GetParent(); GetAncestorNodeOfFrame() local
2275 auto parent = GetParent(); GetPageNode() local
2287 auto parent = GetParent(); GetFirstAutoFillContainerNode() local
2328 auto parent = GetAncestorNodeOfFrame(); MarkNeedRender() local
2336 auto parent = GetAncestorNodeOfFrame(); RequestParentDirty() local
2585 auto parent = GetAncestorNodeOfFrame(); TouchTest() local
3138 auto parent = GetAncestorNodeOfFrame(true); GetOffsetRelativeToWindow() local
3242 auto parent = GetAncestorNodeOfFrame(true); GetPositionToWindowWithTransform() local
3267 auto parent = GetAncestorNodeOfFrame(true); GetTransformScaleRelativeToWindow() local
3289 auto parent = GetAncestorNodeOfFrame(true); GetTransformRectRelativeToWindow() local
3306 auto parent = GetAncestorNodeOfFrame(true); GetTransformRelativeOffset() local
3325 auto parent = GetAncestorNodeOfFrame(); GetPaintRectOffset() local
3345 auto parent = GetAncestorNodeOfFrame(); GetPaintRectOffsetNG() local
3415 auto parent = GetAncestorNodeOfFrame(); GetPaintRectToWindowWithTransform() local
3437 auto parent = GetAncestorNodeOfFrame(); GetPaintRectCenter() local
3459 auto parent = GetAncestorNodeOfFrame(); GetParentGlobalOffsetDuringLayout() local
3476 auto parent = GetAncestorNodeOfFrame(); GetPaintRectGlobalOffsetWithTranslate() local
3497 auto parent = GetAncestorNodeOfFrame(); GetPaintRectOffsetToPage() local
3512 auto parent = GetAncestorNodeOfFrame(); GetViewPort() local
3957 auto parent = GetAncestorNodeOfFrame(); UpdatePercentSensitive() local
3963 auto parent = GetAncestorNodeOfFrame(); UpdatePercentSensitive() local
4187 auto parent = GetAncestorNodeOfFrame(); ParentExpansive() local
4624 auto parent = GetAncestorNodeOfFrame(); OnInspectorIdUpdate() local
4890 auto parent = GetAncestorNodeOfFrame(true); CalculateCachedTransformRelativeOffset() local
4918 auto parent = GetAncestorNodeOfFrame(true); CalculateOffsetRelativeToWindow() local
4943 auto parent = GetParent(); GetNodeContainer() local
5472 auto parent = GetAncestorNodeOfFrame(); MarkAndCheckNewOpIncNode() local
5624 auto parent = Claim(this); ProcessFrameNodeChangeFlag() local
[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js8169 function containsPath(parent, child, currentDirectory, ignoreCase) {
8171 parent = combinePaths(currentDirectory, parent);
8177 if (parent === undefined || child === undefined)
8179 if (parent === child)
8181 var parentComponents = reducePathComponents(getPathComponents(parent));
8999 JSX_expressions_must_have_one_parent_element: diag(2657, ts.DiagnosticCategory.Error, "JSX_expressions_must_have_one_parent_element_2657", "JSX expressions must have one parent element."),
9309 File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0: diag(5065, ts.DiagnosticCategory.Error, "File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildca_5065", "File specification cannot contain a parent directory ('..') that appears after a recursive directory wildcard ('**'): '{0}'."),
[all...]
H A Dtsserver.js8170 function containsPath(parent, child, currentDirectory, ignoreCase) {
8172 parent = combinePaths(currentDirectory, parent);
8178 if (parent === undefined || child === undefined)
8180 if (parent === child)
8182 var parentComponents = reducePathComponents(getPathComponents(parent));
9000 JSX_expressions_must_have_one_parent_element: diag(2657, ts.DiagnosticCategory.Error, "JSX_expressions_must_have_one_parent_element_2657", "JSX expressions must have one parent element."),
9310 File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0: diag(5065, ts.DiagnosticCategory.Error, "File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildca_5065", "File specification cannot contain a parent directory ('..') that appears after a recursive directory wildcard ('**'): '{0}'."),
[all...]
H A Dtypescript.js8160 function containsPath(parent, child, currentDirectory, ignoreCase) {
8162 parent = combinePaths(currentDirectory, parent);
8168 if (parent === undefined || child === undefined)
8170 if (parent === child)
8172 var parentComponents = reducePathComponents(getPathComponents(parent));
8990 JSX_expressions_must_have_one_parent_element: diag(2657, ts.DiagnosticCategory.Error, "JSX_expressions_must_have_one_parent_element_2657", "JSX expressions must have one parent element."),
9300 File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0: diag(5065, ts.DiagnosticCategory.Error, "File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildca_5065", "File specification cannot contain a parent directory ('..') that appears after a recursive directory wildcard ('**'): '{0}'."),
[all...]
H A DtypescriptServices.js8160 function containsPath(parent, child, currentDirectory, ignoreCase) {
8162 parent = combinePaths(currentDirectory, parent);
8168 if (parent === undefined || child === undefined)
8170 if (parent === child)
8172 var parentComponents = reducePathComponents(getPathComponents(parent));
8990 JSX_expressions_must_have_one_parent_element: diag(2657, ts.DiagnosticCategory.Error, "JSX_expressions_must_have_one_parent_element_2657", "JSX expressions must have one parent element."),
9300 File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0: diag(5065, ts.DiagnosticCategory.Error, "File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildca_5065", "File specification cannot contain a parent directory ('..') that appears after a recursive directory wildcard ('**'): '{0}'."),
[all...]
/third_party/ffmpeg/libavfilter/
H A Dframesync.c53 .parent_log_context_offset = OFFSET(parent),
79 int ff_framesync_init(FFFrameSync *fs, AVFilterContext *parent, unsigned nb_in) in ff_framesync_init() argument
84 av_assert0(parent->nb_outputs == 1); in ff_framesync_init()
87 fs->parent = parent; in ff_framesync_init()
100 ff_outlink_set_status(fs->parent->outputs[0], AVERROR_EOF, AV_NOPTS_VALUE); in framesync_eof()
299 AVFilterContext *ctx = fs->parent; in consume_from_fifos()
353 int ff_framesync_init_dualinput(FFFrameSync *fs, AVFilterContext *parent) in ff_framesync_init_dualinput() argument
357 ret = ff_framesync_init(fs, parent, 2); in ff_framesync_init_dualinput()
360 fs->in[0].time_base = parent in ff_framesync_init_dualinput()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_find_array_copies.c88 node_for_deref(nir_deref_instr *instr, struct match_node *parent, in node_for_deref() argument
118 idx = parent->num_children - 1; in node_for_deref()
124 assert(idx < parent->num_children - 1); in node_for_deref()
126 idx = parent->num_children - 1; in node_for_deref()
138 assert(idx < parent->num_children); in node_for_deref()
139 if (parent->children[idx]) { in node_for_deref()
140 return parent->children[idx]; in node_for_deref()
143 parent->children[idx] = node; in node_for_deref()
149 node_for_wildcard(const struct glsl_type *type, struct match_node *parent, in node_for_wildcard() argument
155 if (parent in node_for_wildcard()
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsAsWinding.cpp277 void inParent(Contour& contour, Contour& parent) {
278 // move contour into sibling list contained by parent
279 for (auto test : parent.fChildren) {
285 // move parent's children into contour's children if contained by contour
286 for (auto iter = parent.fChildren.begin(); iter != parent.fChildren.end(); ) {
289 iter = parent.fChildren.erase(iter);
294 parent.fChildren.push_back(&contour);
297 bool checkContainerChildren(Contour* parent, Contour* child) {
303 if (parent) {
[all...]
/third_party/node/deps/npm/node_modules/chalk/source/
H A Dindex.js132 const createStyler = (open, close, parent) => {
135 if (parent === undefined) {
139 openAll = parent.openAll + open;
140 closeAll = close + parent.closeAll;
148 parent,
187 styler = styler.parent;
/third_party/libfuse/example/
H A Dpassthrough_ll.c309 static int lo_do_lookup(fuse_req_t req, fuse_ino_t parent, const char *name, in lo_do_lookup() argument
322 newfd = openat(lo_fd(req, parent), name, O_PATH | O_NOFOLLOW); in lo_do_lookup()
360 (unsigned long long) parent, name, (unsigned long long) e->ino); in lo_do_lookup()
371 static void lo_lookup(fuse_req_t req, fuse_ino_t parent, const char *name) in lo_lookup() argument
377 fuse_log(FUSE_LOG_DEBUG, "lo_lookup(parent=%" PRIu64 ", name=%s)\n", in lo_lookup()
378 parent, name); in lo_lookup()
380 err = lo_do_lookup(req, parent, name, &e); in lo_lookup()
387 static void lo_mknod_symlink(fuse_req_t req, fuse_ino_t parent, in lo_mknod_symlink() argument
393 struct lo_inode *dir = lo_inode(req, parent); in lo_mknod_symlink()
402 saverr = lo_do_lookup(req, parent, nam in lo_mknod_symlink()
417 lo_mknod(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev) lo_mknod() argument
423 lo_mkdir(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode) lo_mkdir() argument
429 lo_symlink(fuse_req_t req, const char *link, fuse_ino_t parent, const char *name) lo_symlink() argument
435 lo_link(fuse_req_t req, fuse_ino_t ino, fuse_ino_t parent, const char *name) lo_link() argument
477 lo_rmdir(fuse_req_t req, fuse_ino_t parent, const char *name) lo_rmdir() argument
486 lo_rename(fuse_req_t req, fuse_ino_t parent, const char *name, fuse_ino_t newparent, const char *newname, unsigned int flags) lo_rename() argument
503 lo_unlink(fuse_req_t req, fuse_ino_t parent, const char *name) lo_unlink() argument
755 lo_create(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, struct fuse_file_info *fi) lo_create() argument
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/selectionmenu/interfaces/
H A Dselectionmenu.js126 constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) {
127 super(parent, __localStorage, elmtId, extraInfo);
235 CloserFun(parent = null) {
470 IconPanel(parent = null) {
546 SystemMenu(parent = null) {
746 this.builder.bind(this)(parent ? parent : this);
751 this.builder.bind(this)(parent ? parent : this);
772 export function SelectionMenu(options, parent
[all...]
/third_party/node/deps/openssl/openssl/util/
H A Dmkdir-p.pl9 # On some systems, the -p option to mkdir (= also create any missing parent
30 local($parent) = $dir;
31 $parent =~ s|[^/]*\Z(?!\n)||s;
33 do_mkdir_p($parent);
/third_party/openssl/util/
H A Dmkdir-p.pl9 # On some systems, the -p option to mkdir (= also create any missing parent
30 local($parent) = $dir;
31 $parent =~ s|[^/]*\Z(?!\n)||s;
33 do_mkdir_p($parent);
/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtabs_helper.h67 static RefPtr<Element> FindFirstChildOfType(const RefPtr<Element>& parent) in FindFirstChildOfType() argument
69 if (AceType::InstanceOf<T>(parent)) { in FindFirstChildOfType()
70 return parent; in FindFirstChildOfType()
72 for (const auto& child : parent->GetChildren()) { in FindFirstChildOfType()
134 // Go up to the parent to find Tabs in FindTabContentElement()
154 auto parent = FindFirstParentOfType<TabBarElement>(tabBarItemChild); in RemoveTabBarItemById() local
155 if (std::get<0>(parent) && std::get<1>(parent)) { in RemoveTabBarItemById()
156 auto tabBarElement = std::get<0>(parent); in RemoveTabBarItemById()
157 auto tabBarItemElement = std::get<1>(parent); in RemoveTabBarItemById()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_state_machine.h334 utility::StateMachine::State &parent);
372 * @brief Processes the required messages and send the unwanted to the parent state.
398 utility::StateMachine::State &parent);
416 * @brief Processes required messages and send unwanted messages to the parent state.
442 utility::StateMachine::State &parent);
460 * @brief Processes required messages and send unwanted messages to the parent state.
486 utility::StateMachine::State &parent);
504 * @brief Processes required messages and send unwanted messages to the parent state.
530 utility::StateMachine::State &parent);
548 * @brief Processes required messages and send unwanted messages to the parent stat
[all...]
/third_party/python/Lib/idlelib/
H A Dhelp.py170 def __init__(self, parent, filename):
175 Text.__init__(self, parent, wrap='word', highlightthickness=0,
212 def __init__(self, parent, filename):
213 Frame.__init__(self, parent)
215 self.style = Style(parent)
240 def __init__(self, parent, filename, title):
241 Toplevel.__init__(self, parent)
281 def show_idlehelp(parent):
287 HelpWindow(parent, filename, 'IDLE Help (%s)' % python_version())
/third_party/rust/crates/memoffset/src/
H A Doffset_of.rs101 ($parent:path, $field:tt) => {{
103 _memoffset__let_base_ptr!(base_ptr, $parent);
105 let field_ptr = raw_field!(base_ptr, $parent, $field);
124 ($parent:ty, $field:tt) => {{
126 _memoffset__let_base_ptr!(base_ptr, $parent);
128 let field_ptr = raw_field_tuple!(base_ptr, $parent, $field);
157 ($parent:path, $field:tt) => {{
159 _memoffset__let_base_ptr!(base_ptr, $parent);
161 let field_ptr = raw_field_union!(base_ptr, $parent, $field);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dservice_collaboration_menu_ace_helper.h39 void CreateText(const std::string& value, const RefPtr<FrameNode>& parent, const Color& color, bool needMargin);
40 void CreateHeaderText(const std::string& value, const RefPtr<FrameNode>& parent);
41 void CreateEndIcon(const std::string& icon, const RefPtr<FrameNode>& parent);
42 void CreateStartIcon(const std::string& icon, const RefPtr<FrameNode>& parent);
93 void CreateText(const std::string& value, const RefPtr<FrameNode>& parent);
94 void CreateEndIcon(const std::string& icon, const RefPtr<FrameNode>& parent);
95 void CreateStartIcon(const std::string& icon, const RefPtr<FrameNode>& parent);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DMixedUnitLongNameHandler.java23 private final MicroPropsGenerator parent; field in MixedUnitLongNameHandler
40 private MixedUnitLongNameHandler(PluralRules rules, MicroPropsGenerator parent) { in MixedUnitLongNameHandler() argument
42 this.parent = parent; in MixedUnitLongNameHandler()
57 * @param parent MicroPropsGenerator instance.
64 MicroPropsGenerator parent) { in forMeasureUnit()
73 MixedUnitLongNameHandler result = new MixedUnitLongNameHandler(rules, parent); in forMeasureUnit()
109 * returned by the parent.
111 * This function must not be called if this instance has no parent: call
118 micros = parent in processQuantity()
59 forMeasureUnit(ULocale locale, MeasureUnit mixedUnit, NumberFormatter.UnitWidth width, String unitDisplayCase, PluralRules rules, MicroPropsGenerator parent) forMeasureUnit() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DScientificNotation.java108 MicroPropsGenerator parent) { in withLocaleData()
109 return new ScientificHandler(this, symbols, build, parent); in withLocaleData()
132 final MicroPropsGenerator parent; field in ScientificNotation.ScientificHandler
139 MicroPropsGenerator parent) { in ScientificHandler()
142 this.parent = parent; in ScientificHandler()
157 MicroProps micros = parent.processQuantity(quantity); in processQuantity()
105 withLocaleData( DecimalFormatSymbols symbols, boolean build, MicroPropsGenerator parent) withLocaleData() argument
135 ScientificHandler( ScientificNotation notation, DecimalFormatSymbols symbols, boolean safe, MicroPropsGenerator parent) ScientificHandler() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DScientificNotation.java107 MicroPropsGenerator parent) { in withLocaleData()
108 return new ScientificHandler(this, symbols, build, parent); in withLocaleData()
131 final MicroPropsGenerator parent; field in ScientificNotation.ScientificHandler
138 MicroPropsGenerator parent) { in ScientificHandler()
141 this.parent = parent; in ScientificHandler()
156 MicroProps micros = parent.processQuantity(quantity); in processQuantity()
104 withLocaleData( DecimalFormatSymbols symbols, boolean build, MicroPropsGenerator parent) withLocaleData() argument
134 ScientificHandler( ScientificNotation notation, DecimalFormatSymbols symbols, boolean safe, MicroPropsGenerator parent) ScientificHandler() argument
H A DCompactNotation.java71 MicroPropsGenerator parent) { in withLocaleData()
73 return new CompactHandler(this, locale, nsName, compactType, rules, buildReference, safe, parent); in withLocaleData()
79 final MicroPropsGenerator parent; field in CompactNotation.CompactHandler
92 MicroPropsGenerator parent) { in CompactHandler()
94 this.parent = parent; in CompactHandler()
127 MicroProps micros = parent.processQuantity(quantity); in processQuantity()
64 withLocaleData( ULocale locale, String nsName, CompactType compactType, PluralRules rules, MutablePatternModifier buildReference, boolean safe, MicroPropsGenerator parent) withLocaleData() argument
84 CompactHandler( CompactNotation notation, ULocale locale, String nsName, CompactType compactType, PluralRules rules, MutablePatternModifier buildReference, boolean safe, MicroPropsGenerator parent) CompactHandler() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/
H A Dwebtreemap.js32 while (root.parent) {
33 root = root.parent;
43 for (var t = tree; t.parent; t = t.parent) {
69 if (focused && tree == focused && focused.parent) {
70 focus(focused.parent);
181 child.parent = tree;
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/full_screen/
H A Dfull_screen_manager.cpp81 auto parent = iterOfParent->second.first.Upgrade(); in ExitFullScreen() local
82 CHECK_NULL_VOID(parent); in ExitFullScreen()
94 frameNode->MountToParent(parent, slot); in ExitFullScreen()
96 parent->MarkDirtyNode(PROPERTY_UPDATE_LAYOUT); in ExitFullScreen()
97 parent->RebuildRenderContextTree(); in ExitFullScreen()

Completed in 119 milliseconds

1...<<11121314151617181920>>...104