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

  /external/jetty/src/java/org/eclipse/jetty/server/
Authentication.java 50 /** A wrapped authentication with methods provide the
51 * wrapped request/response for use by the application
53 public interface Wrapped extends Authentication
  /external/jetty/src/java/org/eclipse/jetty/security/
SecurityHandler.java 494 if (authentication instanceof Authentication.Wrapped)
496 request=((Authentication.Wrapped)authentication).getHttpServletRequest();
497 response=((Authentication.Wrapped)authentication).getHttpServletResponse();
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 285 // We haven't sign-wrapped, so it's valid to decompose sext(%x + c)
290 // We may have signed-wrapped, so don't decompose sext(%x + c) into
303 // We may have unsigned-wrapped, so don't decompose zext(%x + c) into
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_darwin.go 207 * Wrapped
syscall_bsd.go 21 * Wrapped
syscall_solaris.go 153 * Wrapped
syscall_linux.go 17 * Wrapped
  /prebuilts/go/linux-x86/src/syscall/
syscall_darwin.go 207 * Wrapped
syscall_bsd.go 21 * Wrapped
syscall_solaris.go 153 * Wrapped
syscall_linux.go 17 * Wrapped
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 647 milliseconds