HomeSort by relevance Sort by last modified time
    Searched full:file_end (Results 1 - 25 of 35) sorted by null

1 2

  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptor_AutoCloseInputStreamTest.java 30 private static final int FILE_END = -1;
68 assertEquals(FILE_END, mInput.read());
76 assertEquals(FILE_END, mInput.read());
85 assertEquals(FILE_END, mInput.read());
95 assertEquals(FILE_END, mInput.read(buf, 0, 4));
105 assertEquals(FILE_END, mInput.read(buf));
116 assertEquals(FILE_END, mInput.read(buf));
AssetFileDescriptor_AutoCloseOutputStreamTest.java 30 private static final int FILE_END = -1;
78 assertEquals(FILE_END, inputStream.read());
AssetFileDescriptorTest.java 39 private static final int FILE_END = -1;
132 while ((readByte != FILE_END) && (readLength < FILE_DATA.length)) {
139 assertEquals(FILE_END, mInputStream.read());
  /toolchain/binutils/binutils-2.25/include/som/
lst.h 46 unsigned char file_end[4]; member in struct:som_external_lst_header
internal.h 202 unsigned int file_end; member in struct:som_lst_header
  /system/extras/simpleperf/
record_file.h 71 bool SeekFileEnd(uint64_t* file_end);
record_file_writer.cpp 136 bool RecordFileWriter::SeekFileEnd(uint64_t* file_end) {
146 *file_end = static_cast<uint64_t>(offset);
  /external/squashfs-tools/kernel/fs/squashfs/
file.c 387 int file_end = i_size_read(inode) >> msblk->block_log; local
396 if (index < file_end || squashfs_i(inode)->fragment_block ==
408 bytes = index == file_end ?
  /ndk/sources/host-tools/make-3.81/
file.c 344 register struct file **file_end;
355 file_end = file_slot + files.ht_size;
356 for ( ; file_slot < file_end; file_slot++)
639 struct file **file_end;
653 file_end = file_slot_0 + files.ht_fill;
654 for (file_slot = file_slot_0; file_slot < file_end; file_slot++)
342 register struct file **file_end; local
636 struct file **file_end; local
  /external/lzma/CPP/Windows/
FileIO.cpp 121 if (IsDeviceFile && SizeDefined && moveMethod == FILE_END)
150 return Seek(0, FILE_END, newPosition);
  /external/zlib/src/contrib/minizip/
iowin32.c 322 dwMoveMethod = FILE_END;
361 dwMoveMethod = FILE_END;
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 425 GElf_Off file_end = 0; /* Rounded up to effective page size. */ local
553 if (file_end < filesz_offset)
555 file_end = filesz_offset;
557 contiguous = file_end;
  /external/lzma/C/
7zFile.c 181 case SZ_SEEK_END: moveMethod = FILE_END; break;
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 278 (SetFilePointer(file_no, 0, NULL, FILE_END) == INVALID_SET_FILE_POINTER)))) {
563 whence = FILE_END;
  /bionic/linker/
linker_phdr.cpp 508 ElfW(Addr) file_end = file_start + phdr->p_filesz;
511 ElfW(Addr) file_length = file_end - file_page_start;
518 if (file_end > static_cast<size_t>(file_size_)) {
523 reinterpret_cast<void*>(file_end), file_size_);
    [all...]
  /external/boringssl/src/crypto/perlasm/
x86masm.pl 119 sub ::file_end
x86nasm.pl 126 sub ::file_end
x86asm.pl 237 { &file_end();
x86gas.pl 158 sub ::file_end
  /external/deqp/framework/delibs/deutil/
deFile.c 322 case DE_FILEPOSITION_END: method = FILE_END; break;
  /external/opencv3/3rdparty/libtiff/
tif_win32.c 110 dwMoveMethod = FILE_END;
  /art/runtime/
dex_file_verifier.cc 197 const uint8_t* file_end = file_start + size_; local
198 if (UNLIKELY((range_start < file_start) || (range_end > file_end))) {
1045 const uint8_t* file_end = begin_ + size_; local
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_windows.go 128 FILE_END = 2
syscall_windows.go 341 w = FILE_END
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
ztypes_windows.go 128 FILE_END = 2

Completed in 2661 milliseconds

1 2