HomeSort by relevance Sort by last modified time
    Searched full:getlocation (Results 176 - 200 of 589) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainGridTileLoaderTest.java 129 player3.setPhysicsLocation(new Vector3f(cam.getLocation().x, 256, cam.getLocation().z));
TerrainTestModifyHeight.java 166 int x = (int) getCamera().getLocation().x;
167 int y = (int) getCamera().getLocation().y;
168 int z = (int) getCamera().getLocation().z;
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp 303 int loc = ctx->m_state->getLocation(GL_TEXTURE_COORD_ARRAY);
311 int loc = ctx->m_state->getLocation(GL_MATRIX_INDEX_ARRAY_OES);
319 int loc = ctx->m_state->getLocation(GL_WEIGHT_ARRAY_OES);
327 int loc = ctx->m_state->getLocation(state);
335 int loc = ctx->m_state->getLocation(state);
343 int loc = ctx->m_state->getLocation(cap);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 377 virtual PathDiagnosticLocation getLocation() const = 0;
440 PathDiagnosticLocation getLocation() const { return Pos; }
582 virtual PathDiagnosticLocation getLocation() const {
654 virtual PathDiagnosticLocation getLocation() const {
762 Loc = EndPiece->getLocation();
801 PathDiagnosticLocation getLocation() const {
  /external/clang/lib/Parse/
ParseInit.cpp 189 Diag(Tok.getLocation(), diag::err_expected_field_designator);
194 Tok.getLocation()));
268 SourceLocation IILoc = Tok.getLocation();
326 CheckArrayDesignatorSyntax(*this, Tok.getLocation(), Desig);
377 << FixItHint::CreateInsertion(Tok.getLocation(), "= ");
378 return Actions.ActOnDesignatedInitializer(Desig, Tok.getLocation(),
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 231 FullSourceLoc L = P.getLocation().asLocation();
374 SM = &(*(*Diags.begin())->path.begin())->getLocation().getManager();
392 AddFID(FM, Fids, SM, piece->getLocation().asLocation());
405 AddFID(FM, Fids, SM, callEnterWithin->getLocation().asLocation());
526 FullSourceLoc L(SM->getExpansionLoc(D->getLocation().asLocation()),
540 EmitLocation(o, *SM, LangOpts, D->getLocation(), FM, 2);
BugReporter.cpp 85 if (X->getLocation() != Y->getLocation())
223 assert((*I)->getLocation().asLocation().isValid());
260 if (!(*I)->getLocation().isValid() ||
261 !(*I)->getLocation().asLocation().isValid()) {
541 ProgramPoint P = N->getLocation();
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 142 /// getLocation - Fill in Loc with information about the memory reference by
144 Location getLocation(const LoadInst *LI);
145 Location getLocation(const StoreInst *SI);
146 Location getLocation(const VAArgInst *VI);
147 Location getLocation(const AtomicCmpXchgInst *CXI);
148 Location getLocation(const AtomicRMWInst *RMWI);
  /external/clang/lib/Sema/
SemaLambda.cpp 623 << SourceRange(LSI->getCXXThisCapture().getLocation())
719 << C->Id << SourceRange(LSI->getCapture(Var).getLocation())
743 Diag(Var->getLocation(), diag::note_previous_decl) << C->Id;
797 ActOnFields(0, Class->getLocation(), Class, Fields,
    [all...]
SemaTemplateVariadic.cpp 75 Unexpanded.push_back(std::make_pair(E->getDecl(), E->getLocation()));
188 Unexpanded.push_back(std::make_pair(VD, I->getLocation()));
361 return DiagnoseUnexpandedParameterPacks(Arg.getLocation(), UPPC, Unexpanded);
417 Arg.getLocation());
426 Arg.getLocation());
431 SourceRange R(Arg.getLocation());
828 Diag(ParameterPack->getLocation(), diag::note_parameter_pack_here)
    [all...]
SemaPseudoObject.cpp 142 refExpr->getObjectKind(), refExpr->getLocation(),
149 refExpr->getObjectKind(),refExpr->getLocation(),
266 PseudoOpBuilder(S, refExpr->getLocation()), RefExpr(refExpr),
625 S.Diag(prop->getLocation(), diag::note_property_declare);
626 S.Diag(prop1->getLocation(), diag::note_property_declare);
767 S.Diag(RefExpr->getLocation(), diag::err_getter_not_found)
777 Getter, RefExpr->getLocation());
    [all...]
SemaExprObjC.cpp 159 S.Diag(Method->getLocation(), diag::note_objc_literal_method_return)
681 Diag(Method->param_begin()[0]->getLocation(),
692 Diag(Method->param_begin()[1]->getLocation(),
    [all...]
  /art/runtime/
class_linker.cc 656 CHECK_NE(&oat_file, oat_files_[i]) << oat_file.GetLocation();
659 VLOG(class_linker) << "Registering " << oat_file.GetLocation();
674 return FindOpenedOatFileFromDexLocation(dex_file.GetLocation(), dex_file.GetLocationChecksum());
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 319 Writer.AddSourceLocation(I->getLocation(), Record);
338 Writer.AddSourceLocation(E->getLocation(), Record);
375 Writer.AddSourceLocation(E->getLocation(), Record);
382 Writer.AddSourceLocation(E->getLocation(), Record);
397 Writer.AddSourceLocation(E->getLocation(), Record);
426 Writer.AddSourceLocation(E->getLocation(), Record);
926 Writer.AddSourceLocation(E->getLocation(), Record);
944 Writer.AddSourceLocation(E->getLocation(), Record);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 377 unsigned TokOffs = SM.getFileOffset(Tok.getLocation());
425 TokEnd = SM.getFileOffset(Tok.getLocation())+Tok.getLength();
514 if (!Tok.getLocation().isMacroID()) {
523 SM.getExpansionRange(Tok.getLocation());
546 SM.getExpansionLoc(Tok.getLocation()) == LLoc.first) {
  /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/mockito/src/org/mockito/exceptions/
Reporter.java 285 description.add(matcher.getLocation().toString());
319 .append(i.getLocation())
346 previous.getLocation(),
423 undesired.getLocation(),
433 undesired.getLocation(),
    [all...]
  /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/Frontend/
DiagnosticRenderer.cpp 186 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(),
188 Diag.getLocation().isValid() ? &Diag.getLocation().getManager()
  /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/project/
ExportHelper.java 212 proguardConfigFile = new File(project.getLocation().toFile(), path);
230 proguardConfigFiles.add(proguardFile.getLocation().toFile());
266 new File(project.getLocation().toFile(), SdkConstants.FD_PROGUARD));
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 223 device.installPackage(apk.getLocation().toOSString(), true);
259 IPath solibFolder = project.getLocation().append("obj/local").append(compatAbi.getAbi());
370 NdkVariables.NDK_PROJECT, true, project.getLocation().toOSString());
  /external/clang/lib/Lex/
Preprocessor.cpp 206 const char *Start = SourceMgr.getCharacterData(Tok.getLocation());
212 DumpLocation(Tok.getLocation());
319 SourceLocation Location = Def.getLocation();
696 ModuleImportLoc = Identifier.getLocation();
722 Result.getLocation()));
779 Diag(StrToks[0].getLocation(), diag::err_expected_string_literal)
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 179 Location location = listener.getLocation();
456 public Location getLocation() {

Completed in 632 milliseconds

1 2 3 4 5 6 78 91011>>