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

1 2 3 4 5 6 7 8 91011>>

  /external/skqp/infra/bots/
recipes.py 68 with open(recipes_cfg_path, 'rU') as fh:
69 pb = json.load(fh)
  /frameworks/base/core/jni/
com_android_internal_os_FuseAppLoop.cpp 138 JNIEnv* env, jobject self, jlong ptr, jlong unique, jlong fh) {
139 if (!reinterpret_cast<fuse::FuseAppLoop*>(ptr)->ReplyOpen(unique, fh)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecordCache.java 58 AdnRecordCache(IccFileHandler fh) {
59 mFh = fh;
AdnRecordLoader.java 62 AdnRecordLoader(IccFileHandler fh) {
66 mFh = fh;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nlm_prot.h 64 netobj fh; member in struct:nlm_lock
125 netobj fh; member in struct:nlm_share
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pe.go 730 var fh pe.FileHeader
736 fh.Machine = IMAGE_FILE_MACHINE_AMD64
738 fh.Machine = IMAGE_FILE_MACHINE_I386
741 fh.NumberOfSections = uint16(len(f.sections))
745 fh.TimeDateStamp = 0
748 fh.Characteristics = IMAGE_FILE_LINE_NUMS_STRIPPED
750 fh.Characteristics = IMAGE_FILE_RELOCS_STRIPPED | IMAGE_FILE_EXECUTABLE_IMAGE | IMAGE_FILE_DEBUG_STRIPPED
754 fh.SizeOfOptionalHeader = uint16(binary.Size(&oh64))
755 fh.Characteristics |= IMAGE_FILE_LARGE_ADDRESS_AWARE
758 fh.SizeOfOptionalHeader = uint16(binary.Size(&oh)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pe.go 730 var fh pe.FileHeader
736 fh.Machine = IMAGE_FILE_MACHINE_AMD64
738 fh.Machine = IMAGE_FILE_MACHINE_I386
741 fh.NumberOfSections = uint16(len(f.sections))
745 fh.TimeDateStamp = 0
748 fh.Characteristics = IMAGE_FILE_LINE_NUMS_STRIPPED
750 fh.Characteristics = IMAGE_FILE_RELOCS_STRIPPED | IMAGE_FILE_EXECUTABLE_IMAGE | IMAGE_FILE_DEBUG_STRIPPED
754 fh.SizeOfOptionalHeader = uint16(binary.Size(&oh64))
755 fh.Characteristics |= IMAGE_FILE_LARGE_ADDRESS_AWARE
758 fh.SizeOfOptionalHeader = uint16(binary.Size(&oh)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 139 Context context, IccFileHandler fh, UiccProfile uiccProfile, int slotId) {
140 if (ci == null || ca == null || ir == null || context == null || fh == null
152 mMsgDecoder = RilMessageDecoder.getInstance(this, fh, slotId);
199 IccFileHandler fh = null; local
207 fh = ca.getIccFileHandler();
221 if (ci == null || ca == null || ir == null || context == null || fh == null
226 sInstance[slotId] = new CatService(ci, ca, ir, context, fh, uiccProfile, slotId);
    [all...]
CommandParamsFactory.java 95 IccFileHandler fh) {
99 if (fh != null) {
100 return new CommandParamsFactory(caller, fh);
105 private CommandParamsFactory(RilMessageDecoder caller, IccFileHandler fh) {
107 mIconLoader = IconLoader.getInstance(this, fh);
    [all...]
  /external/devlib/devlib/utils/
android.py 614 with open(self._logfile.name) as fh:
615 return [line for line in fh]
618 with open(self._logfile.name, 'w') as fh:
  /system/extras/simpleperf/scripts/
report.py 271 fh = open(report_file, 'r')
272 lines = fh.readlines()
273 fh.close()
test.py 204 with open(file, 'r') as fh:
205 self.check_strings_in_content(fh.read(), strings)
217 with open(summary_file, 'r') as fh:
218 summary = fh.read()
236 with open(file, 'r') as fh:
237 data = fh.read()
    [all...]
report_html.py 33 self.fh = open(output_path, 'w')
37 self.fh.close()
43 self.fh.write('<%s%s>' % (tag, attr_str))
50 self.fh.write('</%s>\n' % self.tag_stack.pop())
53 self.fh.write(text)
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
st16_64.asm 249 and ax,07fh ; ax = Number of blocks into current seg
458 db 0fh
463 db 0fh
490 db 0fh
493 db 0fh
498 db 0fh
506 db 0fh
509 db 01fh
553 db 0fh
852 ; Intel reserved - do not use (INT 0fh)
    [all...]
st32_64.asm 265 and ax,07fh ; ax = Number of blocks into current seg
474 db 0fh
479 db 0fh
506 db 0fh
509 db 0fh
514 db 0fh
522 db 0fh
525 db 01fh
569 db 0fh
868 ; Intel reserved - do not use (INT 0fh)
    [all...]
start64.asm 256 and ax,07fh ; ax = Number of blocks into current seg
465 db 0fh
470 db 0fh
497 db 0fh
500 db 0fh
505 db 0fh
513 db 0fh
516 db 01fh
560 db 0fh
859 ; Intel reserved - do not use (INT 0fh)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
Thunk16.asm 40 DB 8fh ; 16-bit segment
47 DB 8fh ; 16-bit segment
  /external/testng/src/main/java/org/testng/internal/
Utils.java 455 FileHandler fh = new FileHandler(outputLogPath); local
456 fh.setFormatter(new TextFormatter());
457 fh.setLevel(Level.INFO);
458 logger.addHandler(fh);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
Thunk16.asm 189 DB 1fh ; pop ds
209 DB 8fh ; 16-bit segment, 4GB limit
216 DB 8fh ; 16-bit segment, 4GB limit
258 and edx, 0fh
  /external/devlib/devlib/platform/
arm.py 264 with open(temp_file, 'rb') as fh:
265 reader = csv.reader(fh)
  /external/syslinux/com32/gfxboot/
realmode_callback.asm 114 mov ax,1fh
  /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;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
Thunk16.asm 193 DB 8fh ; 16-bit segment, 4GB limit
200 DB 8fh ; 16-bit segment, 4GB limit
227 and ecx, 0fh
  /frameworks/ml/nn/tools/test_generator/
test_generator.py 37 fh = open(filename, 'w')
39 fh = sys.stdout
42 yield fh
44 if fh is not sys.stdout:
45 fh.close()
  /toolchain/binutils/binutils-2.27/bfd/
elf64-ppc.c 6285 struct ppc_link_hash_entry *fh = ppc_follow_link (fdh->oh); local
6323 struct ppc_link_hash_entry *eh, *fh; local
6384 struct ppc_link_hash_entry *fh; local
6427 struct ppc_link_hash_entry *eh, *fh, *fdh; local
6924 struct ppc_link_hash_entry *fh; local
7323 struct ppc_link_hash_entry *fh = eh->oh; local
11021 struct ppc_link_hash_entry *fh = ppc_follow_link (stub_entry->h->oh); local
    [all...]

Completed in 399 milliseconds

1 2 3 4 5 6 7 8 91011>>