/external/chromium/chrome/browser/chromeos/login/ |
D | network_selection_view.cc | 406 void NetworkSelectionView::ShowConnectingStatus(bool connecting, in ShowConnectingStatus() argument 410 select_language_label_->SetVisible(!connecting); in ShowConnectingStatus() 411 languages_menubutton_->SetVisible(!connecting); in ShowConnectingStatus() 412 select_keyboard_label_->SetVisible(!connecting); in ShowConnectingStatus() 413 keyboards_menubutton_->SetVisible(!connecting); in ShowConnectingStatus() 414 select_network_label_->SetVisible(!connecting); in ShowConnectingStatus() 415 network_dropdown_->SetVisible(!connecting); in ShowConnectingStatus() 416 continue_button_->SetVisible(!connecting); in ShowConnectingStatus() 417 proxy_settings_link_->SetVisible(!connecting); in ShowConnectingStatus() 418 connecting_network_label_->SetVisible(connecting); in ShowConnectingStatus() [all …]
|
D | network_selection_view.h | 57 void ShowConnectingStatus(bool connecting, const string16& network_id);
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
D | internet_network_element.js | 84 if (item.connecting) 130 connecting: network[5], property 230 if (!this.data.connected && !this.data.connecting) { 275 if (this.connecting) 315 this.connecting = true; 329 this.connecting = false; 340 if (this.connecting) 429 this.connecting = true;
|
D | internet_options_page.css | 68 .network-item[connecting] { 77 .network-item[connecting][other] { 117 .network-item[connecting] > * > button {
|
D | internet_options.js | 312 if (data.connecting) { 313 page.setAttribute('connecting', data.connecting);
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
D | DefaultClient.java | 73 private CountDownLatch connecting = new CountDownLatch(1); field in DefaultClient 179 connecting.await(); in waitForConnected() 274 connecting.countDown(); in closeConnections() 388 connecting.countDown(); in dispatch()
|
D | DefaultServer.java | 83 private Map<Long,Connection> connecting = new ConcurrentHashMap<Long,Connection>(); field in DefaultServer 319 Connection c = connecting.remove(tempId); in registerClient() 371 connecting.put(tempId, c); in registerClient() 416 connecting.values().remove(p); in connectionClosed()
|
/external/quake/quake/src/WinQuake/ |
D | net_ser.cpp | 80 qboolean connecting; member 112 p->connecting = false; in ResetSerialLineProtocol() 870 if (!p->connecting) in _Serial_CheckNewConnections() 872 p->connecting = true; in _Serial_CheckNewConnections() 877 p->connecting = false; in _Serial_CheckNewConnections() 934 p->connecting = false; in _Serial_CheckNewConnections()
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
D | internet_options_handler.cc | 627 dictionary.SetBoolean("connecting", net->connecting()); in PopulateDictionaryDetails() 983 bool connecting, in GetNetwork() argument 998 else if (connecting) in GetNetwork() 1027 network->Append(Value::CreateBooleanValue(connecting)); in GetNetwork() 1055 (!ethernet_network->connecting() && !ethernet_network->connected()) ? in GetWiredList() 1065 ethernet_network->connecting(), in GetWiredList() 1102 (*it)->connecting(), in GetWirelessList() 1146 (*it)->connecting(), in GetWirelessList() 1209 network ? network->connecting() : false, in GetRememberedList()
|
D | internet_options_handler.h | 110 bool connecting,
|
/external/quake/quake/src/QW/ |
D | qwsv.spec.sh | 37 It has no support for solo play, and you can't do anything with out connecting
|
D | qwcl.spec.sh | 37 It has no support for solo play, and you can't do anything with out connecting
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/ |
D | README.txt | 10 when first connecting to a site.
|
/external/chromium/net/spdy/ |
D | spdy_proxy_client_socket.cc | 490 bool connecting = next_state_ != STATE_DISCONNECTED && in OnClose() local 504 if (connecting) { in OnClose()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/util/bugzilla/ |
D | messages.properties | 42 UpdateBugStateTask.connectError=Error connecting to
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | network_library.h | 285 bool connecting() const { return IsConnectingState(state_); } in connecting() function 288 bool connecting_or_connected() const { return connecting() || connected(); } in connecting_or_connected() 377 void set_connecting(bool connecting) { in set_connecting() argument 378 state_ = (connecting ? STATE_ASSOCIATION : STATE_IDLE); in set_connecting()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLDataGridColElement.idl | 37 …ary column of the tree (this will be where the disclosure triangle and connecting tree lines will …
|
D | DataGridColumn.idl | 45 …ary column of the tree (this will be where the disclosure triangle and connecting tree lines will …
|
/external/chromium/chrome/browser/chromeos/status/ |
D | network_menu.cc | 382 if (wifi_networks[i]->connecting()) { in InitMenuItems() 455 } else if (cell_networks[i]->connecting()) { in InitMenuItems() 481 (cell_networks[i]->connecting() || cell_networks[i]->connected()); in InitMenuItems() 674 if (vpn->connecting()) { in InitMenuItems()
|
/external/qemu/hw/ |
D | bt-hci.c | 64 int connecting; member 686 bacpy(&hci->lm.awaiting_bdaddr[hci->lm.connecting ++], &slave->bd_addr); in bt_hci_connect() 815 for (i = 0; i < hci->lm.connecting; i ++) in bt_hci_lmp_connection_ready() 817 if (i < -- hci->lm.connecting) in bt_hci_lmp_connection_ready() 819 &hci->lm.awaiting_bdaddr[hci->lm.connecting]); in bt_hci_lmp_connection_ready() 1128 hci->lm.connecting = 0; in bt_hci_reset() 1567 if (hci->lm.connecting >= HCI_HANDLES_MAX) { in bt_submit_hci()
|
/external/dropbear/ |
D | SMALL | 26 who will be connecting and what clients they will be using.
|
/external/qemu/docs/ |
D | ANDROID-QEMUD.TXT | 46 - connecting to the /dev/socket/qemud Unix domain socket 148 can be used by clients to ease connecting and talking to QEMUD-based 175 but also has some differences as far as connecting client with the service is
|
/external/quake/quake/src/QW/client/ |
D | docs.txt | 9 connecting, the client connection process will be restarted.
|
/external/openssh/ |
D | ssh_config.0 | 59 Specifies which address family to use when connecting. Valid 133 Specifies the timeout (in seconds) used when connecting to the 146 back to connecting normally if the control socket does not exist, 153 connecting to a master instance. 287 connecting to forwarded ports. GatewayPorts can be used to 422 successfully connecting to the server. The command string
|
/external/blktrace/ |
D | README | 66 -h Run in network client mode, connecting to the given host
|