HomeSort by relevance Sort by last modified time
    Searched refs:getLocation (Results 226 - 250 of 1281) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/libhardware/tests/input/evdev/
InputMocks.h 37 virtual const std::string& getLocation() const override { return mLocation; }
  /packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentSession.java 83 public Location getLocation() {
  /packages/apps/Camera2/src/com/android/camera/data/
FilmstripItemBase.java 107 Location location = mData.getLocation();
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/sisu-equinox-launching/0.20.0/
sisu-equinox-launching-0.20.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RuleLoader.java 124 pathFile = new File(project.getLocation().toFile(), pathElement);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateTestPage.java 150 File getLocation() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
IFolderWrapper.java 162 return mContainer.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())) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 162 String osRoot = project.getLocation().toOSString();
AaptQuickFixTest.java 92 String osRoot = project.getLocation().toOSString();
214 String osRoot = project.getLocation().toOSString();
  /system/core/libutils/
Tokenizer.cpp 110 String8 Tokenizer::getLocation() const {
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 186 while (Node && Node->getLocation().getAs<PostStmt>())
617 } else if (StoreSite->getLocation().getAs<CallEnter>()) {
692 ProgramPoint P = StoreSite->getLocation();
767 ProgramPoint P = N->getLocation();
872 ProgramPoint ProgPoint = NI->getLocation();
913 assert(N->getLocation().getAs<CallEnter>() && "Tracking arg but not at call");
919 const ProgramPoint &pp = N->getLocation();
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 198 Context->ReportError(TopLevelRecord->getLocation(), Message)
201 Context->ReportError(ND->getLocation(), Message) << ND->getName()
338 FD->getLocation(),
690 Context->ReportError(VD->getLocation(),
727 VD->getLocation(), TargetAPI, IsFilterscript,
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
ParsedEvent.java 123 public Location getLocation() {
152 public Location getLocation() {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 131 /// getLocation - Returns the edge associated with the given node.
132 ProgramPoint getLocation() const { return Location; }
135 return getLocation().getLocationContext();
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 27 Diags.Report(CGF.getContext().getFullLoc(CGF.CurCodeDecl->getLocation()),
162 = ImplicitParamDecl::Create(CGM.getContext(), nullptr, MD->getLocation(),
  /external/clang/tools/libclang/
CXSourceLocation.cpp 138 SourceLocation SLoc = CXXUnit->getLocation(File, line, column);
168 = CXXUnit->getLocation(static_cast<const FileEntry *>(file), offset);
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/
aether-spi-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/0.18.1/
tycho-p2-extras-plugin-0.18.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 128 File outFolder = new File(outRes.getLocation().toOSString());
353 oslibraryList.add(new File(resource.getLocation().toOSString())
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 576 Diag(ND->getLocation(), diag::note_declared_at);
583 Diag(ND->getLocation(), diag::note_entity_declared_at) << &Identifier;
659 Diag(SD->getLocation(), diag::note_ambig_member_ref_object_type)
661 Diag(OuterDecl->getLocation(), diag::note_ambig_member_ref_scope);
669 MarkAnyDeclReferenced(TD->getLocation(), TD, /*OdrUse=*/false);
784 Diag(ND->getLocation(), diag::note_entity_declared_at) << &Identifier;
    [all...]
SemaTemplateVariadic.cpp 75 Unexpanded.push_back(std::make_pair(E->getDecl(), E->getLocation()));
188 Unexpanded.push_back(std::make_pair(VD, I->getLocation()));
370 return DiagnoseUnexpandedParameterPacks(Arg.getLocation(), UPPC, Unexpanded);
426 Arg.getLocation());
435 Arg.getLocation());
440 SourceRange R(Arg.getLocation());
    [all...]
SemaStmt.cpp 96 Diag(decl->getLocation(), diag::err_non_variable_decl_in_for);
350 Diag(D->getLocation(), diag::ext_mixed_decls_code);
465 Diag(TheDecl->getLocation(), diag::note_previous_definition);
626 return S.Diag(Conv->getLocation(), diag::note_switch_conversion)
637 return S.Diag(Conv->getLocation(), diag::note_switch_conversion)
    [all...]
SemaOverload.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-facade/0.20.0/
tycho-p2-facade-0.20.0.jar 

Completed in 1354 milliseconds

1 2 3 4 5 6 7 8 91011>>