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

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
ReadMm1.asm 37 DB 48h, 0fh, 7eh, 0c8h
ReadMm2.asm 37 DB 48h, 0fh, 7eh, 0d0h
ReadMm3.asm 37 DB 48h, 0fh, 7eh, 0d8h
ReadMm4.asm 37 DB 48h, 0fh, 7eh, 0e0h
ReadMm5.asm 37 DB 48h, 0fh, 7eh, 0e8h
ReadMm6.asm 37 DB 48h, 0fh, 7eh, 0f0h
ReadMm7.asm 37 DB 48h, 0fh, 7eh, 0f8h
WriteMm0.asm 37 DB 48h, 0fh, 6eh, 0c1h
WriteMm1.asm 37 DB 48h, 0fh, 6eh, 0c9h
WriteMm2.asm 37 DB 48h, 0fh, 6eh, 0d1h
WriteMm3.asm 37 DB 48h, 0fh, 6eh, 0d9h
WriteMm4.asm 37 DB 48h, 0fh, 6eh, 0e1h
WriteMm5.asm 37 DB 48h, 0fh, 6eh, 0e9h
WriteMm6.asm 37 DB 48h, 0fh, 6eh, 0f1h
WriteMm7.asm 37 DB 48h, 0fh, 6eh, 0f9h
  /external/v8/tools/clang/translation_unit/
test_translation_unit.py 20 with open(template_path) as fh:
21 return fh.read().replace('$test_files_dir', test_files_dir)
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 83 const GLfloat fh = h; local
87 { fw2, fh }
  /system/core/adb/
sysdeps_win32.cpp 51 typedef struct FHRec_* FH;
55 void (*_fh_init)(FH);
56 int (*_fh_close)(FH);
57 int (*_fh_lseek)(FH, int, int);
58 int (*_fh_read)(FH, void*, int);
59 int (*_fh_write)(FH, const void*, int);
62 static void _fh_file_init(FH);
63 static int _fh_file_close(FH);
64 static int _fh_file_lseek(FH, int, int);
65 static int _fh_file_read(FH, void*, int)
533 FH fh = _fh_from_int(fds[i].fd, __func__); local
952 FH fh = _fh_from_int(fd, __func__); local
977 FH fh = _fh_from_int(fd, __func__); local
1085 FH fh = _fh_from_int(fd, __func__); local
1110 FH fh = _fh_from_int(fd, __func__); local
    [all...]
  /tools/acloud/internal/lib/
android_build_client.py 77 with io.FileIO(local_dest, mode="wb") as fh:
79 fh, api, chunksize=self.DEFAULT_CHUNK_SIZE)
gstorage_client.py 94 with io.FileIO(local_src, mode="rb") as fh:
95 media = apiclient.http.MediaIoBaseUpload(fh, mime_type)
  /tools/repohooks/rh/
terminal.py 109 def is_tty(fh):
113 fh: File handle to check.
116 True if |fh| is a TTY
119 return os.isatty(fh.fileno())
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/
S3Asm.asm 41 and ecx, 0fh
55 DB 0fh, 22h, 0c0h ; mov cr0, eax ; Activate real mode
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/
S3Asm.asm 37 and ecx, 0fh
51 DB 0fh, 22h, 0c0h ; mov cr0, eax ; Activate real mode
  /external/libvncserver/utils/
git2cl.pl 60 my $fh = new FileHandle;
297 #($fh,$dummyfh) = FileHandle::pipe;
298 $fh->fdopen(*STDIN, 'r');
302 $fh->open("LC_ALL=C git log --pretty --numstat --summary|")
306 while (my $_l = <$fh>) {
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_diskstat.c 103 FILE *fh = fopen(fn, "r"); local
104 if (!fh)
107 ret = fscanf(fh,
114 fclose(fh);

Completed in 170 milliseconds

1 2 3 4 56 7 8 91011>>