HomeSort by relevance Sort by last modified time
    Searched refs:fh (Results 201 - 225 of 270) sorted by null

1 2 3 4 5 6 7 891011

  /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/valgrind/main/coregrind/m_ume/
macho.c 694 struct fat_header fh; local
714 if (size < sizeof(fh)) {
718 res = VG_(pread)(fd, &fh, sizeof(fh), offset);
719 if (sr_isError(res) || sr_Res(res) != sizeof(fh)) {
725 arch_offset = offset + sizeof(fh);
726 fh.nfat_arch = VG_(ntohl)(fh.nfat_arch);
727 for (i = 0; i < fh.nfat_arch; i++) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccSmsInterfaceManager.java 134 IccFileHandler fh = mPhone.getIccFileHandler(); local
135 if (fh == null) {
153 fh.updateEFLinearFixed(IccConstants.EF_SMS, i + 1, record, null, null);
211 IccFileHandler fh = mPhone.getIccFileHandler(); local
212 if (fh == null) {
217 fh.updateEFLinearFixed(
290 IccFileHandler fh = mPhone.getIccFileHandler(); local
291 if (fh == null) {
300 fh.loadEFLinearFixedAll(IccConstants.EF_SMS, response);
  /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;
  /art/runtime/mirror/
class.cc 466 FieldHelper fh; local
469 fh.ChangeField(f);
470 if (name == fh.GetName() && type == fh.GetTypeDescriptor()) {
515 FieldHelper fh; local
518 fh.ChangeField(f);
519 if (name == fh.GetName() && type == fh.GetTypeDescriptor()) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply 184 my ($fh, $tempPath) = tempfile(basename($fullPath) . "-XXXXXXXX",
186 close($fh);
  /external/genext2fs/
genext2fs.c 1660 FILE *fh; local
2436 FILE *fh; local
2653 FILE * fh = xfopen(fsin, "rb"); local
2706 FILE *fh; local
2719 FILE * fh = xfopen(fsout, "wb"); local
    [all...]
  /external/libppp/src/
hdlc.c 363 const struct frameheader *fh; local
368 for (fh = FrameHeaders; fh->len; fh++) {
369 h = issync ? fh->data + 1 : fh->data;
370 len = issync ? fh->len - 1 : fh->len;
  /art/runtime/gc/accounting/
space_bitmap.cc 193 FieldHelper fh(field);
194 if (!fh.IsPrimitiveType()) {
223 FieldHelper fh(field);
224 if (!fh.IsPrimitiveType()) {
  /external/kernel-headers/original/linux/lockd/
xdr.h 29 struct nfs_fh fh; member in struct:nlm_lock
  /hardware/samsung_slsi/exynos5/include/
exynos_gscaler.h 72 uint32_t fh; member in struct:__anon32202
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 315 final float fh = (float)mBitmapDisplayed.getHeight() / mThisHeight; local
317 return Math.max(fw, fh) * 4;
329 final float fh = (float)bitmapHeight / viewHeight; local
331 return Math.max(fw, fh) * 4;
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
crash_dump_tester.py 31 fh = open(filename, 'r')
32 for line in fh:
36 fh.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dir_util.py 110 fh = open(f, 'w')
112 fh.write('some content')
114 fh.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dir_util.py 110 fh = open(f, 'w')
112 fh.write('some content')
114 fh.close()
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 107 Context context, IccFileHandler fh, UiccCard ic) {
108 if (ci == null || ca == null || ir == null || context == null || fh == null
117 mMsgDecoder = RilMessageDecoder.getInstance(this, fh);
537 IccFileHandler fh = null; local
545 fh = ca.getIccFileHandler();
551 if (ci == null || ca == null || ir == null || context == null || fh == null
557 sInstance = new CatService(ci, ca, ir, context, fh, ic);
  /art/runtime/hprof/
hprof.cc 912 FieldHelper fh; local
925 fh.ChangeField(f);
928 HprofBasicType t = SignatureToBasicTypeAndSize(fh.GetTypeDescriptor(), &size);
929 rec->AddId(LookupStringId(fh.GetName()));
950 fh.ChangeField(f);
951 HprofBasicType t = SignatureToBasicTypeAndSize(fh.GetTypeDescriptor(), NULL);
952 rec->AddId(LookupStringId(fh.GetName()));
1008 FieldHelper fh; local
1013 fh.ChangeField(f);
1015 SignatureToBasicTypeAndSize(fh.GetTypeDescriptor(), &size)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse.h 24 // Deprecated in FUSE. Use fh instead.
39 uint64_t fh; member in struct:fuse_file_info
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 67 HANDLE fh; member in struct:hb_uniscribe_shaper_face_data_t
84 data->fh = AddFontMemResourceEx ((void *) blob_data, blob_length, 0, &num_fonts_installed);
86 if (unlikely (!data->fh)) {
98 RemoveFontMemResourceEx (data->fh);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
klm_prot.h 28 netobj fh; member in struct:klm_lock
nlm_prot.h 64 netobj fh; member in struct:nlm_lock
125 netobj fh; member in struct:nlm_share
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
klm_prot.h 28 netobj fh; member in struct:klm_lock
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
klm_prot.h 28 netobj fh; member in struct:klm_lock
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecordCache.java 58 AdnRecordCache(IccFileHandler fh) {
59 mFh = fh;
AdnRecordLoader.java 60 AdnRecordLoader(IccFileHandler fh) {
64 mFh = fh;

Completed in 1748 milliseconds

1 2 3 4 5 6 7 891011