HomeSort by relevance Sort by last modified time
    Searched refs:_accept (Results 1 - 5 of 5) 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/CPP/
CPP.stg 1020 const static short <name>dfa<dfa.decisionNumber>_accept[<dfa.numberOfStates>] = {
1044 accept = <name>dfa<dfa.decisionNumber>_accept;
    [all...]

Completed in 202 milliseconds