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

1 2 3 4 5 67 8 91011>>

  /external/clang/lib/Sema/
SemaAttr.cpp 296 LookupResult Lookup(*this, Name, IdTok.getLocation(), LookupOrdinaryName);
301 << Name << SourceRange(IdTok.getLocation());
308 << Name << SourceRange(IdTok.getLocation());
316 VD->addAttr(::new (Context) UnusedAttr(IdTok.getLocation(), Context));
  /external/clang/lib/StaticAnalyzer/Core/
TextPathDiagnostics.cpp 69 Diag.Report((*I)->getLocation().asLocation(), diagID);
  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 35 virtual CXSourceLocation getLocation() const;
IndexTypeSourceInfo.cpp 51 if (D->getLocation() == TL.getNameLoc())
  /external/elfutils/libdw/
dwarf_getlocation.c 115 getlocation (struct Dwarf_CU *cu, const Dwarf_Block *block, function
355 return getlocation (attr->cu, &block, llbuf, listlen);
379 getlocation (attr->cu, &block, &llbufs[0], &listlens[0]) != 0)
488 && unlikely (getlocation (attr->cu, &block,
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
DebugKeysAppState.java 105 Vector3f loc = cam.getLocation();
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
SimpleWaterProcessor.java 190 ray.setOrigin(sceneCam.getLocation());
194 refractionCam.setLocation(sceneCam.getLocation());
210 Vector3f loc = plane.reflect(sceneCam.getLocation(), new Vector3f());
219 vect1.set(sceneCam.getLocation()).addLocal(sceneCam.getUp());
  /external/jmonkeyengine/engine/src/test/jme3test/collision/
TestRayCasting.java 81 // cam.setLocation(cam.getLocation().add(0,1,0));
  /external/jmonkeyengine/engine/src/test/jme3test/scene/
TestSceneLoading.java 62 sphere.setLocalTranslation(cam.getLocation());
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 223 switch (AA.alias(AA.getLocation(cast<LoadInst>(*I1)),
224 AA.getLocation(cast<StoreInst>(*I2)))) {
249 switch (AA.alias(AA.getLocation(cast<StoreInst>(*I1)),
250 AA.getLocation(cast<StoreInst>(*I2)))) {
  /external/mockito/src/org/mockito/internal/invocation/
InvocationsFinder.java 111 return last.getLocation();
  /libcore/luni/src/main/java/org/w3c/dom/
DOMError.java 85 public DOMLocator getLocation();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
IFileWrapper.java 92 return mFile.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())) {
  /system/core/include/utils/
Tokenizer.h 78 String8 getLocation() const;
  /system/core/libutils/
Tokenizer.cpp 112 String8 Tokenizer::getLocation() const {
  /frameworks/compile/slang/
slang_rs_export_type.cpp 105 clang::FullSourceLoc(TopLevelRecord->getLocation(), SM),
110 clang::FullSourceLoc(ND->getLocation(), SM),
246 clang::FullSourceLoc(FD->getLocation(),
558 clang::FullSourceLoc(VD->getLocation(),
589 VD->getLocation(), TargetAPI, IsFilterscript);
    [all...]
  /art/runtime/entrypoints/quick/
quick_invoke_entrypoints.cc 135 << " location: " << mh.GetDexFile().GetLocation();
169 << " location: " << mh.GetDexFile().GetLocation();
  /external/chromium/base/metrics/
stats_table.h 84 // Returns an id for the counter which can be used to call GetLocation().
94 int* GetLocation(int counter_id, int slot_id) const;
  /external/chromium_org/base/metrics/
stats_table.h 83 // Returns an id for the counter which can be used to call GetLocation().
93 int* GetLocation(int counter_id, int slot_id) const;
  /external/clang/include/clang/Sema/
TemplateDeduction.h 55 SourceLocation getLocation() const {
257 SourceLocation getLocation() const { return Loc; }
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 109 AddFID(FM, Fids, SM, D.getLocation());
174 EmitLocation(o, SM, LangOpts, D.getLocation(), FM, 2);
  /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/light/
TestSpotLightTerrain.java 105 sl.setPosition(cam.getLocation());
113 sl.setPosition(cam.getLocation());
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainGridTest.java 132 player3.setPhysicsLocation(new Vector3f(cam.getLocation().x, 256, cam.getLocation().z));

Completed in 482 milliseconds

1 2 3 4 5 67 8 91011>>