/system/netd/server/ |
StrictController.h | 24 enum StrictPenalty { INVALID, ACCEPT, LOG, REJECT };
|
StrictController.cpp | 79 // Chain triggered when cleartext socket detected and penalty is reject 82 CMD_V4V6("-A %s -j REJECT", LOCAL_PENALTY_REJECT); 86 CMD_V4V6("-A %s -m connmark --mark %s -j REJECT", LOCAL_CLEAR_DETECT, connmarkFlagTestReject); 186 } else if (penalty == REJECT) {
|
CommandListener.cpp | 211 * otherwise DROP/REJECT. 233 * Does REJECT in INPUT, OUTPUT. Does counting also. 234 * No DROP/REJECT allowed later in netfilter-flow hook order. 239 * No DROP/REJECT allowed later in netfilter-flow hook order. [all...] |
/prebuilts/go/darwin-x86/test/ |
nosplit.go | 41 # REJECT line, specifying the architectures on which the case should 42 # be rejected. "REJECT" without any architectures means reject on all architectures. 53 REJECT 62 REJECT 69 REJECT 80 REJECT 104 REJECT 122 main 128 nosplit; REJECT 123 main 132 nosplit; REJECT [all...] |
/prebuilts/go/linux-x86/test/ |
nosplit.go | 41 # REJECT line, specifying the architectures on which the case should 42 # be rejected. "REJECT" without any architectures means reject on all architectures. 53 REJECT 62 REJECT 69 REJECT 80 REJECT 104 REJECT 122 main 128 nosplit; REJECT 123 main 132 nosplit; REJECT [all...] |
/external/mksh/src/ |
syn.c | 71 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))) 114 REJECT; 132 REJECT; 171 REJECT; [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneInternalInterface.java | 72 UNKNOWN, SWITCH, SEPARATE, TRANSFER, CONFERENCE, REJECT, HANGUP, RESUME, HOLD; 289 * Reject (ignore) a ringing call. In GSM, this means UDUB 290 * (User Determined User Busy). Reject occurs asynchronously,
|
GsmCdmaPhone.java | [all...] |
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/ |
autobanh.jar | |
/external/bison/examples/calc++/ |
calc++-scanner.cc | 539 * any uses of REJECT which flex missed. 541 #define REJECT reject_used_but_not_detected [all...] |
/external/bison/src/ |
scan-skel.c | 594 * any uses of REJECT which flex missed. 596 #define REJECT reject_used_but_not_detected [all...] |
scan-code.c | 647 * any uses of REJECT which flex missed. 649 #define REJECT reject_used_but_not_detected [all...] |
scan-gram.c | [all...] |
/external/libpcap/ |
scanner.c | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhone.java | 349 if (DBG) Rlog.d(LOG_TAG, "reject failed", e); 350 notifySuppServiceFailed(Phone.SuppService.REJECT); [all...] |
/external/iproute2/ip/ |
iproute.c | 503 PRTFL(REJECT, "reject"); [all...] |
/prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/ |
netty-handler-4.1.0.CR3.jar | |
/prebuilts/tools/common/netbeans-visual/ |
org-netbeans-api-visual.jar | |
/external/bison/ |
configure | [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
configure | 888 # Reject names that are not valid shell variable names. 914 # Reject names that are not valid shell variable names. 1118 # Reject names that are not valid shell variable names. 1134 # Reject names that are not valid shell variable names. 1172 # Reject names that are not valid shell variable names. [all...] |
/toolchain/binutils/binutils-2.25/ld/ |
configure | 916 # Reject names that are not valid shell variable names. 942 # Reject names that are not valid shell variable names. 1146 # Reject names that are not valid shell variable names. 1162 # Reject names that are not valid shell variable names. 1200 # Reject names that are not valid shell variable names. [all...] |
/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 | |