HomeSort by relevance Sort by last modified time
    Searched full:getlocation (Results 26 - 50 of 589) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/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 99 S.Diag(property->getLocation(),
307 Loc = Tok.getLocation();
353 Diag(prevDecl->getLocation(), diag::note_property_declare);
384 Diag(CDecl->getLocation(), diag::err_continuation_class);
428 Diag(PIDecl->getLocation(), diag::note_property_declare);
443 Diag(PIDecl->getLocation(), diag::note_property_declare);
489 Diag(PIDecl->getLocation(), diag::note_property_declare);
550 Diag(PDecl->getLocation(), diag::err_duplicate_property);
551 Diag(prevDecl->getLocation(), diag::note_property_declare);
664 S.Diag(ivar->getLocation(), diag::err_arc_strong_property_ownership
    [all...]
SemaDecl.cpp 248 Diag(FirstDecl->getLocation(), diag::note_previous_decl)
280 (*Res)->getLocation().getRawEncoding() <
281 IIDecl->getLocation().getRawEncoding())
449 Diag(Result->getLocation(), diag::note_previous_decl)
473 Diag(TplDecl->getLocation(), diag::note_template_decl_here)
566 SemaRef.Diag((*I)->getLocation(), diag::note_decl_hiding_tag_type)
604 BuildCXXNestedNameSpecifier(S, *Name, NameLoc, NextToken.getLocation(),
717 Diag(FirstDecl->getLocation(), diag::note_previous_decl)
    [all...]
SemaTemplateInstantiateDecl.cpp 71 S.AddAlignedAttr(Aligned->getLocation(), New, Result.takeAs<Expr>(),
75 TemplateArgs, Aligned->getLocation(),
78 S.AddAlignedAttr(Aligned->getLocation(), New, Result,
104 SourceLocation EllipsisLoc = Aligned->getLocation();
167 LabelDecl *Inst = LabelDecl::Create(SemaRef.Context, Owner, D->getLocation(),
199 D->getLocation(), D->getDeclName());
205 SemaRef.MarkDeclarationsReferencedInType(D->getLocation(), DI->getType());
228 D->getLocation(), D->getIdentifier(), DI);
231 D->getLocation(), D->getIdentifier(), DI);
247 NamedDecl *InstPrev = SemaRef.FindInstantiatedDecl(D->getLocation(), Prev
    [all...]
  /art/runtime/
dex_file.h 369 const std::string& GetLocation() const {
380 DCHECK(header_ != NULL) << GetLocation();
399 DCHECK(header_ != NULL) << GetLocation();
405 DCHECK_LT(idx, NumStringIds()) << GetLocation();
410 CHECK_GE(&string_id, string_ids_) << GetLocation();
411 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation();
448 DCHECK(header_ != NULL) << GetLocation();
454 DCHECK_LT(idx, NumTypeIds()) << GetLocation();
459 CHECK_GE(&type_id, type_ids_) << GetLocation();
460 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation();
    [all...]
dex_file-inl.h 33 DCHECK(length != NULL) << GetLocation();
  /external/clang/tools/libclang/
IndexingContext.cpp 73 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation());
274 getIndexLoc(ImportD->getLocation()),
386 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
392 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
398 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
404 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
410 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
419 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
425 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
431 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(),
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 679 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
702 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(),
719 mTokenizer->getLocation().string(),
730 mTokenizer->getLocation().string());
736 mTokenizer->getLocation().string());
743 mTokenizer->getLocation().string());
750 mTokenizer->getLocation().string());
761 mTokenizer->getLocation().string());
780 ALOGE("%s: Expected keyboard type label, got '%s'.", mTokenizer->getLocation().string(),
798 ALOGE("%s: Expected keyword after 'map', got '%s'.", mTokenizer->getLocation().string()
    [all...]
  /art/compiler/
oat_writer.cc 436 PLOG(ERROR) << "Failed to write oat header to " << out.GetLocation();
442 PLOG(ERROR) << "Failed to write oat header image file location to " << out.GetLocation();
448 LOG(ERROR) << "Failed to write oat tables to " << out.GetLocation();
454 LOG(ERROR) << "Failed to write oat code to " << out.GetLocation();
460 LOG(ERROR) << "Failed to write oat code for dex files to " << out.GetLocation();
512 PLOG(ERROR) << "Failed to write oat dex information to " << out.GetLocation();
522 << " Expected: " << expected_offset << " File: " << dex_file->GetLocation();
527 PLOG(ERROR) << "Failed to write dex file " << dex_file->GetLocation()
528 << " to " << out.GetLocation();
535 PLOG(ERROR) << "Failed to write oat methods information to " << out.GetLocation();
    [all...]
buffered_output_stream.cc 24 : OutputStream(out->GetLocation()), out_(out), used_(0) {}
output_stream.h 40 const std::string& GetLocation() const {
  /external/clang/lib/AST/
CommentSema.cpp 85 Diag(Command->getLocation(),
120 Diag(Comment->getLocation(), diag::warn_doc_function_method_decl_mismatch)
157 Diag(Comment->getLocation(), diag::warn_doc_api_container_decl_mismatch)
207 Diag(Comment->getLocation(), diag::warn_doc_container_decl_mismatch)
302 Diag(Command->getLocation(),
340 Diag(PrevCommand->getLocation(), diag::note_doc_tparam_previous)
497 Diag(HET->getLocation(), diag::warn_doc_html_end_forbidden)
512 Diag(HET->getLocation(), diag::warn_doc_html_end_unbalanced)
529 HST->getLocation(),
533 HET->getLocation(),
    [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 108 Directive = Actions.ActOnDeclStmt(Res, Loc, Tok.getLocation());
131 EndLoc = Tok.getLocation();
219 Diag(PrevTok.getLocation(), diag::err_expected_ident)
220 << SourceRange(PrevTok.getLocation(), PrevTokLocation);
297 SourceLocation Loc = Tok.getLocation();
308 SourceLocation TypeLoc = Tok.getLocation();
317 Tok.getLocation());
327 SourceLocation Loc = Tok.getLocation();
364 Tok.getLocation());
  /external/clang/lib/Lex/
MacroInfo.cpp 44 SourceLocation macroStart = firstToken.getLocation();
45 SourceLocation macroEnd = lastToken.getLocation();
141 UndefLoc = UndefMD->getLocation();
157 if (Def.getLocation().isInvalid() || // For macros defined on the command line.
158 SM.isBeforeInTranslationUnit(Def.getLocation(), L))
PPExpressions.cpp 85 SourceLocation beginLoc(PeekTok.getLocation());
95 LParenLoc = PeekTok.getLocation();
129 Result.setEnd(PeekTok.getLocation());
133 PP.Diag(PeekTok.getLocation(), diag::err_pp_missing_rparen) << "defined";
138 Result.setEnd(PeekTok.getLocation());
142 Result.setEnd(PeekTok.getLocation());
153 SourceRange(beginLoc, PeekTok.getLocation()));
199 Result.setRange(PeekTok.getLocation());
221 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), PP);
268 Result.setRange(PeekTok.getLocation());
    [all...]
TokenLexer.cpp 36 ExpandLocStart = Tok.getLocation();
50 assert(Tokens[0].getLocation().isValid());
51 assert((Tokens[0].getLocation().isFileID() || Tokens[0].is(tok::comment)) &&
59 MacroDefStart = SM.getExpansionLoc(Tokens[0].getLocation());
154 PP.Diag(ResultToks.back().getLocation(), diag::ext_paste_comma);
197 getExpansionLocForMacroDefLoc(CurTok.getLocation());
199 getExpansionLocForMacroDefLoc(Tokens[i+1].getLocation());
298 updateLocForMacroArgTokens(CurTok.getLocation(),
332 PP.Diag(ResultToks.back().getLocation(), diag::ext_paste_comma);
348 updateLocForMacroArgTokens(CurTok.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()));
40 Errors.push_back(std::make_pair(Info.getLocation(), Buf.str()));
  /frameworks/compile/slang/
slang_pragma_recorder.cpp 77 PP.Diag(NextToken->getLocation(),
90 PP.Diag(NextToken->getLocation(),
99 PP.Diag(FirstToken.getLocation(),
slang_rs_export_foreach.cpp 43 clang::FullSourceLoc(PVD->getLocation(), SM),
68 clang::FullSourceLoc(FD->getLocation(), DiagEngine->getSourceManager()),
93 clang::FullSourceLoc(FD->getLocation(), DiagEngine->getSourceManager()),
125 clang::FullSourceLoc(FD->getLocation(),
149 clang::FullSourceLoc(PVD->getLocation(),
183 clang::FullSourceLoc(PVD->getLocation(),
216 clang::FullSourceLoc(FD->getLocation(),
240 clang::FullSourceLoc(FD->getLocation(),
282 clang::FullSourceLoc(PVD->getLocation(),
309 clang::FullSourceLoc(FD->getLocation(),
    [all...]
  /external/clang/include/clang/Sema/
Weak.h 35 inline SourceLocation getLocation() const { return loc; }
39 return alias == RHS.getAlias() && loc == RHS.getLocation();

Completed in 620 milliseconds

12 3 4 5 6 7 8 91011>>