Home
last modified time | relevance | path

Searched refs:findChild (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/src/testRunner/unittests/services/
DtextChanges.ts5 function findChild(name: string, n: Node) { function
84 …const statements = (findChild("foo", sourceFile) as FunctionDeclaration).body!.statements.slice(1);
95 … changeTracker.insertNodeBefore(sourceFile, /*before*/findChild("M2", sourceFile), newFunction);
125 return cast(findChild(name, sourceFile), isVariableDeclaration);
237 changeTracker.replaceNode(sourceFile, findChild("y", sourceFile), newNode);
318 … changeTracker.insertNodeBefore(sourceFile, findChild("M", sourceFile), createTestClass());
324 … changeTracker.insertNodeAfter(sourceFile, findChild("M", sourceFile), createTestClass());
375 changeTracker.delete(sourceFile, findChild("a", sourceFile));
378 changeTracker.delete(sourceFile, findChild("b", sourceFile));
381 changeTracker.delete(sourceFile, findChild("c", sourceFile));
[all …]
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmloverlay/
Dmain.cpp45 QQuickItem *videoItem = rootObject->findChild<QQuickItem *> ("inputVideoItem"); in on_overlay_scene_initialized()
81 videoItem = rootObject->findChild<QQuickItem *> ("videoItem"); in main()
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink/
Dmain.cpp67 videoItem = rootObject->findChild<QQuickItem *> ("videoItem"); in main()
/third_party/vk-gl-cts/scripts/
Dmustpass.py260 def findChild (node, name): function
270 nextNode = findChild(curNode, component)
276 if not findChild(curNode, components[-1]):
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-dynamically-added/
Dmain.cpp62 videoItem = rootObject->findChild<QQuickItem *> ("videoItem"); in connect_qmlglsink()
/third_party/skia/include/effects/
DSkRuntimeEffect.h228 const Child* findChild(const char* name) const;
382 const SkRuntimeEffect::Child* child = fEffect->findChild(name); in child()
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-multisink/videoitem/
Dvideoitem.cpp225 QQuickItem *videoItem = findChild<QQuickItem *>("videoItem"); in componentComplete()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtoverlay.cc340 QtGLVideoItem *qt_item = static_cast<QtGLVideoItem *>(root->findChild<QtGLVideoItem *> ()); in gst_qt_overlay_gl_start()
/third_party/node/deps/v8/tools/
Dprofile.mjs1169 findChild(label) { method in CallTreeNode
1181 const found = this.findChild(label)
1217 const child = curr.findChild(labels[pos]);
/third_party/skia/src/core/
DSkRuntimeEffect.cpp563 const SkRuntimeEffect::Child* SkRuntimeEffect::findChild(const char* name) const { in findChild() function in SkRuntimeEffect
/third_party/libabigail/tests/lib/
Dcatch.hpp7524 virtual ITrackerPtr findChild( NameAndLocation const& nameAndLocation ) = 0;
7587 ITrackerPtr findChild( NameAndLocation const& nameAndLocation ) override;
12613 auto thisTracker = currentTracker.parent().findChild(nameAndLocation); in acquire()
12617 …} else if ( TestCaseTracking::ITrackerPtr childTracker = currentTracker.findChild( nameAndLocation… in acquire()
14428 ITrackerPtr TrackerBase::findChild( NameAndLocation const& nameAndLocation ) { in findChild() function in Catch::TestCaseTracking::TrackerBase
14540 if( ITrackerPtr childTracker = currentTracker.findChild( nameAndLocation ) ) { in acquire()
/third_party/gstreamer/gstplugins_good/
DChangeLog40387 QQuickItem *videoItem = rootObject->findChild<QQuickItem *> ("videoItem");
/third_party/gstreamer/gstplugins_bad/
DChangeLog90780 QQuickItem *videoItem = rootObject->findChild<QQuickItem *> ("videoItem");