HomeSort by relevance Sort by last modified time
    Searched full:getlocation (Results 1 - 25 of 1742) 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...]
LexerTest.cpp 97 Begin.getLocation(), End.getLocation())),
287 SourceLocation lsqrLoc = toks[0].getLocation();
288 SourceLocation idLoc = toks[1].getLocation();
289 SourceLocation rsqrLoc = toks[2].getLocation();
320 SourceLocation macroLsqrLoc = toks[3].getLocation();
321 SourceLocation macroIdLoc = toks[4].getLocation();
322 SourceLocation macroRsqrLoc = toks[5].getLocation();
351 SourceLocation idLoc1 = toks[6].getLocation();
352 SourceLocation idLoc2 = toks[7].getLocation();
    [all...]
  /external/libweave/src/
error_unittest.cc 30 EXPECT_EQ("GenerateNetworkError", err->GetLocation().function_name);
31 EXPECT_EQ("error_unittest.cc", err->GetLocation().file_name);
32 EXPECT_EQ(15, err->GetLocation().line_number);
58 EXPECT_EQ(error1->GetLocation().function_name,
59 error2->GetLocation().function_name);
60 EXPECT_EQ(error1->GetLocation().file_name, error2->GetLocation().file_name);
61 EXPECT_EQ(error1->GetLocation().line_number,
62 error2->GetLocation().line_number);
  /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/libbrillo/brillo/errors/
error_unittest.cc 33 EXPECT_EQ("GenerateNetworkError", err->GetLocation().function_name);
34 EXPECT_EQ("error_unittest.cc", err->GetLocation().file_name);
35 EXPECT_EQ(15, err->GetLocation().line_number);
74 EXPECT_EQ(error1->GetLocation().function_name,
75 error2->GetLocation().function_name);
76 EXPECT_EQ(error1->GetLocation().file_name, error2->GetLocation().file_name);
77 EXPECT_EQ(error1->GetLocation().line_number,
78 error2->GetLocation().line_number);
  /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/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/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...]
  /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/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,
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
HttpRetryExceptionTest.java 41 assertEquals("getLocation", ref.getLocation(), tst.getLocation());
  /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...]
KeyCharacterMap.cpp 730 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
753 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(),
770 mTokenizer->getLocation().string(),
781 mTokenizer->getLocation().string());
787 mTokenizer->getLocation().string());
794 mTokenizer->getLocation().string());
801 mTokenizer->getLocation().string());
812 mTokenizer->getLocation().string());
831 ALOGE("%s: Expected keyboard type label, got '%s'.", mTokenizer->getLocation().string(),
849 ALOGE("%s: Expected keyword after 'map', got '%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...]
  /art/compiler/linker/
error_delaying_output_stream.h 30 : OutputStream(output->GetLocation()),
41 << " bytes to " << GetLocation() << " at offset " << output_offset_;
69 PLOG(ERROR) << "Failed to seek in " << GetLocation() << ". Offset=" << offset
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
MergeTask.java 62 getLocation());
88 e, getLocation());
102 destfile.getAbsolutePath()), e, getLocation());
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue133/
StackOverflowTest.java 37 fail("getLocation() is recursive.");
46 * Since Point.getLocation() creates a new instance of Point class,
47 * SnakeYAML will fail to dump an instance of Point if 'getLocation()' is
  /frameworks/compile/slang/
slang_rs_export_reduce.cpp 180 << Ret->getLocation().printToString(S.PP.getSourceManager())
181 << FDecl->getLocation().printToString(S.PP.getSourceManager());
199 S.RSC.ReportError(Ret->getLocation(), "%0 must be static")
225 S.RSC.ReportError(Fn->getLocation(),
240 S.RSC.ReportError(Param->getLocation(),
259 S.RSC.ReportError(S.FnInitializer->getLocation(),
270 S.RSC.ReportError(S.FnInitializer->getLocation(),
281 S.RSC.ReportError(S.FnInitializer->getLocation(),
304 S.RSC.ReportError(S.FnAccumulator->getLocation(),
316 S.RSC.ReportError(S.FnAccumulator->getLocation(),
    [all...]

Completed in 629 milliseconds

1 2 3 4 5 6 7 8 91011>>