Searched refs:aProperties (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DMozilla.java122 * @param aProperties A list of GRE property/value pairs which must
135 Properties aProperties) throws FileNotFoundException {
160 if (aProperties == null) {
161 aProperties = new Properties();
163 aProperties.setProperty("javaxpcom", "1");
169 grePath = getGREPathWindows(aVersions, aProperties);
172 grePath = getGREPathUnix(aVersions, aProperties);
290 * @param aProperties
294 Properties aProperties) {
309 File grePath = getGREPathFromRegKey(key, aVersions, aProperties);
134 getGREPathWithProperties(GREVersionRange[] aVersions, Properties aProperties) argument
293 getGREPathWindows(GREVersionRange[] aVersions, Properties aProperties) argument
324 getGREPathFromRegKey(String aRegKey, GREVersionRange[] aVersions, Properties aProperties) argument
365 getGREPathFromRegistryFile(String aFileName, String aKeyName, GREVersionRange[] aVersions, Properties aProperties) argument
458 getGREPathUnix(GREVersionRange[] aVersions, Properties aProperties) argument
509 getPathFromConfigFile(String aFileName, GREVersionRange[] aVersions, Properties aProperties) argument
575 getPathFromConfigDir(String aDirName, GREVersionRange[] aVersions, Properties aProperties) argument
[all...]
/vbox/src/VBox/Main/src-server/
H A DVRDEServerImpl.cpp506 HRESULT VRDEServer::getVRDEProperties(std::vector<com::Utf8Str> &aProperties) argument
509 aProperties.resize(0);
571 aProperties.resize(cProperties);
574 aProperties[i] = papszNames[i];
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp1165 com::SafeArray<BSTR> aProperties; local
1168 ComSafeArrayAsOutParam(aProperties),
1173 for (unsigned i = 0; i < aProperties.size(); ++i)
1175 aProperties[i], aValues[i]);
1823 com::SafeArray<BSTR> aProperties; local
1824 if (SUCCEEDED(vrdeServer->COMGETTER(VRDEProperties)(ComSafeArrayAsOutParam(aProperties))))
1827 for (i = 0; i < aProperties.size(); ++i)
1830 vrdeServer->GetVRDEProperty(aProperties[i], value.asOutParam());
1834 RTPrintf("vrdeproperty[%ls]=<not set>\n", aProperties[i]);
1836 RTPrintf("vrdeproperty[%ls]=\"%ls\"\n", aProperties[
[all...]
/vbox/src/VBox/Devices/Audio/
H A DDrvHostCoreAudio.cpp411 const AudioObjectPropertyAddress aProperties[],
409 drvHostCoreAudioRecordingAudioDevicePropertyChanged(AudioObjectID propertyID, UInt32 cAdresses, const AudioObjectPropertyAddress aProperties[], void *pvUser) argument

Completed in 57 milliseconds