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

  /external/clang/test/CodeGen/
2002-03-12-StructInitialize.c 4 typedef struct Connection_Type {
2002-03-12-StructInitializer.c 8 typedef struct Connection_Type {
  /external/chromium/net/socket_stream/
socket_stream_metrics.h 52 void CountConnectionType(ConnectionType connection_type);
socket_stream_metrics.cc 92 void SocketStreamMetrics::CountConnectionType(ConnectionType connection_type) {
94 connection_type, NUM_CONNECTION_TYPES);
  /external/dnsmasq/src/
log.c 44 static int connection_type = SOCK_DGRAM; variable
125 log_fd = socket(AF_UNIX, connection_type, 0);
240 connection_type = connection_type == SOCK_DGRAM ? SOCK_STREAM : SOCK_DGRAM;
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.h 113 chromeos::ConnectionType connection_type,
internet_options_handler.cc     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 541 redirections=httplib2.DEFAULT_MAX_REDIRECTS, connection_type=None):
575 connection_type=connection_type)
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h     [all...]
btm_sec.c 84 static BOOLEAN btm_sec_set_security_level ( CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id,
424 CONNECTION_TYPE conn_type;
462 CONNECTION_TYPE conn_type;
496 static BOOLEAN btm_sec_set_security_level (CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id,
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py     [all...]

Completed in 224 milliseconds