HomeSort by relevance Sort by last modified time
    Searched defs:inUse (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /frameworks/base/libs/hwui/utils/
FatVector.h 50 bool inUse = false;
63 if (!mAllocation.inUse && num <= SIZE) {
64 mAllocation.inUse = true;
73 mAllocation.inUse = false;
  /hardware/interfaces/automotive/evs/1.0/default/
EvsCamera.h 84 bool inUse;
86 explicit BufferRecord(buffer_handle_t h) : handle(h), inUse(false) {};
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildMachineManager.java 84 if (!inUse(machines[i])) {
124 private boolean inUse(String machineName) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
BasicPeriodBuilderFactory.java 39 boolean inUse;
53 Settings result = inUse ? copy() : this;
107 Settings result = inUse ? copy() : this;
117 Settings result = inUse ? copy() : this;
126 Settings result = inUse ? copy() : this;
135 Settings result = inUse ? copy() : this;
144 Settings result = inUse ? copy() : this;
158 inUse = true;
184 result.inUse = inUse;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicPeriodBuilderFactory.java 38 boolean inUse;
52 Settings result = inUse ? copy() : this;
106 Settings result = inUse ? copy() : this;
116 Settings result = inUse ? copy() : this;
125 Settings result = inUse ? copy() : this;
134 Settings result = inUse ? copy() : this;
143 Settings result = inUse ? copy() : this;
157 inUse = true;
183 result.inUse = inUse;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 325 public abstract boolean inUse();
TCPMessageProcessor.java 274 public boolean inUse() {
TLSMessageProcessor.java 290 public boolean inUse() {
UDPMessageProcessor.java 344 public boolean inUse() {
  /external/valgrind/coregrind/
m_sparsewa.c 59 UChar inUse[256/8];
204 if (swa_bitarray_read(level0->inUse, curr_ix) == 1) {
304 if (swa_bitarray_read(level0->inUse, ix) == 0) return False;
354 if (swa_bitarray_read_then_set(level0->inUse, ix) == 0) {
402 if (swa_bitarray_read_then_clear(level0->inUse, ix) == 0)
m_transtab.c 169 } prof; // if status == InUse
170 TTEno next_empty_tte; // if status != InUse
175 enum { InUse, Deleted, Empty } status;
350 /* The count of tt entries with state InUse. */
483 vg_assert(tte->status == InUse);
750 vg_assert(sec->tt[tteNo].status == InUse);
    [all...]
  /external/valgrind/helgrind/
hg_wordset.c 70 UWord inUse; /* 0 .. dynMax inclusive */
79 (_zzcache).inUse = 0; \
90 tl_assert(_cache->inUse >= 0); \
91 tl_assert(_cache->inUse <= _cache->dynMax); \
92 if (_cache->inUse > 0) { \
96 for (_i = 1; _i < _cache->inUse; _i++) { \
117 tl_assert(_cache->inUse >= 0); \
118 tl_assert(_cache->inUse <= _cache->dynMax); \
119 if (_cache->inUse < _cache->dynMax) \
120 _cache->inUse++;
    [all...]
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
SensorsTestFragment.java 359 String inUse = mNaString;
364 inUse = gpsData.numberInUse != -1 ? String.valueOf(gpsData.numberInUse) : inUse;
376 getTimestamp(event), inView, inUse, perSattelite);
  /bionic/libc/kernel/uapi/drm/
via_drm.h 160 unsigned char inUse;
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 165 bool inUse;
237 if (!mData.transfers[i].inUse) {
238 mData.transfers[i].inUse = true;
668 xfer->inUse = false;
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 103 bool inUse;
180 if (!mTask.transfers[i].inUse) {
181 mTask.transfers[i].inUse = true;
580 xfer->inUse = false;
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 122 bool inUse;
216 if (!mTask.transfers[i].inUse) {
217 mTask.transfers[i].inUse = true;
310 if (mTask.transfers[i].inUse) {
499 xfer->inUse = false;
  /external/kernel-headers/original/uapi/drm/
via_drm.h 181 unsigned char inUse; /* owned by a client, or free? */
  /external/libdrm/include/drm/
via_drm.h 178 unsigned char inUse; /* owned by a client, or free? */
  /external/valgrind/mpi/
libmpiwrap.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
via_drm.h 178 unsigned char inUse; /* owned by a client, or free? */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
via_drm.h 178 unsigned char inUse; /* owned by a client, or free? */
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 221 bool inUse;
290 if (!mTask.transfers[i].inUse) {
291 mTask.transfers[i].inUse = true;
    [all...]
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 212 bool inUse;
316 if (!mTask.transfers[i].inUse) {
317 mTask.transfers[i].inUse = true;
707 xfer->inUse = false;
  /external/bzip2/
bzlib_private.h 237 Bool inUse[256];
395 Bool inUse[256];

Completed in 1074 milliseconds

1 2 3 4