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

  /external/bluetooth/glib/glib/
giounix.c 422 channel->is_readable = TRUE;
426 channel->is_readable = FALSE;
430 channel->is_readable = TRUE;
546 channel->is_readable = TRUE;
551 channel->is_readable = FALSE;
557 channel->is_readable = TRUE;
596 g_io_unix_get_flags (channel); /* Sets is_readable, is_writeable */
giochannel.c 367 channel->is_readable = FALSE;
427 channel->is_readable = FALSE;
849 if (channel->is_readable)
    [all...]
giochannel.h 131 guint is_readable : 1; /* Cached GIOFlag */ member in struct:_GIOChannel
  /external/libvpx/examples/includes/geshi/contrib/
example.php 18 if (is_readable('../geshi.php')) {
20 } elseif (is_readable('geshi.php')) {
cssgen.php 177 if ( is_file($geshi_path) && is_readable($geshi_path) )
208 if ( is_readable($geshi_lang_path . 'css-gen.cfg') )
langcheck.php 132 if (is_readable('../geshi.php')) {
134 } elseif (is_readable('geshi.php')) {
153 } else if(!is_readable(GESHI_LANG_ROOT)) {
204 } else if(!is_readable($langfile)) {
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 682 if (!is_readable($file_name)) {
    [all...]

Completed in 89 milliseconds