HomeSort by relevance Sort by last modified time
    Searched refs:readable (Results 51 - 75 of 165) sorted by null

1 23 4 5 6 7

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session_unittest.cc 789 bool readable() const { function in struct:ChannelHandler
790 return last_readable && channel->readable();
795 last_readable = channel->readable();
    [all...]
transport.cc 512 TransportState readable = GetTransportState_s(true); local
513 if (readable_ != readable) {
514 readable_ = readable;
544 bool b = (read ? iter->second->readable() :
dtlstransportchannel.cc 396 // - Prior to the DTLS handshake, the state is neither readable or
406 << "DTLSTransportChannelWrapper: channel readable state changed.";
409 set_readable(channel_->readable());
port.h 422 bool readable() const { return read_state_ == STATE_READABLE; } function in class:cricket::Connection
  /external/qemu/proxy/
proxy_http_rewriter.c 284 const char* readable )
297 r->rep_readable = g_strdup(readable);
488 char* readable; local
502 readable = p;
504 if (http_request_set_reply(request, protocol, number, readable) < 0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
drisw_glx.c 217 Drawable readable; local
220 readable = pread->xDrawable;
228 XGetSubImage(dpy, readable, x, y, w, h, ~0L, ZPixmap, ximage, 0, 0);
  /external/mesa3d/src/glx/
drisw_glx.c 217 Drawable readable; local
220 readable = pread->xDrawable;
228 XGetSubImage(dpy, readable, x, y, w, h, ~0L, ZPixmap, ximage, 0, 0);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 131 is_r = obj.readable()
181 if obj.readable():
187 # Only check for exceptions if object was either readable
324 def readable(self): member in class:dispatcher
asynchat.py 192 def readable (self): member in class:async_chat
193 "predicate for inclusion in the readable for select()"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 131 is_r = obj.readable()
181 if obj.readable():
187 # Only check for exceptions if object was either readable
324 def readable(self): member in class:dispatcher
asynchat.py 192 def readable (self): member in class:async_chat
193 "predicate for inclusion in the readable for select()"
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_util.js 232 * Get readable string description of the specified keycode.
364 * Get readable string description for an internal string representation of a
369 * @return {?string} Readable string representation of the input.
384 * readable string description like 'Right Arrow' instead of '#39'.
394 * @param {boolean=} opt_readableKeyCode Whether or not to return a readable
399 * @return {string} Readable string representation of the KeySequence object.
  /external/chromium_org/third_party/skia/tools/lua/
bbh_filter.lua 115 -- Prints out information in lua readable format
  /external/skia/tools/lua/
bbh_filter.lua 115 -- Prints out information in lua readable format
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 198 c2 = _multiprocessing.Connection(fd2, readable=False)
239 c2 = _multiprocessing.PipeConnection(h2, readable=duplex)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 198 c2 = _multiprocessing.Connection(fd2, readable=False)
239 c2 = _multiprocessing.PipeConnection(h2, readable=duplex)
  /external/chromium_org/tools/linux/
procfs.py 276 self, begin, end, readable, writable, executable, private, offset,
280 self.readable = readable
294 'readable': self.readable,
364 matched.group(3), # readable
  /external/valgrind/main/callgrind/
callgrind_annotate.in 307 my $readable = 0;
310 $readable = 1;
313 $readable or die("File $arg not found in any of: @include_dirs\n");
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 173 * Formats the given array into a human readable, English string, ala
  /external/chromium_org/chrome/browser/resources/memory_internals/
memory_internals.js 149 * Produces a readable string int the format '<HH> hours <MM> min. <SS> sec.'
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
storage_api.py 527 def readable(self): member in class:ReadBuffer
861 def readable(self): member in class:StreamingBuffer
  /external/chromium_org/third_party/skia/third_party/lua/src/
loadlib.c 330 static int readable (const char *filename) { function
361 if (readable(filename)) /* does file exist and is readable? */
  /external/glide/third_party/disklrucache/
disklrucache-2.0.2.jar 
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.js 88 * Formats the language name to a human-readable text. For example, if
105 * Formats the error type to a human-readable text.
  /external/chromium_org/chrome/common/extensions/docs/server2/
link_error_detector.py 280 '''Prints out broken links in a more readable format.

Completed in 1008 milliseconds

1 23 4 5 6 7