Home
last modified time | relevance | path

Searched refs:parent (Results 426 - 450 of 2432) sorted by relevance

1...<<11121314151617181920>>...98

/third_party/python/Lib/lib2to3/tests/
H A Dtest_pytree.py246 self.assertEqual(l1.parent, n1)
247 self.assertEqual(n1.parent, None)
248 self.assertEqual(n2.parent, None)
255 self.assertEqual(l1.parent, None)
256 self.assertEqual(n1.parent, None)
257 self.assertEqual(n2.parent, None)
264 self.assertEqual(n1.parent, None)
268 self.assertEqual(l1.parent, None)
276 self.assertEqual(l1.parent, None)
277 self.assertEqual(l2.parent, n
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/xml/
H A Dxml_element.cpp30 xmlNodePtr parent = xmlNodePtr_->parent; in GetParent() local
31 if (parent != nullptr) { in GetParent()
32 return std::make_shared<XmlElement>(parent); in GetParent()
/third_party/elfutils/libdw/
H A Ddwarf_getscopes.c111 die = die->parent; in origin_match()
115 assert (die->parent == NULL); in origin_match()
143 die = die->parent; in pc_record()
191 struct Dwarf_Die_Chain cu = { .parent = NULL, .die = *cudie }; in dwarf_getscopes()
/third_party/node/deps/cares/src/lib/
H A Dares__htable_strvp.c40 ares__htable_strvp_t *parent; member
70 if (arg->parent->free_val) { in bucket_free()
71 arg->parent->free_val(arg->val); in bucket_free()
129 bucket->parent = htable; in ares__htable_strvp_insert()
H A Dares__htable_szvp.c40 ares__htable_szvp_t *parent; member
70 if (arg->parent->free_val) { in bucket_free()
71 arg->parent->free_val(arg->val); in bucket_free()
129 bucket->parent = htable; in ares__htable_szvp_insert()
/third_party/libinput/tools/
H A Dlibinput-list-kernel-devices.py45 parent = device.parent
46 if parent is not None:
47 name = parent.properties["NAME"] or ""
/third_party/python/Tools/c-analyzer/
H A Dtable-file.py73 parent = collated
78 child, secrows, totalrows = parent[name]
83 parent[name] = (child, secrows, totalrows)
84 parent = child
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DOneofDescriptor.cs53 internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent, int index, string clrName) in OneofDescriptor() argument
54 : base(file, file.ComputeFullName(parent, proto.Name), index) in OneofDescriptor()
57 containingType = parent; in OneofDescriptor()
62 var firstFieldInOneof = parent.Proto.Field.FirstOrDefault(fieldProto => fieldProto.HasOneofIndex && fieldProto.OneofIndex == index); in OneofDescriptor()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderIsolines.hpp88 const _test_descriptor* parent; member
99 parent = DE_NULL; in _test_result()
117 TessellationShadersIsolines* parent; member
126 parent = DE_NULL; in _test_descriptor()
/third_party/vk-gl-cts/executor/
H A DxeTestCase.hpp76 TestNode (TestGroup* parent, TestNodeType nodeType, const char* name);
104 TestGroup (TestGroup* parent, TestNodeType nodeType, const char* name);
127 static TestCase* createAsChild (TestGroup* parent, TestCaseType caseType, const char* name);
130 TestCase (TestGroup* parent, TestCaseType caseType, const char* name);
H A DxeTestCaseListParser.cpp103 TestNode* parent = m_nodeStack.back(); in parse() local
109 XE_CHECK_MSG(parent->getNodeType() == TESTNODETYPE_GROUP, "Only TestGroups are allowed to have child nodes"); in parse()
112 TestNode* node = isGroup ? static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createGroup(name)) in parse()
113 : static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createCase(getTestCaseType(caseType), name)); in parse()
/third_party/pulseaudio/src/pulsecore/
H A Dobject.h98 #define PA_DEFINE_PUBLIC_CLASS(c, parent) \
103 return parent##_check_type(type_id); \
107 #define PA_DEFINE_PRIVATE_CLASS(c, parent) \
113 return parent##_check_type(type_id); \
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource5.js53 export function prePrintAST(ast: AST, parent: AST, walker: IAstWalker) {
62 export function postPrintAST(ast: AST, parent: AST, walker: IAstWalker) {
116 function prePrintAST(ast, parent, walker) {
123 function postPrintAST(ast, parent, walker) {
/third_party/skia/gm/
H A Dxform.cpp52 sk_sp<GroupShape> parent = GroupShape::Make(); in XformGM() local
53 parent->append(g); in XformGM()
54 parent->append(GroupShape::Make(sub, g)); in XformGM()
55 fShape = parent; in XformGM()
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
H A DNavigationSpinner.java46 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in init()
47 if (!parent.getItemAtPosition(position).equals("Select Activity")) { in init()
48 String activityName = parent.getItemAtPosition(position).toString(); in init()
60 public void onNothingSelected(AdapterView<?> parent) { in init()
/third_party/vk-gl-cts/scripts/
H A Dconvert_case_list_to_xml.py54 def exportCase (doc, parent, testCase):
60 parent.appendChild(element)
82 parent = createAncestors(casePath) variable
83 parent.children.append(TestCase(casePath, description, caseType))
/third_party/vk-gl-cts/modules/gles2/
H A Dtes2CapabilityTests.cpp144 ExtGroup (TestCaseGroup* parent, const char* name, const char* desc) in init()
146 , ctxInfo (parent->getContext().getContextInfo()) in init()
148 group = new tcu::TestCaseGroup(parent->getTestContext(), name, desc); in init()
149 parent->addChild(group); in init()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUResourceBundle.java42 * CLDR string value "∅∅∅" prevents fallback to the parent bundle.
121 ULocale parent = new ULocale(baseLoc); in getFunctionalEquivalent()
137 r = (ICUResourceBundle) UResourceBundle.getBundleInstance(baseName, parent); in getFunctionalEquivalent()
143 if (parent.equals(availableULocales[i])) { in getFunctionalEquivalent()
169 parent = new ULocale(baseLoc); in getFunctionalEquivalent()
170 r = (ICUResourceBundle) UResourceBundle.getBundleInstance(baseName, parent); in getFunctionalEquivalent()
199 parent = new ULocale(baseLoc); in getFunctionalEquivalent()
200 r = (ICUResourceBundle) UResourceBundle.getBundleInstance(baseName, parent); in getFunctionalEquivalent()
431 // only storing parent items in the absence of child items. in getAllItemsWithFallback()
433 // to prevent a parent ite in getAllItemsWithFallback()
1409 setParent(ResourceBundle parent) setParent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drosen_render_picker_base.cpp41 auto parent = pickerColumn->GetParent().Upgrade(); in GetOptionsRect() local
43 while ((parent) && (AceType::RawPtr(parent) != this) && (depth < SEARCH_MAX_DEPTH)) { in GetOptionsRect()
45 top += parent->GetPosition().GetY(); in GetOptionsRect()
46 left += parent->GetPosition().GetX(); in GetOptionsRect()
47 parent = parent->GetParent().Upgrade(); in GetOptionsRect()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_customdialog_controller_ffi.cpp151 auto parent = parentCustom->GetParent(); in OpenDialog() local
152 while (parent && parent->GetTag() != "WindowScene") { in OpenDialog()
153 parent = parent->GetParent(); in OpenDialog()
155 if (parent) { in OpenDialog()
156 dialogProperties_.windowScene = parent; in OpenDialog()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H A Dwindow_scene_helper.cpp49 auto parent = targetNode->GetParent(); in FindWindowScene() local
50 while (parent && parent->GetTag() != V2::WINDOW_SCENE_ETS_TAG) { in FindWindowScene()
51 parent = parent->GetParent(); in FindWindowScene()
53 CHECK_NULL_RETURN(parent, nullptr); in FindWindowScene()
56 return parent; in FindWindowScene()
/foundation/arkui/ui_lite/frameworks/dock/
H A Dfocus_manager.cpp196 UIView* parent = focusedView->GetParent(); in GetNextFocus() local
197 if (parent == nullptr) { in GetNextFocus()
203 while (parent != nullptr) { in GetNextFocus()
207 child = static_cast<UIViewGroup*>(parent)->GetChildrenHead(); in GetNextFocus()
227 current = parent; in GetNextFocus()
229 parent = parent->GetParent(); in GetNextFocus()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_state_machine.h315 utility::StateMachine::State &parent);
353 * @brief Processes the required messages and send the unwanted to the parent state.
379 utility::StateMachine::State &parent);
397 * @brief Processes required messages and send unwanted messages to the parent state.
431 utility::StateMachine::State &parent);
449 * @brief Processes required messages and send unwanted messages to the parent state.
475 utility::StateMachine::State &parent);
493 * @brief Processes required messages and send unwanted messages to the parent state.
519 utility::StateMachine::State &parent);
537 * @brief Processes required messages and send unwanted messages to the parent stat
[all...]
/third_party/mesa3d/bin/
H A Dgen_release_notes.py133 self.parent = self.document
284 p = pathlib.Path(__file__).parent.parent / 'docs' / 'relnotes' / 'new_features.txt'
299 v = pathlib.Path(__file__).parent.parent / 'VERSION'
316 final = pathlib.Path(__file__).parent.parent / 'docs' / 'relnotes' / f'{this_version}.rst'
/third_party/node/test/fixtures/wpt/encoding/streams/
H A Drealms.window.js18 if (event.source !== window.parent) {
107 constructedRealm, `new parent.constructorRealm.${what}`);
116 parent.readMethod.call(window.${objId}.readable.getReader())`);
126 parent.writeMethod.call(window.${objId}.writable.getWriter(),
143 constructedRealm, `new parent.constructorRealm.${classname}()`);
295 parent.writeMethod.call(writer, window.${incompleteBytesId});
296 return parent.methodRealm.WritableStreamDefaultWriter.prototype

Completed in 13 milliseconds

1...<<11121314151617181920>>...98