HomeSort by relevance Sort by last modified time
    Searched full:_accept (Results 1 - 16 of 16) sorted by null

  /system/bluetooth/tools/
asocket_test.c 199 static int _accept(int fd, int type) { function
361 _accept(args->fd, args->type);
384 _accept(args->fd, args->type);
409 _accept(fd, type);
433 _accept(fd, type);
511 _accept(fd, type);
660 _accept(fd, type);
socktest.c 198 static int _accept(int fd, int type) { function
375 _accept(args->fd, args->type);
398 _accept(args->fd, args->type);
423 _accept(fd, type);
447 _accept(fd, type);
583 _accept(fd, type);
732 _accept(fd, type);
sock_shutdown_test.c 168 static int _accept(int fd, int type) { function
221 _accept(args->fd, args->type);
  /external/kernel-headers/original/linux/
net.h 278 .accept = __lock_##name##_accept, \
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 934 DFA<dfa.decisionNumber>_max, DFA<dfa.decisionNumber>_accept, DFA<dfa.decisionNumber>_special,
956 private const DFA<dfa.decisionNumber>_accept:Array =
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 1020 const static short <name>dfa<dfa.decisionNumber>_accept[<dfa.numberOfStates>] = {
1044 accept = <name>dfa<dfa.decisionNumber>_accept;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
JavaScript.stg 976 DFA<dfa.decisionNumber>_accept:
998 this.accept = <grammar.recognizerName>.DFA<dfa.decisionNumber>_accept;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 984 Readonly my $DFA<dfa.decisionNumber>_accept => ANTLR::Runtime::DFA->unpack_rle([ <dfa.javaCompressedAccept; separator=", "> ]);
1014 $self->accept($DFA<dfa.decisionNumber>_accept);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]

Completed in 275 milliseconds