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

  /external/chromium_org/third_party/sqlite/src/tool/
split-sqlite3c.tcl 29 proc gather_one_file {firstline bufout nout} {
30 regexp $::BEGIN $firstline all filename
33 set buf $firstline\n
  /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)):]
  /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...]
httplib.py 267 firstline = 1
287 if firstline and line.startswith('From '):
290 firstline = 0
    [all...]
rfc822.py 142 firstline = 1
160 if firstline and line.startswith('From '):
163 firstline = 0
    [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...]
httplib.py 267 firstline = 1
287 if firstline and line.startswith('From '):
290 firstline = 0
    [all...]
rfc822.py 142 firstline = 1
160 if firstline and line.startswith('From '):
163 firstline = 0
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers.cc 713 const base::StringPiece firstline = first_line(); local
717 if (firstline.empty() && buffer_length == 0) {
735 static_cast<int>(firstline.size()),
736 firstline.data());
857 // This is the first of the three parts of the firstline.
866 // one, so we have to reformat the firstline.
901 // This is the last of the three parts of the firstline.
    [all...]
  /external/chromium_org/net/tools/flip_server/
balsa_headers.cc 747 const base::StringPiece firstline = first_line(); local
751 if (firstline.empty() && buffer_length == 0) {
769 static_cast<int>(firstline.size()),
770 firstline.data());
891 // This is the first of the three parts of the firstline.
900 // one, so we have to reformat the firstline.
    [all...]
  /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
  /external/chromium/chrome/browser/safe_browsing/
malware_details_unittest.cc 261 EXPECT_EQ(expected->response().firstline().code(),
262 resource->response().firstline().code());
  /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("#!"):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 461 firstline = self.text.get("1.0", "2.0")
462 if firstline.startswith("#!"):
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_unittest.cc 282 EXPECT_EQ(expected->response().firstline().code(),
283 resource->response().firstline().code());
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]

Completed in 412 milliseconds