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

1 2

  /external/chromium-libpac/test/
jstocstring.pl 14 open(FH, "cat $ARGV[0]/$_|");
18 while (<FH>) {
  /system/core/libsparse/
simg_dump.py 54 FH = open(path, 'rb')
55 header_bin = FH.read(28)
97 header_bin = FH.read(12)
105 print("%4u %10u %10u %7u %7u" % (i, FH.tell(), data_sz, offset, chunk_sz),
115 FH.read(data_sz)
122 fill_bin = FH.read(4)
137 crc_bin = FH.read(4)
155 print(" %10u %7u End" % (FH.tell(), offset))
161 junk_len = len(FH.read())
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_generate_bindings.pl 79 open FH, "< $interfaceDependenciesFile" or die "Cannot open $interfaceDependenciesFile\n";
80 while (my $line = <FH>) {
89 close FH;
198 open FH, "> ${outputDirectory}/${headerName}" or die "Cannot open $headerName\n";
199 print FH $contents;
200 close FH;
202 open FH, "> ${outputDirectory}/${cppName}" or die "Cannot open $cppName\n";
203 print FH $contents;
204 close FH;
212 open FH, "<", $idlAttributesFile or die "Couldn't open $idlAttributesFile: $!"
    [all...]
deprecated_code_generator_v8.pm     [all...]
  /system/core/adb/
sysdeps_win32.c 75 typedef struct FHRec_* FH;
81 void (*_fh_init) ( FH f );
82 int (*_fh_close)( FH f );
83 int (*_fh_lseek)( FH f, int pos, int origin );
84 int (*_fh_read) ( FH f, void* buf, int len );
85 int (*_fh_write)( FH f, const void* buf, int len );
86 void (*_fh_hook) ( FH f, int events, EventHook hook );
123 static FH
126 FH f;
149 _fh_to_int( FH f
755 FH fh; local
783 FH fh = _fh_from_int(fd); local
1283 FH fh; member in struct:EventHookRec_
1411 FH fh = _fh_from_int(fd); local
2009 FH fh = hook->fh; local
2040 FH fh = hook->fh; local
2057 FH fh = hook->fh; local
2087 FH fh = hook->fh; local
2101 FH fh = hook->fh; local
    [all...]
  /external/elfutils/lib/
sha1.c 200 /* define FH(b, c, d) ((b & c) | (b & d) | (c & d)) */
201 #define FH(b, c, d) (((b | c) & d) | (b & c))
329 OP (40, FH, A, B, C, D, E, K2);
330 OP (41, FH, E, A, B, C, D, K2);
331 OP (42, FH, D, E, A, B, C, K2);
332 OP (43, FH, C, D, E, A, B, K2);
333 OP (44, FH, B, C, D, E, A, K2);
334 OP (45, FH, A, B, C, D, E, K2);
335 OP (46, FH, E, A, B, C, D, K2);
336 OP (47, FH, D, E, A, B, C, K2)
    [all...]
md5.c 284 #define FH(b, c, d) (b ^ c ^ d)
399 OP (FH, A, B, C, D, 5, 4, 0xfffa3942);
400 OP (FH, D, A, B, C, 8, 11, 0x8771f681);
401 OP (FH, C, D, A, B, 11, 16, 0x6d9d6122);
402 OP (FH, B, C, D, A, 14, 23, 0xfde5380c);
403 OP (FH, A, B, C, D, 1, 4, 0xa4beea44);
404 OP (FH, D, A, B, C, 4, 11, 0x4bdecfa9);
405 OP (FH, C, D, A, B, 7, 16, 0xf6bb4b60);
406 OP (FH, B, C, D, A, 10, 23, 0xbebfbc70);
407 OP (FH, A, B, C, D, 13, 4, 0x289b7ec6)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl 39 open(FH, "<", $fileName);
40 my $content = <FH>;
41 close(FH);
51 my ($FH, $fileName) = tempfile(
56 print $FH $content;
57 close $FH;
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/iputils/ninfod/
configure     [all...]
  /external/elfutils/
configure     [all...]
  /external/genext2fs/
configure     [all...]
  /external/liblzf/
configure     [all...]
  /external/marisa-trie/
configure     [all...]
  /external/stressapptest/
configure     [all...]
  /external/chromium_org/third_party/icu/source/
configure     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]
  /external/icu4c/
configure     [all...]
  /external/libpcap/
configure     [all...]
  /ndk/sources/host-tools/make-3.81/
configure     [all...]
  /external/chromium_org/third_party/libxml/src/
configure     [all...]
  /external/chromium_org/third_party/opus/src/
configure     [all...]
  /external/chromium_org/third_party/sqlite/src/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure     [all...]

Completed in 1057 milliseconds

1 2