/third_party/typescript/tests/baselines/reference/ |
H A D | overrideBaseIntersectionMethod.js | 7 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 D | TextFormatParseInfoTreeTest.java | 73 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 D | StackMapParser.h | 222 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 D | Link.cpp | 59 virtual int getLocation(const char*) { return 0; } in getLocation() function in TUniformLinkedMap
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | SourceCodeInfo.php | 169 public function getLocation() function
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactorDebugInfo.cpp | 141 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 D | LLVMReactorDebugInfo.hpp | 147 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 D | StatepointLowering.h | 52 SDValue getLocation(SDValue Val) { in getLocation() function in llvm::StatepointLoweringState
|
H A D | StatepointLowering.cpp | 233 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 D | AboutDialog.java | 64 Point parentLoc = dialog.getParent().getLocation(); in initComponents()
|
/third_party/glslang/glslang/Include/ |
H A D | ShHandle.h | 78 virtual int getLocation(const char* name) = 0;
|
/third_party/skia/modules/skplaintexteditor/include/ |
H A D | editor.h | 75 SkRect getLocation(TextPosition);
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | TextFormatParseInfoTree.java | 44 * <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 D | DiagnosticInfo.cpp | 146 void DiagnosticInfoWithLocationBase::getLocation(StringRef &RelativePath, in getLocation() function in DiagnosticInfoWithLocationBase 159 getLocation(Filename, Line, Column); in getLocationStr()
|
H A D | RemarkStreamer.cpp | 91 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 D | DiagnosticInfo.h | 386 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 D | glsAttributeLocationTests.cpp | 477 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 D | glsAttributeLocationTests.hpp | 122 deUint32 getLocation (void) const { return m_location; } in getLocation() function in deqp::gls::AttributeLocationTestUtil::Bind
|
/third_party/skia/modules/skplaintexteditor/src/ |
H A D | editor.cpp | 124 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 D | Utils.cpp | 185 if (!R.getLocation().isValid() || TPC.isGlobalISelAbortEnabled()) in reportGISelFailure()
|
/third_party/skia/modules/skplaintexteditor/app/ |
H A D | editor_application.cpp | 292 SkIRect cursor = fEditor.getLocation(fTextPos).roundOut(); in move()
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.cc | 1409 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 D | es31fShaderImageLoadStoreTests.cpp | 570 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 D | ShaderLang.cpp | 1653 return uniformMap->getLocation(name); in ShGetUniformLocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 502 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);
|