/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...] |
LexerTest.cpp | 98 Begin.getLocation(), End.getLocation())), 288 SourceLocation lsqrLoc = toks[0].getLocation(); 289 SourceLocation idLoc = toks[1].getLocation(); 290 SourceLocation rsqrLoc = toks[2].getLocation(); 321 SourceLocation macroLsqrLoc = toks[3].getLocation(); 322 SourceLocation macroIdLoc = toks[4].getLocation(); 323 SourceLocation macroRsqrLoc = toks[5].getLocation(); 352 SourceLocation idLoc1 = toks[6].getLocation(); 353 SourceLocation idLoc2 = toks[7].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/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() {
|
MockitoDebuggerImpl.java | 29 out += line(" invoked: " + i.getLocation());
45 out += line(" stubbed: " + i.getLocation());
|
/external/chromium_org/ppapi/thunk/ |
ppb_widget_dev_thunk.cc | 43 PP_Bool GetLocation(PP_Resource widget, struct PP_Rect* location) { 44 VLOG(4) << "PPB_Widget_Dev::GetLocation()"; 48 return enter.object()->GetLocation(location); 71 &GetLocation, 79 &GetLocation,
|
ppb_widget_api.h | 19 virtual PP_Bool GetLocation(PP_Rect* location) = 0;
|
/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/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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
HttpRetryExceptionTest.java | 41 assertEquals("getLocation", ref.getLocation(), tst.getLocation());
|
/external/chromium_org/ppapi/cpp/dev/ |
widget_dev.cc | 57 bool Widget_Dev::GetLocation(Rect* location) { 59 return PP_ToBool(get_interface<PPB_Widget_Dev_0_4>()->GetLocation( 62 return PP_ToBool(get_interface<PPB_Widget_Dev_0_3>()->GetLocation(
|
widget_dev.h | 30 bool GetLocation(Rect* location);
|
/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,
|
RefactoringTest.cpp | 46 SourceLocation Location = Context.getLocation(ID, 1, 1); 54 SourceLocation Location = Context.getLocation(ID, 1, 1); 62 SourceLocation Location = Context.getLocation(ID, 1, 1); 71 SourceLocation Location = Context.getLocation(ID, 2, 3); 80 SourceLocation Location1 = Context.getLocation(ID, 2, 3); 87 SourceLocation Location2 = Context.getLocation(ID, 4, 4); 115 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 2, 1), 117 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 3, 1), 130 Replaces.push_back(Replacement(Context.Sources, Context.getLocation(ID, 2, 1), 133 Replacement(Context.Sources, Context.getLocation(ID, 3, 1), 5, "other")) [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
HttpRetryExceptionTest.java | 41 assertEquals("getLocation", ref.getLocation(), tst.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/mockito/src/org/mockito/internal/invocation/ |
StubInfoImpl.java | 22 return stubbedAt.getLocation();
|
/external/mockito/src/org/mockito/invocation/ |
DescribedInvocation.java | 28 Location getLocation();
|
/external/mockito/src/org/mockito/internal/verification/checkers/ |
NumberOfInvocationsChecker.java | 41 Location firstUndesired = actualInvocations.get(wantedCount).getLocation(); 44 Location firstUndesired = actualInvocations.get(wantedCount).getLocation();
|
/libcore/dom/src/test/java/org/w3c/domts/ |
DOMErrorImpl.java | 42 this.location = new DOMLocatorImpl(src.getLocation()); 65 public final DOMLocator getLocation() {
|
/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/Sema/ |
SemaDeclObjC.cpp | 95 SourceLocation loc = method->getLocation(); 141 Diag(NewMethod->getLocation(), 147 Diag(NewMethod->getLocation(), 154 Diag(Overridden->getLocation(), 159 Diag(Overridden->getLocation(), 165 Diag(NewMethod->getLocation(), 167 Diag(Overridden->getLocation(), diag::note_previous_decl) 172 Diag(NewMethod->getLocation(), 174 Diag(Overridden->getLocation(), diag::note_previous_decl) 186 Diag(newDecl->getLocation(), [all...] |
/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()));
|