HomeSort by relevance Sort by last modified time
    Searched full:connected (Results 276 - 300 of 2892) sorted by null

<<11121314151617181920>>

  /hardware/qcom/display/msm8226/libqdutils/
display_config.h 59 // Check if external display is connected. Useful to check before making
61 // Returns 1 if connected, 0 if disconnected, negative values on errors
  /hardware/qcom/display/msm8994/libqdutils/
display_config.h 81 // Check if external display is connected. Useful to check before making
83 // Returns 1 if connected, 0 if disconnected, negative values on errors
  /libcore/luni/src/main/java/libcore/net/url/
FtpURLConnection.java 169 * @see #connected
228 connected = true;
306 if (!connected) {
345 if (!connected) {
457 * when this method attempts to change the flag after connected
466 if (connected) {
481 * when this method attempts to change the flag after connected
489 if (connected) {
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java 63 assertFalse("new socket should not be connected", s.isConnected());
768 assertTrue("Socket indicated not connected when it should be",
775 assertFalse("Socket indicated connected when it was not", theSocket
780 assertTrue("Socket indicated not connected when it should be",
    [all...]
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSocketPair.java 29 * a pair of connected and handshaked client and server SSLSockets for
65 * Create a new connected server/client socket pair within a
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactAggregatorHelper.java 36 * If two connected components have disjoint accounts, merge them.
91 * {@code matchingRawIdPairs}, find the connected components.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/bipartite/
__init__.py 28 graph `B`. If `B` is connected, you can find the node sets using a two-coloring
40 However, if the input graph is not connected, there are more than one possible
  /system/bt/stack/include/
hidh_api.h 56 HID_HDEV_EVT_OPEN Connected to device with Interrupt and Control Channels in OPEN state.
59 HID_HDEV_EVT_RETRYING Lost connection is being re-connected.
  /system/core/healthd/
healthd.h 30 // suspend, or in suspend and connected to a charger (to watch for battery
35 // not connected to a charger (to watch for a battery drained to zero
  /bootable/recovery/
ui.cpp 253 // USB is connected if android_usb state is CONNECTED or CONFIGURED.
254 int connected = (TEMP_FAILURE_RETRY(read(fd, &buf, 1)) == 1) && (buf == 'C'); local
259 return connected;
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 208 // Expect to see the TestConnection connected.
214 // Expect to see the second TestConnection connected.
243 // Expect to see the TestConnection connected.
274 // Expect to see the TestConnection connected.
  /developers/build/prebuilts/gradle/WatchFace/Application/src/main/res/values/
strings.xml 25 <string name="title_no_device_connected">No wearable device is currently connected.</string>
  /developers/samples/android/media/MidiScope/Application/src/main/java/com/example/android/midiscope/
MidiScope.java 74 mScopeLogger.log("=== connected ===");
  /developers/samples/android/wearable/wear/WatchFace/Application/src/main/res/values/
strings.xml 25 <string name="title_no_device_connected">No wearable device is currently connected.</string>
  /development/samples/ApiDemos/res/layout/
presentation_activity.xml 42 <!-- List that will show information about all connected displays. -->
  /development/samples/browseable/WatchFace/Application/res/values/
strings.xml 25 <string name="title_no_device_connected">No wearable device is currently connected.</string>
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/connectivity/
ConnectivityTest.java 53 assertEquals( NetworkInfo.State.CONNECTED, networkInfo.getState());
  /device/generic/goldfish/
init.goldfish.sh 14 # serial device that is connected to a host serial
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/analysis/
related_events.html 157 'connected by flow arrows or by hierarchy.',
165 'connected by flow arrows or by call stack.',
171 type: 'All connected events',
172 tooltip: 'All events connected to the selected one(s) by flow ' +
  /external/icu/icu4c/source/test/perf/convperf/
convperf_ansi.pl 34 # tests will be done for all the programs. Results will be stored and connected
convperf_iml.pl 34 # tests will be done for all the programs. Results will be stored and connected
  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.pl 28 # tests will be done for all the programs. Results will be stored and connected
  /external/icu/icu4c/source/test/perf/usetperf/
UsetPerf.pl 30 # tests will be done for all the programs. Results will be stored and connected
  /external/icu/icu4c/source/test/perf/utfperf/
UtfPerf.pl 28 # tests will be done for all the programs. Results will be stored and connected
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Network.java 85 * clients have connected to an incompatible server.
100 * Creates a client that can be connected at a later time.
108 * Creates a client that can be connected at a later time. The specified
152 * clients have connected to an incompatible server. This must match

Completed in 253 milliseconds

<<11121314151617181920>>