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

  /external/webkit/Source/JavaScriptCore/API/tests/
Node.c 53 NodeLink** currentHandle;
54 for (currentHandle = &node->childNodesTail, current = *currentHandle; current; currentHandle = &current->prev, current = *currentHandle) {
57 *currentHandle = current->prev;
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 201 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle.get());
202 if (currentHandle) {
204 ::RemoveVectoredExceptionHandler(currentHandle);
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 82 private int currentHandle;
486 return currentHandle++;
588 currentHandle = baseWireHandle;
    [all...]

Completed in 476 milliseconds