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

  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 208 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get());
209 if (currentHandle) {
211 ::RemoveVectoredExceptionHandler(currentHandle);
  /frameworks/base/services/core/java/com/android/server/
LockSettingsService.java 386 byte[] currentHandle;
392 currentHandle = credential != null
398 currentHandle = credential != null
404 currentHandle = null;
409 if (currentHandleType != CredentialHash.TYPE_NONE && currentHandle == null) {
413 return currentHandle;
420 byte[] currentHandle = getCurrentHandle(userId);
429 if (currentHandle == null) {
436 byte[] enrolledHandle = enrollCredential(currentHandle, savedCredential, pattern, userId);
448 byte[] currentHandle = getCurrentHandle(userId)
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 80 private int currentHandle;
464 return currentHandle++;
566 currentHandle = baseWireHandle;
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 554 milliseconds