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

1 2 3 4

  /system/netd/server/
StrictController.h 24 enum StrictPenalty { INVALID, ACCEPT, LOG, REJECT };
  /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/caliper/caliper/src/main/java/com/google/caliper/runner/
ServerSocketService.java 51 * <li>It adapts {@link ServerSocket#accept()} to a {@link ListenableFuture} of an opened socket.
71 * The general idea has been to make callers to getConnection invoke accept, here is why it didn't
74 * <li>If you make getConnection a blocking method that calls accept until it finds the
76 * For example, if the worker crashes before connecting then the thread calling accept will
77 * block forever waiting for it. The only way to unblock a thread stuck on accept() is to
91 private enum Source { REQUEST, ACCEPT}
145 socket = serverSocket.accept();
155 getConnectionImpl(id, Source.ACCEPT).set(openedSocket);
  /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 {@code Accept} header field name. */
60 public static final String ACCEPT = "Accept";
61 /** The HTTP {@code Accept-Charset} header field name. */
62 public static final String ACCEPT_CHARSET = "Accept-Charset";
63 /** The HTTP {@code Accept-Encoding} header field name. */
64 public static final String ACCEPT_ENCODING = "Accept-Encoding";
65 /** The HTTP {@code Accept-Language} header field name. */
66 public static final String ACCEPT_LANGUAGE = "Accept-Language";
121 /** The HTTP {@code 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;
193 ACCEPT;
199 ACCEPT;
313 ACCEPT;
338 ACCEPT;
365 ACCEPT;
373 ACCEPT;
403 ACCEPT;
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
FlingUpDownTouchHandler.java 75 * Called when the progress has animated fully to accept or reject.
77 * @param accept {@code true} if the call has been accepted, {@code false} if it has been
80 void onMoveFinish(boolean accept);
107 // Progress at which a slow swipe would continue toward accept/reject after the
114 @IntDef({FlingTarget.CENTER, FlingTarget.ACCEPT, FlingTarget.REJECT})
117 int ACCEPT = 1;
207 * Sets whether fling velocity is used to affect accept/reject behavior
210 * accept/reject or recenter
345 return progress > 0 ? FlingTarget.ACCEPT : FlingTarget.REJECT;
357 return vectorVel < 0 ? FlingTarget.ACCEPT : FlingTarget.REJECT
    [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/v8/src/regexp/
jsregexp.h 440 virtual void Accept(NodeVisitor* visitor) = 0;
611 virtual void Accept(NodeVisitor* visitor);
687 virtual void Accept(NodeVisitor* visitor);
752 virtual void Accept(NodeVisitor* visitor);
783 virtual void Accept(NodeVisitor* visitor);
809 enum Action { ACCEPT, BACKTRACK, NEGATIVE_SUBMATCH_SUCCESS };
811 virtual void Accept(NodeVisitor* visitor);
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
md8475a.py 221 ACCEPT = "ACCEPT"
    [all...]
  /external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
autobanh.jar 
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/
netty-handler-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/
netty-handler-4.1.6.Final.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 

Completed in 685 milliseconds

1 2 3 4