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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/v8/src/
global-handles.h 354 return Handle<Object>(GetLocation(index));
391 inline Object** GetLocation(int index) {
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 169 if (!isInMainFile(I->getLocation()))
298 ATLs[i].second->getLocation());
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 26 Diags.Report(CGF.getContext().getFullLoc(CGF.CurCodeDecl->getLocation()),
125 = ImplicitParamDecl::Create(CGM.getContext(), 0, MD->getLocation(),
  /external/clang/lib/Sema/
TargetAttributesSema.cpp 121 Diag(D->getLocation(), diag::warn_attribute_invalid_on_definition)
167 Diag(Import->getLocation(), diag::warn_attribute_ignored) << "dllimport";
SemaDeclAttr.cpp     [all...]
SemaStmt.cpp 91 Diag(decl->getLocation(), diag::err_non_variable_decl_in_for);
314 Diag(D->getLocation(), diag::ext_mixed_decls_code);
409 Diag(TheDecl->getLocation(), diag::note_previous_definition);
613 return S.Diag(Conv->getLocation(), diag::note_switch_conversion)
624 return S.Diag(Conv->getLocation(), diag::note_switch_conversion)
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 620 Cursor = MakeCursorObjCClassRef(ID, ID->getLocation(), TU);
625 Cursor = MakeCursorObjCProtocolRef(PD, PD->getLocation(), TU);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
FlyByCamera.java 294 Vector3f pos = cam.getLocation().clone();
306 Vector3f pos = cam.getLocation().clone();
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
BillboardControl.java 149 look.set(camera.getLocation()).subtractLocal(
215 look.set(camera.getLocation()).subtractLocal(
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestBoneRagdoll.java 184 bulletg.setLocalTranslation(cam.getLocation());
197 bulletg.setLocalTranslation(cam.getLocation());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 173 IPath relativePath = iProject.getLocation().makeRelativeTo(
174 mState.getProject().getLocation());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 124 File outFolder = new File(outRes.getLocation().toOSString());
314 oslibraryList.add(new File(resource.getLocation().toOSString())
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ProjectContentsPage.java 232 IPath workspace = Platform.getLocation();
324 File dest = Platform.getLocation().append(values.projectName).toFile();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java 92 String osRoot = project.getLocation().toOSString();
214 String osRoot = project.getLocation().toOSString();
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 191 while (Node && Node->getLocation().getAs<PostStmt>())
621 } else if (StoreSite->getLocation().getAs<CallEnter>()) {
696 ProgramPoint P = StoreSite->getLocation();
771 ProgramPoint P = N->getLocation();
876 ProgramPoint ProgPoint = NI->getLocation();
917 assert(N->getLocation().getAs<CallEnter>() && "Tracking arg but not at call");
923 const ProgramPoint &pp = N->getLocation();
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 112 /// GetLocation - If the given instruction references a specific memory
117 AliasAnalysis::ModRefResult GetLocation(const Instruction *Inst,
122 Loc = AA->getLocation(LI);
126 Loc = AA->getLocation(LI);
135 Loc = AA->getLocation(SI);
139 Loc = AA->getLocation(SI);
147 Loc = AA->getLocation(V);
208 AliasAnalysis::ModRefResult MR = GetLocation(Inst, Loc, AA);
408 AliasAnalysis::Location LoadLoc = AA->getLocation(LI);
476 AliasAnalysis::Location StoreLoc = AA->getLocation(SI)
    [all...]
  /art/compiler/
image_writer.cc 397 String::AllocFromModifiedUtf8(self, oat_file_->GetLocation().c_str()));
660 << patch->GetDexFile().GetLocation() << " " << patch->GetTargetMethodIdx();
662 << patch->GetDexFile().GetLocation() << " " << patch->GetTargetMethodIdx();
664 << patch->GetDexFile().GetLocation() << " " << patch->GetReferrerMethodIdx() << " "
oat_test.cc 114 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file->GetLocation(),
  /art/runtime/
oat_file.h 63 const std::string& GetLocation() const {
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 385 Location location = listener.getLocation();
437 Location location = listener.getLocation();
753 Location location = listener.getLocation();
    [all...]
  /development/tools/idegen/src/com/android/idegen/
DirectorySearch.java 162 .getLocation().toURI().getPath()).getParentFile();
  /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/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.h 146 void GetLocation(
  /external/clang/include/clang/AST/
Attr.h 88 SourceLocation getLocation() const { return Range.getBegin(); }
  /external/clang/include/clang/Lex/
MacroInfo.h 371 SourceLocation getLocation() const { return Loc; }
410 inline SourceLocation getLocation() const;
528 inline SourceLocation MacroDirective::DefInfo::getLocation() const {
531 return DefDirective->getLocation();

Completed in 1003 milliseconds

1 2 3 4 5 6 7 891011>>