HomeSort by relevance Sort by last modified time
    Searched refs:fh (Results 51 - 75 of 364) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/python/cpython2/Demo/rpc/
nfsclient.py 83 fh = self.unpack_fhandle()
85 rest = (fh, fa)
136 def Getattr(self, fh):
137 return self.make_call(1, fh, \
194 fh = sf[1]
195 if fh:
197 attrstat = ncl.Getattr(fh)
199 list = ncl.Listdir(fh)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
klm_prot.x 56 netobj fh; /* a counted file handle */
  /prebuilts/go/darwin-x86/src/debug/pe/
string.go 25 func readStringTable(fh *FileHeader, r io.ReadSeeker) (StringTable, error) {
27 if fh.PointerToSymbolTable <= 0 {
30 offset := fh.PointerToSymbolTable + COFFSymbolSize*fh.NumberOfSymbols
symbol.go 25 func readCOFFSymbols(fh *FileHeader, r io.ReadSeeker) ([]COFFSymbol, error) {
26 if fh.PointerToSymbolTable == 0 {
29 if fh.NumberOfSymbols <= 0 {
32 _, err := r.Seek(int64(fh.PointerToSymbolTable), seekStart)
36 syms := make([]COFFSymbol, fh.NumberOfSymbols)
  /prebuilts/go/linux-x86/src/debug/pe/
string.go 25 func readStringTable(fh *FileHeader, r io.ReadSeeker) (StringTable, error) {
27 if fh.PointerToSymbolTable <= 0 {
30 offset := fh.PointerToSymbolTable + COFFSymbolSize*fh.NumberOfSymbols
symbol.go 25 func readCOFFSymbols(fh *FileHeader, r io.ReadSeeker) ([]COFFSymbol, error) {
26 if fh.PointerToSymbolTable == 0 {
29 if fh.NumberOfSymbols <= 0 {
32 _, err := r.Seek(int64(fh.PointerToSymbolTable), seekStart)
36 syms := make([]COFFSymbol, fh.NumberOfSymbols)
  /external/ltp/testcases/cve/
stack_clash.c 97 FILE *fh; local
101 fh = SAFE_FOPEN("/proc/self/maps", "r");
103 while (!feof(fh)) {
104 if (fgets(buf, sizeof(buf), fh) == NULL) {
127 SAFE_FCLOSE(fh);
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_framebuffer.c 367 float fh = flip * viewport->scale[1] * 2.0f; local
382 fh);
410 if (fh < 0.0) {
413 prescale.translate[1] = fh + fy * 2.0f;
417 prescale.translate[1] = fh - 1.0f + fy * 2.0f;
419 fh = -fh;
420 fy -= fh;
439 prescale.scale[1] *= fh / (fh + fy)
    [all...]
  /external/e2fsprogs/misc/
fuse2fs.c 2155 struct fuse2fs_file_handle *fh = local
2212 struct fuse2fs_file_handle *fh = local
2284 struct fuse2fs_file_handle *fh = local
2314 struct fuse2fs_file_handle *fh = local
2774 struct fuse2fs_file_handle *fh = local
2960 struct fuse2fs_file_handle *fh = local
3014 struct fuse2fs_file_handle *fh = local
3268 struct fuse2fs_file_handle *fh = local
3344 struct fuse2fs_file_handle *fh = local
3480 struct fuse2fs_file_handle *fh = local
    [all...]
  /external/kernel-headers/original/uapi/linux/
fuse.h 427 uint64_t fh; member in struct:fuse_getattr_in
470 uint64_t fh; member in struct:fuse_setattr_in
499 uint64_t fh; member in struct:fuse_open_out
505 uint64_t fh; member in struct:fuse_release_in
512 uint64_t fh; member in struct:fuse_flush_in
519 uint64_t fh; member in struct:fuse_read_in
531 uint64_t fh; member in struct:fuse_write_in
552 uint64_t fh; member in struct:fuse_fsync_in
573 uint64_t fh; member in struct:fuse_lk_in
647 uint64_t fh; member in struct:fuse_ioctl_in
668 uint64_t fh; member in struct:fuse_poll_in
684 uint64_t fh; member in struct:fuse_fallocate_in
780 uint64_t fh; member in struct:fuse_lseek_in
    [all...]
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 138 fh *FileHeader
141 func (fi headerFileInfo) Name() string { return path.Base(fi.fh.Name) }
143 if fi.fh.UncompressedSize64 > 0 {
144 return int64(fi.fh.UncompressedSize64)
146 return int64(fi.fh.UncompressedSize)
149 func (fi headerFileInfo) ModTime() time.Time { return fi.fh.ModTime() }
150 func (fi headerFileInfo) Mode() os.FileMode { return fi.fh.Mode() }
151 func (fi headerFileInfo) Sys() interface{} { return fi.fh }
162 fh := &FileHeader{
166 fh.SetModTime(fi.ModTime()
    [all...]
  /prebuilts/go/linux-x86/src/archive/zip/
struct.go 138 fh *FileHeader
141 func (fi headerFileInfo) Name() string { return path.Base(fi.fh.Name) }
143 if fi.fh.UncompressedSize64 > 0 {
144 return int64(fi.fh.UncompressedSize64)
146 return int64(fi.fh.UncompressedSize)
149 func (fi headerFileInfo) ModTime() time.Time { return fi.fh.ModTime() }
150 func (fi headerFileInfo) Mode() os.FileMode { return fi.fh.Mode() }
151 func (fi headerFileInfo) Sys() interface{} { return fi.fh }
162 fh := &FileHeader{
166 fh.SetModTime(fi.ModTime()
    [all...]
  /external/valgrind/tests/
s390x_features.c 118 int n, fh; local
124 fh = open("/proc/cpuinfo", O_RDONLY, S_IRUSR);
125 if (fh < 0) return NULL;
136 n = read(fh, file_buf, file_buf_size);
147 lseek(fh, 0, SEEK_SET);
149 n = read(fh, file_buf, num_bytes);
154 close(fh);
  /external/valgrind/coregrind/
launcher-darwin.c 133 static int fat_has_cputype(struct fat_header *fh, cpu_type_t cputype)
135 struct fat_arch *fa = (struct fat_arch *)(fh+1);
136 uint32_t nfat_arch = ntohl(fh->nfat_arch);
174 struct fat_header *fh = (struct fat_header *)buf; local
175 if (ntohl(fh->magic) == FAT_MAGIC) {
176 uint32_t nfat_arch = ntohl(fh->nfat_arch);
180 struct fat_arch *fa = (struct fat_arch *)(fh+1);
184 if (fat_has_cputype(fh, default_cputype)) {
190 if (fat_has_cputype(fh, valid_archs[i].cputype)) {
  /bionic/tools/bionicbb/
bionicbb.py 124 fh = logging.FileHandler('bionicbb.log') variable
125 fh.setLevel(logging.INFO)
126 logger.addHandler(fh)
  /system/extras/simpleperf/
generate_event_type_table.py 194 fh = open('event_type_table.h', 'w') variable
195 fh.write(generated_str)
196 fh.close()
  /bootable/recovery/otafault/include/otafault/
ota_io.h 68 int ota_fclose(unique_file& fh);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/
EfiZeroMem.asm 40 DB 0fh, 0efh, 0c0h ; pxor mm0, mm0
42 DB 48h, 0fh, 7eh, 07h ; movd [rdi], mm0
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/X64/
SetMem64.asm 35 DB 49h, 0fh, 6eh, 0c0h ; movd mm0, r8 (Value)
39 DB 0fh, 0e7h, 02h ; movntq [rdx], mm0
  /external/autotest/site_utils/stats/
apache_error_log_metrics_unittest.py 55 'apache_error_log_example.txt')) as fh:
56 example_log = fh.readlines()
88 with open(temp_file.name) as fh:
89 return fh.read()
apache_access_log_metrics_unittest.py 74 with open(temp_file.name) as fh:
75 contents = fh.read()
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_cpufreq.c 82 FILE *fh = fopen(fn, "r"); local
83 if (!fh) {
87 int ret = fscanf(fh, "%" PRIu64 "", KHz);
88 fclose(fh);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
RilMessageDecoder.java 55 * @param fh
58 public static synchronized RilMessageDecoder getInstance(Handler caller, IccFileHandler fh,
70 mInstance[slotId] = new RilMessageDecoder(caller, fh);
111 private RilMessageDecoder(Handler caller, IccFileHandler fh) {
119 mCmdParamsFactory = CommandParamsFactory.getInstance(this, fh);
  /build/soong/third_party/zip/
zip_test.go 58 fh := new(FileHeader)
59 fh.SetModTime(testTime)
60 outTime := fh.ModTime()
66 func testHeaderRoundTrip(fh *FileHeader, wantUncompressedSize uint32, wantUncompressedSize64 uint64, t *testing.T) {
67 fi := fh.FileInfo()
72 if got, want := fh2.Name, fh.Name; got != want {
81 if got, want := fh2.ModifiedTime, fh.ModifiedTime; got != want {
84 if got, want := fh2.ModifiedDate, fh.ModifiedDate; got != want {
88 if sysfh, ok := fi.Sys().(*FileHeader); !ok && sysfh != fh {
94 fh := &FileHeader
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
RdRand.asm 38 db 0fh, 0c7h, 0f0h ; rdrand r16: "0f c7 /6 ModRM:r/m(w)"
58 db 0fh, 0c7h, 0f0h ; rdrand r32: "0f c7 /6 ModRM:r/m(w)"
78 db 0fh, 0c7h, 0f0h ; rdrand r32: "0f c7 /6 ModRM:r/m(w)"
83 db 0fh, 0c7h, 0f0h ; generate another 32 bit RN

Completed in 352 milliseconds

1 23 4 5 6 7 8 91011>>