/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/ |
AtomMetricTester.java | 34 import com.google.common.io.Files; 92 Files.write(config.toByteArray(), configFile);
|
/development/tools/idegen/src/com/android/idegen/ |
MakeFileParser.java | 26 import com.google.common.io.Files; 40 * Parses the make files and finds the appropriate section a given module. 78 Files.readLines(makeFile, Charset.forName("UTF-8"), new MakeFileLineProcessor()); 166 // Value may contain function calls such as "$(call all-java-files-under)" or refer 225 if (value.startsWith("call all-java-files-under")) {
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
antlr.r | 45 "Choose the grammar specification files y"
56 "Files ending in .g",
57 "All text files"
64 Files {
150 "Options for renaming output files may be"
298 "Don't create Lexer files",
301 "t generate DLG-related output files. Thi"
367 "mmar.cpp files."
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
RmPkg.py | 110 for Root, Dirs, Files in os.walk(RootDir):
112 for File in Files:
206 # Check for Distribution files existence in /conf/upt, if not exist,
234 # Remove all files
267 # Remove distribution files in /Conf/.upt
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/ |
ByteCodeTypePrinter.java | 21 import java.nio.file.Files; 40 Files.exists(inputJarFile), "The input jar file %s does not exist.", inputJarFile);
|
/external/emma/core/java12/com/vladium/util/ |
Files.java | 7 * $Id: Files.java,v 1.1.1.1.2.1 2004/07/09 01:28:37 vlad_r Exp $ 27 abstract class Files 74 * Converts an array of path segments to an array of Files. The order 75 * of files follows the original order of path segments, except "duplicate" 93 final List /* Files */ _result = new ArrayList (path.length); 297 * MT-safety: if several threads use this API concurrently, the temp files 299 * to files that did not exist before. However, if such a temp file is deleted 301 * guarantees do not hold if files are created in the same directory outside 335 private Files () {} // prevent subclassing
|
/external/google-fruit/extras/packaging/ |
libfruit.spec | 34 Summary: Dependency Injection Framework For C++ - Development Files 57 %files 61 %files devel
|
/external/grpc-grpc/test/distrib/cpp/ |
run_distrib_test_cmake_as_externalproject.bat | 18 @rem TODO(jtattermusch): Kokoro has pre-installed protoc.exe in C:\Program Files\ProtoC and that directory
|
/external/grpc-grpc-java/buildscripts/kokoro/ |
windows32.bat | 18 set PATH=C:\Program Files\java\jdk1.8.0_152\bin;%PATH% 36 @rem Rename test results .xml files to format parsable by Kokoro 48 @rem make sure no daemons have any files open
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/ |
TypeLocator.java | 25 import java.nio.file.Files; 144 return Files.lines(path)
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/ |
AnalyseJavaParserTest.java | 32 import java.nio.file.Files; 56 byte[] encoded = Files.readAllBytes(Paths.get(file.getAbsolutePath()));
|
AnalyseNewJavaParserTest.java | 31 import java.nio.file.Files; 61 byte[] encoded = Files.readAllBytes(Paths.get(file.getAbsolutePath()));
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/utils/ |
TestUtils.java | 12 import java.nio.file.Files; 102 Files.write(destination, response.body().bytes());
|
/external/llvm/tools/llvm-cov/ |
CoverageReport.cpp | 174 void CoverageReport::renderFunctionReports(ArrayRef<StringRef> Files, 178 for (StringRef Filename : Files) {
|
/external/llvm/tools/llvm-pdbdump/ |
CompilandDumper.cpp | 58 auto Files = Session.getSourceFilesForCompiland(Symbol); 60 while (auto File = Files->getNext()) {
|
/external/robolectric-shadows/processor/src/test/java/org/robolectric/annotation/processing/ |
RobolectricProcessorTest.java | 18 import com.google.common.io.Files; 142 PACKAGE_OPT, "my.test.pkg", JSON_DOCS_DIR, Files.createTempDir().toString());
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
PrettyCompilandDumper.cpp | 58 if (auto Files = Session.getSourceFilesForCompiland(Symbol)) { 60 while (auto File = Files->getNext()) {
|
YAMLOutputStyle.cpp | 218 auto Files = Modules.source_files(I); 219 DMI.SourceFiles.assign(Files.begin(), Files.end());
|
/external/turbine/java/com/google/turbine/deps/ |
Dependencies.java | 37 import java.nio.file.Files; 142 try (InputStream is = new BufferedInputStream(Files.newInputStream(Paths.get(path)))) {
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_DownloadsTest.java | 38 import android.provider.MediaStore.Files; 241 updateValues.put(MediaStore.Files.FileColumns.MEDIA_TYPE, 242 MediaStore.Files.FileColumns.MEDIA_TYPE_AUDIO); 319 updateValues.put(Files.FileColumns.MEDIA_TYPE, Files.FileColumns.MEDIA_TYPE_AUDIO);
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
Ls.c | 22 @param[in] TheList a list of files from the volume.
148 @param[in] Files incremented if a file is printed.
157 IN UINT64 *Files,
162 ASSERT(Files != NULL);
231 (*Files)++;
295 @param[in] Files The number of files.
296 @param[in] Size The size of files in bytes.
301 IN UINT64 Files,
315 Files,
[all...] |
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/ |
InterpreterTest.java | 27 import java.nio.file.Files; 77 (FileChannel) Files.newByteChannel(path, EnumSet.of(StandardOpenOption.READ)); 98 (FileChannel) Files.newByteChannel(path, EnumSet.of(StandardOpenOption.READ)); 120 (FileChannel) Files.newByteChannel(path, EnumSet.of(StandardOpenOption.READ)); 323 (FileChannel) Files.newByteChannel(path, EnumSet.of(StandardOpenOption.READ));
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zUpdate.cpp | 86 Note: We use ARM filter for 0x01C2. (WinCE 5 - 0x01C2) files mostly contain ARM code (not Thumb/Thumb-2).
528 // db.Files[db.FolderStartFileIndex[i1]],
529 // db.Files[db.FolderStartFileIndex[i2]]);
534 we sort empty files and dirs in such order:
680 we sort files in such order:
1166 const CFileItem &fi = _db->Files[_startIndex + index];
1214 const CFileItem &fi = _db->Files[arcIndex];
1239 const CFileItem &fi = _db->Files[arcIndex];
1257 while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size == 0)
[all...] |
/cts/hostsidetests/compilation/src/android/compilation/cts/ |
AdbRootDependentCompilationTest.java | 20 import com.google.common.io.Files; 109 Files.write(profileBytes, textProfileFile); 191 return Files.toByteArray(copyOnHost); 431 // Important: Use "cp" here because it newly copied files will inherit the security context
|
/external/clang/tools/libclang/ |
CXLoadedDiagnostic.cpp | 50 llvm::DenseMap<unsigned, const FileEntry *> Files; 281 LoadedLoc.file = const_cast<FileEntry *>(TopDiags->Files[FileID]); 348 TopDiags->Files[ID] =
|