HomeSort by relevance Sort by last modified time
    Searched full:connected (Results 51 - 75 of 5403) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SignalController.java 121 * Gets the signal icon for QS based on current state of connected, enabled, and level.
124 if (mCurrentState.connected) {
134 * Gets the signal icon for SB based on current state of connected, enabled, and level.
137 if (mCurrentState.connected) {
147 * Gets the content description id for the signal based on current state of connected and
151 if (mCurrentState.connected) {
256 boolean connected; field in class:SignalController.State
269 connected = state.connected;
292 builder.append("connected=").append(connected).append(','
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiNetworkSelectorTest.java 115 WifiConfiguration currentNetwork, String currentBssid, boolean connected,
250 * No network selection if WiFi is connected and it is too short from last
253 * WifiStateMachine is in connected state.
280 // Do another network selection with WSM in CONNECTED state.
332 * New network selection is performed if the currently connected network
335 * WifiStateMachine is connected to a open network.
378 * New network selection is performed if the currently connected network
381 * WifiStateMachine is connected to a low RSSI 5GHz network.
454 * Wifi network selector doesn't recommend any network if the currently connected one
457 * WifiStateMachine is under connected state and 2.4GHz test1 is connected
    [all...]
  /external/ImageMagick/ImageMagick/script/
connected-components.html 9 <title>ImageMagick: Connected Components Labeling</title>
15 <meta name="keywords" content="connected, components, labeling, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
55 <p class="lead magick-description">Connected-component labeling (alternatively connected-component analysis, blob extraction, region labeling, blob discovery, or region extraction) uniquely labels connected components in an image. The labeling process scans the image, pixel-by-pixel from top-left to bottom-right, in order to identify connected pixel regions, i.e. regions of adjacent pixels which share the same set of intensity values. For example, let's find the objects in this image:</p>
61 convert objects.gif -connected-components 4 -auto-level -depth 8 objects.png
69 convert objects.gif -define connected-components:verbose=true -connected-components 4 objects.png
80 <p>Use <code>-connected-components 8</code> to visit 8 neighbors rather than 4. By default, neighbor colors must be exact (…)
    [all...]
  /external/ImageMagick/www/
connected-components.html 8 <title>ImageMagick: Connected Components Labeling</title>
17 <meta name="keywords" content="connected, components, labeling, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
59 <p class="lead magick-description">Connected-component labeling (alternatively connected-component analysis, blob extraction, region labeling, blob discovery, or region extraction) uniquely labels connected components in an image. The labeling process scans the image, pixel-by-pixel from top-left to bottom-right, in order to identify connected pixel regions, i.e. regions of adjacent pixels which share the same set of intensity values. For example, let's find the objects in this image:</p>
65 convert objects.gif -connected-components 4 -auto-level -depth 8 objects.png
73 convert objects.gif -define connected-components:verbose=true -connected-components 4 objects.png
84 <p>Use <code>-connected-components 8</code> to visit 8 neighbors rather than 4. By default, neighbor colors must be exact (…)
    [all...]
  /external/autotest/client/cros/chameleon/
chameleon_measurer_base.py 30 connected ports.
40 @yields the first connected ChameleonVideoInput which is ensured plugged
43 @raises TestFail if no connected video port.
72 connected ports.
84 @yields the first connected ChameleonVideoInput which is ensured plugged
87 @raises TestFail if no connected video port or fail to enter dock mode.
  /external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.h 23 // Represents a single peer connected to the server.
29 bool connected() const { return connected_; } function in class:ChannelMember
67 // Manages all currently connected peers.
85 // Finds a connected peer that's associated with the |ds| socket.
92 // Adds a new ChannelMember instance to the list of connected peers and
97 // connected peers.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/car/
CarVolumeDialogController.java 50 Log.e(TAG, "Car is not connected!", e);
75 Log.e(TAG, "Car is not connected", e);
89 Log.e(TAG, "Car is not connected", e);
104 Log.e(TAG, "Car is not connected", e);
119 Log.e(TAG, "Car is not connected", e);
133 Log.e(TAG, "Car is not connected", e);
  /cts/tests/tests/net/src/android/net/cts/
NetworkInfoTest.java 59 if (State.CONNECTED == netInfo.getState()) {
63 || State.CONNECTED == netInfo.getState());
67 || DetailedState.CONNECTED == netInfo.getDetailedState());
NetworkInfo_DetailedStateTest.java 27 assertEquals(DetailedState.CONNECTED, DetailedState.valueOf("CONNECTED"));
46 assertEquals(DetailedState.CONNECTED, expected[5]);
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/res/values/
strings.xml 21 <string name="not_connected">You are not connected to a device</string>
24 <string name="title_connected_to">connected to <xliff:g id="device_name">%1$s</xliff:g></string>
25 <string name="title_not_connected">not connected</string>
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/res/values/
strings.xml 21 <string name="not_connected">You are not connected to a device</string>
24 <string name="title_connected_to">connected to <xliff:g id="device_name">%1$s</xliff:g></string>
25 <string name="title_not_connected">not connected</string>
  /development/samples/BluetoothChat/res/values/
strings.xml 22 <string name="not_connected">You are not connected to a device</string>
25 <string name="title_connected_to">connected to <xliff:g id="device_name">%1$s</xliff:g></string>
26 <string name="title_not_connected">not connected</string>
  /development/samples/browseable/BluetoothChat/res/values/
strings.xml 21 <string name="not_connected">You are not connected to a device</string>
24 <string name="title_connected_to">connected to <xliff:g id="device_name">%1$s</xliff:g></string>
25 <string name="title_not_connected">not connected</string>
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Process.h 80 /// This function determines if the standard input is connected directly
85 /// This function determines if the standard output is connected to a
90 /// This function determines if the standard error is connected to a
95 /// This function determines if the given file descriptor is connected to
101 /// if standard output is connected to a "tty" or "console"
102 /// window. If standard output is not connected to a tty or
108 /// if standard error is connected to a "tty" or "console"
109 /// window. If standard error is not connected to a tty or
114 /// This function determines whether the terminal connected to standard
115 /// output supports colors. If standard output is not connected to
    [all...]
  /hardware/interfaces/wifi/1.0/
IWifiStaIfaceEventCallback.hal 53 * Called when the RSSI of the currently connected access point goes beyond the
57 * @param currBssid BSSID of the currently connected access point.
58 * @param currRssi RSSI of the currently connected access point.
  /system/bt/stack/smp/
smp_l2c.cc 36 bool connected, uint16_t reason,
42 bool connected, uint16_t reason,
88 * connected (conn = true)/disconnected (conn = false).
92 bool connected, uint16_t reason,
103 << " Event: " << ((connected) ? "connected" : "disconnected");
105 if (connected) {
222 * connected (conn = true)/disconnected (conn = false).
226 bool connected, uint16_t reason,
242 << " Event: " << ((connected) ? "connected" : "disconnected")
    [all...]
  /tools/test/connectivity/tools/lab/tests/
network_metric_test.py 33 mock_result = fake.FakeResult(exit_status=0, stdout="connected")
40 mock_result = fake.FakeResult(exit_status=1, stdout="not connected")
47 mock_result = fake.FakeResult(exit_status=0, stdout="connected")
  /development/samples/browseable/BasicMediaRouter/
_index.jd 13 Once connected, use the "Change Color" button to change the background color of the secondary screen.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
BootManagerPolicy.h 53 system will be connected using the platforms EFI Boot
61 @retval EFI_SUCCESS The DevicePath was connected.
63 @retval EFI_NOT_FOUND No driver was connected to DevicePath.
84 number of consoles connected as they attempt to fast boot, and calling
88 the EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL are produced on the connected handles.
90 for example a security policy may require that a given console is not connected.
112 that will be connected using the Boot Mangers platform policy.
114 @retval EFI_SUCCESS At least one devices of the Class was connected.
115 @retval EFI_DEVICE_ERROR Devices were not connected due to an error.
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
connect.c 26 <li>Not connected</li>
28 <li>Connected</li>
30 In the initial "Not connected" state, calls to connect start the connection
33 and moves the state to "Connected" after the connection is established.
  /external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
control 17 * Ethernet is preferred over Cellular when both are connected.
  /external/autotest/server/site_tests/network_WiFi_ChannelHop/
control 10 The channel hop test verifies that the DUT, connected to a BSS on one
  /external/autotest/server/site_tests/network_WiFi_ChromeEndToEnd/
control.autoconnectWiFi 15 connected wifi network.
  /external/autotest/server/site_tests/network_WiFi_ConnectOnResume/
control 13 to an AP on a resume from suspend despite not being connected before
  /external/autotest/server/site_tests/network_WiFi_RoamSuspend/
control 12 connected AP) when the previous AP goes away while the DUT is suspended.

Completed in 797 milliseconds

1 23 4 5 6 7 8 91011>>