Searched refs:device (Results 1 – 11 of 11) sorted by relevance
/libcore/expectations/ |
D | virtualdeviceknownfailures.txt | 2 * List of test cases known to fail on a virtual device. 15 description: "IPv6 connectivity not yet supported in virtual device testing infra", 26 description: "multicast not supported in virtual device testing infra",
|
D | knownfailures.txt | 10 …/* libcore tests that take over 15 minutes on device because of DHParametersHelper.generateSafePri… 1726 modes: [device], 1771 modes: [device],
|
/libcore/metrictests/memory/host/src/libcore/heapmetrics/ |
D | LibcoreHeapMetricsTest.java | 23 import com.android.tradefed.device.DeviceNotAvailableException; 24 import com.android.tradefed.device.ITestDevice; 53 public void setDevice(ITestDevice device) { in setDevice() argument 54 testDevice = device; in setDevice()
|
D | MetricsRunner.java | 24 import com.android.tradefed.device.DeviceNotAvailableException; 25 import com.android.tradefed.device.ITestDevice;
|
/libcore/mmodules/core_platform_api/ |
D | Android.bp | 94 // This one is not on device but it's needed when javac compiles code 97 // This one is not on device but it's needed when javac compiles code 110 // This one is not on device but it's needed when javac compiles code 113 // This one is not on device but it's needed when javac compiles code
|
/libcore/tools/testmapping/ |
D | README | 9 an appropriate device (virtual or physical).
|
/libcore/tools/docs/crypto/ |
D | README | 28 run using vogar in mode=activity rather than the default of mode=device, as
|
/libcore/ |
D | JavaLibrary.bp | 31 // main/ # To be shipped on every device. 153 // Build for the target (device). 979 // This one is not on device but it's needed when javac compiles code 982 // This one is not on device but it's needed when javac compiles code 1047 // This one is not on device but it's needed when javac compiles code 1050 // This one is not on device but it's needed when javac compiles code 1101 // This one is not on device but it's needed when javac compiles code 1104 // This one is not on device but it's needed when javac compiles code
|
D | NativeCode.bp | 255 test_suites: ["device-tests"],
|
/libcore/ojluni/src/main/native/ |
D | net_util_md.c | 550 char device[16]; 578 &metric, &use, &refcnt, &flags, device) == 31) { 606 if (strcmp(device, "lo") != 0) {
|
/libcore/metrictests/memory/ |
D | README | 20 This installs and runs the LibcoreHeapDumpActivity on the device, pulls the heaps back to the host,
|