/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
TerrainLodControl.java | 126 cameraLocations.add(c.getLocation());
158 cameraLocations.add(c.getLocation());
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestCcd.java | 133 bulletg.setLocalTranslation(cam.getLocation());
144 bulletg.setLocalTranslation(cam.getLocation());
|
/external/jmonkeyengine/engine/src/test/jme3test/terrain/ |
TerrainGridSerializationTest.java | 71 player3.setPhysicsLocation(new Vector3f(cam.getLocation().x, 256, cam.getLocation().z));
|
/external/clang/lib/Parse/ |
ParseDecl.cpp | 160 Eof.setLocation(Tok.getLocation()); 173 SourceLocation Loc = Tok.getLocation(); 319 SourceLocation RParen = Tok.getLocation(); 410 Diag(Tok.getLocation(), diag::err_expected_lparen_after) 436 Diag(Tok.getLocation(), diag::err_ms_property_unknown_accessor); 441 SourceLocation KindLoc = Tok.getLocation(); 479 Diag(Tok.getLocation(), diag::err_ms_property_expected_equal) 486 Diag(Tok.getLocation(), diag::err_ms_property_expected_accessor_name); 510 Diag(Tok.getLocation(), diag::err_ms_property_expected_comma_or_rparen); 637 SourceLocation Loc = Tok.getLocation(); [all...] |
ParseStmt.cpp | 186 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; 350 << FixItHint::CreateInsertion(OldToken.getLocation(), "case "); 493 IdentTok.getLocation()); 499 return Actions.ActOnLabelStmt(IdentTok.getLocation(), LD, ColonLoc, 777 Tok.getLocation(), 821 StmtResult R = Actions.ActOnDeclStmt(Res, LabelLoc, Tok.getLocation()); 861 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; 887 SourceLocation CloseLoc = Tok.getLocation(); 948 << FixItHint::CreateRemoval(Tok.getLocation()); [all...] |
ParseExpr.cpp | 280 SourceLocation FILoc = Tok.getLocation(); 301 ColonLoc = Tok.getLocation(); 391 SuggestParentheses(OpToken.getLocation(), 396 LHS = Actions.ActOnBinOp(getCurScope(), OpToken.getLocation(), 399 LHS = Actions.ActOnConditionalOp(OpToken.getLocation(), ColonLoc, [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetworkViews.java | 80 COMMAND_MAP.put("getlocation", new GetLocation()); 286 public static class GetLocation implements ViewIntrospectionCommand { 287 //queryview [id type] [id] getlocation 288 //queryview viewid button1 getlocation
|
/external/clang/lib/Sema/ |
SemaInit.cpp | 385 SemaRef.Diag(Field->getLocation(), [all...] |
SemaExceptionSpec.cpp | 166 Old->getType()->getAs<FunctionProtoType>(), Old->getLocation(), 167 New->getType()->getAs<FunctionProtoType>(), New->getLocation(), 176 Diag(New->getLocation(), diag::ext_implicit_exception_spec_mismatch) 178 if (!Old->getLocation().isInvalid()) 179 Diag(Old->getLocation(), diag::note_previous_declaration); 201 (Old->getLocation().isInvalid() || 202 Context.getSourceManager().isInSystemHeader(Old->getLocation())) && 280 Diag(New->getLocation(), diag::warn_missing_exception_specification) 285 Diag(New->getLocation(), diag::warn_missing_exception_specification) 290 if (!Old->getLocation().isInvalid() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
BuildHelper.java | 177 resPaths.add(resFolder.getLocation().toOSString()); 181 String cachePath = cacheFolder.getLocation().toOSString(); 240 IPath resLocation = resFolder.getLocation(); 241 IPath manifestLocation = manifestFile.getLocation(); 268 osAssetsPath = assetsFolder.getLocation().toOSString(); 292 File testFile = new File(folder.getLocation().toOSString()); 452 apkBuilder.addNativeLibraries(libFolder.getLocation().toFile()); 461 apkBuilder.addNativeLibraries(libFolder.getLocation().toFile()); 717 File binFile = binFolder.getLocation().toFile(); [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
HTMLDiagnostics.cpp | 122 const SourceManager &SMgr = (*path.begin())->getLocation().getManager(); 125 (*path.begin())->getLocation().asLocation().getExpansionLoc().getFileID(); 181 << (*path.rbegin())->getLocation().asLocation().getExpansionLineNumber() 183 << (*path.rbegin())->getLocation().asLocation().getExpansionColumnNumber() 221 << path.back()->getLocation().asLocation().getExpansionLineNumber() 274 FullSourceLoc Pos = P.getLocation().asLocation(); 409 FullSourceLoc L = MP->getLocation().asLocation().getExpansionLoc();
|
/external/clang/include/clang/Lex/ |
Token.h | 111 SourceLocation getLocation() const { return Loc; } 133 return isAnnotation() ? getAnnotationEndLoc() : getLocation(); 139 return SourceRange(getLocation(), getAnnotationEndLoc());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
ProjectSetupBuilder.java | 281 String path = getGradlePath(module.getJavaProject().getProject().getLocation(), 299 commonRoot = module.getJavaProject().getProject().getLocation(); 302 module.getJavaProject().getProject().getLocation());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
ExportGradleTest.java | 76 File buildfile = new File(javaProject.getResource().getLocation().toString(), 153 File buildfile = new File(javaProject.getResource().getLocation().toString(), 221 File buildfile = new File(javaProject.getResource().getLocation().toString(), "build.gradle");
|
/art/runtime/entrypoints/portable/ |
portable_invoke_entrypoints.cc | 51 << " location: " << mh.GetDexFile().GetLocation();
|
/art/runtime/mirror/ |
dex_cache.h | 56 String* GetLocation() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
|
/art/runtime/native/ |
java_lang_VMClassLoader.cc | 74 const std::string& location(dex_file->GetLocation());
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOMErrorImpl.java | 136 public DOMLocator getLocation() {
|
/external/chromium/base/metrics/ |
stats_counters.cc | 59 return table->GetLocation(counter_id_, table->GetSlot());
|
/external/chromium_org/base/metrics/ |
stats_counters.cc | 59 return table->GetLocation(counter_id_, table->GetSlot());
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
WorkList.h | 74 assert(N->getLocation().getKind() != ProgramPoint::PostStmtKind);
|
/external/clang/lib/ARCMigrate/ |
TransAutoreleasePool.cpp | 264 return checkRef(E->getLocation(), E->getDecl()->getLocation()); 268 return checkRef(TL.getBeginLoc(), TL.getTypedefNameDecl()->getLocation()); 272 return checkRef(TL.getBeginLoc(), TL.getDecl()->getLocation());
|
/external/clang/lib/Lex/ |
LiteralSupport.cpp | [all...] |
PreprocessingRecord.cpp | 373 if (Id.getLocation().isMacroID()) 389 MacroNameTok.getLocation()); 397 MacroNameTok.getLocation()); 406 MacroNameTok.getLocation());
|
TokenConcatenation.cpp | 55 const char *Ptr = SM.getCharacterData(SM.getSpellingLoc(Tok.getLocation())); 130 return *SM.getCharacterData(SM.getSpellingLoc(Tok.getLocation())); 160 SourceLocation PrevSpellLoc = SM.getSpellingLoc(PrevTok.getLocation()); 161 SourceLocation SpellLoc = SM.getSpellingLoc(Tok.getLocation());
|