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

1 2

  /external/chromium_org/third_party/sqlite/src/test/
lock_common.tcl 76 fconfigure $chan -buffering line
127 fconfigure $chan -blocking 0 -buffering none
  /external/chromium_org/ui/resources/resource_check/
resource_scale_factors.py 45 with open(filename, 'rb', buffering=0) as f:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 43 def open(file, mode="r", buffering=-1,
90 buffering is an optional integer used to set the buffering policy.
91 Pass 0 to switch buffering off (only allowed in binary mode), 1 to select
92 line buffering (only usable in text mode), and an integer > 1 to indicate
93 the size of a fixed-size chunk buffer. When no buffering argument is
94 given, the default buffering policy works as follows:
102 use line buffering. Other text files use the policy described above
158 if not isinstance(buffering, (int, long)):
159 raise TypeError("invalid buffering: %r" % buffering
    [all...]
httplib.py 335 def __init__(self, sock, debuglevel=0, strict=0, method=None, buffering=False):
336 if buffering:
337 # The caller won't be using any sock.recv() calls, so buffering
    [all...]
codecs.py 841 def open(filename, mode='rb', encoding=None, errors='strict', buffering=1):
863 buffering has the same meaning as for the builtin open() API.
881 file = __builtin__.open(filename, mode, buffering)
    [all...]
xmlrpclib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 43 def open(file, mode="r", buffering=-1,
90 buffering is an optional integer used to set the buffering policy.
91 Pass 0 to switch buffering off (only allowed in binary mode), 1 to select
92 line buffering (only usable in text mode), and an integer > 1 to indicate
93 the size of a fixed-size chunk buffer. When no buffering argument is
94 given, the default buffering policy works as follows:
102 use line buffering. Other text files use the policy described above
158 if not isinstance(buffering, (int, long)):
159 raise TypeError("invalid buffering: %r" % buffering
    [all...]
httplib.py 335 def __init__(self, sock, debuglevel=0, strict=0, method=None, buffering=False):
336 if buffering:
337 # The caller won't be using any sock.recv() calls, so buffering
    [all...]
codecs.py 841 def open(filename, mode='rb', encoding=None, errors='strict', buffering=1):
863 buffering has the same meaning as for the builtin open() API.
881 file = __builtin__.open(filename, mode, buffering)
    [all...]
xmlrpclib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_largefile.py 163 f = open(TESTFN, 'wb', buffering=0)
test_io.py 4 # * test_bufio - tests file buffering
346 with self.open(support.TESTFN, "wb", buffering=0) as f:
351 with self.open(support.TESTFN, "rb", buffering=0) as f:
428 with self.open(support.TESTFN, "ab", buffering=0) as f:
564 with self.open(zero, "rb", buffering=0) as f:
572 f = self.open(support.TESTFN, "wb", buffering=0)
580 f = self.open(support.TESTFN, "wb", buffering=0)
908 with self.open(support.TESTFN, self.read_mode, buffering=0) as raw:
    [all...]
test_file2k.py 466 self.f = open(self.filename, "w+", buffering=1024*16)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_largefile.py 163 f = open(TESTFN, 'wb', buffering=0)
test_io.py 4 # * test_bufio - tests file buffering
346 with self.open(support.TESTFN, "wb", buffering=0) as f:
351 with self.open(support.TESTFN, "rb", buffering=0) as f:
428 with self.open(support.TESTFN, "ab", buffering=0) as f:
564 with self.open(zero, "rb", buffering=0) as f:
572 f = self.open(support.TESTFN, "wb", buffering=0)
580 f = self.open(support.TESTFN, "wb", buffering=0)
908 with self.open(support.TESTFN, self.read_mode, buffering=0) as raw:
    [all...]
test_file2k.py 466 self.f = open(self.filename, "w+", buffering=1024*16)
  /external/chromium_org/tools/code_coverage/
coverage_posix.py 458 appears to add extra buffering which we don't want on other platforms."""
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
apps.c 686 /* Can't do BIO_gets on an fd BIO so add a buffering BIO */
    [all...]
  /external/openssl/apps/
apps.c 686 /* Can't do BIO_gets on an fd BIO so add a buffering BIO */
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
handlebars-1.0.0.beta.6.js 1003 // alternative compiled forms for name lookup and buffering semantics
    [all...]
  /external/chromium_org/chrome_frame/
CFInstance.js     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 80 /// <summary>Tell the stream to start buffering if it hasn't already.</summary>
146 /// No buffering is required to do this unless you know your stream
    [all...]
Antlr.Runtime.Tree.pas     [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
gbemu.js 568 //Developer can use this to see how many samples to write (example: minimum buffer allotment minus remaining samples left returned from this function to make sure maximum buffering is done...)
671 //Fill in our own buffering up to the minimum specified:
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 776 milliseconds

1 2