HomeSort by relevance Sort by last modified time
    Searched refs:buffering (Results 1 - 25 of 31) 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/third_party/webrtc/modules/audio_coding/main/acm2/
initial_delay_manager.h 69 // Returns true if the timestamp is valid (when buffering), otherwise false.
73 // the constructor). Buffering might be disabled by the client of this class.
74 bool buffering() { return buffering_; } function in class:webrtc::acm2::InitialDelayManager
76 // Disable buffering in the class.
79 // True if any packet received for buffering.
85 // Update playout timestamps. While buffering, this is about
initial_delay_manager_unittest.cc 87 EXPECT_TRUE(manager_->buffering());
90 EXPECT_FALSE(manager_->buffering());
359 EXPECT_TRUE(manager_->buffering());
372 EXPECT_FALSE(manager_->buffering());
acm_receiver.cc 593 if (initial_delay_manager_->buffering()) {
758 if (!initial_delay_manager_->buffering()) {
  /external/chromium_org/third_party/opus/src/src/
opus_private.h 90 int bitrate, opus_val16 tonality, float *mem, int buffering,
opus_encoder.c 652 int bitrate, opus_val16 tonality, float *mem, int buffering,
669 if (buffering)
672 /* We assume the buffering is between 2.5 and 5 ms */
673 int offset = 2*subframe - buffering;
711 if (buffering)
715 if (buffering)
    [all...]
  /external/libopus/src/
opus_private.h 90 int bitrate, opus_val16 tonality, float *mem, int buffering,
opus_encoder.c 652 int bitrate, opus_val16 tonality, float *mem, int buffering,
669 if (buffering)
672 /* We assume the buffering is between 2.5 and 5 ms */
673 int offset = 2*subframe - buffering;
711 if (buffering)
715 if (buffering)
    [all...]
  /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...]
  /external/chromium_org/ui/resources/resource_check/
resource_scale_factors.py 49 with open(filename, 'rb', buffering=0) as f:
  /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/perf/metrics/
media.js 120 // TODO(shadi): Measure buffering time more accurately using events such as
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineModelImpl.js 132 // We were buffering events, discard those that got through, the real ones are coming!

Completed in 690 milliseconds

1 2