HomeSort by relevance Sort by last modified time
    Searched refs:fh (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/chromium_org/tools/gyp/test/actions-multiple/src/
filter.py 10 fh = open(sys.argv[4], 'w') variable
11 fh.write(data.replace(sys.argv[1], sys.argv[2]))
12 fh.close()
  /external/chromium_org/tools/gyp/test/actions-none/src/
fake_cross.py 9 fh = open(sys.argv[-1], 'wb') variable
11 fh.write(open(filename).read())
12 fh.close()
  /external/clang/utils/analyzer/
update_plist_test.pl 13 my $fh = File::Temp->new();
14 my $filename = $fh->filename;
15 $fh->unlink_on_destroy(1);
21 print $fh $_;
39 print $fh "// CHECK: ";
43 print $fh "// CHECK-NEXT: ";
45 print $fh $_;
48 close ($fh);
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRFileStream.pm 25 my $fh;
28 open $fh, "<:encoding($encoding)", $file_name
32 open $fh, '<', $file_name
39 $content = <$fh>;
41 close $fh or carp "Can't close $fh: $!";
55 my $fh;
57 open $fh, "<:encoding($encoding)", $file_name
61 open $fh, '<', $file_name
68 $content = <$fh>;
    [all...]
  /external/chromium_org/tools/gyp/test/external-cross-compile/src/
fake_cross.py 8 fh = open(sys.argv[1], 'w') variable
16 fh.write(data)
18 fh.close()
  /development/ndk/platforms/android-3/include/linux/nfsd/
xdr.h 20 struct svc_fh fh; member in struct:nfsd_fhandle
24 struct svc_fh fh; member in struct:nfsd_sattrargs
29 struct svc_fh fh; member in struct:nfsd_diropargs
35 struct svc_fh fh; member in struct:nfsd_readargs
43 svc_fh fh; member in struct:nfsd_writeargs
51 struct svc_fh fh; member in struct:nfsd_createargs
67 struct svc_fh fh; member in struct:nfsd_readlinkargs
88 struct svc_fh fh; member in struct:nfsd_readdirargs
95 struct svc_fh fh; member in struct:nfsd_attrstat
100 struct svc_fh fh; member in struct:nfsd_diropres
109 struct svc_fh fh; member in struct:nfsd_readres
    [all...]
  /external/lldb/scripts/Python/interface/
SBCommandReturnObject.i 51 PutOutput (FILE *fh);
54 PutError (FILE *fh);
88 SetImmediateOutputFile (FILE *fh);
91 SetImmediateErrorFile (FILE *fh);
SBStream.i 84 RedirectToFileHandle (FILE *fh, bool transfer_fh_ownership);
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 79 const struct nfs_fh * fh; member in struct:nfs_openargs
98 struct nfs_fh fh; member in struct:nfs_openres
111 const struct nfs_fh * fh; member in struct:nfs_open_confirmargs
121 struct nfs_fh * fh; member in struct:nfs_closeargs
140 struct nfs_fh * fh; member in struct:nfs_lock_args
157 struct nfs_fh * fh; member in struct:nfs_locku_args
168 struct nfs_fh * fh; member in struct:nfs_lockt_args
189 struct nfs_fh * fh; member in struct:nfs_readargs
204 struct nfs_fh * fh; member in struct:nfs_writeargs
233 struct nfs_fh * fh; member in struct:nfs_entry
238 struct nfs_fh * fh; member in struct:nfs_sattrargs
243 struct nfs_fh * fh; member in struct:nfs_diropargs
249 struct nfs_fh * fh; member in struct:nfs_createargs
265 struct nfs_fh * fh; member in struct:nfs_setattrargs
273 struct nfs_fh * fh; member in struct:nfs_setaclargs
280 struct nfs_fh * fh; member in struct:nfs_getaclargs
308 struct nfs_fh * fh; member in struct:nfs_readdirargs
315 struct nfs_fh * fh; member in struct:nfs3_getaclargs
329 struct nfs_fh * fh; member in struct:nfs_diropok
334 struct nfs_fh * fh; member in struct:nfs_readlinkargs
341 struct nfs_fh * fh; member in struct:nfs3_sattrargs
348 struct nfs_fh * fh; member in struct:nfs3_diropargs
354 struct nfs_fh * fh; member in struct:nfs3_accessargs
359 struct nfs_fh * fh; member in struct:nfs3_createargs
368 struct nfs_fh * fh; member in struct:nfs3_mkdirargs
384 struct nfs_fh * fh; member in struct:nfs3_mknodargs
409 struct nfs_fh * fh; member in struct:nfs3_readdirargs
419 struct nfs_fh * fh; member in struct:nfs3_diropres
429 struct nfs_fh * fh; member in struct:nfs3_readlinkargs
    [all...]
  /external/lldb/include/lldb/API/
SBCommandReturnObject.h 48 PutOutput (FILE *fh);
57 PutError (FILE *fh);
84 SetImmediateOutputFile (FILE *fh);
87 SetImmediateErrorFile (FILE *fh);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRFileStream.m 84 NSFileHandle *fh;
88 fh = [NSFileHandle fileHandleForReadingFromURL:f error:&error];
89 if ( fh==nil ) {
94 retData = [fh readDataToEndOfFile];
105 [fh closeFile];
ANTLRReaderStream.h 13 NSFileHandle *fh; variable
19 @property (retain) NSFileHandle *fh; variable
  /external/iproute2/tc/
f_route.c 42 __u32 fh = 0xFFFF8000; local
69 fh &= ~0x80FF;
70 fh |= id&0xFF;
79 fh &= 0xFFFF;
80 fh |= id<<16;
90 fh &= 0xFFFF;
91 fh |= (0x8000|id)<<16;
126 fh &= ~0x7F00;
127 fh |= (order<<8)&0x7F00;
130 t->tcm_handle = fh;
    [all...]
  /external/chromium_org/third_party/libvpx/
obj_int_extract.py 27 with open(options.output, 'w') as fh:
29 stdout=fh)
  /external/lldb/source/Core/
StreamFile.cpp 44 StreamFile::StreamFile (FILE *fh, bool transfer_ownership) :
46 m_file (fh, transfer_ownership)
  /external/llvm/test/MC/X86/
intel-syntax-hex.s 18 mov eax, 0fh
  /external/lldb/include/lldb/Core/
StreamFile.h 40 StreamFile (FILE *fh, bool transfer_ownership);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_framebuffer.c 187 float fh = flip * viewport->scale[1] * 2; local
201 fh);
222 if (fh < 0.0) {
223 prescale.translate[1] = fh - 1 + fy * 2;
224 fh = -fh;
225 fy -= fh;
244 prescale.scale[1] *= fh / (fh + fy);
245 fh += fy
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_framebuffer.c 187 float fh = flip * viewport->scale[1] * 2; local
201 fh);
222 if (fh < 0.0) {
223 prescale.translate[1] = fh - 1 + fy * 2;
224 fh = -fh;
225 fy -= fh;
244 prescale.scale[1] *= fh / (fh + fy);
245 fh += fy
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
download_utils.py 197 def _HashFileHandle(fh):
201 fh: file handle like object to hash.
208 data = fh.read(4096)
213 fh.close()
225 fh = open(filename, 'rb')
226 return _HashFileHandle(fh)
238 fh = urllib2.urlopen(url)
242 return _HashFileHandle(fh)
252 fh = urllib2.urlopen(hash_url)
253 data = fh.read(100
    [all...]
  /external/lldb/source/API/
SBCommandReturnObject.cpp 127 SBCommandReturnObject::PutOutput (FILE *fh)
129 if (fh)
133 return ::fprintf (fh, "%s", GetOutput());
139 SBCommandReturnObject::PutError (FILE *fh)
141 if (fh)
145 return ::fprintf (fh, "%s", GetError());
268 SBCommandReturnObject::SetImmediateOutputFile (FILE *fh)
271 m_opaque_ap->SetImmediateOutputFile (fh);
275 SBCommandReturnObject::SetImmediateErrorFile (FILE *fh)
278 m_opaque_ap->SetImmediateErrorFile (fh);
    [all...]
  /art/runtime/
proxy_test.cc 186 FieldHelper fh(hs.NewHandle(static_fields->Get(0)));
187 EXPECT_EQ("interfaces", std::string(fh.GetField()->GetName()));
188 EXPECT_EQ("[Ljava/lang/Class;", std::string(fh.GetField()->GetTypeDescriptor()));
189 EXPECT_EQ(interfacesFieldClass.Get(), fh.GetType());
190 EXPECT_EQ("L$Proxy1234;", std::string(fh.GetDeclaringClassDescriptor()));
191 EXPECT_FALSE(fh.GetField()->IsPrimitiveType());
194 fh.ChangeField(static_fields->Get(1));
195 EXPECT_EQ("throws", std::string(fh.GetField()->GetName()));
196 EXPECT_EQ("[[Ljava/lang/Class;", std::string(fh.GetField()->GetTypeDescriptor()));
197 EXPECT_EQ(throwsFieldClass.Get(), fh.GetType())
    [all...]
  /bionic/libc/kernel/uapi/linux/
fuse.h 225 uint64_t fh; member in struct:fuse_getattr_in
261 uint64_t fh; member in struct:fuse_setattr_in
294 uint64_t fh; member in struct:fuse_open_out
300 uint64_t fh; member in struct:fuse_release_in
307 uint64_t fh; member in struct:fuse_flush_in
315 uint64_t fh; member in struct:fuse_read_in
327 uint64_t fh; member in struct:fuse_write_in
349 uint64_t fh; member in struct:fuse_fsync_in
370 uint64_t fh; member in struct:fuse_lk_in
442 uint64_t fh; member in struct:fuse_ioctl_in
465 uint64_t fh; member in struct:fuse_poll_in
481 uint64_t fh; member in struct:fuse_fallocate_in
    [all...]
  /development/ndk/platforms/android-L/include/linux/
fuse.h 225 uint64_t fh; member in struct:fuse_getattr_in
261 uint64_t fh; member in struct:fuse_setattr_in
294 uint64_t fh; member in struct:fuse_open_out
300 uint64_t fh; member in struct:fuse_release_in
307 uint64_t fh; member in struct:fuse_flush_in
315 uint64_t fh; member in struct:fuse_read_in
327 uint64_t fh; member in struct:fuse_write_in
349 uint64_t fh; member in struct:fuse_fsync_in
370 uint64_t fh; member in struct:fuse_lk_in
442 uint64_t fh; member in struct:fuse_ioctl_in
465 uint64_t fh; member in struct:fuse_poll_in
481 uint64_t fh; member in struct:fuse_fallocate_in
    [all...]
  /external/kernel-headers/original/uapi/linux/
fuse.h 394 uint64_t fh; member in struct:fuse_getattr_in
431 uint64_t fh; member in struct:fuse_setattr_in
460 uint64_t fh; member in struct:fuse_open_out
466 uint64_t fh; member in struct:fuse_release_in
473 uint64_t fh; member in struct:fuse_flush_in
480 uint64_t fh; member in struct:fuse_read_in
492 uint64_t fh; member in struct:fuse_write_in
513 uint64_t fh; member in struct:fuse_fsync_in
534 uint64_t fh; member in struct:fuse_lk_in
603 uint64_t fh; member in struct:fuse_ioctl_in
624 uint64_t fh; member in struct:fuse_poll_in
640 uint64_t fh; member in struct:fuse_fallocate_in
    [all...]

Completed in 659 milliseconds

1 2 3 4