HomeSort by relevance Sort by last modified time
    Searched full:type_class (Results 1 - 17 of 17) sorted by null

  /external/bluetooth/glib/gio/
glocalfilemonitor.c 185 GTypeClass *type_class; local
189 type_class = NULL;
190 g_once (&once_init, get_default_local_file_monitor, &type_class);
206 if (type_class)
207 g_type_class_unref (type_class);
glocaldirectorymonitor.c 261 GTypeClass *type_class; local
265 type_class = NULL;
266 g_once (&once_init, get_default_local_directory_monitor, &type_class);
282 if (type_class)
283 g_type_class_unref (type_class);
gunionvolumemonitor.c 480 GTypeClass *type_class; local
482 type_class = NULL;
483 g_once (&once_init, (GThreadFunc)get_default_native_class, &type_class);
485 if (type_class == NULL && once_init.retval != GUINT_TO_POINTER(G_TYPE_INVALID))
486 type_class = g_type_class_ref ((GType)once_init.retval);
488 return (GNativeVolumeMonitorClass *)type_class;
  /external/chromium/chrome/browser/extensions/
extension_omnibox_api.cc 207 int type_class = local
211 if (type_class == -1)
216 styles[j] |= type_class;
  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 408 type_class = _component_type_map.get(type_name)
409 if type_class is None:
415 info = type_class.parse(subpath,
  /external/bluetooth/glib/gobject/
gtype.c     [all...]
  /external/kernel-headers/original/linux/
usb_ch9.h 62 * TYPE_CLASS or TYPE_VENDOR specific feature flags could be retrieved
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
ch9.h 76 * TYPE_CLASS or TYPE_VENDOR specific feature flags could be retrieved
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
ch9.h 76 * TYPE_CLASS or TYPE_VENDOR specific feature flags could be retrieved
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
ch9.h 76 * TYPE_CLASS or TYPE_VENDOR specific feature flags could be retrieved
  /external/kernel-headers/original/linux/usb/
ch9.h 77 * TYPE_CLASS or TYPE_VENDOR specific feature flags could be retrieved
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libpthread.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/
libpthread.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread.a     [all...]

Completed in 2058 milliseconds