Searched refs:IN (Results 1 - 25 of 133) sorted by relevance

123456

/external/dropbear/libtomcrypt/
H A Dfixupind.pl1 open(IN,"<crypt.ind");
3 $a = <IN>;
5 while (<IN>) {
9 close IN;
/external/clang/utils/analyzer/
H A Dupdate_plist_test.pl18 open (IN, $testFile) or die "cannot open $testFile\n";
19 while (<IN>) {
23 close(IN);
26 open (IN, $plistFile) or die "cannot open $plistFile\n";
29 while (<IN>) {
47 close (IN);
H A Dreducer.pl41 open(IN, "$reduceOut") or exit(\$BAD);
43 while(<IN>) {
/external/webkit/Source/WebKit/win/WebKit.vcproj/
H A DFixMIDLHeaders.pl21 # DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
25 # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
50 open(IN, "<", $fileName);
51 my @contents = <IN>;
52 close(IN);
/external/webkit/Source/WebCore/css/
H A Dmake-css-file-arrays.pl43 open IN, "<", $in or die;
44 my $text; { local $/; $text = <IN>; }
45 close IN;
/external/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp172 if (DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(this))
174 NewFullDelta += IN->getChild(i)->getFullDelta();
229 DeltaTreeInteriorNode *IN = cast<DeltaTreeInteriorNode>(this); local
230 if (!IN->Children[i]->DoInsertion(FileIndex, Delta, InsertRes))
240 memmove(&IN->Children[i+2], &IN->Children[i+1],
241 (e-i)*sizeof(IN->Children[0]));
242 IN->Children[i] = InsertRes->LHS;
243 IN->Children[i+1] = InsertRes->RHS;
255 IN
346 const DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(N); local
429 const DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(Node); local
[all...]
/external/openssl/apps/
H A Dmd4.c44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
74 FILE *IN; local
84 IN=fopen(argv[i],"r");
85 if (IN == NULL)
92 do_fp(IN);
93 fclose(IN);
H A DCA.pl176 open IN, $infile;
179 while (<IN>) {
183 close IN;
/external/openssl/crypto/md4/
H A Dmd4.c44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
74 FILE *IN; local
84 IN=fopen(argv[i],"r");
85 if (IN == NULL)
92 do_fp(IN);
93 fclose(IN);
/external/openssl/crypto/md5/
H A Dmd5.c44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
74 FILE *IN; local
84 IN=fopen(argv[i],"r");
85 if (IN == NULL)
92 do_fp(IN);
93 fclose(IN);
/external/openssl/crypto/objects/
H A Dobjxref.pl10 open(IN, $mac_file) || die "Can't open $mac_file";
14 while (<IN>)
20 close IN;
22 open(IN, $xref_file) || die "Can't open $xref_file";
26 while (<IN>)
/external/openssl/crypto/ripemd/
H A Drmd160.c44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
74 FILE *IN; local
84 IN=fopen(argv[i],"r");
85 if (IN == NULL)
92 do_fp(IN);
93 fclose(IN);
/external/openssl/crypto/sha/
H A Dsha.c44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
71 FILE *IN; local
81 IN=fopen(argv[i],"r");
82 if (IN == NULL)
89 do_fp(IN);
90 fclose(IN);
H A Dsha1.c44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
74 FILE *IN; local
84 IN=fopen(argv[i],"r");
85 if (IN == NULL)
92 do_fp(IN);
93 fclose(IN);
/external/openssh/
H A Dfixprogs26 if (!open(IN, "<".$infilename)) {
33 @infile=<IN>;
72 close(IN);
/external/webkit/Source/JavaScriptCore/
H A Dcreate_jit_stubs49 open(IN, $file) or die "No such file $file";
51 while ( $_ = <IN> ) {
75 close(IN);
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c47 IN NTSTATUS Status
54 IN HANDLE Handle
63 IN ACCESS_MASK DesiredAccess,
64 IN POBJECT_ATTRIBUTES ObjectAttributes,
66 IN ULONG ShareAccess,
67 IN ULONG OpenOptions
74 IN HANDLE FileHandle,
83 IN HANDLE FileHandle,
84 IN HANDLE Event OPTIONAL,
85 IN PIO_APC_ROUTIN
[all...]
/external/webkit/Tools/Scripts/
H A Dsort-Xcode-project-file21 # DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
25 # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
84 open(IN, "< $projectFile") || die "Could not open $projectFile: $!";
85 while (my $line = <IN>) {
88 close(IN);
98 close(IN);
104 open(IN, "< $projectFile") || die "Could not open $projectFile: $!";
105 while (my $line = <IN>) {
110 while (my $fileLine = <IN>) {
[all...]
H A Dcheck-Xcode-source-file-types18 # DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
22 # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
98 open(IN, "< $projectFile") || die "Could not open $projectFile: $!";
110 close(IN);
117 while (my $line = <IN>) {
122 while (my $line = <IN>) {
149 print $OUT <IN> if $shouldFixIssues;
151 close(IN);
H A Dupdate-iexploder-cssproperties22 # DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
26 # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
67 open(IN, $filename) || die "$!";
68 while (my $l = <IN>) {
87 close(IN);
101 open(IN, $filename) || die "$!";
102 @sections = <IN>;
103 close(IN);
/external/libmtp/
H A Dhotplug.sh.in81 read IN
82 if [ "$IN" = "y" ] || [ "$IN" = "Y" ]; then
95 read IN
96 if [ "$IN" = "y" ] || [ "$IN" = "Y" ]; then
/external/llvm/utils/
H A DUpdateCMakeLists.pl64 open(IN, $cmakeList);
68 while(<IN>) {
84 close(IN);
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dgenlingware.pl240 unless (open IN, $in) {
244 while (<IN>) {
261 close IN;
338 unless (open IN, $kb->{file}) {
342 binmode(IN);
344 @content = <IN>;
345 close IN;
448 unless (open IN, $kb->{file}) {
452 binmode(IN);
454 @content = <IN>;
[all...]
/external/dropbear/libtommath/
H A Dbooker.pl20 open(IN,"<tommath.src") or die "Can't open source file";
26 while (<IN>) {
50 close(IN);
52 open(IN,"<tommath.src") or die "Can't open source file";
56 while (<IN>) {
265 close (IN);
/external/mdnsresponder/mDNSShared/
H A Ddnsextd_lexer.l74 IN return IN;

Completed in 626 milliseconds

123456