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

12 3 4 5 6 7 8 91011>>

  /external/strace/tests/
file_handle.c 100 struct file_handle *fh = local
105 fh->handle_bytes, fh->handle_type);
106 print_handle_data((unsigned char *) fh +
108 fh->handle_bytes);
129 struct file_handle *fh = local
132 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
133 fh->handle_type);
137 print_handle_data((unsigned char *) fh +
139 fh->handle_bytes)
    [all...]
  /external/strace/tests-m32/
file_handle.c 100 struct file_handle *fh = local
105 fh->handle_bytes, fh->handle_type);
106 print_handle_data((unsigned char *) fh +
108 fh->handle_bytes);
129 struct file_handle *fh = local
132 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
133 fh->handle_type);
137 print_handle_data((unsigned char *) fh +
139 fh->handle_bytes)
    [all...]
  /external/strace/tests-mx32/
file_handle.c 100 struct file_handle *fh = local
105 fh->handle_bytes, fh->handle_type);
106 print_handle_data((unsigned char *) fh +
108 fh->handle_bytes);
129 struct file_handle *fh = local
132 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
133 fh->handle_type);
137 print_handle_data((unsigned char *) fh +
139 fh->handle_bytes)
    [all...]
  /bionic/libc/kernel/uapi/linux/
fuse.h 192 uint64_t fh; member in struct:fuse_getattr_in
226 uint64_t fh; member in struct:fuse_setattr_in
252 uint64_t fh; member in struct:fuse_open_out
257 uint64_t fh; member in struct:fuse_release_in
263 uint64_t fh; member in struct:fuse_flush_in
269 uint64_t fh; member in struct:fuse_read_in
279 uint64_t fh; member in struct:fuse_write_in
296 uint64_t fh; member in struct:fuse_fsync_in
313 uint64_t fh; member in struct:fuse_lk_in
375 uint64_t fh; member in struct:fuse_ioctl_in
393 uint64_t fh; member in struct:fuse_poll_in
406 uint64_t fh; member in struct:fuse_fallocate_in
482 uint64_t fh; member in struct:fuse_lseek_in
    [all...]
  /build/soong/third_party/zip/
struct.go 100 fh *FileHeader
103 func (fi headerFileInfo) Name() string { return path.Base(fi.fh.Name) }
105 if fi.fh.UncompressedSize64 > 0 {
106 return int64(fi.fh.UncompressedSize64)
108 return int64(fi.fh.UncompressedSize)
111 func (fi headerFileInfo) ModTime() time.Time { return fi.fh.ModTime() }
112 func (fi headerFileInfo) Mode() os.FileMode { return fi.fh.Mode() }
113 func (fi headerFileInfo) Sys() interface{} { return fi.fh }
122 fh := &FileHeader{
126 fh.SetModTime(fi.ModTime()
    [all...]
writer.go 197 func (w *Writer) CreateHeader(fh *FileHeader) (io.Writer, error) {
198 fh.Flags |= DataDescriptorFlag // writing a data descriptor
199 return w.createHeaderImpl(fh)
209 // call to Create, CreateHeader, or Close. The provided FileHeader fh
213 func (w *Writer) createHeaderImpl(fh *FileHeader) (io.Writer, error) {
220 if len(w.dir) > 0 && w.dir[len(w.dir)-1].FileHeader == fh {
225 // fh.Flags |= 0x8 // we will write a data descriptor
227 fh.CreatorVersion = fh.CreatorVersion&0xff00 | zipVersion20 // preserve compatibility byte
228 fh.ReaderVersion = zipVersion2
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/X64/
SetMem.asm 38 DB 48h, 0fh, 6eh, 0c0h ; movd mm0, rax
45 DB 0fh, 70h, 0C0h, 00h ; pshufw mm0, mm0, 0h
47 DB 0fh, 0e7h, 07h ; movntq [rdi], mm0
SetMem16.asm 37 DB 48h, 0fh, 6eh, 0c0h ; movd mm0, rax
44 DB 0fh, 70h, 0C0h, 00h ; pshufw mm0, mm0, 0h
46 DB 0fh, 0e7h, 07h ; movntq [rdi], mm0
ZeroMem.asm 40 DB 0fh, 0efh, 0c0h ; pxor mm0, mm0
42 DB 0fh, 0e7h, 7 ; movntq [rdi], mm0
45 DB 0fh, 0aeh, 0f0h ; mfence
  /external/autotest/client/site_tests/kernel_LTP/
ltp-diff.py 43 fh = utils.urlopen(file)
44 results = fh.readlines()
45 fh.close()
  /external/autotest/client/tests/ltp/
ltp-diff.py 40 fh = utils.urlopen(file)
41 results = fh.readlines()
42 fh.close()
  /external/mesa3d/src/gallium/drivers/swr/
swr_fence_work.cpp 60 swr_add_fence_work(struct pipe_fence_handle *fh,
64 if (!fh) {
70 struct swr_fence *fence = swr_fence(fh);
  /hardware/qcom/msm8994/kernel-headers/linux/
fuse.h 226 uint64_t fh; member in struct:fuse_getattr_in
262 uint64_t fh; member in struct:fuse_setattr_in
295 uint64_t fh; member in struct:fuse_open_out
301 uint64_t fh; member in struct:fuse_release_in
309 uint64_t fh; member in struct:fuse_flush_in
316 uint64_t fh; member in struct:fuse_read_in
329 uint64_t fh; member in struct:fuse_write_in
350 uint64_t fh; member in struct:fuse_fsync_in
371 uint64_t fh; member in struct:fuse_lk_in
444 uint64_t fh; member in struct:fuse_ioctl_in
466 uint64_t fh; member in struct:fuse_poll_in
482 uint64_t fh; member in struct:fuse_fallocate_in
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
fuse.h 399 uint64_t fh; member in struct:fuse_getattr_in
436 uint64_t fh; member in struct:fuse_setattr_in
465 uint64_t fh; member in struct:fuse_open_out
471 uint64_t fh; member in struct:fuse_release_in
478 uint64_t fh; member in struct:fuse_flush_in
485 uint64_t fh; member in struct:fuse_read_in
497 uint64_t fh; member in struct:fuse_write_in
518 uint64_t fh; member in struct:fuse_fsync_in
539 uint64_t fh; member in struct:fuse_lk_in
608 uint64_t fh; member in struct:fuse_ioctl_in
629 uint64_t fh; member in struct:fuse_poll_in
645 uint64_t fh; member in struct:fuse_fallocate_in
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
fuse.h 231 uint64_t fh; member in struct:fuse_getattr_in
274 uint64_t fh; member in struct:fuse_setattr_in
306 uint64_t fh; member in struct:fuse_open_out
316 uint64_t fh; member in struct:fuse_release_in
324 uint64_t fh; member in struct:fuse_flush_in
331 uint64_t fh; member in struct:fuse_read_in
344 uint64_t fh; member in struct:fuse_write_in
365 uint64_t fh; member in struct:fuse_fsync_in
386 uint64_t fh; member in struct:fuse_lk_in
464 uint64_t fh; member in struct:fuse_ioctl_in
486 uint64_t fh; member in struct:fuse_poll_in
502 uint64_t fh; member in struct:fuse_fallocate_in
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
fuse.h 411 uint64_t fh; member in struct:fuse_getattr_in
454 uint64_t fh; member in struct:fuse_setattr_in
483 uint64_t fh; member in struct:fuse_open_out
492 uint64_t fh; member in struct:fuse_release_in
499 uint64_t fh; member in struct:fuse_flush_in
506 uint64_t fh; member in struct:fuse_read_in
518 uint64_t fh; member in struct:fuse_write_in
539 uint64_t fh; member in struct:fuse_fsync_in
560 uint64_t fh; member in struct:fuse_lk_in
634 uint64_t fh; member in struct:fuse_ioctl_in
655 uint64_t fh; member in struct:fuse_poll_in
671 uint64_t fh; member in struct:fuse_fallocate_in
    [all...]
  /system/core/adb/
set_verity_enable_state_service.cpp 57 fec::io fh(block_device, O_RDWR);
59 if (!fh) {
67 if (!fh.get_verity_metadata(metadata)) {
82 if (!fh.set_verity_status(enable)) {
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 206 struct fat_header fh; local
210 if (read(fd, (char *)&fh, sizeof(fh)) != sizeof(fh)) {
215 fh.nfat_arch = CFSwapInt32BigToHost(fh.nfat_arch);
219 (struct fat_arch *)malloc(fh.nfat_arch * sizeof(struct fat_arch));
224 sizeof(struct fat_arch) * fh.nfat_arch) !=
225 (ssize_t)(sizeof(struct fat_arch) * fh.nfat_arch)) {
234 for (unsigned i = 0; i < fh.nfat_arch; i++)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fuse.h 322 __u64 fh; member in struct:fuse_getattr_in
359 __u64 fh; member in struct:fuse_setattr_in
388 __u64 fh; member in struct:fuse_open_out
394 __u64 fh; member in struct:fuse_release_in
401 __u64 fh; member in struct:fuse_flush_in
408 __u64 fh; member in struct:fuse_read_in
420 __u64 fh; member in struct:fuse_write_in
441 __u64 fh; member in struct:fuse_fsync_in
462 __u64 fh; member in struct:fuse_lk_in
531 __u64 fh; member in struct:fuse_ioctl_in
552 __u64 fh; member in struct:fuse_poll_in
    [all...]
  /prebuilts/go/darwin-x86/src/archive/zip/
writer.go 247 // for the file metadata. Writer takes ownership of fh and may mutate
248 // its fields. The caller must not modify fh after calling CreateHeader.
253 func (w *Writer) CreateHeader(fh *FileHeader) (io.Writer, error) {
259 if len(w.dir) > 0 && w.dir[len(w.dir)-1].FileHeader == fh {
264 fh.Flags |= 0x8 // we will write a data descriptor
282 utf8Valid1, utf8Require1 := detectUTF8(fh.Name)
283 utf8Valid2, utf8Require2 := detectUTF8(fh.Comment)
285 case fh.NonUTF8:
286 fh.Flags &^= 0x800
288 fh.Flags |= 0x80
    [all...]
  /prebuilts/go/linux-x86/src/archive/zip/
writer.go 247 // for the file metadata. Writer takes ownership of fh and may mutate
248 // its fields. The caller must not modify fh after calling CreateHeader.
253 func (w *Writer) CreateHeader(fh *FileHeader) (io.Writer, error) {
259 if len(w.dir) > 0 && w.dir[len(w.dir)-1].FileHeader == fh {
264 fh.Flags |= 0x8 // we will write a data descriptor
282 utf8Valid1, utf8Require1 := detectUTF8(fh.Name)
283 utf8Valid2, utf8Require2 := detectUTF8(fh.Comment)
285 case fh.NonUTF8:
286 fh.Flags &^= 0x800
288 fh.Flags |= 0x80
    [all...]
  /bootable/recovery/otafault/
ota_io.cpp 77 FILE* fh = fopen(path, mode); local
79 filename_cache[(intptr_t)fh] = path;
80 return fh;
98 static int __ota_fclose(FILE* fh) {
100 filename_cache.erase(reinterpret_cast<intptr_t>(fh));
101 return fclose(fh);
108 int ota_fclose(unique_file& fh) {
109 return __ota_fclose(fh.release());
  /external/autotest/site_utils/autoupdate/lib/
test_control.py 64 with open(control_file, 'w') as fh:
65 fh.write(parametrized_control_code)
  /external/libedit/src/
makelist 38 USAGE="Usage: $0 -n|-h|-e|-fc|-fh|-bc|-bh|-m <filenames>"
77 # XXX: need a space between name and prototype so that -fc and -fh
150 -fh)
  /external/lisa/tests/lisa/
test_wlgen_perf.py 31 with open(json_path) as fh:
32 perf_json = json.load(fh)

Completed in 433 milliseconds

12 3 4 5 6 7 8 91011>>