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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/go/parser/
interface.go 46 return ioutil.ReadFile(filename)
  /prebuilts/go/linux-x86/src/cmd/cover/
html.go 40 src, err := ioutil.ReadFile(file)
  /prebuilts/go/linux-x86/src/cmd/dist/
imports.go 220 r := &importReader{b: bufio.NewReader(strings.NewReader(readfile(file)))}
  /prebuilts/go/linux-x86/src/cmd/go/internal/bug/
bug.go 102 out, err := ioutil.ReadFile("/etc/release")
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
buildid.go 344 id, err := buildid.ReadFile(file)
401 buildID, err = buildid.ReadFile(target)
424 buildID, err := buildid.ReadFile(target)
498 buildID, err2 := buildid.ReadFile(file)
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
report_test.go 76 gold, err := ioutil.ReadFile(tc.want)
  /prebuilts/go/linux-x86/src/compress/bzip2/
bzip2_test.go 25 b, err := ioutil.ReadFile(f)
  /prebuilts/go/linux-x86/src/compress/zlib/
writer_test.go 98 b0, err = ioutil.ReadFile(fn)
  /prebuilts/go/linux-x86/src/go/parser/
interface.go 46 return ioutil.ReadFile(filename)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 183 String fileContents = AdtPlugin.readFile(file);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 209 public @NonNull String readFile(@NonNull File file) {
  /system/core/init/
persistent_properties.cpp 150 auto file_contents = ReadFile(persistent_property_filename);
  /system/update_engine/
hardware_chromeos.cc 188 if (!utils::ReadFile(marker_path.value(), &contents))
image_properties_android.cc 192 utils::ReadFile(kProductComponentsPath, &result.product_components);
  /system/update_engine/payload_consumer/
filesystem_verifier_action_unittest.cc 207 if (!utils::ReadFile(a_dev, &a_out)) {
  /build/blueprint/microfactory/
microfactory.go 74 if version, err := ioutil.ReadFile(filepath.Join(runtime.GOROOT(), "VERSION")); err == nil {
446 if oldSha, err := ioutil.ReadFile(shaFile); err == nil {
510 } else if oldSha, err := ioutil.ReadFile(shaFile); err != nil {
  /build/soong/zip/
zip.go 680 readFile := func(reader io.ReadSeeker) ([]byte, error) {
708 buf, err := readFile(r)
717 buf, err := readFile(r)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
GenBootSector.c 306 if (!ReadFile (DiskHandle, DiskPartition, 0x200, &BytesReturn, NULL)) {
466 if (!ReadFile (InputHandle, DiskPartition, 0x200, &BytesReturn, NULL)) {
500 if (!ReadFile (OutputHandle, DiskPartitionBackup, 0x200, &BytesReturn, NULL)) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
Tftp.c 174 (see EFI_MTFTP4_PROTOCOL.ReadFile() status codes).
884 (see EFI_MTFTP4_PROTOCOL.ReadFile() status codes).
951 Status = Mtftp4->ReadFile (Mtftp4, &Mtftp4Token);
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
makeconv.cpp 553 readFile(ConvData *data, const char* converterName,
640 dataIsBase=readFile(data, converterName, pErrorCode);
725 dataIsBase=readFile(&baseData, baseFilename, pErrorCode);
  /external/python/cpython3/Lib/multiprocessing/
connection.py 301 ov, err = _winapi.ReadFile(self._handle, bsize,
340 ov, err = _winapi.ReadFile(self._handle, left, overlapped=True)
835 ov, err = _winapi.ReadFile(fileno(), 0, True)
  /external/python/cpython3/Modules/
overlapped.c 701 "ReadFile(handle, size) -> Overlapped[message]\n\n"
734 ret = ReadFile(handle, PyBytes_AS_STRING(buf), size, &nread,
1189 {"ReadFile", (PyCFunction) Overlapped_ReadFile,
    [all...]
  /external/tensorflow/tensorflow/docs_src/tutorials/
image_recognition.md 186 tensorflow::ops::ReadFile(tensorflow::ops::Const(file_name, b.opts()),
193 first input to the `ReadFile` op. You might notice we're passing `b.opts()` as the last
195 the model definition held in the `GraphDefBuilder`. We also name the `ReadFile`
  /external/webrtc/
PRESUBMIT.py 119 contents = input_api.ReadFile(f)
218 contents = input_api.ReadFile(f)
237 contents = input_api.ReadFile(gyp_file)
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
gc.go 254 data1, err := ioutil.ReadFile(ofile)
258 data2, err := ioutil.ReadFile(ofile + ".new")
394 data, err := ioutil.ReadFile(filepath.Join(p.Dir, file))

Completed in 1431 milliseconds

<<11121314151617181920>>