HomeSort by relevance Sort by last modified time
    Searched full:readfile (Results 301 - 325 of 1197) sorted by null

<<11121314151617181920>>

  /sdk/attribute_stats/src/
Analyzer.java 200 InputSource is = new InputSource(new StringReader(readFile(file)));
321 private static String readFile(File file) {
323 return readFile(new FileReader(file));
331 private static String readFile(Reader inputStream) {
457 String metadata = readFile(mXmlMetadataFile);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/
FvOnFv2Thunk.c 145 from BS pool by ReadFile
183 Status = FirmwareVolume2->ReadFile (
214 from BS pool by ReadFile
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
UpdateDispatcher.c 376 Status = FwVolProtocol->ReadFile (
724 Status = FwVolProtocol->ReadFile (
768 Status = FwVolProtocol->ReadFile (
  /external/doclava/src/com/google/doclava/
DocFile.java 31 public static String readFile(String filename) {
77 String filedata = readFile(docfile);
122 String filedata = readFile(docfile);
  /external/icu/icu4c/source/test/thaitest/
thaitest.cpp 113 static const UChar *readFile(char *fileName, int32_t &charCount);
307 const UChar *ThaiWordbreakTest::readFile(char *fileName, int32_t &charCount)
469 spaces = ThaiWordbreakTest::readFile(fileName, spaceCount);
  /external/libmojo/mojo/public/cpp/bindings/tests/
validation_unittest.cc 84 bool ReadFile(const std::string& path, std::string* result) {
108 if (!ReadFile(path, &input))
121 if (!ReadFile(path, result))
  /external/python/cpython3/Modules/clinic/
_winapi.c.h 668 "ReadFile($module, /, handle, size, overlapped=False)\n"
673 {"ReadFile", (PyCFunction)_winapi_ReadFile, METH_FASTCALL, _winapi_ReadFile__doc__},
684 static _PyArg_Parser _parser = {"" F_HANDLE "i|i:ReadFile", _keywords, 0};
  /prebuilts/go/darwin-x86/src/image/jpeg/
reader_test.go 120 data, err := ioutil.ReadFile("../testdata/video-001.jpeg")
191 b, err := ioutil.ReadFile("../testdata/video-005.gray.q50.jpeg")
326 data, err := ioutil.ReadFile(filename)
  /prebuilts/go/darwin-x86/src/syscall/
syscall_unix_test.go 152 readFile := os.NewFile(uintptr(fds[1]), "parent-reads")
154 defer readFile.Close()
165 c, err := net.FileConn(readFile)
  /prebuilts/go/linux-x86/src/image/jpeg/
reader_test.go 120 data, err := ioutil.ReadFile("../testdata/video-001.jpeg")
191 b, err := ioutil.ReadFile("../testdata/video-005.gray.q50.jpeg")
326 data, err := ioutil.ReadFile(filename)
  /prebuilts/go/linux-x86/src/syscall/
syscall_unix_test.go 152 readFile := os.NewFile(uintptr(fds[1]), "parent-reads")
154 defer readFile.Close()
165 c, err := net.FileConn(readFile)
  /system/update_engine/payload_generator/
payload_signer.cc 108 TEST_AND_RETURN_FALSE(utils::ReadFile(payload_path, &payload));
318 TEST_AND_RETURN_FALSE(utils::ReadFile(payload_path, &payload));
406 TEST_AND_RETURN_FALSE(utils::ReadFile(unsigned_payload_path, &payload));
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Mtftp6.h 315 timeout event in the EFI_MTFTP6_PROTOCOL.ReadFile(), EFI_MTFTP6_PROTOCOL.WriteFile() or
323 @param[in] Token The token that the caller provided in the EFI_MTFTP6_PROTOCOl.ReadFile(),
343 timeout event in the EFI_MTFTP6_PROTOCOL.ReadFile(), EFI_MTFTP6_PROTOCOL.WriteFile() or
351 @param[in] Token The token that is provided in the EFI_MTFTP6_PROTOCOL.ReadFile() or
631 The ReadFile() function is used to initialize and start an MTFTPv6 download process and
    [all...]
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 366 sub ReadFile {
551 $ProgramsTable = ReadFile "report.nightly.csv";
587 my $All = (ReadFile "$Prefix-Tests.txt");
740 $ConfigureLogData = ReadFile $ConfigureLog;
741 $BuildLogData = ReadFile $BuildLog;
742 $CheckoutLogData = ReadFile $COLog;
  /frameworks/native/libs/vr/libpdx_uds/
remote_method_tests.cpp 176 PDX_REMOTE_METHOD(ReadFile, kOpReadFile,
306 int ReadFile(void* buffer, std::size_t size, const std::string& path,
311 Status<void> status = InvokeRemoteMethodInPlace<TestInterface::ReadFile>(
412 case TestInterface::ReadFile::Opcode:
413 DispatchRemoteMethod<TestInterface::ReadFile>(
762 client->ReadFile(buffer.data(), buffer.size(), "/dev/zero", O_RDONLY);
  /system/update_engine/payload_consumer/
delta_performer_integration_test.cc 132 EXPECT_TRUE(utils::ReadFile(a_file, &a_data)) << "file failed: " << a_file;
133 EXPECT_TRUE(utils::ReadFile(b_file, &b_data)) << "file failed: " << b_file;
264 ASSERT_TRUE(utils::ReadFile(hash_file, &hash));
603 EXPECT_TRUE(utils::ReadFile(state->delta_path, &state->delta));
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Parse.c 44 Status = gEfiShellProtocol->ReadFile (FileHandle, &CharSize, &CharBuffer);
110 Status = gEfiShellProtocol->ReadFile (Handle, &CharSize, &CharBuffer);
  /external/boringssl/src/ssl/test/runner/
tls.go 178 certPEMBlock, err := ioutil.ReadFile(certFile)
182 keyPEMBlock, err := ioutil.ReadFile(keyFile)
  /external/deqp/external/
fetch_sources.py 90 return computeChecksum(readFile(archiveFile)) == self.checksum
101 return readFile(extractedChecksumFile)
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 202 readFile (inFile);
311 private void readFile (final File file)
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
AnalyseJavaParserTest.java 54 static String readFile(File file)
83 String expected = readFile(dstFile);
AnalyseNewJavaParserTest.java 59 static String readFile(File file)
104 String expected = readFile(dstFile);
  /external/lzma/CPP/Windows/
FileIO.cpp 324 // ReadFile and WriteFile functions in Windows have BUG:
338 bool res = BOOLToBool(::ReadFile(_handle, data, size, &processedLoc, NULL));
  /external/syslinux/com32/lib/libpng/
pngtest.c 43 # define READFILE(file, data, length, check) \
44 if (ReadFile(file, data, length, &check, NULL)) check = 0
51 # define READFILE(file, data, length, check) \
324 READFILE((png_FILE_p)io_ptr, data, length, check);
353 READFILE(io_ptr, n_data, length, check);
364 READFILE(io_ptr, buf, 1, err);
    [all...]
  /external/tensorflow/tensorflow/go/
example_inception_inference_test.go 79 model, err := ioutil.ReadFile(modelfile)
150 bytes, err := ioutil.ReadFile(filename)

Completed in 1559 milliseconds

<<11121314151617181920>>