/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nlm_prot.h | 64 netobj fh; member in struct:nlm_lock 125 netobj fh; member in struct:nlm_share
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nlm_prot.h | 64 netobj fh; member in struct:nlm_lock 125 netobj fh; member in struct:nlm_share
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readmacho.c | 197 struct fat_header fh; local 213 fh.magic = VG_(ntohl)(fh_be->magic); 214 fh.nfat_arch = VG_(ntohl)(fh_be->nfat_arch); 215 if (fh.magic == FAT_MAGIC) { 221 + fh.nfat_arch * sizeof(struct fat_arch)) { 226 f < fh.nfat_arch; 254 if (f == fh.nfat_arch) { [all...] |
/art/runtime/entrypoints/ |
entrypoint_utils.cc | 130 FieldHelper fh(resolved_field); 131 if (UNLIKELY(fh.IsPrimitiveType() != is_primitive || 132 fh.FieldSize() != expected_size)) {
|
entrypoint_utils.h | 180 FieldHelper fh(resolved_field); 181 if (UNLIKELY(fh.IsPrimitiveType() != is_primitive || 182 fh.FieldSize() != expected_size)) {
|
/art/runtime/native/ |
java_lang_reflect_Field.cc | 251 FieldHelper fh(f); 252 if (!fh.IsPrimitiveType()) { 261 if (!ConvertPrimitiveValue(NULL, false, src_type->GetPrimitiveType(), fh.GetTypeAsPrimitiveType(),
|
/external/valgrind/main/coregrind/ |
m_machine.c | 536 Int model, n, fh; local 545 fh = sr_Res(fd); 555 n = VG_(read)(fh, file_buf, file_buf_size); 566 VG_(lseek)( fh, 0, VKI_SEEK_SET ); 568 n = VG_(read)( fh, file_buf, num_bytes ); 573 VG_(close)(fh); 623 Int n, fh; local 632 fh = sr_Res(fd); 642 n = VG_(read)(fh, file_buf, file_buf_size); 653 VG_(lseek)( fh, 0, VKI_SEEK_SET ) [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_projects.py | 133 with open(index_html, 'w') as fh: 135 fh.write(out)
|
/external/clang/test/CodeGen/ |
ms-inline-asm.c | 252 __asm mov eax, 0fh 267 __asm __emit 0fh 274 // CHECK: call void asm sideeffect inteldialect ".byte 0fh", "~{dirflag},~{fpsr},~{flags}"()
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageViewTouchBase.java | 302 float fh = (float) mBitmapDisplayed.getHeight() / (float) mThisHeight; local 303 float max = Math.max(fw, fh) * 4;
|
/art/runtime/ |
class_linker.cc | 482 FieldHelper fh(pendingNext, this); 483 CHECK_STREQ(fh.GetName(), "pendingNext"); 484 CHECK_STREQ(fh.GetTypeDescriptor(), "Ljava/lang/ref/Reference;"); 487 fh.ChangeField(queue); 488 CHECK_STREQ(fh.GetName(), "queue"); 489 CHECK_STREQ(fh.GetTypeDescriptor(), "Ljava/lang/ref/ReferenceQueue;"); 492 fh.ChangeField(queueNext); 493 CHECK_STREQ(fh.GetName(), "queueNext"); 494 CHECK_STREQ(fh.GetTypeDescriptor(), "Ljava/lang/ref/Reference;"); 497 fh.ChangeField(referent) [all...] |
utils.cc | 290 FieldHelper fh(f); 293 result += PrettyDescriptor(fh.GetTypeDescriptor()); 296 result += PrettyDescriptor(fh.GetDeclaringClassDescriptor()); 298 result += fh.GetName(); [all...] |
/system/core/sdcard/ |
sdcard.c | 864 TRACE("[%d] GETATTR flags=%x fh=%llx @ %llx (%s)\n", handler->token, 865 req->getattr_flags, req->fh, hdr->nodeid, node ? node->name : "?"); 889 TRACE("[%d] SETATTR fh=%llx valid=%x @ %llx (%s)\n", handler->token, 890 req->fh, req->valid, hdr->nodeid, node ? node->name : "?"); [all...] |
/hardware/samsung_slsi/exynos5/libgscaler/ |
exynos_gscaler.c | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
CommandParamsFactory.java | 60 IccFileHandler fh) { 64 if (fh != null) { 65 return new CommandParamsFactory(caller, fh); 70 private CommandParamsFactory(RilMessageDecoder caller, IccFileHandler fh) { 72 mIconLoader = IconLoader.getInstance(this, fh); [all...] |
/external/chromium_org/ppapi/native_client/ |
chrome_main.scons | 313 fh = open(target[0].abspath, 'w') 314 json.dump(nmf_data, fh, sort_keys=True, indent=2) 315 fh.close()
|
/external/icu4c/i18n/ |
alphaindex.cpp | 822 UnicodeString *fh = new UnicodeString(firstHanBoundary); local 823 if (fh == NULL) { 827 firstCharsInScripts_->setElementAt(fh, hanIndex); 991 UnicodeString *fh = new UnicodeString(_4E9C); local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
UsimPhoneBookManager.java | 77 public UsimPhoneBookManager(IccFileHandler fh, AdnRecordCache cache) { 78 mFh = fh;
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-uniscribe.cc | 302 HANDLE fh; member in struct:hb_uniscribe_shaper_face_data_t 455 data->fh = AddFontMemResourceEx ((void *) hb_blob_get_data (blob, NULL), 458 if (unlikely (!data->fh)) 471 RemoveFontMemResourceEx (data->fh);
|
/external/tcpdump/ |
ieee802_11.h | 248 struct fh_t fh; member in struct:mgmt_body_t
|
/external/bzip2/ |
bzip2.c | 964 IntNative fh; local 965 fh = open(name, O_WRONLY|O_CREAT|O_EXCL, S_IWUSR|S_IRUSR); 966 if (fh == -1) return NULL; 967 fp = fdopen(fh, mode); 968 if (fp == NULL) close(fh); [all...] |
/external/jpeg/ |
jmemdosa.asm | 157 mov ah,3fh ; read file 231 int 2fh ; a magic cookie, hex 4300 238 int 2fh ; another magic cookie
|
/external/qemu/distrib/jpeg-6b/ |
jmemdosa.asm | 157 mov ah,3fh ; read file 231 int 2fh ; a magic cookie, hex 4300 238 int 2fh ; another magic cookie
|
/external/smack/asmack-master/lib/ |
jstun.jar | |
/external/opencv/cxcore/src/ |
cxswitcher.cpp | 155 db 0fh 734 __asm db 0fh
|