HomeSort by relevance Sort by last modified time
    Searched defs:Handler (Results 126 - 150 of 379) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/guice/lib/build/
safesax.jar 
  /external/llvm/lib/Support/
CommandLine.cpp 491 /// CommaSeparateAndAddOccurrence - A wrapper around Handler->addOccurrence()
493 static bool CommaSeparateAndAddOccurrence(Option *Handler, unsigned pos,
498 if (Handler->getMiscFlags() & CommaSeparated) {
504 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg))
516 return Handler->addOccurrence(pos, ArgName, Value, MultiArg);
522 static inline bool ProvideOption(Option *Handler, StringRef ArgName,
526 unsigned NumAdditionalVals = Handler->getNumAdditionalVals();
529 switch (Handler->getValueExpectedFlag()) {
533 return Handler->error("requires a value!");
541 return Handler->error("multi-valued option specified
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp 511 /// CommaSeparateAndAddOccurrence - A wrapper around Handler->addOccurrence()
513 static bool CommaSeparateAndAddOccurrence(Option *Handler, unsigned pos,
518 if (Handler->getMiscFlags() & CommaSeparated) {
524 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg))
535 return Handler->addOccurrence(pos, ArgName, Value, MultiArg);
541 static inline bool ProvideOption(Option *Handler, StringRef ArgName,
545 unsigned NumAdditionalVals = Handler->getNumAdditionalVals();
548 switch (Handler->getValueExpectedFlag()) {
552 return Handler->error("requires a value!");
560 return Handler->error("multi-valued option specified
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadTest.java 910 class Handler implements UncaughtExceptionHandler {
915 final Handler handler = new Handler(); local
916 Thread.setDefaultUncaughtExceptionHandler(handler);
917 assertSame(handler, Thread.getDefaultUncaughtExceptionHandler());
963 class Handler implements UncaughtExceptionHandler {
968 final Handler handler = new Handler(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h 265 PCPFNPROPERTY_HANDLER Handler;
294 PCPFNEVENT_HANDLER Handler;
320 PCPFNMETHOD_HANDLER Handler;
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
server.go 49 // when a Handler set a Content-Length response header with a
58 // A Handler responds to an HTTP request.
79 // RST_STREAM, depending on the HTTP protocol. To abort a handler so
82 type Handler interface {
86 // A ResponseWriter interface is used by an HTTP handler to
89 // A ResponseWriter may not be used after the Handler.ServeHTTP method
106 // keys not known to the Handler until after the first Write,
152 // an HTTP handler to flush buffered data to the client.
168 // an HTTP handler to take over the connection.
208 // After the Handler has returned, there is no guarante
2309 func (mux *ServeMux) handler(host, path string) (h Handler, pattern string) { func
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
server.go 49 // when a Handler set a Content-Length response header with a
58 // A Handler responds to an HTTP request.
79 // RST_STREAM, depending on the HTTP protocol. To abort a handler so
82 type Handler interface {
86 // A ResponseWriter interface is used by an HTTP handler to
89 // A ResponseWriter may not be used after the Handler.ServeHTTP method
106 // keys not known to the Handler until after the first Write,
152 // an HTTP handler to flush buffered data to the client.
168 // an HTTP handler to take over the connection.
208 // After the Handler has returned, there is no guarante
2309 func (mux *ServeMux) handler(host, path string) (h Handler, pattern string) { func
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 224 /// \brief The code-completion handler.
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/python/cpython3/Lib/test/
test_os.py     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 226 /// \brief The code-completion handler.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
Preprocessor.h 226 /// \brief The code-completion handler.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
Preprocessor.h 226 /// \brief The code-completion handler.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
Preprocessor.h 229 /// \brief The code-completion handler.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
Preprocessor.h 229 /// \brief The code-completion handler.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
Preprocessor.h 229 /// \brief The code-completion handler.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
Preprocessor.h 229 /// \brief The code-completion handler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 226 /// \brief The code-completion handler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
Preprocessor.h 226 /// \brief The code-completion handler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
Preprocessor.h 226 /// \brief The code-completion handler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
Preprocessor.h 229 /// \brief The code-completion handler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
Preprocessor.h 229 /// \brief The code-completion handler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
Preprocessor.h 229 /// \brief The code-completion handler.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
Preprocessor.h 229 /// \brief The code-completion handler.
    [all...]

Completed in 589 milliseconds

1 2 3 4 56 7 8 91011>>