Searched refs:other (Results 1 - 25 of 144) sorted by relevance

123456

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxVersion.h41 VBoxVersion& operator=(const VBoxVersion &other) { m_x = other.x(); m_y = other.y(); m_z = other.z(); return *this; } argument
45 bool equal(const VBoxVersion &other) const { return (m_x == other.m_x) && (m_y == other.m_y) && (m_z == other.m_z); }
46 bool operator==(const VBoxVersion &other) const { return equal(other); }
[all...]
H A DUIDefs.h122 StorageSlot(const StorageSlot &other) : bus(other.bus), port(other.port), device(other.device) {} argument
124 StorageSlot& operator=(const StorageSlot &other) { bus = other.bus; port = other.port; device = other.device; return *this; } argument
125 bool operator==(const StorageSlot &other) const { return bus == other
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsNetwork.h43 bool operator==(const UIDataNetworkNAT &other) const
45 return m_fEnabled == other.m_fEnabled &&
46 m_strName == other.m_strName &&
47 m_strNewName == other.m_strNewName &&
48 m_strCIDR == other.m_strCIDR &&
49 m_fSupportsDHCP == other.m_fSupportsDHCP &&
50 m_fSupportsIPv6 == other.m_fSupportsIPv6 &&
51 m_fAdvertiseDefaultIPv6Route == other.m_fAdvertiseDefaultIPv6Route &&
52 m_ipv4rules == other.m_ipv4rules &&
53 m_ipv6rules == other
[all...]
H A DUIGlobalSettingsInput.h48 UIShortcutCacheItem(const UIShortcutCacheItem &other) argument
49 : key(other.key)
50 , description(other.description)
51 , currentSequence(other.currentSequence)
52 , defaultSequence(other.defaultSequence)
55 UIShortcutCacheItem& operator=(const UIShortcutCacheItem &other) argument
57 key = other.key;
58 description = other.description;
59 currentSequence = other.currentSequence;
60 defaultSequence = other
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSystem.h31 bool operator==(const UIBootItemData &other) const
33 return (m_type == other.m_type) &&
34 (m_fEnabled == other.m_fEnabled);
69 bool equal(const UIDataSettingsMachineSystem &other) const
72 (m_fSupportedPAE == other.m_fSupportedPAE) &&
73 (m_fSupportedHwVirtEx == other.m_fSupportedHwVirtEx) &&
75 (m_iMemorySize == other.m_iMemorySize) &&
76 (m_bootItems == other.m_bootItems) &&
77 (m_chipsetType == other.m_chipsetType) &&
78 (m_pointingHIDType == other
[all...]
H A DUIMachineSettingsAudio.h34 bool equal(const UIDataSettingsMachineAudio &other) const
36 return (m_fAudioEnabled == other.m_fAudioEnabled) &&
37 (m_audioDriverType == other.m_audioDriverType) &&
38 (m_audioControllerType == other.m_audioControllerType);
40 bool operator==(const UIDataSettingsMachineAudio &other) const { return equal(other); }
41 bool operator!=(const UIDataSettingsMachineAudio &other) const { return !equal(other); }
66 * this task COULD be performed in other than GUI thread: */
76 * this task COULD be performed in other tha
[all...]
H A DUIMachineSettingsDisplay.h57 bool equal(const UIDataSettingsMachineDisplay &other) const
59 return (m_iCurrentVRAM == other.m_iCurrentVRAM) &&
60 (m_cGuestScreenCount == other.m_cGuestScreenCount) &&
61 (m_f3dAccelerationEnabled == other.m_f3dAccelerationEnabled) &&
63 (m_f2dAccelerationEnabled == other.m_f2dAccelerationEnabled) &&
65 (m_fRemoteDisplayServerSupported == other.m_fRemoteDisplayServerSupported) &&
66 (m_fRemoteDisplayServerEnabled == other.m_fRemoteDisplayServerEnabled) &&
67 (m_strRemoteDisplayPort == other.m_strRemoteDisplayPort) &&
68 (m_remoteDisplayAuthType == other.m_remoteDisplayAuthType) &&
69 (m_uRemoteDisplayTimeout == other
[all...]
H A DUIMachineSettingsGeneral.h44 /** Returns whether passed @a other is equal to this. */
45 bool equal(const UIDataSettingsMachineGeneral &other) const
47 return (m_strName == other.m_strName) &&
48 (m_strGuestOsTypeId == other.m_strGuestOsTypeId) &&
49 (m_strSnapshotsFolder == other.m_strSnapshotsFolder) &&
50 (m_strSnapshotsHomeDir == other.m_strSnapshotsHomeDir) &&
51 (m_clipboardMode == other.m_clipboardMode) &&
52 (m_dndMode == other.m_dndMode) &&
53 (m_strDescription == other.m_strDescription) &&
54 (m_fEncryptionEnabled == other
[all...]
H A DUIMachineSettingsUSB.h46 bool equal(const UIDataSettingsMachineUSBFilter &other) const
48 return (m_fActive == other.m_fActive) &&
49 (m_strName == other.m_strName) &&
50 (m_strVendorId == other.m_strVendorId) &&
51 (m_strProductId == other.m_strProductId) &&
52 (m_strRevision == other.m_strRevision) &&
53 (m_strManufacturer == other.m_strManufacturer) &&
54 (m_strProduct == other.m_strProduct) &&
55 (m_strSerialNumber == other.m_strSerialNumber) &&
56 (m_strPort == other
[all...]
H A DUIMachineSettingsSerial.h41 bool equal(const UIDataSettingsMachineSerialPort &other) const
43 return (m_iSlot == other.m_iSlot) &&
44 (m_fPortEnabled == other.m_fPortEnabled) &&
45 (m_uIRQ == other.m_uIRQ) &&
46 (m_uIOBase == other.m_uIOBase) &&
47 (m_hostMode == other.m_hostMode) &&
48 (m_fServer == other.m_fServer) &&
49 (m_strPath == other.m_strPath);
52 bool operator==(const UIDataSettingsMachineSerialPort &other) const { return equal(other); }
[all...]
H A DUIMachineSettingsInterface.h42 bool equal(const UIDataSettingsMachineInterface &other) const
44 return (m_dScaleFactor == other.m_dScaleFactor)
46 && (m_fUseUnscaledHiDPIOutput == other.m_fUseUnscaledHiDPIOutput)
48 && (m_fShowMiniToolBar == other.m_fShowMiniToolBar)
49 && (m_fMiniToolBarAtTop == other.m_fMiniToolBarAtTop)
55 bool operator==(const UIDataSettingsMachineInterface &other) const { return equal(other); }
56 bool operator!=(const UIDataSettingsMachineInterface &other) const { return !equal(other); }
88 * this task COULD be performed in other tha
[all...]
H A DUIMachineSettingsParallel.h39 bool equal(const UIDataSettingsMachineParallelPort &other) const
41 return (m_iSlot == other.m_iSlot) &&
42 (m_fPortEnabled == other.m_fPortEnabled) &&
43 (m_uIRQ == other.m_uIRQ) &&
44 (m_uIOBase == other.m_uIOBase) &&
45 (m_strPath == other.m_strPath);
48 bool operator==(const UIDataSettingsMachineParallelPort &other) const { return equal(other); }
49 bool operator!=(const UIDataSettingsMachineParallelPort &other) const { return !equal(other); }
[all...]
H A DUIMachineSettingsNetwork.h49 bool equal(const UIDataSettingsMachineNetworkAdapter &other) const
51 return (m_iSlot == other.m_iSlot) &&
52 (m_fAdapterEnabled == other.m_fAdapterEnabled) &&
53 (m_adapterType == other.m_adapterType) &&
54 (m_attachmentType == other.m_attachmentType) &&
55 (m_promiscuousMode == other.m_promiscuousMode) &&
56 (m_strBridgedAdapterName == other.m_strBridgedAdapterName) &&
57 (m_strInternalNetworkName == other.m_strInternalNetworkName) &&
58 (m_strHostInterfaceName == other.m_strHostInterfaceName) &&
59 (m_strGenericDriverName == other
[all...]
H A DUIMachineSettingsSF.h45 bool equal(const UIDataSettingsSharedFolder &other) const
47 return (m_type == other.m_type) &&
48 (m_strName == other.m_strName) &&
49 (m_strHostPath == other.m_strHostPath) &&
50 (m_fAutoMount == other.m_fAutoMount) &&
51 (m_fWritable == other.m_fWritable);
54 bool operator==(const UIDataSettingsSharedFolder &other) const { return equal(other); }
55 bool operator!=(const UIDataSettingsSharedFolder &other) const { return !equal(other); }
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.s52 be other
60 ENTRY(other) function
63 SET_SIZE(other)
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPortForwardingTable.h62 PortData(const PortData &other) : m_uValue(other.value()) {} argument
63 bool operator==(const PortData &other) { return m_uValue == other.m_uValue; } argument
81 bool operator==(const UIPortForwardingData &other) argument
83 return name == other.name &&
84 protocol == other.protocol &&
85 hostIp == other.hostIp &&
86 hostPort == other.hostPort &&
87 guestIp == other
[all...]
H A DUIHotKeyEditor.h56 UIHotKey(const UIHotKey &other) argument
57 : m_type(other.type())
58 , m_strSequence(other.sequence())
59 , m_strDefaultSequence(other.defaultSequence())
63 UIHotKey& operator=(const UIHotKey &other) argument
65 m_type = other.type();
66 m_strSequence = other.sequence();
67 m_strDefaultSequence = other.defaultSequence();
/vbox/include/VBox/com/
H A Dmtlist.h124 * The other list will be fully copied and the capacity will be the same as
125 * the size of the other list. The com::Bstr's are silently converted to
128 * @param other The list to copy.
131 RTCMTList(ComSafeArrayIn(IN_BSTR, other))
133 com::SafeArray<IN_BSTR> sfaOther(ComSafeArrayInArg(other));
144 * The other list will be fully copied and the capacity will be the same as
145 * the size of the other list. The com::Bstr's are silently converted to
148 * @param other The list to copy.
151 RTCMTList(const com::SafeArray<IN_BSTR> &other) argument
152 : BASE(other
166 operator =(const com::SafeArray<IN_BSTR> &other) argument
[all...]
H A Dlist.h125 * The other list will be fully copied and the capacity will be the same as
126 * the size of the other list. The com::Bstr's are silently converted to
129 * @param other The list to copy.
132 RTCList(ComSafeArrayIn(IN_BSTR, other))
134 com::SafeArray<IN_BSTR> sfaOther(ComSafeArrayInArg(other));
145 * The other list will be fully copied and the capacity will be the same as
146 * the size of the other list. The com::Bstr's are silently converted to
149 * @param other The list to copy.
152 RTCList(const com::SafeArray<IN_BSTR> &other) argument
153 : BASE(other
167 operator =(const com::SafeArray<IN_BSTR> &other) argument
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dtriostr.c1526 @param other Dynamic string to copy from.
1531 TRIO_ARGS2((self, other),
1533 trio_string_t *other)
1538 assert(other);
1540 length = self->length + other->length;
1543 trio_copy(&self->content[self->length], other->content);
1559 TRIO_ARGS2((self, other),
1561 TRIO_CONST char *other)
1566 assert(other);
1568 length = self->length + trio_length(other);
1530 trio_string_append(self, other), trio_string_t *self, trio_string_t *other argument
1558 trio_xstring_append(self, other), trio_string_t *self, TRIO_CONST char *other argument
1615 trio_string_contains(self, other), trio_string_t *self, trio_string_t *other argument
1633 trio_xstring_contains(self, other), trio_string_t *self, TRIO_CONST char *other argument
1651 trio_string_copy(self, other), trio_string_t *self, trio_string_t *other argument
1670 trio_xstring_copy(self, other), trio_string_t *self, TRIO_CONST char *other argument
1689 trio_string_duplicate(other), trio_string_t *other argument
1720 trio_xstring_duplicate(other), TRIO_CONST char *other argument
1751 trio_string_equal(self, other), trio_string_t *self, trio_string_t *other argument
1769 trio_xstring_equal(self, other), trio_string_t *self, TRIO_CONST char *other argument
1787 trio_string_equal_max(self, max, other), trio_string_t *self, size_t max, trio_string_t *other argument
1806 trio_xstring_equal_max(self, max, other), trio_string_t *self, size_t max, TRIO_CONST char *other argument
1825 trio_string_equal_case(self, other), trio_string_t *self, trio_string_t *other argument
1843 trio_xstring_equal_case(self, other), trio_string_t *self, TRIO_CONST char *other argument
1861 trio_string_equal_case_max(self, max, other), trio_string_t *self, size_t max, trio_string_t *other argument
1880 trio_xstring_equal_case_max(self, max, other), trio_string_t *self, size_t max, TRIO_CONST char *other argument
1988 trio_string_match(self, other), trio_string_t *self, trio_string_t *other argument
2006 trio_xstring_match(self, other), trio_string_t *self, TRIO_CONST char *other argument
2024 trio_string_match_case(self, other), trio_string_t *self, trio_string_t *other argument
2042 trio_xstring_match_case(self, other), trio_string_t *self, TRIO_CONST char *other argument
2060 trio_string_substring(self, other), trio_string_t *self, trio_string_t *other argument
2078 trio_xstring_substring(self, other), trio_string_t *self, TRIO_CONST char *other argument
[all...]
H A Dtriostr.h103 TRIO_STRING_PUBLIC trio_string_t *trio_xstring_duplicate TRIO_PROTO((const char *other));
111 TRIO_STRING_PUBLIC int trio_string_append TRIO_PROTO((trio_string_t *self, trio_string_t *other));
112 TRIO_STRING_PUBLIC int trio_string_contains TRIO_PROTO((trio_string_t *self, trio_string_t *other));
113 TRIO_STRING_PUBLIC int trio_string_copy TRIO_PROTO((trio_string_t *self, trio_string_t *other));
114 TRIO_STRING_PUBLIC trio_string_t *trio_string_duplicate TRIO_PROTO((trio_string_t *other));
115 TRIO_STRING_PUBLIC int trio_string_equal TRIO_PROTO((trio_string_t *self, trio_string_t *other));
117 TRIO_STRING_PUBLIC int trio_string_equal_case TRIO_PROTO((trio_string_t *self, trio_string_t *other));
118 TRIO_STRING_PUBLIC int trio_string_equal_case_max TRIO_PROTO((trio_string_t *self, size_t max, trio_string_t *other));
126 TRIO_STRING_PUBLIC int trio_string_match TRIO_PROTO((trio_string_t *self, trio_string_t *other));
127 TRIO_STRING_PUBLIC int trio_string_match_case TRIO_PROTO((trio_string_t *self, trio_string_t *other));
[all...]
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsID.h32 * and other provisions required by the GPL or the LGPL. If you do not delete
78 inline PRBool Equals(const nsID& other) const {
87 ((((PRUint32*) &m0)[0] == ((PRUint32*) &other.m0)[0]) &&
88 (((PRUint32*) &m0)[1] == ((PRUint32*) &other.m0)[1]) &&
89 (((PRUint32*) &m0)[2] == ((PRUint32*) &other.m0)[2]) &&
90 (((PRUint32*) &m0)[3] == ((PRUint32*) &other.m0)[3]));
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.s62 jz other
69 ENTRY(other) function
73 SET_SIZE(other)
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppDefs.h47 bool operator<(const QListWidgetItem &other) const
49 return text().toLower() < other.text().toLower();
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMedium.cpp63 UIMedium::UIMedium(const UIMedium &other) argument
65 *this = other;
68 UIMedium& UIMedium::operator=(const UIMedium &other) argument
70 m_type = other.type();
72 m_medium = other.medium();
74 m_state = other.state();
75 m_result = other.result();
76 m_strLastAccessError = other.lastAccessError();
78 m_strId = other.id();
79 m_strRootId = other
[all...]

Completed in 135 milliseconds

123456