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

<<1112131415

  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
AsmFuncs.asm 332 db 0fh, 0aeh, 00000111y ;fxsave [edi]
353 db 0fh, 0aeh, 00001110y ; fxrstor [esi]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ExceptionHandlerAsm.asm 298 db 0fh, 0aeh, 07h ;fxsave [edi]
331 db 0fh, 0aeh, 0eh ; fxrstor [esi]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ExceptionHandlerAsm.asm 246 db 0fh, 0aeh, 07h ;fxsave [rdi]
273 db 0fh, 0aeh, 0Eh ; fxrstor [rsi]
  /external/kernel-headers/original/uapi/linux/
coda.h 619 struct file *fh; /* not passed from userspace but used in-kernel only */ member in struct:coda_open_by_fd_out
  /frameworks/base/core/java/com/android/internal/os/
FuseAppLoop.java 265 native_replyOpen(mInstance, unique, /* fh */ inode);
314 native void native_replyOpen(long ptr, long unique, long fh);
  /prebuilts/go/darwin-x86/src/net/http/
request_test.go 853 f, fh, err := req.FormFile("missing")
857 if fh != nil {
858 t.Errorf("FormFile file header = %q, want nil", fh)
909 f, fh, err := req.FormFile(key)
913 if fh.Filename != expectFilename {
914 t.Errorf("filename = %q, want %q", fh.Filename, expectFilename)
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
request_test.go 853 f, fh, err := req.FormFile("missing")
857 if fh != nil {
858 t.Errorf("FormFile file header = %q, want nil", fh)
909 f, fh, err := req.FormFile(key)
913 if fh.Filename != expectFilename {
914 t.Errorf("filename = %q, want %q", fh.Filename, expectFilename)
h2_bundle.go     [all...]
  /system/extras/simpleperf/runtest/
runtest.py 386 fh = open(report_file, 'r')
387 lines = fh.readlines()
388 fh.close()
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start.asm 244 and ax,07fh ; ax = Number of blocks into current seg
670 ; Intel reserved - do not use (INT 0fh)
769 ; IRQ 7 (LPT 1) - (INT 6fh)
    [all...]
start16.asm 237 and ax,07fh ; ax = Number of blocks into current seg
663 ; Intel reserved - do not use (INT 0fh)
762 ; IRQ 7 (LPT 1) - (INT 6fh)
    [all...]
start32.asm 252 and ax,07fh ; ax = Number of blocks into current seg
678 ; Intel reserved - do not use (INT 0fh)
777 ; IRQ 7 (LPT 1) - (INT 6fh)
    [all...]
efi32.asm 489 and bl, 0fh
525 and al, 0fh
550 Int15String db "0Fh (Intel reserved) -",0
Gpt.asm 97 and al,03fh ; MaxSector = al & 0x3f
Mbr.asm 98 and al,03fh ; MaxSector = AL & 0x3f
197 and al, 0Fh
  /toolchain/binutils/binutils-2.27/bfd/
ecofflink.c 42 info comes from the file header record (fh-fBigendian). */
100 info comes from the file header record (fh-fBigendian). */
674 struct string_hash_entry *fh;
691 fh = string_hash_lookup (&ainfo->fdr_hash, lookup, TRUE, TRUE);
693 if (fh == (struct string_hash_entry *) NULL)
696 if (fh->val != -1)
698 input_debug->ifdmap[i] = fh->val;
705 fh->val = output_symhdr->ifdMax + copied;
672 struct string_hash_entry *fh; local
    [all...]
  /bootable/recovery/
fuse_sideload.cpp 213 out.fh = 10; // an arbitrary number; we always use the same handle
  /external/autotest/server/hosts/
abstract_ssh.py     [all...]
  /external/lisa/libs/utils/
trace.py     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java 1569 IccFileHandler fh; local
    [all...]
  /external/python/cpython3/Lib/test/
test_logging.py     [all...]
  /external/python/cpython3/Lib/
subprocess.py     [all...]
  /system/core/adb/
test_device.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c 1010 HANDLE fh; local
1013 fh = (HANDLE)_get_osfhandle(fileno(fp));
1014 if (fh == INVALID_HANDLE_VALUE ||
1015 !GetFileInformationByHandle(fh, &file_information)) {
    [all...]

Completed in 526 milliseconds

<<1112131415