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

  /cts/tools/dasm/src/java_cup/
symbol.java 71 public int use_count() {return _use_count;} method in class:symbol
Main.java 467 if (term.use_count() == 0)
486 if (nt.use_count() == 0)
  /external/bluetooth/glib/gobject/
gtypemodule.c 252 module->use_count++;
253 if (module->use_count == 1)
259 module->use_count--;
272 module->use_count--;
297 g_return_if_fail (module->use_count > 0);
299 module->use_count--;
301 if (module->use_count == 0)
gtypemodule.h 52 guint use_count; member in struct:_GTypeModule
  /external/qemu/
kvm.h 100 int use_count; member in struct:kvm_sw_breakpoint
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osapi.c 328 tmr->use_count = 1;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
esta_drv.h 210 int use_count; member in struct:timer_obj
  /external/kernel-headers/original/linux/
usb.h 851 atomic_t use_count; \/* concurrent submissions counter *\/ member in struct:urb
    [all...]
cdrom.h 944 int use_count; /* number of times device opened */ member in struct:cdrom_device_info
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 168 milliseconds