Searched refs:getName (Results 1 – 14 of 14) sorted by relevance
/device/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/ |
D | BluetoothChecker.java | 47 Log.i(LOG_TAG, "Bluetooth enabled with name: " + bluetoothAdapter.getName()); in execute() 50 Log.i(LOG_TAG, "Bluetooth disabled with name: " + bluetoothAdapter.getName()); in execute()
|
D | JobExecutor.java | 81 "Could not start job %s.", job.getClass().getName()), in schedule() 97 String jobName = job.getClass().getName(); in schedule() 109 job.getClass().getName()), e); in schedule()
|
D | GceFuture.java | 37 public String getName() { in getName() method in GceFuture 97 b.append(dep.getName()); in toString()
|
D | TombstoneChecker.java | 89 if (files[i].isFile() && files[i].getName().startsWith(sTsFilePrefix)) { in capturePostBootSnapshot() 91 mPostBootRecords.add(new Record(files[i].getName(), ctime)); in capturePostBootSnapshot()
|
/device/generic/goldfish/dhcp/client/ |
D | interface.h | 38 const std::string& getName() const { return mInterfaceName; } in getName() function
|
D | dhcpclient.cpp | 441 mInterface.getName().c_str()); in configureDhcp() 447 mInterface.getName().c_str(), i + 1); in configureDhcp()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_threadedtempfile.py | 65 errors.append(str(t.getName()) + str(t.errors.getvalue()))
|
/device/generic/goldfish/wifi/wifi_hal/ |
D | interface.h | 35 wifi_error getName(char* name, size_t size);
|
D | interface.cpp | 81 wifi_error Interface::getName(char* name, size_t size) { in getName() function in Interface
|
D | wifi_hal.cpp | 147 return asInterface(handle)->getName(name, size); in wifi_get_iface_name()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | pyassem.py | 284 self.varnames[i] = var.getName() 570 def getName(self): member in TupleArg
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.cpp | 154 displayHook<decltype(&Display::getName), in doGetFunction() 155 &Display::getName, uint32_t*, char*>); in doGetFunction() 606 Error EmuHWC2::Display::getName(uint32_t* outSize, char* outName) { in getName() function in android::EmuHWC2::Display
|
D | EmuHWC2.h | 208 HWC2::Error getName(uint32_t* outSize, char* outName);
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/ |
D | build.py | 542 …EdkLogger.debug(EdkLogger.DEBUG_8, "Threads [%s]" % ", ".join([Th.getName() for Th in threading.en… 684 (threading.currentThread().getName(), Command, WorkingDir)
|