Searched refs:getName (Results 1 - 25 of 77) sorted by relevance

1234

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java74 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 DTestMultiAggPrinta.java47 buf.append(PrintaRecord.class.getName());
64 buf.append(ProbeData.class.getName());
H A DTestProbeData.java68 buf.append(d.getName());
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DVBoxUSB.cpp478 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 DTestVBoxNATEngine.java37 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 DTestVBox.java95 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 DPCIDeviceAttachmentImpl.h53 HRESULT getName(com::Utf8Str &aName);
H A DUSBControllerImpl.h62 HRESULT getName(com::Utf8Str &aName);
H A DAdditionsFacilityImpl.h70 HRESULT getName(com::Utf8Str &aName);
H A DBandwidthGroupImpl.h60 HRESULT getName(com::Utf8Str &aName);
H A DGuestFsObjInfoImpl.h54 HRESULT getName(com::Utf8Str &aName);
H A DHostVideoInputDeviceImpl.h50 virtual HRESULT getName(com::Utf8Str &aName) { aName = m.name; return S_OK; } function in class:HostVideoInputDevice
H A DSharedFolderImpl.h81 HRESULT getName(com::Utf8Str &aName);
H A DMediumFormatImpl.h79 HRESULT getName(com::Utf8Str &aName);
H A DStorageControllerImpl.h73 HRESULT getName(com::Utf8Str &aName);
H A DHostNetworkInterfaceImpl.h58 HRESULT getName(com::Utf8Str &aName);
H A DSnapshotImpl.h112 HRESULT getName(com::Utf8Str &aName);
H A DUSBDeviceFilterImpl.h105 HRESULT getName(com::Utf8Str &aName);
185 HRESULT getName(com::Utf8Str &aName);
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/internal/
H A DXPCOMJavaProxy.java113 String methodName = aMethod.getName();
225 return aProxy.getClass().getInterfaces()[0].getName() + '@' +
/vbox/src/VBox/Main/src-server/
H A DPerformanceImpl.cpp340 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 DPCIDeviceAttachmentImpl.cpp107 HRESULT PCIDeviceAttachment::getName(com::Utf8Str &aName) function in class:PCIDeviceAttachment
/vbox/src/VBox/Main/webservice/samples/java/jax-ws/
H A Dclienttest.java65 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 DVBoxDispProfile.h70 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 Djsr173_api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/stream/ javax/xml/stream/events/ ...
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetBaseService.h89 const std::string getName() const;

Completed in 85 milliseconds

1234