/system/core/adb/ |
sysdeps_win32.c | 75 typedef struct FHRec_* FH; 81 void (*_fh_init) ( FH f ); 82 int (*_fh_close)( FH f ); 83 int (*_fh_lseek)( FH f, int pos, int origin ); 84 int (*_fh_read) ( FH f, void* buf, int len ); 85 int (*_fh_write)( FH f, const void* buf, int len ); 86 void (*_fh_hook) ( FH f, int events, EventHook hook ); 123 static FH 126 FH f; 149 _fh_to_int( FH f 755 FH fh; local 783 FH fh = _fh_from_int(fd); local 1283 FH fh; member in struct:EventHookRec_ 1411 FH fh = _fh_from_int(fd); local 1834 FH fh = hook->fh; local 1865 FH fh = hook->fh; local 1882 FH fh = hook->fh; local 1912 FH fh = hook->fh; local 1926 FH fh = hook->fh; local [all...] |
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
dynamic-dnsmasq.pl | 65 my $fh; 67 open($fh, ">$recordfile") || die "Couldn't open recordfile \"$recordfile\": $!\n"; 68 flock($fh, 2); 69 seek($fh, 0, 0); 70 truncate($fh, 0); 78 print $fh "$ip\t$domain\n"; 83 flock($fh, 8); 84 close($fh);
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
RilMessageDecoder.java | 51 * @param fh 54 public static synchronized RilMessageDecoder getInstance(Handler caller, SIMFileHandler fh) { 56 sInstance = new RilMessageDecoder(caller, fh); 93 private RilMessageDecoder(Handler caller, SIMFileHandler fh) { 101 mCmdParamsFactory = CommandParamsFactory.getInstance(this, fh);
|
IconLoader.java | 71 private IconLoader(Looper looper , SIMFileHandler fh) { 73 mSimFH = fh; 78 static IconLoader getInstance(Handler caller, SIMFileHandler fh) { 82 if (fh != null) { 85 return new IconLoader(thread.getLooper(), fh);
|
StkService.java | 150 SIMFileHandler fh, SimCard sc) { 151 if (ci == null || sr == null || context == null || fh == null 160 mMsgDecoder = RilMessageDecoder.getInstance(this, fh); 454 * @param fh SIM file handler 459 Context context, SIMFileHandler fh, SimCard sc) { 461 if (ci == null || sr == null || context == null || fh == null 467 sInstance = new StkService(ci, sr, context, fh, sc);
|
/bionic/libc/kernel/common/linux/lockd/ |
xdr.h | 31 struct nfs_fh fh; member in struct:nlm_lock
|
/development/ndk/platforms/android-3/include/linux/lockd/ |
xdr.h | 31 struct nfs_fh fh; member in struct:nlm_lock
|
/external/openssl/crypto/des/ |
des3s.cpp | 26 __asm _emit 0fh
|
dess.cpp | 26 __asm _emit 0fh
|
/external/openssl/crypto/md4/ |
md4s.cpp | 26 __asm _emit 0fh
|
/external/openssl/crypto/md5/ |
md5s.cpp | 26 __asm _emit 0fh
|
/external/openssl/crypto/rc4/ |
rc4s.cpp | 26 __asm _emit 0fh
|
/external/openssl/crypto/ripemd/asm/ |
rips.cpp | 26 __asm _emit 0fh
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/lockd/ |
xdr.h | 31 struct nfs_fh fh; member in struct:nlm_lock
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/lockd/ |
xdr.h | 31 struct nfs_fh fh; member in struct:nlm_lock
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/lockd/ |
xdr.h | 31 struct nfs_fh fh; member in struct:nlm_lock
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/lockd/ |
xdr.h | 31 struct nfs_fh fh; member in struct:nlm_lock
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/lockd/ |
xdr.h | 31 struct nfs_fh fh; member in struct:nlm_lock
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/lockd/ |
xdr.h | 31 struct nfs_fh fh; member in struct:nlm_lock
|
/sdk/emulator/qtools/ |
gtrace.h | 54 first_header *fh);
|
/external/tcpdump/ |
parsenfsfh.c | 113 Parse_fh(fh, len, fsidp, inop, osnamep, fsnamep, ourself) 114 register const unsigned char *fh; 122 register const unsigned char *fhp = fh; 378 memcpy((char *)fsidp, (char *)fh, 14); 384 memcpy((char *)tempa, (char *)fh, 14); /* ensure alignment */
|
/external/genext2fs/ |
genext2fs.c | 1659 FILE *fh; local 2435 FILE *fh; local 2652 FILE * fh = xfopen(fsin, "rb"); local 2705 FILE *fh; local 2718 FILE * fh = xfopen(fsout, "wb"); local [all...] |
/external/kernel-headers/original/linux/lockd/ |
xdr.h | 29 struct nfs_fh fh; member in struct:nlm_lock
|
/system/core/sdcard/ |
sdcard.c | 430 TRACE("GETATTR flags=%x fh=%llx\n",req->getattr_flags, req->fh); 442 TRACE("SETATTR fh=%llx id=%llx valid=%x\n", 443 req->fh, hdr->nodeid, req->valid); 544 TRACE("OPEN %llx '%s' 0%o fh=%p\n", hdr->nodeid, path, req->flags, h); 552 out.fh = ptr_to_id(h); 561 struct handle *h = id_to_ptr(req->fh); 579 struct handle *h = id_to_ptr(req->fh); 617 struct handle *h = id_to_ptr(req->fh); 653 out.fh = ptr_to_id(h) [all...] |
/external/webkit/WebKitTools/Scripts/ |
svn-unapply | 210 my ($fh, $tempPath) = tempfile(basename($fullPath) . "-XXXXXXXX", 212 close($fh);
|