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

1 2

  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPtimeshift.cc 44 char firstline[FIRSTLINELEN]; local
45 EXPECT_TRUE(fgets(firstline, FIRSTLINELEN, inFile) != NULL);
46 EXPECT_GT(fputs(firstline, outFile), 0);
48 fread(firstline, 1, kRtpDumpHeaderSize, inFile));
50 fwrite(firstline, 1, kRtpDumpHeaderSize, outFile));
rtp_to_text.cc 91 char firstline[FIRSTLINELEN]; local
92 if (fgets(firstline, FIRSTLINELEN, inFile) == NULL)
99 if (fread(firstline, 4+4+4+2+2, 1, inFile) != 1)
RTPjitter.cc 68 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,
NETEQTEST_RTPpacket.cc 72 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/webrtc/webrtc/test/
rtp_file_reader.cc 140 char firstline[kFirstLineLength + 1] = {0}; local
141 if (fgets(firstline, kFirstLineLength, file_) == NULL) {
145 if (strncmp(firstline, "#!rtpplay", 9) == 0) {
146 if (strncmp(firstline, "#!rtpplay1.0", 12) != 0) {
150 } else if (strncmp(firstline, "#!RTPencode", 11) == 0) {
151 if (strncmp(firstline, "#!RTPencode1.0", 14) != 0) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
feedparser.py 417 firstline = epilogue[0]
418 bolmo = NLCRE_bol.match(firstline)
420 epilogue[0] = firstline[len(bolmo.group(0)):]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
feedparser.py 417 firstline = epilogue[0]
418 bolmo = NLCRE_bol.match(firstline)
420 epilogue[0] = firstline[len(bolmo.group(0)):]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 417 firstline = epilogue[0]
418 bolmo = NLCRE_bol.match(firstline)
420 epilogue[0] = firstline[len(bolmo.group(0)):]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 417 firstline = epilogue[0]
418 bolmo = NLCRE_bol.match(firstline)
420 epilogue[0] = firstline[len(bolmo.group(0)):]
  /external/libedit/src/
refresh.c 108 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;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
platform.py 264 def _parse_release_file(firstline):
267 # when 'firstline' is empty. 'id' defaults to empty when an id can not
273 m = _lsb_release_version.match(firstline)
279 m = _release_version.match(firstline)
284 l = string.split(string.strip(firstline))
333 firstline = f.readline()
335 _distname, _version, _id = _parse_release_file(firstline)
    [all...]
codecs.py 424 def read(self, size=-1, chars=-1, firstline=False):
441 If firstline is true, and a UnicodeDecodeError happens
479 if firstline:
530 data = self.read(readsize, firstline=True)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
platform.py 264 def _parse_release_file(firstline):
267 # when 'firstline' is empty. 'id' defaults to empty when an id can not
273 m = _lsb_release_version.match(firstline)
279 m = _release_version.match(firstline)
284 l = string.split(string.strip(firstline))
333 firstline = f.readline()
335 _distname, _version, _id = _parse_release_file(firstline)
    [all...]
codecs.py 424 def read(self, size=-1, chars=-1, firstline=False):
441 If firstline is true, and a UnicodeDecodeError happens
479 if firstline:
530 data = self.read(readsize, firstline=True)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 264 def _parse_release_file(firstline):
267 # when 'firstline' is empty. 'id' defaults to empty when an id can not
273 m = _lsb_release_version.match(firstline)
279 m = _release_version.match(firstline)
284 l = string.split(string.strip(firstline))
333 firstline = f.readline()
335 _distname, _version, _id = _parse_release_file(firstline)
    [all...]
codecs.py 424 def read(self, size=-1, chars=-1, firstline=False):
441 If firstline is true, and a UnicodeDecodeError happens
479 if firstline:
530 data = self.read(readsize, firstline=True)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 264 def _parse_release_file(firstline):
267 # when 'firstline' is empty. 'id' defaults to empty when an id can not
273 m = _lsb_release_version.match(firstline)
279 m = _release_version.match(firstline)
284 l = string.split(string.strip(firstline))
333 firstline = f.readline()
335 _distname, _version, _id = _parse_release_file(firstline)
    [all...]
codecs.py 424 def read(self, size=-1, chars=-1, firstline=False):
441 If firstline is true, and a UnicodeDecodeError happens
479 if firstline:
530 data = self.read(readsize, firstline=True)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pyassem.py 542 self.filename, self.name, self.lnotab.firstline,
605 self.firstline = 0
616 if self.firstline == 0:
617 self.firstline = lineno
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 542 self.filename, self.name, self.lnotab.firstline,
605 self.firstline = 0
616 if self.firstline == 0:
617 self.firstline = lineno
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 542 self.filename, self.name, self.lnotab.firstline,
605 self.firstline = 0
616 if self.firstline == 0:
617 self.firstline = lineno
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 542 self.filename, self.name, self.lnotab.firstline,
605 self.firstline = 0
616 if self.firstline == 0:
617 self.firstline = lineno
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
IOBinding.py 461 firstline = self.text.get("1.0", "2.0")
462 if firstline.startswith("#!"):
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
IOBinding.py 461 firstline = self.text.get("1.0", "2.0")
462 if firstline.startswith("#!"):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 461 firstline = self.text.get("1.0", "2.0")
462 if firstline.startswith("#!"):

Completed in 935 milliseconds

1 2