Searched refs:occupied (Results 1 - 8 of 8) sorted by relevance

/external/tpm2/
H A DObject.c28 //Set the slot to not occupied
29 s_objects[i].occupied = FALSE;
53 s_objects[i].occupied = FALSE;
80 // slot is occupied, then indicate that there is already is a loaded
85 return s_objects[slotIndex].occupied;
126 pAssert(s_objects[handle - TRANSIENT_FIRST].occupied == TRUE);
127 // In this implementation, the handle is determined by the slot occupied by the
259 if(!s_objects[i].occupied) // If found a free slot
261 // Mark the slot as occupied
262 s_objects[i].occupied
[all...]
H A DSession.c72 // are cleared and marked as not occupied
74 s_sessions[i].occupied = FALSE; // session slot is not occupied
255 // be occupied by the created session
327 if(s_sessions[slotIndex].occupied == FALSE)
341 // Can now indicate that the session array entry is occupied.
343 s_sessions[slotIndex].occupied = TRUE;
471 s_sessions[slotIndex].occupied = FALSE;
508 if(s_sessions[slotIndex].occupied == FALSE) break;
529 // Set session slot as occupied
[all...]
H A DGlobal.h1083 BOOL occupied; member in struct:__anon16925
1136 BOOL occupied; member in struct:__anon16928
/external/autotest/client/cros/chameleon/
H A Daudio_widget_link.py43 is occupied until it is released.
58 self._link.occupied = True
98 self._link.occupied = False
124 occupied: True if this widget is occupied by a widget binder.
131 self.occupied = False
H A Dchameleon_audio_helper.py127 """Acquires an available audio bus index that is not occupied yet.
135 if not (bus and bus.occupied):
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DTextureAtlas.java562 public boolean occupied; field in class:TextureAtlas.Node
569 occupied = false;
587 if (occupied) {
588 return null; // occupied
596 occupied = true; // perfect fit
/external/aac/libSBRdec/src/
H A Dsbrdecoder.cpp156 UINT occupied = 0; local
165 occupied = 1;
170 if (occupied) {
171 occupied = 0;
174 occupied |= 1 << hdrSlotUsage[s];
177 if ( !(occupied & 0x1) ) {
181 occupied >>= 1;
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...

Completed in 171 milliseconds