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

1 2 3 4 5 67 8 91011>>

  /external/skia/gm/
conicpaths.cpp 105 for (int fh = 0; fh < 2; ++fh) {
106 paint.setStyle(fh ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
  /external/skqp/gm/
conicpaths.cpp 105 for (int fh = 0; fh < 2; ++fh) {
106 paint.setStyle(fh ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nlm_prot.x 83 netobj fh; /* identify a file */
140 netobj fh;
  /system/core/libappfuse/include/libappfuse/
FuseAppLoop.h 55 bool ReplyOpen(uint64_t unique, uint64_t fh);
  /test/vts/runners/host/
logger.py 161 fh = logging.FileHandler(os.path.join(log_path, 'test_run_details.txt'))
162 fh.setFormatter(f_formatter)
163 fh.setLevel(log_severity_map.get(log_severity, logging.INFO))
165 log.addHandler(fh)
  /tools/test/connectivity/acts/framework/acts/
logger.py 165 fh = logging.FileHandler(os.path.join(log_path, 'test_run_details.txt'))
166 fh.setFormatter(f_formatter)
167 fh.setLevel(logging.DEBUG)
176 log.addHandler(fh)
  /external/valgrind/coregrind/
fixup_macho_loadcmds.c 271 struct fat_header fh; local
285 fh.magic = ntohl(fh_be->magic);
286 fh.nfat_arch = ntohl(fh_be->nfat_arch);
287 if (fh.magic == FAT_MAGIC) {
293 + fh.nfat_arch * sizeof(struct fat_arch))
297 f < fh.nfat_arch;
319 if (f == fh.nfat_arch)
  /external/valgrind/coregrind/m_ume/
macho.c 710 struct fat_header fh; local
732 if (size < sizeof(fh)) {
736 res = VG_(pread)(fd, &fh, sizeof(fh), offset);
737 if (sr_isError(res) || sr_Res(res) != sizeof(fh)) {
743 arch_offset = offset + sizeof(fh);
744 fh.nfat_arch = VG_(ntohl)(fh.nfat_arch);
745 for (i = 0; i < fh.nfat_arch; i++) {
  /external/clang/www/demo/
index.cgi 111 my $fh = $msg->open();
112 print $fh $body;
113 $fh->close();
325 my $fh = $c->upload('uploaded_file');
326 if ( !$fh ) {
329 while (<$fh>) {
332 close $fh;
  /external/syslinux/gpxe/src/util/Option/
ROM.pm 257 open my $fh, "<$filename"
259 read $fh, my $data, ( 128 * 1024 ); # 128kB is theoretical max size
261 close $fh;
280 open my $fh, ">$filename"
282 print $fh ${$self->{data}};
283 close $fh;
  /build/soong/zip/
zip.go 112 fh *zip.FileHeader
393 if op.fh.Method == zip.Deflate {
394 currentWriter, err = zipw.CreateCompressedHeader(op.fh)
398 op.fh.CompressedSize64 = op.fh.UncompressedSize64
400 zw, err = zipw.CreateHeaderAndroid(op.fh)
513 fh, buf, err := jar.ManifestFileContents(src)
520 return z.writeFileContents(fh, reader)
533 fh: header,
610 ze.fh.CRC32 = crc.Sum32(
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
Monitor.asm 41 DB 0fh, 1, 0c8h ; monitor
ReadDr4.asm 43 DB 0fh, 21h, 0e0h
ReadDr5.asm 43 DB 0fh, 21h, 0e8h
WriteDr4.asm 44 DB 0fh, 23h, 0e0h
WriteDr5.asm 44 DB 0fh, 23h, 0e8h
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
ReadDr4.asm 36 DB 0fh, 21h, 0e0h
ReadDr5.asm 36 DB 0fh, 21h, 0e8h
WriteDr4.asm 36 DB 0fh, 23h, 0e1h
WriteDr5.asm 36 DB 0fh, 23h, 0e9h
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/X64/
Thunk16.asm 36 DB 8fh ; 16-bit segment
43 DB 8fh ; 16-bit segment
168 DB 2eh, 0fh, 1, 1eh
171 DB 1fh ; pop ds
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
Monitor.asm 41 DB 0fh, 1, 0c8h ; monitor
ReadDr4.asm 43 DB 0fh, 21h, 0e0h
ReadDr5.asm 43 DB 0fh, 21h, 0e8h
WriteDr4.asm 44 DB 0fh, 23h, 0e0h

Completed in 233 milliseconds

1 2 3 4 5 67 8 91011>>