Searched refs:firstline (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A DRTPcat.cc41 char firstline[FIRSTLINELEN]; local
43 EXPECT_TRUE(fgets(firstline, FIRSTLINELEN, in_file) != NULL);
44 EXPECT_GT(fputs(firstline, out_file), 0);
45 EXPECT_EQ(kRtpDumpHeaderSize, fread(firstline, 1, kRtpDumpHeaderSize,
47 EXPECT_EQ(kRtpDumpHeaderSize, fwrite(firstline, 1, kRtpDumpHeaderSize,
H A DRTPtimeshift.cc51 char firstline[FIRSTLINELEN]; local
52 EXPECT_TRUE(fgets(firstline, FIRSTLINELEN, inFile) != NULL);
53 EXPECT_GT(fputs(firstline, outFile), 0);
55 fread(firstline, 1, kRtpDumpHeaderSize, inFile));
57 fwrite(firstline, 1, kRtpDumpHeaderSize, outFile));
H A Drtp_to_text.cc91 char firstline[FIRSTLINELEN]; local
92 if (fgets(firstline, FIRSTLINELEN, inFile) == NULL)
99 if (fread(firstline, 4+4+4+2+2, 1, inFile) != 1)
H A DRTPjitter.cc68 char firstline[FIRSTLINELEN]; local
139 EXPECT_TRUE(fgets(firstline, FIRSTLINELEN, in_file) != NULL);
140 EXPECT_GT(fputs(firstline, out_file), 0);
141 EXPECT_EQ(kRtpDumpHeaderSize, fread(firstline, 1, kRtpDumpHeaderSize,
143 EXPECT_EQ(kRtpDumpHeaderSize, fwrite(firstline, 1, kRtpDumpHeaderSize,
H A DNETEQTEST_RTPpacket.cc72 char firstline[kFirstLineLength]; local
73 if (fgets(firstline, kFirstLineLength, fp) == NULL) {
76 if (strncmp(firstline, "#!rtpplay", 9) == 0) {
77 if (strncmp(firstline, "#!rtpplay1.0", 12) != 0) {
81 else if (strncmp(firstline, "#!RTPencode", 11) == 0) {
82 if (strncmp(firstline, "#!RTPencode1.0", 14) != 0) {
/external/chromium_org/third_party/sqlite/src/tool/
H A Dsplit-sqlite3c.tcl29 proc gather_one_file {firstline bufout nout} {
30 regexp $::BEGIN $firstline all filename
33 set buf $firstline\n
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_file_source.cc130 char firstline[kFirstLineLength]; local
132 if (fgets(firstline, kFirstLineLength, in_file_) == NULL) {
137 if ((strncmp(firstline, "#!rtpplay1.0", 12) != 0) &&
138 (strncmp(firstline, "#!RTPencode1.0", 14) != 0)) {
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlua.c235 static const char *get_prompt (lua_State *L, int firstline) { argument
237 lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2");
239 if (p == NULL) p = (firstline ? LUA_PROMPT : LUA_PROMPT2);
260 static int pushline (lua_State *L, int firstline) { argument
264 const char *prmt = get_prompt(L, firstline);
272 if (firstline && b[0] == '=') /* first line starts with `=' ? */
/external/chromium_org/third_party/webrtc/test/
H A Drtp_file_reader.cc68 char firstline[kFirstLineLength + 1] = {0}; local
69 if (fgets(firstline, kFirstLineLength, file_) == NULL) {
73 if (strncmp(firstline, "#!rtpplay", 9) == 0) {
74 if (strncmp(firstline, "#!rtpplay1.0", 12) != 0) {
78 } else if (strncmp(firstline, "#!RTPencode", 11) == 0) {
79 if (strncmp(firstline, "#!RTPencode1.0", 14) != 0) {
/external/libedit/src/
H A Drefresh.c108 Char *firstline = el->el_vdisplay[0]; local
113 firstline[0] = '\0'; /* empty the string */
114 el->el_vdisplay[i - 1] = firstline;
1079 Char *firstline = el->el_display[0]; local
1084 re__copy_and_pad(firstline, STR(""), (size_t)0);
1085 el->el_display[i - 1] = firstline;
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.cc756 const base::StringPiece firstline = first_line(); local
760 if (firstline.empty() && buffer_length == 0) {
778 static_cast<int>(firstline.size()),
779 firstline.data());
900 // This is the first of the three parts of the firstline.
909 // one, so we have to reformat the firstline.
944 // This is the last of the three parts of the firstline.
950 // can update the firstline in-place.
961 // one, so we have to reformat the firstline.
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof1611 my $firstline = 1;
1614 $firstline = $instructions[$i]->[2];
1620 # the indentation we saw on $firstline
1633 if ($l >= $firstline) {
1650 # Assign all samples to the range $firstline,$lastline,
1664 for (my $l = $firstline; $l <= $lastline; $l++) {
1718 ($line >= $firstline) &&
1773 if ($l >= $firstline - 5 &&
1777 if ($l == $firstline) { print $output $skip_marker; }
3668 my $firstline
[all...]
/external/jemalloc/bin/
H A Dpprof1611 my $firstline = 1;
1614 $firstline = $instructions[$i]->[2];
1620 # the indentation we saw on $firstline
1633 if ($l >= $firstline) {
1650 # Assign all samples to the range $firstline,$lastline,
1664 for (my $l = $firstline; $l <= $lastline; $l++) {
1718 ($line >= $firstline) &&
1773 if ($l >= $firstline - 5 &&
1777 if ($l == $firstline) { print $output $skip_marker; }
3677 my $firstline
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dmalware_details_unittest.cc282 EXPECT_EQ(expected->response().firstline().code(),
283 resource->response().firstline().code());
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof1611 my $firstline = 1;
1614 $firstline = $instructions[$i]->[2];
1620 # the indentation we saw on $firstline
1633 if ($l >= $firstline) {
1650 # Assign all samples to the range $firstline,$lastline,
1664 for (my $l = $firstline; $l <= $lastline; $l++) {
1718 ($line >= $firstline) &&
1773 if ($l >= $firstline - 5 &&
1777 if ($l == $firstline) { print $output $skip_marker; }
3668 my $firstline
[all...]
/external/pcre/dist/
H A Dpcre_dfa_exec.c3194 BOOL utf, anchored, startline, firstline; local
3378 firstline = (re->options & PCRE_FIRSTLINE) != 0;
3438 /* If firstline is TRUE, the start of the match is constrained to the first
3443 if (firstline)
3642 and firstline is set. */
3644 if (firstline && IS_NEWLINE(current_subject)) break;
H A Dpcre_jit_compile.c3033 static SLJIT_INLINE struct sljit_label *mainloop_entry(compiler_common *common, BOOL hascrorlf, BOOL firstline) argument
3048 if (!(hascrorlf || firstline) && (common->nltype == NLTYPE_ANY ||
3052 if (firstline)
3517 static SLJIT_INLINE BOOL fast_forward_first_n_chars(compiler_common *common, BOOL firstline) argument
3680 if (firstline)
3751 if (firstline)
3771 static SLJIT_INLINE void fast_forward_first_char(compiler_common *common, pcre_uchar first_char, BOOL caseless, BOOL firstline) argument
3779 if (firstline)
3824 if (firstline)
3828 static SLJIT_INLINE void fast_forward_newline(compiler_common *common, BOOL firstline) argument
3918 fast_forward_start_bits(compiler_common *common, pcre_uint8 *start_bits, BOOL firstline) argument
[all...]
H A Dpcre_exec.c6355 BOOL firstline; local
6535 firstline = (re->options & PCRE_FIRSTLINE) != 0;
6734 /* If firstline is TRUE, the start of the match is constrained to the first
6740 if (firstline)
6991 if (firstline && IS_NEWLINE(start_match)) break;

Completed in 4273 milliseconds