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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/unittests/Lex/
PPConditionalDirectiveRecordTest.cpp 122 SourceRange(toks[0].getLocation(), toks[1].getLocation())));
124 SourceRange(toks[0].getLocation(), toks[2].getLocation())));
126 SourceRange(toks[3].getLocation(), toks[4].getLocation())));
128 SourceRange(toks[1].getLocation(), toks[5].getLocation())));
130 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/clang/unittests/Tooling/
RewriterTest.cpp 18 Context.Rewrite.ReplaceText(Context.getLocation(ID, 2, 1), 5, "replaced");
27 Context.Rewrite.ReplaceText(Context.getLocation(FailingID, 1, 2), 1, "other");
30 Context.Rewrite.ReplaceText(Context.getLocation(WorkingID, 2, 1), 5,
  /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/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/Parse/
ParsePragma.cpp 348 Tok.getLocation());
356 SourceLocation WeakNameLoc = Tok.getLocation();
359 SourceLocation AliasNameLoc = Tok.getLocation();
370 SourceLocation RedefNameLoc = Tok.getLocation();
373 SourceLocation AliasNameLoc = Tok.getLocation();
398 SourceLocation Loc = Tok.getLocation();
425 SourceLocation NameLoc = Tok.getLocation();
615 IdentifierLoc::create(Actions.Context, Info->Loop.getLocation(),
618 IdentifierLoc::create(Actions.Context, Info->Option.getLocation(),
621 IdentifierLoc::create(Actions.Context, Info->Value.getLocation(),
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DataEntryUrnBox.java 43 public String getLocation() {
67 return "DataEntryUrlBox[name=" + getName() + ";location=" + getLocation() + "]";
  /libcore/dom/src/test/java/org/w3c/domts/
DOMErrorImpl.java 42 this.location = new DOMLocatorImpl(src.getLocation());
65 public final DOMLocator getLocation() {
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 33 Notes.push_back(std::make_pair(Info.getLocation(), Buf.str()));
36 Warnings.push_back(std::make_pair(Info.getLocation(), Buf.str()));
39 Remarks.push_back(std::make_pair(Info.getLocation(), Buf.str()));
43 Errors.push_back(std::make_pair(Info.getLocation(), Buf.str()));
  /external/mockito/src/org/mockito/internal/invocation/
StubInfoImpl.java 22 return stubbedAt.getLocation();
  /libcore/luni/src/main/java/java/net/
HttpRetryException.java 70 public String getLocation() {
  /libcore/luni/src/main/java/java/security/
CodeSource.java 36 public final URL getLocation() { return null; }
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 47 Context->ReportError(FD->getLocation(),
80 Context->ReportError(FD->getLocation(),
100 Context->ReportError(PVD->getLocation(),
114 Context->ReportError(PVD->getLocation(),
128 PVD->getLocation(),
137 Context->ReportError(FD->getLocation(),
154 Context->ReportError(FD->getLocation(),
193 Context->ReportError(PVD->getLocation(),
203 Context->ReportError(PVD->getLocation(),
213 Context->ReportError(FD->getLocation(),
    [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...]
  /external/clang/lib/AST/
CommentParser.cpp 65 Pos.BufferStartLoc = Tok.getLocation();
272 Arg.getLocation(),
278 Arg.getLocation(),
288 Arg.getLocation(),
302 Args[ParsedArgs] = Argument(SourceRange(Arg.getLocation(),
321 PC = S.actOnParamCommandStart(Tok.getLocation(),
326 TPC = S.actOnTParamCommandStart(Tok.getLocation(),
331 BC = S.actOnBlockCommandStart(Tok.getLocation(),
416 IC = S.actOnInlineCommand(CommandTok.getLocation(),
419 ArgTok.getLocation(),
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteMacros.cpp 115 SourceLocation PPLoc = SM.getExpansionLoc(PPTok.getLocation());
134 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//");
140 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//");
155 unsigned RawOffs = SM.getFileOffset(RawTok.getLocation());
177 RawOffs = SM.getFileOffset(RawTok.getLocation());
200 PPLoc = SM.getExpansionLoc(PPTok.getLocation());
  /system/core/libutils/
PropertyMap.cpp 166 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
175 ALOGE("%s: Expected non-empty property key.", mTokenizer->getLocation().string());
183 mTokenizer->getLocation().string());
192 mTokenizer->getLocation().string());
199 mTokenizer->getLocation().string(),
206 mTokenizer->getLocation().string(), keyToken.string());

Completed in 637 milliseconds

1 2 3 4 5 6 7 8 91011>>