Home
last modified time | relevance | path

Searched refs:connected (Results 1 – 3 of 3) sorted by relevance

/art/tools/dexfuzz/
DREADME18 ADB-connected Android device, and it will fuzz these seed files, and execute the
24 DexFuzz can run its test programs on either an ADB-connected device, or a host-build of
27 Execution on an ADB-connected device
31 2. Make sure you have an Android device connected via ADB, that is capable of
39 6. If you currently have multiple devices connected via ADB, find out the name of
/art/test/1940-ddms-ext/src-art/art/
DTest1940.java68 public void connected() {} in connected() method in Test1940.MyDdmHandler
/art/perfetto_hprof/
Dperfetto_hprof.cc160 bool connected = connect(fd, reinterpret_cast<struct sockaddr*>(&addr), sizeof(addr)) == 0; in CanConnectToSocket() local
162 return connected; in CanConnectToSocket()