Home
last modified time | relevance | path

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/
DBluetoothChecker.java47 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()
DJobExecutor.java81 "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()
DGceFuture.java37 public String getName() { in getName() method in GceFuture
97 b.append(dep.getName()); in toString()
DTombstoneChecker.java89 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/
Dinterface.h38 const std::string& getName() const { return mInterfaceName; } in getName() function
Ddhcpclient.cpp441 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/
Dtest_threadedtempfile.py65 errors.append(str(t.getName()) + str(t.errors.getvalue()))
/device/generic/goldfish/wifi/wifi_hal/
Dinterface.h35 wifi_error getName(char* name, size_t size);
Dinterface.cpp81 wifi_error Interface::getName(char* name, size_t size) { in getName() function in Interface
Dwifi_hal.cpp147 return asInterface(handle)->getName(name, size); in wifi_get_iface_name()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpyassem.py284 self.varnames[i] = var.getName()
570 def getName(self): member in TupleArg
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp154 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
DEmuHWC2.h208 HWC2::Error getName(uint32_t* outSize, char* outName);
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
Dbuild.py542 …EdkLogger.debug(EdkLogger.DEBUG_8, "Threads [%s]" % ", ".join([Th.getName() for Th in threading.en…
684 (threading.currentThread().getName(), Command, WorkingDir)