/external/mockito/src/org/mockito/internal/exceptions/util/ |
ScenarioPrinter.java | 27 sb.append(i.getLocation() + "\n");
|
/external/chromium_org/ppapi/c/dev/ |
ppb_widget_dev.h | 57 PP_Bool (*GetLocation)(PP_Resource widget, struct PP_Rect* location); 76 PP_Bool (*GetLocation)(PP_Resource widget, struct PP_Rect* location);
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
DataEntryUrnBox.java | 43 public String getLocation() { 67 return "DataEntryUrlBox[name=" + getName() + ";location=" + getLocation() + "]";
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
Label.java | 48 return getLocation().getCodeAddress(); 52 public MethodLocation getLocation() {
|
/external/clang/lib/ARCMigrate/ |
TransProtectedScope.cpp | 120 isInRange(I->getLocation(), BodyRange)) { 133 SourceLocation ErrLoc = DiagI->getLocation(); 151 if (isInRange(Diag.getLocation(), info.Range)) { 158 Pass.TA.clearDiagnostic(Diag.getID(), Diag.getLocation()); 183 if (isInRange(DRE->getDecl()->getLocation(), info.Range) && 184 !isInRange(DRE->getLocation(), info.Range))
|
/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());
|
/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | 98 S.Diag(property->getLocation(), 296 Loc = Tok.getLocation(); 339 Diag(prevDecl->getLocation(), diag::note_property_declare); 370 Diag(CDecl->getLocation(), diag::err_continuation_class); 416 Diag(PIDecl->getLocation(), diag::note_property_declare); 433 Diag(PIDecl->getLocation(), diag::note_property_declare); 446 Diag(PIDecl->getLocation(), diag::note_property_declare); 507 Diag(PIDecl->getLocation(), diag::note_property_declare); 568 Diag(PDecl->getLocation(), diag::err_duplicate_property); 569 Diag(prevDecl->getLocation(), diag::note_property_declare) [all...] |
SemaTemplateInstantiateDecl.cpp | 82 S.AddAlignedAttr(Aligned->getLocation(), New, Result.getAs<Expr>(), 86 TemplateArgs, Aligned->getLocation(), 89 S.AddAlignedAttr(Aligned->getLocation(), New, Result, 115 SourceLocation EllipsisLoc = Aligned->getLocation(); 154 S.Diag(A->getLocation(), diag::err_enable_if_never_constant_expr); 161 EnableIfAttr(A->getLocation(), S.getASTContext(), Cond, 217 LabelDecl *Inst = LabelDecl::Create(SemaRef.Context, Owner, D->getLocation(), 249 D->getLocation(), D->getDeclName()); 255 SemaRef.MarkDeclarationsReferencedInType(D->getLocation(), DI->getType()); 278 D->getLocation(), D->getIdentifier(), DI) [all...] |
SemaDecl.cpp | 345 (*Res)->getLocation().getRawEncoding() < 346 IIDecl->getLocation().getRawEncoding()) 569 Diag(TplDecl->getLocation(), diag::note_template_decl_here) 655 SemaRef.Diag((*I)->getLocation(), diag::note_decl_hiding_tag_type) 693 BuildCXXNestedNameSpecifier(S, *Name, NameLoc, NextToken.getLocation(), [all...] |
/external/clang/tools/libclang/ |
IndexingContext.cpp | 72 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation()); 273 getIndexLoc(ImportD->getLocation()), 385 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); 391 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); 397 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); 403 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); 409 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); 418 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); 424 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); 430 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) [all...] |
IndexBody.cpp | 42 IndexCtx.handleReference(E->getDecl(), E->getLocation(), 65 IndexCtx.handleReference(E->getDecl(), E->getLocation(), 81 IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(), 123 IndexCtx.handleReference(E->getConstructor(), E->getLocation(), 157 IndexCtx.handleReference(C->getCapturedVar(), C->getLocation(), Parent,
|
/frameworks/native/libs/input/ |
KeyCharacterMap.cpp | 680 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(), 703 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(), 720 mTokenizer->getLocation().string(), 731 mTokenizer->getLocation().string()); 737 mTokenizer->getLocation().string()); 744 mTokenizer->getLocation().string()); 751 mTokenizer->getLocation().string()); 762 mTokenizer->getLocation().string()); 781 ALOGE("%s: Expected keyboard type label, got '%s'.", mTokenizer->getLocation().string(), 799 ALOGE("%s: Expected keyword after 'map', got '%s'.", mTokenizer->getLocation().string() [all...] |
/external/clang/lib/AST/ |
CommentSema.cpp | 90 Diag(Command->getLocation(), 125 Diag(Comment->getLocation(), diag::warn_doc_function_method_decl_mismatch) 162 Diag(Comment->getLocation(), diag::warn_doc_api_container_decl_mismatch) 212 Diag(Comment->getLocation(), diag::warn_doc_container_decl_mismatch) 291 Diag(Command->getLocation(), 327 Diag(PrevCommand->getLocation(), diag::note_doc_tparam_previous) 484 Diag(HET->getLocation(), diag::warn_doc_html_end_forbidden) 500 Diag(HET->getLocation(), diag::warn_doc_html_end_unbalanced) 521 HST->getLocation(), 525 HET->getLocation(), [all...] |
/art/runtime/ |
oat_file.cc | 234 *error_msg = StringPrintf("Invalid oat magic for '%s'", GetLocation().c_str()); 240 *error_msg = StringPrintf("In oat file '%s' found truncated OatHeader", GetLocation().c_str()); 247 "%p + %zd + %ud <= %p", GetLocation().c_str(), 259 GetLocation().c_str(), i); 265 "location size", GetLocation().c_str(), i); 273 "location", GetLocation().c_str(), i); 283 "dex file checksum", GetLocation().c_str(), i, 291 "file offset", GetLocation().c_str(), i, dex_file_location.c_str()); 296 "offset %ud > %zd", GetLocation().c_str(), i, 303 " after dex file offsets", GetLocation().c_str(), i [all...] |
/external/clang/lib/Lex/ |
MacroInfo.cpp | 45 SourceLocation macroStart = firstToken.getLocation(); 46 SourceLocation macroEnd = lastToken.getLocation(); 139 UndefLoc = UndefMD->getLocation(); 156 if (Def.getLocation().isInvalid() || // For macros defined on the command line. 157 SM.isBeforeInTranslationUnit(Def.getLocation(), L))
|
PPExpressions.cpp | 84 SourceLocation beginLoc(PeekTok.getLocation()); 94 LParenLoc = PeekTok.getLocation(); 127 Result.setEnd(PeekTok.getLocation()); 131 PP.Diag(PeekTok.getLocation(), diag::err_pp_expected_after) 137 Result.setEnd(PeekTok.getLocation()); 141 Result.setEnd(PeekTok.getLocation()); 152 SourceRange(beginLoc, PeekTok.getLocation())); 198 Result.setRange(PeekTok.getLocation()); 220 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), PP); 268 Result.setRange(PeekTok.getLocation()); [all...] |
TokenLexer.cpp | 36 ExpandLocStart = Tok.getLocation(); 51 assert(Tokens[0].getLocation().isValid()); 52 assert((Tokens[0].getLocation().isFileID() || Tokens[0].is(tok::comment)) && 60 MacroDefStart = SM.getExpansionLoc(Tokens[0].getLocation()); 152 PP.Diag(ResultToks.back().getLocation(), diag::ext_paste_comma); 193 getExpansionLocForMacroDefLoc(CurTok.getLocation()); 195 getExpansionLocForMacroDefLoc(Tokens[i+1].getLocation()); 297 updateLocForMacroArgTokens(CurTok.getLocation(), 326 PP.Diag(ResultToks.pop_back_val().getLocation(), diag::ext_paste_comma); 341 updateLocForMacroArgTokens(CurTok.getLocation(), [all...] |
PPMacroExpansion.cpp | 231 Identifier.getLocation(), 244 SourceLocation ExpansionEnd = Identifier.getLocation(); 269 SourceLocation ExpandLoc = Identifier.getLocation(); 350 SourceMgr.createExpansionLoc(Identifier.getLocation(), ExpandLoc, 466 SourceRange(ArgStartIterator->getLocation(), 467 PP.getLocForEndOfToken(ClosingBrace->getLocation()))); 475 TempToken.setLocation(ArgStartIterator->getLocation()); 485 SourceLocation Loc = PP.getLocForEndOfToken((I - 1)->getLocation()); 491 ParenHints.push_back(SourceRange(ArgStartIterator->getLocation(), 544 SourceLocation ArgStartLoc = Tok.getLocation(); [all...] |
/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...] |
slang_pragma_recorder.cpp | 76 PP.Diag(NextToken->getLocation(), 89 PP.Diag(NextToken->getLocation(), 98 PP.Diag(FirstToken.getLocation(),
|
/art/compiler/ |
oat_writer.cc | 645 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " to " << out_->GetLocation(); 696 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " to " << out_->GetLocation(); [all...] |
buffered_output_stream.cc | 24 : OutputStream(out->GetLocation()), out_(out), used_(0) {}
|
output_stream.h | 41 const std::string& GetLocation() const {
|
/external/clang/include/clang/Sema/ |
Weak.h | 35 inline SourceLocation getLocation() const { return loc; } 39 return alias == RHS.getAlias() && loc == RHS.getLocation();
|
/external/chromium_org/chrome/test/chromedriver/client/ |
webelement.py | 52 def GetLocation(self):
|