HomeSort by relevance Sort by last modified time
    Searched defs:UNLOCK (Results 1 - 14 of 14) sorted by null

  /external/bison/lib/
unsetenv.c 43 # define UNLOCK __libc_lock_unlock (envlock)
46 # define UNLOCK
87 UNLOCK;
  /toolchain/binutils/binutils-2.25/libiberty/
setenv.c 72 /* LOCK and UNLOCK are defined as no-ops. This makes the libiberty
75 #define UNLOCK
116 UNLOCK;
125 UNLOCK;
150 UNLOCK;
160 UNLOCK;
184 UNLOCK;
  /external/autotest/server/cros/
host_lock_manager.py 15 A caller can lock or unlock one or more DUTs. If the caller fails to unlock()
16 locked hosts before the instance is destroyed, it will attempt to unlock() the
25 manager.unlock()
33 @attribute UNLOCK: a string.
37 UNLOCK = 'unlock'
70 logging.warning('Caller failed to unlock %r! Forcing unlock now.',
72 self.unlock()
119 def unlock(self, hosts=None): member in class:HostLockManager
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
Classifier.java 30 public static final int UNLOCK = 4;
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraActions.java 24 public static final int UNLOCK = 4;
65 case UNLOCK:
66 return "UNLOCK";
  /frameworks/av/camera/
ICamera.cpp 49 UNLOCK,
285 virtual status_t unlock() function in class:android::hardware::BpCamera
289 remote()->transact(UNLOCK, data, &reply);
452 case UNLOCK: {
454 reply->writeInt32(unlock());
  /system/security/keystore/include/keystore/
IKeystoreService.h 123 UNLOCK = IBinder::FIRST_CALL_TRANSACTION + 9,
173 virtual int32_t unlock(int32_t userId, const String16& password) = 0;
  /external/libevent/
listener.c 104 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0)
132 UNLOCK(listener);
137 UNLOCK(listener);
289 UNLOCK(lev);
300 UNLOCK(lev);
326 UNLOCK(lev);
344 UNLOCK(lev);
368 UNLOCK(lev);
377 UNLOCK(lev);
411 UNLOCK(lev)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 61 #define UNLOCK(m) pthread_mutex_unlock(&m)
134 UNLOCK(gki_cb.os.GKI_trace_mutex);
734 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
753 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock mutex when cond is met */
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 60 #define UNLOCK(m) pthread_mutex_unlock(&m)
131 UNLOCK(gki_cb.os.GKI_trace_mutex);
711 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
730 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock mutex when cond is met */
    [all...]
  /external/libvncserver/rfb/
rfb.h 68 #define UNLOCK(mutex) (rfbLog("%s:%d UNLOCK(%s,0x%x)\n",__FILE__,__LINE__,#mutex,&(mutex)), pthread_mutex_unlock(&(mutex)))
81 #define UNLOCK(mutex) pthread_mutex_unlock(&(mutex));
95 #define UNLOCK(mutex)
    [all...]
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 
  /prebuilts/sdk/tools/jills/
jill-3.36.CANDIDATE.jar 
jill-4.7.BETA.jar 

Completed in 686 milliseconds