| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestGetAggregate.java | 74 if (!included.contains(a.getName())) { 75 throw new IllegalStateException("@" + a.getName() + 113 if (!firstValues.containsKey(a.getName())) { 116 firstValues.put(a.getName(), value); 124 firstValue = firstValues.get(a.getName()); 126 if (cleared.contains(a.getName())) { 130 "@" + a.getName() + " should have " + 138 "@" + a.getName() + " should have " +
|
| H A D | TestMultiAggPrinta.java | 47 buf.append(PrintaRecord.class.getName()); 64 buf.append(ProbeData.class.getName());
|
| H A D | TestProbeData.java | 68 buf.append(d.getName());
|
| /vbox/src/VBox/HostDrivers/VBoxUSB/darwin/ |
| H A D | VBoxUSB.cpp | 478 Log(("VBoxUSB::start([%p], %p {%s})\n", this, pProvider, pProvider->getName())); 497 Log(("VBoxUSB::stop([%p], %p (%s))\n", this, pProvider, pProvider->getName())); 1013 pProvider, pProvider->getName(), pi32Score, pi32Score ? *pi32Score : 0)); 1115 this, m_Owner, m_uId, pProvider, pProvider->getName())); 1120 printf("VBoxUSBDevice::start([%p], %p {%s}): failed!\n", this, pProvider, pProvider->getName()); 1182 Log(("VBoxUSBDevice::stop([%p], %p {%s})\n", this, pProvider, pProvider->getName())); 1215 this, pProvider, pProvider->getName(), m_pDevice, irc)); 1224 this, pProvider, pProvider->getName(), pDevice, irc)); 1228 this, pProvider, pProvider->getName())); 1238 this, pProvider, pProvider->getName(), m_pDevic [all...] |
| /vbox/src/VBox/Main/glue/tests/ |
| H A D | TestVBoxNATEngine.java | 37 name = vm.getName(); 91 System.out.println("\nAttempting to start VM '" + vm.getName() + "'"); 92 mgr.startVm(vm.getName(), null, 7000); 139 if (m.getName().equals(vmname))
|
| H A D | TestVBox.java | 95 name = m.getName(); 135 String name = m.getName(); 155 String name1 = m1.getName(); 156 String name2 = m2.getName();
|
| /vbox/src/VBox/Main/include/ |
| H A D | PCIDeviceAttachmentImpl.h | 53 HRESULT getName(com::Utf8Str &aName);
|
| H A D | USBControllerImpl.h | 62 HRESULT getName(com::Utf8Str &aName);
|
| H A D | AdditionsFacilityImpl.h | 70 HRESULT getName(com::Utf8Str &aName);
|
| H A D | BandwidthGroupImpl.h | 60 HRESULT getName(com::Utf8Str &aName);
|
| H A D | GuestFsObjInfoImpl.h | 54 HRESULT getName(com::Utf8Str &aName);
|
| H A D | HostVideoInputDeviceImpl.h | 50 virtual HRESULT getName(com::Utf8Str &aName) { aName = m.name; return S_OK; } function in class:HostVideoInputDevice
|
| H A D | SharedFolderImpl.h | 81 HRESULT getName(com::Utf8Str &aName);
|
| H A D | MediumFormatImpl.h | 79 HRESULT getName(com::Utf8Str &aName);
|
| H A D | StorageControllerImpl.h | 73 HRESULT getName(com::Utf8Str &aName);
|
| H A D | HostNetworkInterfaceImpl.h | 58 HRESULT getName(com::Utf8Str &aName);
|
| H A D | SnapshotImpl.h | 112 HRESULT getName(com::Utf8Str &aName);
|
| H A D | USBDeviceFilterImpl.h | 105 HRESULT getName(com::Utf8Str &aName); 185 HRESULT getName(com::Utf8Str &aName);
|
| /vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/internal/ |
| H A D | XPCOMJavaProxy.java | 113 String methodName = aMethod.getName(); 225 return aProxy.getClass().getInterfaces()[0].getName() + '@' +
|
| /vbox/src/VBox/Main/src-server/ |
| H A D | PerformanceImpl.cpp | 340 if (filter.match ((*it)->getObject(), (*it)->getName())) 379 if (filter.match((*it)->getObject(), (*it)->getName())) 382 " count to %u for %s\n", aPeriod, aCount, (*it)->getName())); 387 (*it)->getName())); 395 (*it)->getName())); 436 if (filter.match((*it)->getObject(), (*it)->getName())) 477 if (filter.match((*it)->getObject(), (*it)->getName())) 524 if (filter.match ((*it)->getObject(), (*it)->getName())) 548 "returned %d values.\n", (*it)->getName(), length)); 551 Bstr tmp((*it)->getName()); [all...] |
| /vbox/src/VBox/Main/src-all/ |
| H A D | PCIDeviceAttachmentImpl.cpp | 107 HRESULT PCIDeviceAttachment::getName(com::Utf8Str &aName) function in class:PCIDeviceAttachment
|
| /vbox/src/VBox/Main/webservice/samples/java/jax-ws/ |
| H A D | clienttest.java | 65 String getName() method in class:clienttest.Desktop 84 desktop.getName(), 138 System.out.println("Machine " + (i++) + ": " + " [" + m.getId() + "]" + " - " + m.getName());
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/ |
| H A D | VBoxDispProfile.h | 70 const char* getName() const function in class:VBoxDispProfileEntry 136 if (entry->getName()) 162 if (m_Entries[i].getName()) { \
|
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | jsr173_api.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/stream/ javax/xml/stream/events/ ... |
| /vbox/src/VBox/NetworkServices/NetLib/ |
| H A D | VBoxNetBaseService.h | 89 const std::string getName() const;
|