HomeSort by relevance Sort by last modified time
    Searched refs:getLocation (Results 176 - 200 of 467) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mockito/src/org/mockito/internal/invocation/
InvocationsFinder.java 111 return last.getLocation();
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 97 clang::FullSourceLoc(VD->getLocation(), mSM),
slang_rs_export_func.cpp 41 clang::FullSourceLoc(FD->getLocation(), DiagEngine->getSourceManager()),
slang_rs_export_type.cpp 105 clang::FullSourceLoc(TopLevelRecord->getLocation(), SM),
110 clang::FullSourceLoc(ND->getLocation(), SM),
246 clang::FullSourceLoc(FD->getLocation(),
557 clang::FullSourceLoc(VD->getLocation(),
588 VD->getLocation(), TargetAPI, IsFilterscript);
    [all...]
  /frameworks/native/libs/utils/
Tokenizer.cpp 112 String8 Tokenizer::getLocation() const {
  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbMessage.java 261 public SmsCbLocation getLocation() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RuleLoader.java 124 pathFile = new File(project.getLocation().toFile(), pathElement);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 226 jarIFile.getLocation(),
262 iProject.getFolder(SdkConstants.FD_OUTPUT).getLocation().toFile(),
387 IPath location = member.getLocation();
546 jarFiles.add(new CPEFile(resource.getLocation().toFile(), e));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateTestPage.java 150 File getLocation() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
IFolderWrapper.java 162 return mContainer.getLocation().toOSString();
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DevTreeProjectProvider.java 75 if (devTreePath == null || devTreePath.isPrefixOf(p.getLocation())) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 162 String osRoot = project.getLocation().toOSString();
AaptQuickFixTest.java 92 String osRoot = project.getLocation().toOSString();
214 String osRoot = project.getLocation().toOSString();
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 163 Location location = listener.getLocation();
439 public Location getLocation() {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 133 /// getLocation - Returns the edge associated with the given node.
134 ProgramPoint getLocation() const { return Location; }
137 return getLocation().getLocationContext();
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 27 Diags.Report(CGF.getContext().getFullLoc(CGF.CurCodeDecl->getLocation()),
127 = ImplicitParamDecl::Create(CGM.getContext(), 0, MD->getLocation(),
MicrosoftCXXABI.cpp 199 CGF.CurGD.getDecl()->getLocation(),
207 CGF.CurGD.getDecl()->getLocation(),
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 182 while (Node && Node->getLocation().getAs<PostStmt>())
569 } else if (StoreSite->getLocation().getAs<CallEnter>()) {
628 ProgramPoint P = StoreSite->getLocation();
687 ProgramPoint P = N->getLocation();
812 assert(N->getLocation().getAs<CallEnter>() && "Tracking arg but not at call");
818 const ProgramPoint &pp = N->getLocation();
845 if (Optional<PostStmt> P = LVNode->getLocation().getAs<PostStmt>()) {
    [all...]
PlistDiagnostics.cpp 226 FullSourceLoc L = P.getLocation().asLocation();
364 SM = &(*(*Diags.begin())->path.begin())->getLocation().getManager();
382 AddFID(FM, Fids, SM, piece->getLocation().asLocation());
395 AddFID(FM, Fids, SM, callEnterWithin->getLocation().asLocation());
516 FullSourceLoc L(SM->getExpansionLoc(D->getLocation().asLocation()),
530 EmitLocation(o, *SM, LangOpts, D->getLocation(), FM, 2);
  /external/clang/tools/libclang/
CXSourceLocation.cpp 132 SourceLocation SLoc = CXXUnit->getLocation(File, line, column);
158 = CXXUnit->getLocation(static_cast<const FileEntry *>(file), offset);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
VehicleControl.java 112 VehicleWheel newWheel = control.addWheel(wheel.getLocation(), wheel.getDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), wheel.isFrontWheel());
200 Vector3f location = physicsVehicleWheel.getLocation().clone();
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestBoneRagdoll.java 184 bulletg.setLocalTranslation(cam.getLocation());
197 bulletg.setLocalTranslation(cam.getLocation());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 124 File outFolder = new File(outRes.getLocation().toOSString());
314 oslibraryList.add(new File(resource.getLocation().toOSString())
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp 123 SourceMgr, Tok.FormatTok.Tok.getLocation().getLocWithOffset(
197 SourceLocation TokenLoc = Tok.Tok.getLocation();
362 llvm::errs() << StringRef(SourceMgr.getCharacterData(Tok.getLocation()),
    [all...]

Completed in 384 milliseconds

1 2 3 4 5 6 78 91011>>