Home
last modified time | relevance | path

Searched defs:d (Results 1 – 18 of 18) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DManagedDeviceListTest.java67 ITestDevice d = mManagedDeviceList.findOrCreate(new StubDevice("foo")); in testFindOrCreate() local
90 IManagedTestDevice d = mManagedDeviceList.findOrCreate(new StubDevice("foo")); in testAllocate() local
107 IManagedTestDevice d = mManagedDeviceList.findOrCreate(new StubDevice("foo")); in testHandleDeviceEvent() local
DMockDeviceManager.java264 ITestDevice d = mAvailableDeviceQueue.poll(new TestDeviceMatcher(options)); in allocateDevice() local
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DDeviceTracker.java58 public void allocateDevice(ITestDevice d) { in allocateDevice()
59 mAllocatedDeviceMap.put(d.getSerialNumber(), d); in allocateDevice() local
DRemoteManager.java376 ITestDevice d = getDeviceTracker().freeDevice(c.getDeviceSerial()); in processFree() local
/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DDeviceBuildDescriptorTest.java32 ITestDevice d = EasyMock.createNiceMock(ITestDevice.class); in testDeviceBuildDescriptor() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedDeviceList.java74 public ManagedDeviceList(IManagedTestDeviceFactory d) { in ManagedDeviceList()
DDeviceManager.java552 IManagedTestDevice d = mManagedDeviceList.findOrCreate(stubDevice); in addAvailableDevice() local
564 FastbootDevice d = new FastbootDevice(serial); in addFastbootDevices() local
633 IManagedTestDevice d = mManagedDeviceList.forceAllocate(serial); in forceAllocateDevice() local
1282 IManagedTestDevice d = mManagedDeviceList.find(disconnectedDevice.getSerialNumber()); in deviceDisconnected() local
1372 FastbootDevice d = new FastbootDevice(serial); in run() local
/tools/tradefederation/core/common_util/com/android/tradefed/log/
DLogUtil.java97 public static void d(String message) { in d() method in LogUtil.CLog
109 public static void d(String format, Object... args) { in d() method in LogUtil.CLog
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DFieldItem.kt379 val d = str.indexOf('.') in canonicalizeFloatingPointString() constant
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DDeviceDescriptor.java190 public DeviceDescriptor(DeviceDescriptor d, DeviceAllocationState state) { in DeviceDescriptor() method in DeviceDescriptor
212 public DeviceDescriptor(DeviceDescriptor d, String serial, String displaySerial) { in DeviceDescriptor() method in DeviceDescriptor
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Drenderer.cpp87 EGLint r, g, b, d; in initDisplay() local
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceAvdInfo.java189 JSONObject d = (JSONObject) devices.get(0); in parseGceInfoFromString() local
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiUtil.java223 final int d = (addr >> 24) & 0xff; in onStart() local
DWifiConnector.java353 final int d = (addr >> 24) & 0xff; in getWifiInfo() local
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTest.java368 final ResultData d = new ResultData(); in runLatencyTest() local
464 final ResultData d = new ResultData(); in runGlitchesTest() local
/tools/dexter/slicer/
Dbytecode_encoder.cc53 static dex::u2 Pack_4_4_4_4(dex::u4 a, dex::u4 b, dex::u4 c, dex::u4 d) { in Pack_4_4_4_4()
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DApiFile.java1111 char d = mBuf[mPos]; in getToken() local
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java650 "'%s' (offset: %d, size: %d)", in readData()