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

1 2

  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
ConfirmationCallback.java 25 * A functional interface that receives one of two results {@link #CONFIRM} or {@link #REJECT}.
31 REJECT
36 public static final int REJECT = 1;
  /system/netd/server/
StrictController.h 24 enum StrictPenalty { INVALID, ACCEPT, LOG, REJECT };
  /frameworks/base/core/java/android/view/
HapticFeedbackConstants.java 126 public static final int REJECT = 17;
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_align.c 41 REJECT
474 .result = REJECT,
613 if (fd_prog < 0 && test->result != REJECT) {
617 } else if (fd_prog >= 0 && test->result == REJECT) {
test_verifier.c 67 REJECT
105 .result = REJECT,
115 .result = REJECT,
124 .result = REJECT,
133 .result = REJECT,
148 .result = REJECT,
162 .result = REJECT,
176 .result = REJECT,
185 .result = REJECT,
193 .result = REJECT,
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/simulator/
Simulator.java 92 REJECT,
112 public static final int REJECT = 2;
  /external/mksh/src/
syn.c 72 static bool reject; /* token(cf) gets symbol again */ variable
75 #define REJECT (reject = true)
76 #define ACCEPT (reject = false)
77 #define token(cf) ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf)))
78 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf)))
117 REJECT;
135 REJECT;
174 REJECT;
    [all...]
  /external/scapy/scapy/
automaton.py 351 REJECT = "REJECT"
611 if cmd.type == _ATMT_Command.REJECT:
    [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.
83 * Determine whether this gesture should use the {@link FalsingManager} to reject accidental
87 * @return {@code true} if the {@link FalsingManager} should be used to reject accidental
107 // Progress at which a slow swipe would continue toward accept/reject after the
114 @IntDef({FlingTarget.CENTER, FlingTarget.ACCEPT, FlingTarget.REJECT})
118 int REJECT = -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/libpcap/
scanner.c     [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneInternalInterface.java 64 UNKNOWN, SWITCH, SEPARATE, TRANSFER, CONFERENCE, REJECT, HANGUP, RESUME, HOLD;
328 * Reject (ignore) a ringing call. In GSM, this means UDUB
329 * (User Determined User Busy). Reject occurs asynchronously,
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 887 * any uses of REJECT which flex missed.
889 #define REJECT reject_used_but_not_detected
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
md8475a.py 239 REJECT = "REJECT"
    [all...]
  /external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
autobanh.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/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/
netty-handler-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 1274 milliseconds

1 2