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

1 2 3 4 5 67 8 91011>>

  /external/clang/include/clang/Basic/
SourceManager.h 402 const FileInfo &getFile() const {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 15 getfile(), getsourcefile(), getsource() - find an object's source code
398 def getfile(object): function
444 filename = getfile(object)
466 _filename = getsourcefile(object) or getfile(object)
526 file = getfile(object)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 15 getfile(), getsourcefile(), getsource() - find an object's source code
398 def getfile(object): function
444 filename = getfile(object)
466 _filename = getsourcefile(object) or getfile(object)
526 file = getfile(object)
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 592 if (FileMgr.getFile(LibName)) {
687 const FileEntry *UmbrellaHeader = FileMgr.getFile(UmbrellaName);
    [all...]
  /external/clang/lib/Rewrite/
Rewriter.cpp 252 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache();
356 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache();
  /external/jetty/src/java/org/eclipse/jetty/util/resource/
URLResource.java 171 public File getFile()
183 try {return new File(_url.getFile());}
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 557 PlatformFreeBSD::GetFile (const FileSpec &platform_file,
564 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
PlatformFreeBSD.h 139 GetFile (const lldb_private::FileSpec &platform_file,
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.cpp 285 PlatformLinux::GetFile (const FileSpec &platform_file,
291 return m_remote_platform_sp->GetFile (platform_file, uuid_ptr, local_file);
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformiOSSimulator.cpp 318 PlatformiOSSimulator::GetFile (const FileSpec &platform_file,
373 error = GetFile (platform_file, module_spec.GetUUIDPtr(), local_file);
  /frameworks/base/tools/aapt/
Package.cpp 225 if (entry.getFile() == NULL) {
230 if (!processFile(bundle, zip, storagePath, entry.getFile())) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 164 IFile f = ((FileEditorInput) editorInput).getFile();
188 IFile f = ((FileEditorInput) editorInput).getFile();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 162 IFile mergedManifestFile = androidOutputFolder.getFile(
223 IFile proguardFile = androidOutputFolder.getFile(AdtConstants.FN_AAPT_PROGUARD);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfoTest.java 217 IFile file = getProject().getFile("AndroidManifest.xml");
328 public File getFile(int pathId) {
  /art/compiler/
image_test.cc 89 oat_file.GetFile());
oat_test.cc 119 tmp.GetFile());
  /art/runtime/
elf_file_impl.h 56 const File& GetFile() const {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
Section.java 88 public final DexFile getFile() {
  /dalvik/dx/src/com/android/dx/dex/file/
Section.java 87 public final DexFile getFile() {
  /external/clang/tools/libclang/
Indexing.cpp 133 ID.AddInteger(UniqueID.getFile());
423 CI.getFileManager().getFile(PPOpts.ImplicitPCHInclude));
709 ID->getFile(),
797 IndexCtx->enteredMainFile(FileMgr.getFile(Unit->getOriginalSourceFileName()));
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
Section.java 88 public final DexFile getFile() {
  /external/libmtp/examples/
Makefile.in 68 getfile.$(OBJEXT) newfolder.$(OBJEXT) sendfile.$(OBJEXT) \
271 connect_SOURCES = connect.c delfile.c getfile.c newfolder.c \
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getfile.Po@am__quote@
680 ln -f -s $(DESTDIR)$(bindir)/mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-getfile$(EXEEXT)
  /external/lldb/include/lldb/Core/
SourceManager.h 174 GetFile (const FileSpec &file_spec);
  /external/llvm/include/llvm/Support/
MemoryBuffer.h 73 getFile(const Twine &Filename, int64_t FileSize = -1,

Completed in 2566 milliseconds

1 2 3 4 5 67 8 91011>>