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

1 2 3 4 5 6 7 8 91011

  /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/chromium_org/third_party/jemalloc/chromium/
apply-ed-patches.pl 44 my ($ed, $target_file, $patch_file, $fh) = @_;
47 print $fh "w\n";
48 $fh->close();
73 do_patch $ed, $target_file, $patch_file, $fh;
77 $fh = new FileHandle($patch_file, 'w');
81 print $fh $_ if $fh;
84 do_patch $ed, $target_file, $patch_file, $fh;
  /external/chromium_org/third_party/jemalloc/vendor/
apply-ed-patches.pl 44 my ($ed, $target_file, $patch_file, $fh) = @_;
47 print $fh "w\n";
48 $fh->close();
73 do_patch $ed, $target_file, $patch_file, $fh;
77 $fh = new FileHandle($patch_file, 'w');
81 print $fh $_ if $fh;
84 do_patch $ed, $target_file, $patch_file, $fh;
  /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()
  /bionic/libc/kernel/common/linux/nfsd/
xdr.h 26 struct svc_fh fh; member in struct:nfsd_fhandle
30 struct svc_fh fh; member in struct:nfsd_sattrargs
35 struct svc_fh fh; member in struct:nfsd_diropargs
41 struct svc_fh fh; member in struct:nfsd_readargs
50 svc_fh fh; member in struct:nfsd_writeargs
59 struct svc_fh fh; member in struct:nfsd_createargs
76 struct svc_fh fh; member in struct:nfsd_readlinkargs
99 struct svc_fh fh; member in struct:nfsd_readdirargs
106 struct svc_fh fh; member in struct:nfsd_attrstat
111 struct svc_fh fh; member in struct:nfsd_diropres
120 struct svc_fh fh; member in struct:nfsd_readres
    [all...]
  /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...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/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...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/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...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/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...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/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...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/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...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/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...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/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...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/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...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/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...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/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...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/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...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/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...]
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/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...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/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...]
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/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...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/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...]

Completed in 274 milliseconds

1 2 3 4 5 6 7 8 91011