Home
last modified time | relevance | path

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

12

/third_party/typescript/tests/baselines/reference/
H A 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 () {
57 var _a = _super.prototype.getLocation.call(this), x = _a[0], y = _a[1];
67 Point.prototype.getLocation = function () {
80 Foo.prototype.getLocation
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DStackMapParser.h222 LocationAccessor getLocation(unsigned LocationIndex) const { in getLocation() function in llvm::StackMapParser::LocationKind::RecordAccessor
230 return location_iterator(getLocation(0)); in location_begin()
235 return location_iterator(getLocation(getNumLocations())); in location_end()
/third_party/glslang/glslang/GenericCodeGen/
H A DLink.cpp59 virtual int getLocation(const char*) { return 0; } in getLocation() function in TUniformLinkedMap
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DSourceCodeInfo.php169 public function getLocation() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A 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()
H A DLLVMReactorDebugInfo.hpp147 llvm::DILocation *getLocation(const Backtrace &backtrace, size_t i);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h52 SDValue getLocation(SDValue Val) { in getLocation() function in llvm::StatepointLoweringState
H A 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/
H A DAboutDialog.java64 Point parentLoc = dialog.getParent().getLocation(); in initComponents()
/third_party/glslang/glslang/Include/
H A DShHandle.h78 virtual int getLocation(const char* name) = 0;
/third_party/skia/modules/skplaintexteditor/include/
H A Deditor.h75 SkRect getLocation(TextPosition);
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormatParseInfoTree.java44 * <p>The locations of primary fields values are retrieved by {@code getLocation} or {@code
113 public TextFormatParseLocation getLocation(final FieldDescriptor fieldDescriptor, int index) { in getLocation() method in TextFormatParseInfoTree
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDiagnosticInfo.cpp146 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() function in DiagnosticInfoWithLocationBase
159 getLocation(Filename, Line, Column); in getLocationStr()
H A DRemarkStreamer.cpp91 R.Loc = toRemarkLocation(Diag.getLocation()); in toRemark()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDiagnosticInfo.h386 void getLocation(StringRef &RelativePath, unsigned &Line,
393 DiagnosticLocation getLocation() const { return Loc; } in getLocation() function in llvm::DiagnosticInfoWithLocationBase
637 Orig.RemarkName, Orig.getFunction(), Orig.getLocation()), in DiagnosticInfoIROptimization()
/third_party/vk-gl-cts/modules/glshared/
H A DglsAttributeLocationTests.cpp477 log << TestLog::Message << "Bind attribute: '" << iter->getAttributeName() << "' to " << iter->getLocation() << TestLog::EndMessage; 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()
H A DglsAttributeLocationTests.hpp122 deUint32 getLocation (void) const { return m_location; } in getLocation() function in deqp::gls::AttributeLocationTestUtil::Bind
/third_party/skia/modules/skplaintexteditor/src/
H A 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/
H A DUtils.cpp185 if (!R.getLocation().isValid() || TPC.isGlobalISelAbortEnabled()) in reportGISelFailure()
/third_party/skia/modules/skplaintexteditor/app/
H A Deditor_application.cpp292 SkIRect cursor = fEditor.getLocation(fTextPos).roundOut(); in move()
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc1409 clang::FullSourceLoc(decl->getLocation(), sm_); in VisitDecl()
1627 const auto& fileID = sm_.getFileID(decl->getLocation()); in VisitFunctionDecl()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp570 int getLocation (const string& name);
579 int UniformAccessLogger::getLocation (const string& name) in getLocation() function in deqp::gles31::Functional::__anon30903::UniformAccessLogger
592 const int loc = getLocation(name); in assign1i()
599 const int loc = getLocation(name); in assign3f()
/third_party/glslang/glslang/MachineIndependent/
H A DShaderLang.cpp1653 return uniformMap->getLocation(name); in ShGetUniformLocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp502 static MemoryLocation getLocation(Instruction *I, AliasAnalysis *AA) { in getLocation() function
1739 MemoryLocation Loc2 = getLocation(Inst2, AA); in isAliased()
5122 MemoryLocation SrcLoc = getLocation(SrcInst, SLP->AA);

Completed in 45 milliseconds

12