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

  /external/bluetooth/glib/gio/
gvfs.h 67 gboolean (* is_active) (GVfs *vfs); member in struct:_GVfsClass
gvfs.c 70 return (* class->is_active) (vfs);
glocalvfs.c 214 vfs_class->is_active = g_local_vfs_is_active;
  /external/bluetooth/glib/gio/fen/
fen-kernel.c 70 gboolean is_active; member in struct:__anon1154
84 return fo->is_active;
230 fo->is_active = FALSE;
364 if (fo->is_active) {
389 fo->is_active = TRUE;
  /external/bluetooth/glib/gio/win32/
gwinhttpvfs.c 238 vfs_class->is_active = g_winhttp_vfs_is_active;
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 304 int *grammar_index, ESR_BOOL *is_active, ESR_BOOL *is_ve_grammar )
320 *is_active = ESR_TRUE;
322 *is_active = ESR_FALSE;
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 302 int *grammar_index, ESR_BOOL *is_active, ESR_BOOL *is_ve_grammar )
318 *is_active = ESR_TRUE;
320 *is_active = ESR_FALSE;
    [all...]
  /external/clearsilver/util/regex/
regex.c 1347 unsigned is_active : 1; member in struct:__anon1463::__anon1464
    [all...]

Completed in 244 milliseconds