Home
last modified time | relevance | path

Searched refs:getLocation (Results 1 – 25 of 35) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DoverrideBaseIntersectionMethod.types10 …Point>>(Base: T) => class extends Base { getLocation(): [number, number] { const [x,y] = super…
12 >class extends Base { getLocation(): [number, number] { const [x,y] = super.getLocation(); r…
15 getLocation(): [number, number] {
16 >getLocation : () => [number, number]
18 const [x,y] = super.getLocation();
21 >super.getLocation() : [number, number]
22 >super.getLocation : () => [number, number]
24 >getLocation : () => [number, number]
48 getLocation(): [number, number] {
49 >getLocation : () => [number, number]
[all …]
DoverrideBaseIntersectionMethod.symbols19 getLocation(): [number, number] {
20 >getLocation : Symbol((Anonymous class).getLocation, Decl(overrideBaseIntersectionMethod.ts, 4, 84))
22 const [x,y] = super.getLocation();
25 >super.getLocation : Symbol(Point.getLocation, Decl(overrideBaseIntersectionMethod.ts, 12, 53))
27 >getLocation : Symbol(Point.getLocation, Decl(overrideBaseIntersectionMethod.ts, 12, 53))
48 getLocation(): [number, number] {
49 >getLocation : Symbol(Point.getLocation, Decl(overrideBaseIntersectionMethod.ts, 12, 53))
71 getLocation() {
72 >getLocation : Symbol(Foo.getLocation, Decl(overrideBaseIntersectionMethod.ts, 21, 3))
74 return super.getLocation()
[all …]
DoverrideBaseIntersectionMethod.js7 getLocation(): [number, number] {
8 const [x,y] = super.getLocation();
15 getLocation(): [number, number] {
24 getLocation() {
25 return super.getLocation()
28 return this.getLocation();
56 class_1.prototype.getLocation = function () { method in class_1
57 var _a = _super.prototype.getLocation.call(this), x = _a[0], y = _a[1];
67 Point.prototype.getLocation = function () { method in Point
80 Foo.prototype.getLocation = function () { method in Foo
[all …]
/third_party/typescript/tests/cases/compiler/
DoverrideBaseIntersectionMethod.ts8 getLocation(): [number, number] { method in extends
9 const [x,y] = super.getLocation();
16 getLocation(): [number, number] { method in Point
25 getLocation() {
26 return super.getLocation()
29 return this.getLocation();
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatParseInfoTreeTest.java73 assertEquals(LOC0, root.getLocation(OPTIONAL_INT32, 0)); in testGetLocationReturnsSingleLocation()
99 root.getLocation(OPTIONAL_INT32, 1); in testGetLocationThrowsIllegalArgumentExceptionForInvalidIndex()
105 root.getLocation(OPTIONAL_INT32, -1); in testGetLocationThrowsIllegalArgumentExceptionForInvalidIndex()
116 assertEquals(LOC0, root.getLocation(REPEATED_INT32, 0)); in testGetLocationsReturnsMultipleLocations()
117 assertEquals(LOC1, root.getLocation(REPEATED_INT32, 1)); in testGetLocationsReturnsMultipleLocations()
/third_party/typescript/src/compiler/
Dtracing.ts175 function getLocation(node: Node | undefined) { function
236 referenceLocation: getLocation(referenceType.node),
307 destructuringPattern: getLocation(type.pattern),
308 firstDeclaration: getLocation(symbol?.declarations?.[0]),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h222 LocationAccessor getLocation(unsigned LocationIndex) const { in getLocation() function
230 return location_iterator(getLocation(0)); in location_begin()
235 return location_iterator(getLocation(getNumLocations())); in location_end()
/third_party/glslang/glslang/GenericCodeGen/
DLink.cpp60 virtual int getLocation(const char*) { return 0; } in getLocation() function in TUniformLinkedMap
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp141 builder->SetCurrentDebugLocation(getLocation(backtrace, backtrace.size() - 1)); in EmitLocation()
235 llvm::DILocation *DebugInfo::getLocation(const Backtrace &backtrace, size_t i) in getLocation() function in rr::DebugInfo
244 i > 0 ? getLocation(backtrace, i - 1) : diRootLocation); in getLocation()
299 scope.pending.diLocation = getLocation(backtrace, i); in EmitVariable()
DLLVMReactorDebugInfo.hpp147 llvm::DILocation *getLocation(const Backtrace &backtrace, size_t i);
/third_party/jsframework/runtime/main/extend/systemplugin/
Dgeolocation.js26 getLocation: function (...args) { method
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DSourceCodeInfo.php169 public function getLocation() function in Google\\Protobuf\\Internal\\SourceCodeInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h52 SDValue getLocation(SDValue Val) { in getLocation() function
DStatepointLowering.cpp233 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming); in reservePreviousStackSlotForValue()
370 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming); in spillIncomingStatepointValue()
610 SDValue Loc = Builder.StatepointLowering.getLocation(SDV); in lowerStatepointMetaArgs()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DAboutDialog.java64 Point parentLoc = dialog.getParent().getLocation(); in initComponents()
/third_party/glslang/glslang/Include/
DShHandle.h78 virtual int getLocation(const char* name) = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDiagnosticInfo.cpp146 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() function in DiagnosticInfoWithLocationBase
159 getLocation(Filename, Line, Column); in getLocationStr()
DRemarkStreamer.cpp91 R.Loc = toRemarkLocation(Diag.getLocation()); in toRemark()
/third_party/skia/modules/skplaintexteditor/include/
Deditor.h75 SkRect getLocation(TextPosition);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDiagnosticInfo.h386 void getLocation(StringRef &RelativePath, unsigned &Line,
393 DiagnosticLocation getLocation() const { return Loc; } in getLocation() function
637 Orig.RemarkName, Orig.getFunction(), Orig.getLocation()), in DiagnosticInfoIROptimization()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatParseInfoTree.java113 public TextFormatParseLocation getLocation(final FieldDescriptor fieldDescriptor, int index) { in getLocation() method in TextFormatParseInfoTree
/third_party/vk-gl-cts/modules/glshared/
DglsAttributeLocationTests.cpp477 …<< "Bind attribute: '" << iter->getAttributeName() << "' to " << iter->getLocation() << TestLog::E… in bindAttributes()
478 gl.bindAttribLocation(program, iter->getLocation(), iter->getAttributeName().c_str()); in bindAttributes()
707 activeBindings[preAttachBind[bindNdx].getAttributeName()] = preAttachBind[bindNdx].getLocation(); in runTest()
710 activeBindings[preLinkBind[bindNdx].getAttributeName()] = preLinkBind[bindNdx].getLocation(); in runTest()
759 activeBindings[postLinkBind[bindNdx].getAttributeName()] = postLinkBind[bindNdx].getLocation(); in runTest()
DglsAttributeLocationTests.hpp122 deUint32 getLocation (void) const { return m_location; } in getLocation() function in deqp::gls::AttributeLocationTestUtil::Bind
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp124 SkRect Editor::getLocation(Editor::TextPosition cursor) { in getLocation() function in Editor
449 c->drawRect(Editor::getLocation(options.fCursor), SkPaint(options.fCursorColor)); in paint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp185 if (!R.getLocation().isValid() || TPC.isGlobalISelAbortEnabled()) in reportGISelFailure()

12