/cts/hostsidetests/statsd/src/android/cts/statsd/subscriber/ |
ShellSubscriberTest.java | 28 import com.google.common.io.Files; 126 Files.write(combined, configFile);
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
Helper.java | 38 import java.nio.file.Files; 171 final byte[] bytes = Files.readAllBytes(Paths.get(file.getAbsolutePath()));
|
OutOfProcessActivity.java | 34 import java.nio.file.Files; 41 * <p>As such, it uses files to keep track of lifecycle events. 165 Files.write(Paths.get(file.getAbsolutePath()), string.getBytes(),
|
/cts/tests/signature/api-check/src/java/android/signature/cts/api/ |
AbstractApiTest.java | 32 import java.nio.file.Files; 125 try (FileChannel fileChannel = (FileChannel) Files.newByteChannel(file.toPath(),
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
EnvironmentGetter.java | 24 import com.google.common.io.Files; 96 * Unlike standard Java properties files, {@code reader} is allowed to list 104 List<String> lines = Files.readLines(new File(file), Charset.defaultCharset());
|
/external/clang/include/clang/Driver/ |
Compilation.h | 76 /// Temporary files which should be removed on exit. 79 /// Result files which should be removed on failure. 82 /// Result files which are generated correctly on failure, and which should 216 /// CleanupFileList - Remove the files in the given list. 219 /// \return Whether all files were removed successfully. 220 bool CleanupFileList(const llvm::opt::ArgStringList &Files, 223 /// CleanupFileMap - Remove the files in the given map. 225 /// \param JA - If specified, only delete the files associated with this 226 /// JobAction. Otherwise, delete all files in the map. 228 /// \return Whether all files were removed successfully [all...] |
/external/cldr/tools/java/org/unicode/cldr/util/ |
XPathExpressionParser.java | 10 import java.nio.file.Files; 82 buf = Files.readAllBytes(f.toPath());
|
/external/conscrypt/benchmark-graphs/src/main/java/org/conscrypt/graphgen/ |
Main.java | 37 import java.nio.file.Files; 105 Files.walkFileTree(templatesPath, pfn);
|
/external/google-fruit/extras/scripts/ |
postsubmit.bat | 8 set NEW_PATH=C:\Windows\system32;C:\Windows;%PYTHON3_PATH%;%PYTHON3_PATH%\Scripts;C:\Program Files (x86)\CMake\bin;
|
/external/grpc-grpc/third_party/nanopb/extra/ |
nanopb.mk | 2 # .pb.c and .pb.h files out of .proto, as well the path to nanopb core. 7 # Files for the nanopb core
|
/external/grpc-grpc-java/buildscripts/kokoro/ |
windows64.bat | 17 set PATH=C:\Program Files\java\jdk1.8.0_152\bin;%PATH% 32 @rem make sure no daemons have any files open
|
/external/libyuv/files/ |
winarm.mk | 2 # call "c:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_arm\vcvarsx86_arm.bat"
|
/external/nanopb-c/extra/ |
nanopb.mk | 2 # .pb.c and .pb.h files out of .proto, as well the path to nanopb core. 7 # Files for the nanopb core
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
Benchmark.java | 40 import com.google.common.io.Files; 47 String html = Files.toString(new File(args[0]), Charsets.UTF_8);
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/internal/ |
ParallelUniverseCreateApplicationTest.java | 11 import com.google.common.io.Files; 127 Files.asCharSink(f, Charsets.UTF_8).write(fileContents);
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
CustomInlineMethodResolver.java | 34 import com.google.common.io.Files; 85 this(classPath, Files.toString(inlineTable, Charset.forName("UTF-8")));
|
/external/turbine/java/com/google/turbine/binder/ |
CtSymClassBinder.java | 35 import java.nio.file.Files; 49 if (!Files.exists(ctSym)) { 62 // (e.g. 789) and which contain interface class files with a .sig extension.
|
/external/turbine/javatests/com/google/turbine/lower/ |
ModuleIntegrationTest.java | 29 import java.nio.file.Files; 84 try (JarOutputStream jos = new JarOutputStream(Files.newOutputStream(lib))) {
|
/frameworks/base/apct-tests/perftests/core/src/android/database/ |
SQLiteDatabaseIoPerfTest.java | 42 import java.nio.file.Files; 155 List<String> lines = Files.readAllLines(new File(ioStat).toPath());
|
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/ |
TestServiceClient.java | 20 import com.google.common.io.Files; 274 String jsonKey = Files.asCharSource(new File(serviceAccountKeyFile), UTF_8).read(); 287 String jsonKey = Files.asCharSource(new File(serviceAccountKeyFile), UTF_8).read(); 294 String jsonKey = Files.asCharSource(new File(serviceAccountKeyFile), UTF_8).read();
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
Linker.h | 33 /// The Linker can link Modules from memory, bitcode files, or bitcode 45 /// This type is used to pass the linkage items (libraries and files) to 48 /// bool should be true for libraries and false for files, signifying 167 const ItemList& Items, ///< Set of libraries/files to link in 168 ItemList& NativeItems ///< Output list of native files/libs 171 /// This function links the bitcode \p Files into the composite module. 173 /// Files are all completely linked into \p HeadModule regardless of 178 /// @brief Link in multiple files. 180 const std::vector<sys::Path> & Files ///< Files to link i [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/msbuild/ |
install.bat | 13 REM Older versions of VS would look for these files in the Program Files\MSBuild directory 20 ECHO Installing Common Files
|
/external/testng/src/main/java/org/testng/reporters/ |
Files.java | 18 public class Files {
|
/art/test/952-invoke-custom/util-src/transformer/ |
IndyTransformer.java | 28 import java.nio.file.Files; 42 * Class for inserting invoke-dynamic instructions in annotated Java class files. 190 try (InputStream is = Files.newInputStream(inputClassPath)) { 194 try (OutputStream os = Files.newOutputStream(outputClassPath)) {
|
/art/test/979-const-method-handle/util-src/transformer/ |
ConstantTransformer.java | 29 import java.nio.file.Files; 214 try (InputStream is = Files.newInputStream(inputClassPath)) { 221 try (OutputStream os = Files.newOutputStream(outputClassPath)) {
|