HomeSort by relevance Sort by last modified time
    Searched defs:ACCEPT (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/chrome/browser/download/
download_danger_prompt.h 17 // accept a dangerous download. Having a native dialog intervene during the this
19 // to accept a dangerous download from script without user intervention. This
26 ACCEPT,
download_request_limiter_unittest.cc 24 ACCEPT,
33 testing_action_ = ACCEPT;
50 case ACCEPT:
51 host->Accept();
159 testing_action_ = ACCEPT;
186 testing_action_ = ACCEPT;
  /external/chromium_org/remoting/protocol/
session_manager.h 38 // of supported configurations for each channel. If the host decides to accept
40 // and then replies with the session-accept stanza that contans selected
41 // configuration. The configuration specified in the session-accept is used
83 // Accept the session.
84 ACCEPT,
108 // accept the session it should set the |response| to
109 // ACCEPT. Otherwise it should set it to DECLINE, or
fake_authenticator.h 18 FakeChannelAuthenticator(bool accept, bool async);
56 ACCEPT,
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
ImageFactory.java 20 ACCEPT = getImage("accept.png");
61 public ImageIcon ACCEPT;
  /external/smack/src/com/kenai/jbosh/
Attributes.java 36 static final BodyQName ACCEPT = BodyQName.createBOSH("accept");
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 56 public static final String ACCEPT = AcceptHeader.NAME; //11
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 59 /** The HTTP Accept header field name. */
60 public static final String ACCEPT = "Accept";
61 /** The HTTP Accept-Charset header field name. */
62 public static final String ACCEPT_CHARSET = "Accept-Charset";
63 /** The HTTP Accept-Encoding header field name. */
64 public static final String ACCEPT_ENCODING = "Accept-Encoding";
65 /** The HTTP Accept-Language header field name. */
66 public static final String ACCEPT_LANGUAGE = "Accept-Language";
114 /** The HTTP Accept-Ranges header field name. *
    [all...]
  /external/mksh/src/
syn.c 77 #define ACCEPT (reject = false)
78 #define token(cf) ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf)))
90 ACCEPT;
192 ACCEPT;
304 ACCEPT;
324 ACCEPT;
351 ACCEPT;
359 ACCEPT;
389 ACCEPT;
407 ACCEPT;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 57 public static final int ACCEPT = START + 20;
Lexer.java 151 TokenTypes.ACCEPT);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 31 private final static int ACCEPT = 2;
855 case ACCEPT:
    [all...]
  /external/chromium_org/v8/src/
jsregexp.h 574 virtual void Accept(NodeVisitor* visitor) = 0;
768 virtual void Accept(NodeVisitor* visitor);
835 virtual void Accept(NodeVisitor* visitor);
    [all...]
  /external/v8/src/
jsregexp.h 606 virtual void Accept(NodeVisitor* visitor) = 0;
784 virtual void Accept(NodeVisitor* visitor);
851 virtual void Accept(NodeVisitor* visitor);
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 229 ACCEPT,
298 char *accept; /* Code to execute when the parser excepts */ member in struct:lemon
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
jsilver-1.0.0.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 

Completed in 642 milliseconds

1 2