HomeSort by relevance Sort by last modified time
    Searched full:getlocation (Results 251 - 275 of 966) sorted by null

<<11121314151617181920>>

  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 59 CXSourceLocation getLocation() const override {
388 return D->getLocation();
CXSourceLocation.cpp 138 SourceLocation SLoc = CXXUnit->getLocation(File, line, column);
168 = CXXUnit->getLocation(static_cast<const FileEntry *>(file), offset);
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
Main.java 68 * falls back to getClass().getProtectionDomain().getCodeSource().getLocation()
242 URL location = Main.class.getProtectionDomain().getCodeSource().getLocation();
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.20.0/
org.eclipse.tycho.p2.resolver.shared-0.20.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 199 VOID GetLocation(Point *point) const {
324 VOID GetLocation(PointF *point) const {
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.18.1/
org.eclipse.tycho.p2.resolver.shared-0.18.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 467 rootResource.getLocation().toFile().delete();
473 rootResource.getLocation().toFile().delete();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizardState.java 69 public File projectLocation = new File(Platform.getLocation().toOSString());
377 projectPath.startsWith(existingTarget.getLocation())) {
  /art/compiler/
oat_test.cc 150 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file->GetLocation().c_str(),
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoTask.java 113 mImageURL = photoView.getLocation();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ExceptionTest.java 140 Location returnedExceptionLoc =((ParsedEvent.Event_EXCEPTION)parsedEvents[0]).getLocation();
MethodExitWithReturnValueTest.java 72 long refID = event.getLocation().classID;
  /external/clang/include/clang/AST/
DeclFriend.h 153 return SourceRange(getFriendLoc(), getLocation());
  /external/clang/include/clang/Sema/
ParsedTemplate.h 88 SourceLocation getLocation() const { return Loc; }
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 261 Diags.Report(AA->getLocation(), diag::err_cyclic_alias);
264 Diags.Report(AA->getLocation(), diag::err_alias_to_undefined);
277 Diags.Report(SA->getLocation(), diag::warn_alias_with_section)
288 Diags.Report(AA->getLocation(), diag::warn_alias_to_weak_alias)
469 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 153 Scan(M, D->getDeclContext(), SM.getFileID(D->getLocation()), SM);
TestAfterDivZeroChecker.cpp 124 ProgramPoint P = Succ->getLocation();
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 525 while (!N->getLocation().getAs<BlockEntrance>()) {
526 ProgramPoint P = N->getLocation();
534 BlockEdge BE = N->getLocation().castAs<BlockEdge>();
649 ProgramPoint PP = N->getLocation();
    [all...]
ExprEngineCallAndReturn.cpp 75 Node->getLocation().getLocationContext()->getCurrentStackFrame();
80 const ProgramPoint &PP = Node->getLocation();
760 if (Ctx.getSourceManager().isInSystemHeader(FD->getLocation()))
767 if (!Ctx.getSourceManager().isInMainFile(FD->getLocation()))
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 114 SourceLocation WarnLoc = PD->getLocation().asLocation();
125 SourceLocation NoteLoc = (*PI)->getLocation().asLocation();
248 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
586 SourceLocation SL = SM.getExpansionLoc(D->getLocation());
  /external/emma/ant/ant14/com/vladium/emma/instr/
FilterCfg.java 169 + ": I/O exception while processing input" , ioe, m_task.getLocation ()).fillInStackTrace ();
  /external/lldb/examples/python/
sbvalue.py 66 return self.sbvalue.GetLocation ()
  /frameworks/base/core/java/android/app/
LoadedApk.java 646 leak.setStackTrace(rd.getLocation().getStackTrace());
672 leak.setStackTrace(sd.getLocation().getStackTrace());
    [all...]
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 204 VD->getLocation(),
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingService.java 225 session = mSessionManager.createNewSession(task.getName(), 0, task.getLocation());

Completed in 768 milliseconds

<<11121314151617181920>>