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

  /external/protobuf/python/google/protobuf/
descriptor_database.py 61 proto_name = file_desc_proto.name
62 if proto_name not in self._file_desc_protos_by_file:
63 self._file_desc_protos_by_file[proto_name] = file_desc_proto
64 elif self._file_desc_protos_by_file[proto_name] != file_desc_proto:
66 '%s already added, but with different descriptor.' % proto_name)
descriptor.py 785 proto_name = str(uuid.uuid4())
789 proto_name + '.proto')
792 file_descriptor_proto.name = proto_name + '.proto'
  /external/strace/
socketutils.c 63 inet_parse_response(const char *proto_name, const void *data, int data_len,
101 proto_name,
105 tprintf("%s:[%s:%u]", proto_name, src_buf,
114 const char *proto_name,
152 if (parser(proto_name, NLMSG_DATA(h), h->nlmsg_len, inode))
160 const unsigned long inode, const char *proto_name)
163 && receive_responses(fd, inode, proto_name, inet_parse_response);
210 unix_parse_response(const char *proto_name, const void *data, int data_len,
250 tprintf("%s:[%lu", proto_name, inode);
281 print_sockaddr_by_inode(const unsigned long inode, const char *proto_name)
    [all...]
  /external/ppp/pppd/
fsm.h 116 char *proto_name; /* String name for protocol (for messages) */ member in struct:fsm_callbacks
fsm.c 69 #define PROTO_NAME(f) ((f)->callbacks->proto_name)
117 FSMDEBUG(("%s: Up event in state %d!", PROTO_NAME(f), f->state));
162 FSMDEBUG(("%s: Down event in state %d!", PROTO_NAME(f), f->state));
309 warn("%s: timeout sending Config-Requests\n", PROTO_NAME(f));
325 FSMDEBUG(("%s: Timeout event in state %d!", PROTO_NAME(f), f->state));
625 info("%s terminated by peer (%0.*v)", PROTO_NAME(f), len, p);
627 info("%s terminated by peer", PROTO_NAME(f));
692 warn("%s: Rcvd Code-Reject for code %d, id %d", PROTO_NAME(f), code, id);
736 PROTO_NAME(f), f->state))
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 148 const string& proto_name,
152 const string& proto_name,
157 const string& proto_name,
162 const string& proto_name,
386 const string& proto_name,
389 generator_name, parameter, "", proto_name, message_name, proto_name,
396 const string& proto_name,
400 generator_name, parameter, "", proto_name, message_name, proto_name,
    [all...]
  /external/ltrace/
read_config_file.c 1131 char *proto_name = NULL; local
1144 free(proto_name);
1158 proto_name = strdup(str);
1159 if (proto_name == NULL) {
1167 debug(3, " name = %s", proto_name);
1249 if (protolib_add_prototype(plib, proto_name, 1, &fun) < 0) {

Completed in 181 milliseconds