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

1 2 3 4 5 67 8 91011>>

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
BillboardControl.java 149 look.set(camera.getLocation()).subtractLocal(
215 look.set(camera.getLocation()).subtractLocal(
LodControl.java 156 float newDistance = bv.distanceTo(vp.getCamera().getLocation()) / ratio;
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestSpotLightTerrain.java 105 sl.setPosition(cam.getLocation());
113 sl.setPosition(cam.getLocation());
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainGridSerializationTest.java 71 player3.setPhysicsLocation(new Vector3f(cam.getLocation().x, 256, cam.getLocation().z));
TerrainGridTest.java 132 player3.setPhysicsLocation(new Vector3f(cam.getLocation().x, 256, cam.getLocation().z));
TerrainGridTileLoaderTest.java 129 player3.setPhysicsLocation(new Vector3f(cam.getLocation().x, 256, cam.getLocation().z));
  /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())) {
  /external/clang/lib/Lex/
Preprocessor.cpp 204 const char *Start = SourceMgr.getCharacterData(Tok.getLocation());
210 DumpLocation(Tok.getLocation());
694 ModuleImportLoc = Identifier.getLocation();
720 Result.getLocation()));
777 Diag(StrToks[0].getLocation(), diag::err_expected_string_literal)
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
WaterFilter.java 144 material.setVector3("CameraPosition", sceneCam.getLocation());
150 ray.setOrigin(sceneCam.getLocation());
160 Vector3f loc = plane.reflect(sceneCam.getLocation(), new Vector3f());
171 vars.vect1.set(sceneCam.getLocation()).addLocal(sceneCam.getUp());
184 if (sceneCam.getLocation().y >= waterHeight) {
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 123 refExpr->getObjectKind(), refExpr->getLocation(),
130 refExpr->getObjectKind(),refExpr->getLocation(),
230 PseudoOpBuilder(S, refExpr->getLocation()), RefExpr(refExpr),
576 S.Diag(prop->getLocation(), diag::note_property_declare);
577 S.Diag(prop1->getLocation(), diag::note_property_declare);
719 S.Diag(RefExpr->getLocation(), diag::err_getter_not_found)
729 Getter, RefExpr->getLocation());
    [all...]
SemaTemplateVariadic.cpp 74 Unexpanded.push_back(std::make_pair(E->getDecl(), E->getLocation()));
185 Unexpanded.push_back(std::make_pair(VD, I->getLocation()));
356 return DiagnoseUnexpandedParameterPacks(Arg.getLocation(), UPPC, Unexpanded);
412 Arg.getLocation());
421 Arg.getLocation());
426 SourceRange R(Arg.getLocation());
826 Diag(ParameterPack->getLocation(), diag::note_parameter_pack_here)
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 186 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(),
188 Diag.getLocation().isValid() ? &Diag.getLocation().getManager()
  /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();
  /frameworks/compile/slang/
slang_rs_backend.cpp 79 !SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) {
97 if (!SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr))
99 clang::FullSourceLoc(FD->getLocation(), mSourceMgr),
  /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();
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 321 Location location = listener.getLocation();
373 Location location = listener.getLocation();
682 Location location = listener.getLocation();
    [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoManager.java 202 URL localURL = localView.getLocation();
PhotoView.java 147 final URL getLocation() {
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 448 throw new BuildException(e, getLocation());
458 throw new BuildException("ANTLR returned: " + err, getLocation());
463 throw new BuildException("ANTLR signaled an error.", getLocation());
624 throw new BuildException(e, getLocation());
  /external/clang/include/clang/AST/
DeclFriend.h 152 return SourceRange(getFriendLoc(), getLocation());
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 187 ProgramPoint L = N->getLocation();
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 35 FullSourceLoc diagLoc = I->getLocation();
64 FullSourceLoc diagLoc = I->getLocation();
135 if (Info.getLocation().isValid())
487 ARCMTMacroLocs.push_back(MacroNameTok.getLocation());
PlistReporter.cpp 109 AddFID(FM, Fids, SM, D.getLocation());
174 EmitLocation(o, SM, LangOpts, D.getLocation(), FM, 2);
  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 51 if (D->getLocation() == TL.getNameLoc())
  /external/emma/ant/ant14/com/vladium/emma/instr/
FilterCfg.java 169 + ": I/O exception while processing input" , ioe, m_task.getLocation ()).fillInStackTrace ();

Completed in 1496 milliseconds

1 2 3 4 5 67 8 91011>>