HomeSort by relevance Sort by last modified time
    Searched refs:getLocation (Results 1 - 25 of 1169) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/unittests/Lex/
PPConditionalDirectiveRecordTest.cpp 121 SourceRange(toks[0].getLocation(), toks[1].getLocation())));
123 SourceRange(toks[0].getLocation(), toks[2].getLocation())));
125 SourceRange(toks[3].getLocation(), toks[4].getLocation())));
127 SourceRange(toks[1].getLocation(), toks[5].getLocation())));
129 SourceRange(toks[2].getLocation(), toks[6].getLocation())));
    [all...]
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
CSVFormatter.java 52 if (entry.getLocation().hasAccuracy()) {
53 rowOutput.append(entry.getLocation().getAccuracy());
56 rowOutput.append(entry.getLocation().getLatitude());
58 rowOutput.append(entry.getLocation().getLongitude());
60 if (entry.getLocation().hasAltitude()) {
61 rowOutput.append(entry.getLocation().getAltitude());
64 if (entry.getLocation().hasSpeed()) {
65 rowOutput.append(entry.getLocation().getSpeed());
68 if (entry.getLocation().hasBearing()) {
69 rowOutput.append(entry.getLocation().getBearing())
    [all...]
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 44 CXSourceLocation CXStoredDiagnostic::getLocation() const {
45 if (Diag.getLocation().isInvalid())
48 return translateSourceLocation(Diag.getLocation().getManager(),
49 LangOpts, Diag.getLocation());
84 if (Diag.getLocation().isInvalid())
91 assert(Diag.getLocation().isValid());
92 return translateSourceRange(Diag.getLocation().getManager(),
98 if (Diag.getLocation().isInvalid())
110 *ReplacementRange = translateSourceRange(Diag.getLocation().getManager(),
  /external/mockito/src/org/mockito/exceptions/
PrintableInvocation.java 20 Location getLocation();
  /external/mockito/src/org/mockito/internal/debugging/
LoggingListener.java 26 "stubbed with those args here " + unused.getLocation(),
27 "BUT called with different args " + unstubbed.getInvocation().getLocation(),
32 logger.log("This stubbing was never used " + unused.getLocation() + "\n");
40 unstubbed.getInvocation().getLocation(),
Localized.java 24 public Location getLocation() {
  /external/mockito/src/org/mockito/invocation/
DescribedInvocation.java 28 Location getLocation();
Invocation.java 37 Location getLocation();
  /libcore/luni/src/main/java/org/w3c/dom/
DOMError.java 85 public DOMLocator getLocation();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
Label.java 48 return getLocation().getCodeAddress();
52 public MethodLocation getLocation() {
  /external/clang/unittests/Tooling/
RewriterTest.cpp 21 Context.Rewrite.ReplaceText(Context.getLocation(ID, 2, 1), 5, "replaced");
30 Context.Rewrite.ReplaceText(Context.getLocation(FailingID, 1, 2), 1, "other");
33 Context.Rewrite.ReplaceText(Context.getLocation(WorkingID, 2, 1), 5,
  /external/clang/include/clang/Sema/
Weak.h 35 inline SourceLocation getLocation() const { return loc; }
39 return alias == RHS.getAlias() && loc == RHS.getLocation();
  /external/clang/include/clang/AST/
CommentBriefParser.h 39 SourceLocation Loc = Tok.getLocation();
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 33 Notes.emplace_back(Info.getLocation(), Buf.str());
36 Warnings.emplace_back(Info.getLocation(), Buf.str());
39 Remarks.emplace_back(Info.getLocation(), Buf.str());
43 Errors.emplace_back(Info.getLocation(), Buf.str());
  /frameworks/compile/slang/
slang_rs_special_func.cpp 68 Context->ReportError(PVD->getLocation(),
78 Context->ReportError(FD->getLocation(),
85 Context->ReportError(FD->getLocation(),
93 Context->ReportError(FD->getLocation(),
slang_rs_special_kernel_param.cpp 130 PVD->getLocation(),
141 Context->ReportError(PVD->getLocation(),
156 Context->ReportError(PVD->getLocation(),
168 PVD->getLocation(),
182 Context->ReportError(PVD->getLocation(),
193 PVD->getLocation(),
209 Context->ReportError(PVD->getLocation(),
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DataEntryUrnBox.java 43 public String getLocation() {
67 return "DataEntryUrlBox[name=" + getName() + ";location=" + getLocation() + "]";
  /frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
StaggeredGridDefaultTest.java 41 int row_result1 = mStaggeredGrid.getLocation(8).row;
53 int row_result2 = mStaggeredGrid.getLocation(8).row;
  /libcore/dom/src/test/java/org/w3c/domts/
DOMErrorImpl.java 42 this.location = new DOMLocatorImpl(src.getLocation());
65 public final DOMLocator getLocation() {
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
AgentTask.java 43 throw new BuildException("Property is mandatory", getLocation());
  /external/mockito/src/org/mockito/internal/invocation/
StubInfoImpl.java 22 return stubbedAt.getLocation();
  /libcore/ojluni/src/main/java/java/net/
HttpRetryException.java 96 public String getLocation() {
  /external/clang/lib/Parse/
ParsePragma.cpp 384 Tok.getLocation());
392 SourceLocation WeakNameLoc = Tok.getLocation();
395 SourceLocation AliasNameLoc = Tok.getLocation();
406 SourceLocation RedefNameLoc = Tok.getLocation();
409 SourceLocation AliasNameLoc = Tok.getLocation();
434 SourceLocation Loc = Tok.getLocation();
461 SourceLocation NameLoc = Tok.getLocation();
720 Toks[0].setLocation(Tok.getLocation());
783 Actions.Context, Info->PragmaName.getLocation(), PragmaNameInfo);
791 Actions.Context, Info->Option.getLocation(), OptionInfo)
    [all...]
  /frameworks/native/libs/input/
KeyLayoutMap.cpp 201 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
222 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(),
230 mTokenizer->getLocation().string(),
253 ALOGE("%s: Expected key %s number, got '%s'.", mTokenizer->getLocation().string(),
259 ALOGE("%s: Duplicate entry for key %s '%s'.", mTokenizer->getLocation().string(),
268 ALOGE("%s: Expected key code label, got '%s'.", mTokenizer->getLocation().string(),
281 ALOGE("%s: Expected key flag label, got '%s'.", mTokenizer->getLocation().string(),
286 ALOGE("%s: Duplicate key flag '%s'.", mTokenizer->getLocation().string(),
309 ALOGE("%s: Expected axis scan code number, got '%s'.", mTokenizer->getLocation().string(),
314 ALOGE("%s: Duplicate entry for axis scan code '%s'.", mTokenizer->getLocation().string()
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
StaggeredGridDefault.java 34 if (getLocation(mFirstVisibleIndex).row == rowIndex) {
38 Location loc = getLocation(i);
46 Location loc = getLocation(mLastVisibleIndex);
52 loc = getLocation(i);
71 Location loc = getLocation(mLastVisibleIndex);
77 loc = getLocation(i);
84 if (getLocation(mFirstVisibleIndex).row == rowIndex) {
88 Location loc = getLocation(i);
106 Location loc = getLocation(indexLimit);
114 loc = getLocation(i)
    [all...]

Completed in 4439 milliseconds

1 2 3 4 5 6 7 8 91011>>