HomeSort by relevance Sort by last modified time
    Searched refs:REJECT (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/remoting/protocol/
fake_authenticator.h 55 REJECT,
fake_authenticator.cc 39 // Don't write anything if we are going to reject auth to make test
112 if (action_ == REJECT) {
120 // reject a connection.
122 type_ == HOST && action_ == REJECT) {
jingle_session_unittest.cc 328 // Reject incoming session.
372 CreateSessionManagers(1, FakeAuthenticator::REJECT);
378 CreateSessionManagers(3, FakeAuthenticator::REJECT);
  /external/mksh/src/
syn.c 72 static bool reject; /* token(cf) gets symbol again */ variable
76 #define REJECT (reject = true)
77 #define ACCEPT (reject = false)
78 #define token(cf) ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf)))
79 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf)))
115 REJECT;
133 REJECT;
172 REJECT;
    [all...]
  /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/elfutils/0.153/libcpu/
i386_lex.c 532 * any uses of REJECT which flex missed.
534 #define REJECT reject_used_but_not_detected
    [all...]
  /external/elfutils/0.153/src/
ldlex.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-flex.c 478 * any uses of REJECT which flex missed.
480 #define REJECT reject_used_but_not_detected
    [all...]
parse-events-flex.c     [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 522 * any uses of REJECT which flex missed.
524 #define REJECT reject_used_but_not_detected
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 559 * any uses of REJECT which flex missed.
561 #define REJECT reject_used_but_not_detected
    [all...]
glsl_lexer.cc     [all...]
lex.yy.c     [all...]
  /external/libpcap/
scanner.c     [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp     [all...]
  /external/iproute2/ip/
iproute.c 452 PRTFL(REJECT, "reject");
    [all...]
  /external/elfutils/0.153/
configure 849 # Reject names that are not valid shell variable names.
875 # Reject names that are not valid shell variable names.
1079 # Reject names that are not valid shell variable names.
1095 # Reject names that are not valid shell variable names.
1133 # Reject names that are not valid shell variable names.
    [all...]
  /external/bison/
configure     [all...]

Completed in 1164 milliseconds