HomeSort by relevance Sort by last modified time
    Searched refs:Files (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/clang/lib/Index/
SimpleFormatContext.h 41 Files((FileSystemOptions())),
42 Sources(*Diagnostics, Files),
52 Files.getVirtualFile(Name, Source->getBufferSize(), 0);
68 FileManager Files;
  /external/clang/unittests/Tooling/
RewriterTestContext.h 34 /// methods, which help with writing tests that change files.
42 Files((FileSystemOptions())),
43 Sources(Diagnostics, Files),
53 Files.getVirtualFile(Name, Source->getBufferSize(), 0);
71 const FileEntry *File = Files.getFile(Path);
104 Files.getBufferForFile(Path, nullptr));
111 FileManager Files;
116 // Will be set once on disk files are generated.
  /development/tools/idegen/src/
IntelliJ.java 30 * Generates IntelliJ configuration files from the given configuration.
34 String ipr = Files.toString(new File(templatesDirectory, IDEA_IPR));
35 Files.toFile(ipr, new File(IDEA_IPR));
37 String iml = Files.toString(new File(templatesDirectory, IDEA_IML));
50 * up random non-Java files.
89 Files.toFile(iml, new File(IDEA_IML));
Files.java 23 class Files {
  /external/chromium_org/tools/python/google/httpd_config/
httpd2_linux.conf 76 # The following lines prevent .htaccess and .htpasswd files from being
79 <Files ~ "^\.ht">
82 </Files>
90 # keep browsers from trying to display binary files as though they are
httpd.conf 6 # Based upon the NCSA server configuration files originally by Rob McCool.
34 # of the server's control files begin with "/" (or "drive:/" for Win32), the
45 # can find its configuration files.
56 # configuration, error, and log files are kept.
93 # in that order. The latter two files are now distributed empty, as it is
96 # server ignore these files altogether by using "/dev/null" (for Unix) or
339 # This controls which options the .htaccess files in directories can
359 # The following lines prevent .htaccess files from being viewed by
360 # Web clients. Since .htaccess files often contain authorization
363 # .htaccess files. If you change the AccessFileName directive above
    [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 129 llvm::IntrusiveRefCntPtr<FileManager> Files(
132 Files.get());
169 ToolAction *Action, FileManager *Files)
173 Files(Files),
177 FrontendAction *FAction, FileManager *Files)
181 Files(Files),
243 return Action->runInvocation(Invocation, Files, DiagConsumer);
247 FileManager *Files,
    [all...]
  /development/tools/idegen/src/com/android/idegen/
IntellijProject.java 21 import com.google.common.io.Files;
86 // Finally create iml files for dependencies
115 String modulesContent = Files.toString(new File(DirectorySearch.findTemplateDir(),
127 Files.write(modulesContent, out, CHARSET);
131 String vcsTemplate = Files.toString(new File(DirectorySearch.findTemplateDir(),
144 Files.write(vcsTemplate, new File(ideaDir, "vcs.xml"), CHARSET);
149 Files.write(name, out, CHARSET);
159 File[] files = fromDir.listFiles(); local
160 for (File file : files) {
171 Files.copy(file, toFile)
    [all...]
ModuleIndexes.java 22 import com.google.common.io.Files;
34 * Mapping of module names to make files.
53 Files.readLines(indexFile, Charset.forName("UTF-8"),
  /external/clang/include/clang/Tooling/
Tooling.h 13 // A ClangTool is initialized with a CompilationDatabase and a set of files
15 // all TUs in which the given files are compiled.
68 FileManager *Files,
83 bool runInvocation(clang::CompilerInvocation *Invocation, FileManager *Files,
189 /// \param Files The FileManager used for the execution. Class does not take
192 FileManager *Files);
198 /// \param Files The FileManager used for the execution.
200 FileManager *Files);
228 FileManager *Files;
234 /// \brief Utility to run a FrontendAction over a set of files
    [all...]
  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 15 import com.vladium.util.Files;
54 m_dataPath = Files.pathToFiles (path, true);
117 log.info ("processing input files ...");
134 // merge all data files:
180 log.warning ("nothing to do: no metadata or coverage data found in any of the input files");
210 // the case of the output file being one of the input files is
217 final File canonicalDataOutFile = Files.canonicalizeFile (sdataOutFile);
221 final File canonicalDataFile = Files.canonicalizeFile (m_dataPath [f]);
235 final String tempFileName = Files.getFileName (canonicalDataOutFile) + IAppConstants.APP_NAME_LC;
240 tempDataOutFile = Files.createTempFile (tempFileDir, tempFileName, tempFileExt)
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java 13 import com.vladium.util.Files;
60 m_instrPath = Files.pathToFiles (path, canonical);
179 final File canonicalOutDir = Files.canonicalizeFile (m_outDir);
190 canonicalInstrPath [ip] = Files.canonicalizeFile (m_instrPath [ip]);
244 return isClass ? Files.newFile (m_outDir, CLASSES) : Files.newFile (m_outDir, LIB);
251 return Files.newFile (getFullOutDir (pathDir, isClass), file.getPath ());
  /external/clang/tools/libclang/
ARCMigrate.cpp 97 SmallVector<StringRef, 32> Files;
99 Files.push_back(filePaths[i]);
101 bool err = arcmt::getFileRemappingsFromFileList(remap->Vec, Files,
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.cpp 49 const CFileItem &fi = _db->Files[index];
67 const CFileItem &fi = _db->Files[_startIndex + _currentIndex];
76 while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size == 0)
129 *value = _db->Files[_startIndex + (int)subStream].Size;
7zOut.cpp 592 for (i = 0; i < db.Files.Size(); i++)
594 const CFileItem &file = db.Files[i];
611 if (db.Files.IsEmpty())
618 WriteNumber(db.Files.Size());
623 emptyStreamVector.Reserve(db.Files.Size());
625 for (i = 0; i < db.Files.Size(); i++)
626 if (db.Files[i].HasStream)
643 for (i = 0; i < db.Files.Size(); i++)
645 const CFileItem &file = db.Files[i];
680 for (int i = 0; i < db.Files.Size(); i++)
    [all...]
7zItem.h 188 CObjectVector<CFileItem> Files;
203 Files.Clear();
218 Files.ReserveDown();
233 Files.IsEmpty());
238 int size = Files.Size();
  /external/clang/lib/Driver/
Compilation.cpp 71 // FIXME: Why are we trying to remove files that we have not created? For
81 // Don't try to remove files which we don't have write access to (but may be
82 // able to remove), or non-regular files. Underlying tools may have
100 bool Compilation::CleanupFileList(const ArgStringList &Files,
104 it = Files.begin(), ie = Files.end(); it != ie; ++it)
109 bool Compilation::CleanupFileMap(const ArgStringMap &Files,
114 it = Files.begin(), ie = Files.end(); it != ie; ++it) {
116 // If specified, only delete the files associated with the JobAction
    [all...]
  /external/clang/lib/Frontend/
DependencyFile.cpp 10 // This code generates dependency files.
76 // Files that actually exist are handled by FileChanged.
133 std::vector<std::string> Files;
279 Files.push_back(Filename);
310 // dependency file as GCC (4.2), assuming the included files are the
336 for (std::vector<std::string>::iterator I = Files.begin(),
337 E = Files.end(); I != E; ++I) {
353 if (PhonyTarget && !Files.empty()) {
355 for (std::vector<std::string>::iterator I = Files.begin() + 1,
356 E = Files.end(); I != E; ++I)
    [all...]
  /development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
RmTypeDefsTest.java 5 import com.google.common.io.Files;
30 File dir = Files.createTempDir();
108 Files.write(testClass, srcFile1, Charsets.UTF_8);
114 Files.write(intdef, srcFile2, Charsets.UTF_8);
184 byte[] contents = Files.toByteArray(file);
228 File[] files = file.listFiles(); local
229 if (files != null) {
231 Collections.addAll(children, files);
256 File[] files = root.listFiles(); local
257 if (files != null)
    [all...]
  /external/chromium_org/net/tools/flip_server/
mem_cache.h 114 typedef std::map<std::string, FileData*> Files;
142 Files files_;
  /external/chromium_org/v8/test/mjsunit/tools/
profviz.js 29 // Files: tools/csvparser.js tools/splaytree.js tools/codemap.js
30 // Files: tools/consarray.js tools/profile.js tools/profile_view.js
31 // Files: tools/logreader.js tools/tickprocessor.js
32 // Files: tools/profviz/composer.js
  /external/clang/include/clang/Driver/
Compilation.h 59 /// Temporary files which should be removed on exit.
62 /// Result files which should be removed on failure.
65 /// Result files which are generated correctly on failure, and which should
144 /// CleanupFileList - Remove the files in the given list.
147 /// \return Whether all files were removed successfully.
148 bool CleanupFileList(const llvm::opt::ArgStringList &Files,
151 /// CleanupFileMap - Remove the files in the given map.
153 /// \param JA - If specified, only delete the files associated with this
154 /// JobAction. Otherwise, delete all files in the map.
156 /// \return Whether all files were removed successfully
    [all...]
  /development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/
RmTypeDefs.java 21 import com.google.common.io.Files;
101 System.out.println("Deleting @IntDef and @StringDef annotation class files");
104 // Record typedef annotation names and files
109 // Rewrite the .class files for any classes that *contain* typedefs as innerclasses
112 // Removes the actual .class files for the typedef annotations
120 * for any .class files encountered
124 File[] files = file.listFiles(); local
125 if (files != null) {
126 for (File f : files) {
135 System.err.println(path + ": Warning: Encountered .jar file; .class files "
    [all...]
  /external/clang/tools/clang-format/
ClangFormat.cpp 107 SourceManager &Sources, FileManager &Files) {
108 const FileEntry *Entry = Files.getVirtualFile(FileName == "-" ? "<stdin>" :
207 FileManager Files((FileSystemOptions()));
211 SourceManager Sources(Diagnostics, Files);
220 return false; // Empty files are formatted correctly.
221 FileID ID = createInMemoryFile(FileName, Code.get(), Sources, Files);
287 "If <file>s are given, it reformats the files. If -i is specified\n"
288 "together with <file>s, the files are edited in-place. Otherwise, the\n"
  /build/tools/droiddoc/templates-ds/
sampleindex.cs 34 <?cs if:subcount(files) ?>
35 <h2>Files</h2>
37 <?cs each:file=files ?>

Completed in 396 milliseconds

1 2 3 4 5 6 7