/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
SampleSelectionPage.java | 212 mValues.projectLocation = Platform.getLocation().toFile();
|
NewProjectCreator.java | 378 parameters.put(PARAM_SOURCE, p.getLocation()); 381 //IPath defaultLocation = Platform.getLocation(); 384 //IPath workspaceLocation = Platform.getLocation().append(projectName); 390 description.setLocation(new Path(p.getLocation().getPath())); 445 IPath defaultLocation = Platform.getLocation(); 520 IPath defaultLocation = Platform.getLocation(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
AaptParserTest.java | 162 String osRoot = project.getLocation().toOSString();
|
/external/chromium_org/chrome_frame/test/ |
chrome_frame_ui_test_utils.cc | 224 bool AccObject::GetLocation(gfx::Rect* location) { 237 if (!GetLocation(&location)) 535 if (!GetLocation(&location))
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExplodedGraph.cpp | 111 ProgramPoint progPoint = node->getLocation(); 151 const ProgramPoint SuccLoc = succ->getLocation(); 400 ExplodedNode *NewN = G->getNode(N->getLocation(), N->State, N->isSink(), 0);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-antlr.jar | |
ant-jdepend.jar | |
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
PhysicsVehicle.java | 139 wheel.setVehicleId(vehicleId, addWheel(vehicleId, wheel.getLocation(), wheel.getDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel())); 191 wheel.setVehicleId(vehicleId, addWheel(vehicleId, wheel.getLocation(), wheel.getDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel())); 517 Vector3f location = physicsVehicleWheel.getLocation().clone();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
AddSupportJarAction.java | 453 IPath relativePath = libraryProject.getLocation().makeRelativeTo( 454 dependentProject.getLocation()); 512 IPath loc = destFile.getLocation();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
BuildFileCreator.java | 132 IPath workspaceLocation = workspaceRoot.getLocation(); 221 file.getLocation().toFile()); 514 files.get(i).getLocation().toFile());
|
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | [all...] |
/frameworks/compile/slang/ |
slang_rs_object_ref_count.cpp | 405 ClearObjectFD->getLocation(), [all...] |
/external/clang/lib/Sema/ |
SemaOverload.cpp | [all...] |
TreeTransform.h | [all...] |
AnalysisBasedWarnings.cpp | 233 D.FuncLoc = Func->getLocation(); 437 S.Diag(VD->getLocation(), diag::note_block_var_fixit_add_initialization) << VD->getDeclName() 438 << FixItHint::CreateInsertion(VD->getLocation(), "__block "); 658 << VD->getDeclName() << VD->getLocation() << DRE->getSourceRange(); [all...] |
JumpDiagnostics.cpp | 240 D->getLocation())); 279 SourceLocation Loc = D->getLocation(); 281 Loc = BDecl->getLocation();
|
SemaCXXScopeSpec.cpp | 514 Diag(ND->getLocation(), diag::note_previous_decl) << CorrectedQuotedStr; 558 Diag(SD->getLocation(), diag::note_ambig_member_ref_object_type) 560 Diag(OuterDecl->getLocation(), diag::note_ambig_member_ref_scope); [all...] |
/external/clang/include/clang/AST/ |
DeclObjC.h | 301 SourceLocation getLocStart() const LLVM_READONLY { return getLocation(); } 304 return SourceRange(getLocation(), getLocEnd()); 723 return SourceRange(getAtStartLoc(), getLocation()); [all...] |
/external/clang/lib/AST/ |
MicrosoftMangle.cpp | 253 Diags.Report(D->getLocation(), DiagID) 541 mangleOperatorName(Name.getCXXOverloadedOperator(), ND->getLocation()); 549 Diags.Report(ND->getLocation(), DiagID); 575 Diags.Report(BD->getLocation(), DiagID); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar | |
/external/llvm/lib/Transforms/Vectorize/ |
SLPVectorizer.cpp | 301 AliasAnalysis::Location getLocation(Instruction *I); 957 AliasAnalysis::Location BoUpSLP::getLocation(Instruction *I) { 959 return AA->getLocation(SI); 961 return AA->getLocation(LI); [all...] |
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 546 /// The difference with SourceManager::getLocation is that this method checks 549 SourceLocation getLocation(const FileEntry *File, 553 SourceLocation getLocation(const FileEntry *File, unsigned Offset) const; [all...] |
/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 104 SourceLocation L = PD->getLocation().asLocation(); 229 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); 562 SourceLocation SL = SM.getExpansionLoc(D->getLocation());
|
/external/llvm/lib/Transforms/Scalar/ |
DeadStoreElimination.cpp | 194 return AA.getLocation(SI); 838 LoadedLoc = AA->getLocation(L); 840 LoadedLoc = AA->getLocation(V);
|
/art/compiler/driver/ |
compiler_driver.cc | [all...] |