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

1 2 34 5 6 7 8 91011>>

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flag_parser.h 114 FlagHandler<T> *fh = new (FlagParser::Alloc) FlagHandler<T>(var); // NOLINT local
115 parser->RegisterHandler(name, fh, desc);
  /external/lisa/libs/utils/
conf.py 97 with open(self.filename) as fh:
98 content = ''.join(fh.readlines())
  /external/lisa/tools/analysis/
run_binder_transaction_analysis.py 100 with open(platform_file, 'r') as fh:
101 platform = json.load(fh)
  /external/mesa3d/src/gallium/drivers/swr/
swr_fence.cpp 56 swr_fence_submit(struct swr_context *ctx, struct pipe_fence_handle *fh)
58 struct swr_fence *fence = swr_fence(fh);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/
memset.asm 42 DB 48h, 0fh, 6eh, 0c0h ; movd mm0, rax
49 DB 0fh, 70h, 0C0h, 00h ; pshufw mm0, mm0, 0h
51 DB 48h, 0fh, 7eh, 07h ; movd [rdi], mm0
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/
EfiSetMem.asm 40 DB 48h, 0fh, 6eh, 0c0h ; movd mm0, rax
47 DB 0fh, 70h, 0C0h, 00h ; pshufw mm0, mm0, 0h
49 DB 48h, 0fh, 7eh, 07h ; movd [rdi], mm0
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 243 FILE* fh = NULL; local
250 fh = fopen(filename.c_str(), "w");
251 if (fh == NULL) {
256 actualWritten = fwrite(routesXml, sizeof(char), strlen(routesXml), fh);
258 fclose(fh);
281 FILE* fh = NULL; local
287 fh = fopen(filename.c_str(), "r");
288 if (fh == NULL) {
295 actual = fread(buffer, sizeof(char), sizeof(buffer), fh);
299 fclose(fh);
    [all...]
  /external/devlib/devlib/instrument/
daq.py 100 fh = open(site_file, 'rb')
101 site_readers[site] = csv.reader(fh)
102 file_handles.append(fh)
134 for fh in file_handles:
135 fh.close()
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
IconLoader.java 70 private IconLoader(Looper looper , IccFileHandler fh) {
72 mSimFH = fh;
77 static IconLoader getInstance(Handler caller, IccFileHandler fh) {
81 if (fh != null) {
84 return new IconLoader(sThread.getLooper(), fh);
  /build/soong/cmd/merge_zips/
merge_zips.go 176 fh *zip.FileHeader
185 return be.fh.FileInfo().IsDir()
193 w, err := zw.CreateHeader(be.fh)
246 fh, buf, err := jar.ManifestFileContents(manifest)
251 fileSource := bufferEntry{fh, buf}
260 fh := &zip.FileHeader{
265 fh.SetMode(0700)
266 fh.SetModTime(jar.DefaultTime)
267 fileSource := bufferEntry{fh, buf}
306 fh := &zip.FileHeader
    [all...]
  /external/python/cpython2/Demo/rpc/
mountclient.py 48 fh = self.unpack_fhandle()
50 fh = None
51 return status, fh
  /external/python/cpython2/PC/VS7.1/
build_ssl.py 39 fh = os.popen(perl + ' -e "use Win32;"')
40 fh.read()
41 rc = fh.close()
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 94 const GLfloat fh = h; local
98 { 0, fh },
99 { fw, fh },
  /prebuilts/go/darwin-x86/src/mime/multipart/
formdata_test.go 58 func testFile(t *testing.T, fh *FileHeader, efn, econtent string) File {
59 if fh.Filename != efn {
60 t.Errorf("filename = %q, want %q", fh.Filename, efn)
62 if fh.Size != int64(len(econtent)) {
63 t.Errorf("size = %d, want %d", fh.Size, len(econtent))
65 f, err := fh.Open()
  /prebuilts/go/linux-x86/src/mime/multipart/
formdata_test.go 58 func testFile(t *testing.T, fh *FileHeader, efn, econtent string) File {
59 if fh.Filename != efn {
60 t.Errorf("filename = %q, want %q", fh.Filename, efn)
62 if fh.Size != int64(len(econtent)) {
63 t.Errorf("size = %d, want %d", fh.Size, len(econtent))
65 f, err := fh.Open()
  /system/extras/libfec/include/fec/
io.h 138 fec_handle *fh = nullptr; local
139 int rc = fec_open(&fh, fn.c_str(), mode, flags, roots);
141 handle_.reset(fh);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
RdRand.asm 35 db 0fh, 0c7h, 0f0h ; rdrand r16: "0f c7 /6 ModRM:r/m(w)"
54 db 0fh, 0c7h, 0f0h ; rdrand r32: "0f c7 /6 ModRM:r/m(w)"
73 db 048h, 0fh, 0c7h, 0f0h ; rdrand r64: "REX.W + 0f c7 /6 ModRM:r/m(w)"
  /build/soong/jar/
jar.go 92 fh := &zip.FileHeader{
97 fh.SetMode(0700)
98 fh.SetModTime(DefaultTime)
100 return fh, b, nil
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
Mwait.asm 39 DB 0fh, 1, 0c9h ; mwait
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Monitor.asm 37 DB 0fh, 1, 0c8h ; monitor
Mwait.asm 35 DB 0fh, 1, 0c9h ; mwait
ReadDr4.S 34 #DB 0fh, 21h, 0e0h
ReadMm0.S 34 #DB 48h, 0fh, 7eh, 0c0h
ReadMm0.asm 35 DB 48h, 0fh, 7eh, 0c0h
ReadMm1.S 34 #DB 48h, 0fh, 7eh, 0c8h

Completed in 585 milliseconds

1 2 34 5 6 7 8 91011>>