HomeSort by relevance Sort by last modified time
    Searched refs:EOF (Results 126 - 150 of 857) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libvpx/libvpx/vpx_scale/
vpx_scale_rtcd.pl 2 print <<EOF
4 EOF
  /external/libyuv/
setup_env.bat 4 if "%SETUP_ENV_LIBYUV_TOOLS%"=="done" goto :EOF
  /external/lldb/test/pexpect-2.4/examples/
ssh_tunnel.py 39 ssh_tunnel.expect (pexpect.EOF)
49 index = ps.expect (['/usr/bin/ssh', pexpect.EOF, pexpect.TIMEOUT])
df.py 18 i = child.expect ([pattern, pexpect.EOF])
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffWithMockFiles.pl 57 my $gitDiffHeaderForNewFile = <<EOF;
64 EOF
66 my $gitDiffHeader = <<EOF;
72 EOF
74 my $svnConvertedGitDiffHeader = <<EOF;
80 EOF
82 my $svnConvertedGitDiffHeaderForNewFile = <<EOF;
89 EOF
91 my $svnDiffHeaderForNewFile = <<EOF;
97 EOF
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
putc.c 48 return (EOF);
ungetc.c 57 return (EOF);
69 return (EOF);
81 if (c == EOF)
82 return (EOF);
94 return (EOF);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedParser.h 17 #define EOF -1
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-scheme.rb 29 @ts::EOF.should == -1
34 0 => "<invalid>", -1 => "<EOF>", 1 => "<EOR>",
40 @ts.token_name(-1).should == '<EOF>'
51 @a_class::EOF.should == -1
54 0 => "<invalid>", -1 => "<EOF>", 1 => "<EOR>",
  /external/chromium_org/build/git-hooks/
pre-commit 30 cat <<EOF 1>&2
44 EOF
53 cat <<EOF 1>&2
56 EOF
  /external/chromium_org/third_party/boringssl/src/crypto/obj/
obj_xref.pl 62 print <<EOF;
74 EOF
84 print <<EOF;
89 EOF
  /external/chromium_org/third_party/yasm/source/patched-yasm/
test_hd.c 49 while ((ch = fgetc(bfile)) != EOF)
  /external/compiler-rt/test/msan/
getc_unlocked.c 27 if (c == EOF)
  /external/libpcap/
etherent.c 96 while (c != '\n' && c != EOF);
136 if (c == EOF)
162 } while (!isspace(c) && c != EOF && --d > 0);
171 } while (c != EOF);
  /external/libusb-compat/
libusb-config.in 11 cat <<EOF
19 EOF
  /external/openssl/crypto/objects/
objxref.pl 62 print <<EOF;
74 EOF
84 print <<EOF;
89 EOF
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.h 35 #ifdef EOF
36 #undef EOF
38 #define EOF -1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.h 17 #ifdef EOF
18 #undef EOF
20 #define EOF -1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.h 26 #ifdef EOF
27 #undef EOF
29 #define EOF -1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.h 26 #ifdef EOF
27 #undef EOF
29 #define EOF -1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.h 26 #ifdef EOF
27 #undef EOF
29 #define EOF -1
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Token.pm 37 sub EOF { ANTLR::Runtime::CharStream->EOF }
39 #Readonly my $EOF_TOKEN => ANTLR::Runtime::CommonToken->new({ type => EOF });
42 state $EOF_TOKEN = ANTLR::Runtime::CommonToken->new({ type => EOF });
  /external/lzma/CPP/Common/
StdInStream.cpp 56 if (intChar == EOF)
90 while ((c = GetChar()) != EOF)
94 bool CStdInStream::Eof()
102 if (c == EOF && !Eof())
  /external/jpeg/
configure 144 cat << EOF
177 EOF
178 cat << EOF
190 EOF
623 cat > conftest.$ac_ext <<EOF
627 EOF
657 cat > conftest.c <<EOF
661 EOF
694 cat > conftest.$ac_ext <<EOF
699 EOF
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.h 26 #ifdef EOF
27 #undef EOF
29 #define EOF -1

Completed in 1740 milliseconds

1 2 3 4 56 7 8 91011>>