Searched refs:get (Results 1 - 25 of 250) sorted by relevance

12345678910

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestObserverService.cpp96 printf(" aTopic=%s", topic.get());
122 rv = anObserverService->AddObserver(aObserver, topicA.get(), PR_FALSE);
126 rv = anObserverService->AddObserver(bObserver, topicA.get(), PR_FALSE);
130 rv = anObserverService->AddObserver(bObserver, topicB.get(), PR_FALSE);
135 topicA.get(),
136 NS_LITERAL_STRING("Testing Notify(observer-A, topic-A)").get() );
141 topicB.get(),
142 NS_LITERAL_STRING("Testing Notify(observer-B, topic-B)").get() );
147 rv = anObserverService->EnumerateObservers(topicA.get(), getter_AddRefs(e));
160 NS_REINTERPRET_CAST(void*, observer.get()))
[all...]
H A DTestStrings.cpp52 PRBool r = strcmp(result.get(), "ab") == 0;
54 printf("[result=%s]\n", result.get());
61 PRBool r = strcmp(c.get(), "c") == 0;
63 printf("[result=%s]\n", c.get());
95 PRBool r = strcmp(temp.get(), "world") == 0;
97 printf("[temp=%s]\n", temp.get());
220 PRBool r = strcmp(s.get(), "a") == 0;
222 printf("[s=%s]\n", s.get());
231 PRBool r = strcmp(s.get(), "abc-www-qqq-www-xyz") == 0;
234 printf("[s=%s]\n", s.get());
[all...]
H A DTestCRT.cpp57 // Verify that nsCRT versions of string comparison routines get the
70 const PRUnichar* us1 = t1.get();
71 const PRUnichar* us2 = t2.get();
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsStringIterator.h104 get() const function in class:nsReadingIterator
112 return *get();
121 return get();
240 get() const
248 return *get();
257 return get();
341 return lhs.get() == rhs.get();
349 return lhs.get() != rhs.get();
[all...]
H A DnsAlgorithm.h113 lengthToCopy = NS_MIN(lengthToCopy, PRUint32(last.get() - first.get()));
119 nsCharTraits<OutputIterator::value_type>::move(result.get()-lengthToCopy, last.get()-lengthToCopy, lengthToCopy);
121 nsCharTraits<typename OutputIterator::value_type>::move(result.get()-lengthToCopy, last.get()-lengthToCopy, lengthToCopy);
H A DnsTDependentSubstring.h79 : substring_type(NS_CONST_CAST(char_type*, start.get()), end.get() - start.get(), F_NONE) {}
106 return nsTDependentSubstring_CharT(start.get(), end.get());
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dwebservergluecgi.py57 return os.environ.get('REMOTE_ADDR');
60 return os.environ.get('REQUEST_METHOD', 'POST');
63 return os.environ.get('REMOTE_USER', WebServerGlueBase.ksUnknownUser);
78 return cgi.parse_header(os.environ.get('CONTENT_TYPE', 'text/html'));
81 return int(os.environ.get('CONTENT_LENGTH', 0));
H A Ddbobjcache.py40 This is mainly for reports and test results where we wish to get further
84 sRet = self._adCache[self.ksObjType_TestResultStrTab_idStrName].get(idStrName);
94 oRet = self._adCache[self.ksObjType_BuildCategory_idBuildCategory].get(idBuildCategory);
106 oRet = self._adCache[self.ksObjType_TestBox_idTestBox].get(idTestBox);
119 oRet = self._adCache[self.ksObjType_TestCase_idTestCase].get(idTestCase);
132 oRet = self._adCache[self.ksObjType_TestCaseArgs_idTestCaseArgs].get(idTestCaseArgs);
149 dRepo = self._adCache[self.ksObjType_VcsRevision_sRepository_iRevision].get(sRepository);
176 dRepo = self._adCache[self.ksObjType_VcsRevision_sRepository_iRevision].get(sRepository);
178 oRet = dRepo.get(iRevision);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsIEnvironment.idl67 AString get(in AString aName);
H A DnsEnvironment.cpp100 const char *value = PR_GetEnv(nativeName.get());
125 const char *value = PR_GetEnv(nativeName.get());
188 nativeName.get(),
189 nativeVal.get());
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsAutoPtr.h126 get() const function in class:nsAutoPtr
129 |operator T*() const|. Use |get()| _only_ to resolve
143 Prefer the implicit use of this operator to calling |get()|,
147 return get();
162 return get();
201 return *get();
317 return NS_STATIC_CAST(const T*, lhs.get()) == NS_STATIC_CAST(const U*, rhs.get());
326 return NS_STATIC_CAST(const T*, lhs.get()) != NS_STATIC_CAST(const U*, rhs.get());
546 get() const function in class:nsAutoArrayPtr
1014 get() const function in class:nsRefPtr
[all...]
/vbox/src/VBox/VMM/dtrace/
H A Dint-1.d47 vboxvmm*:::pdm-irq-get
50 printf("get: tag=%#x src=%d %llx - %llx = %llx\n", args[1], args[2], timestamp, g_aStarts[args[1]], timestamp - g_aStarts[args[1]]);
55 vboxvmm*:::pdm-irq-get
58 /*printf("get: tag=%#x src=%d %llx - %llx = %llx\n", args[1], args[2], timestamp, g_aStarts[args[1]], timestamp - g_aStarts[args[1]]);*/
67 vboxvmm*:::pdm-irq-get
74 vboxvmm*:::pdm-irq-get
81 vboxvmm*:::pdm-irq-get
/vbox/include/iprt/cpp/
H A Dmem.h40 * Template function wrapping RTMemFree to get the correct a_fnDestruct
71 * Template function wrapping RTMemTmpFree to get the correct a_fnDestruct
88 * Template function wrapping RTMemEfFree to get the correct a_fnDestruct
105 * Template function wrapping NULL to get the correct NilRes signature
172 if (a_fZeroed && RT_LIKELY(this->get() != NULL))
173 memset(this->get(), '\0', a_cElements * sizeof(T));
192 return *this->get();
200 return this->get();
211 return this->get()[a_i];
259 T *aNewValue = (T *)a_fnAllocator(this->get(), a_cElement
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstMemAutoPtr.cpp139 CHECK_EXPR(NilObj.get() == NULL);
146 CHECK_EXPR(Alloc.get() != NULL);
149 CHECK_EXPR(Alloc.get() == NULL);
152 CHECK_EXPR(Manage.get() == pch);
164 CHECK_EXPR(Electric.get() != NULL);
176 * Use the electric heap to get some extra checks.
192 FreeIt2.reset(FreeIt2.get()); /* this one is weird, but it's how things works... */
225 CHECK_EXPR(FreeIt4.get() == NULL);
256 Struct1.get()->a = 0x11223344;
257 Struct1.get()
[all...]
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTStringComparator.cpp56 if ( (result = comp(leftIter.get(), rightIter.get(), lengthToCompare)) == 0 )
/vbox/src/VBox/Installer/common/
H A Dvboxapisetup.py20 comCache2 = os.path.join(os.environ.get("TEMP", "c:\\tmp"), 'gen_py')
48 vboxDest = os.environ.get("VBOX_INSTALL_PATH", None)
52 vboxVersion = os.environ.get("VBOX_VERSION", None)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DOptRomInfStatement.py43 # Parse inf file to get option ROM related parameters
53 self.OverrideAttribs.NeedCompress = self.OptRomDefs.get ('PCI_COMPRESS')
61 self.OverrideAttribs.PciVendorId = self.OptRomDefs.get ('PCI_VENDOR_ID')
64 self.OverrideAttribs.PciClassCode = self.OptRomDefs.get ('PCI_CLASS_CODE')
67 self.OverrideAttribs.PciDeviceId = self.OptRomDefs.get ('PCI_DEVICE_ID')
70 self.OverrideAttribs.PciRevision = self.OptRomDefs.get ('PCI_REVISION')
86 # Parse Inf file get Module related information
H A DFvImageSection.py64 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get("FV_IMAGE"))
73 Fv = GenFdsGlobalVariable.FdfParser.Profile.FvDict.get(self.FvName)
92 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get("FV_IMAGE"))
/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIXPCOM.cpp33 * will get at least the following benefits:
156 virtualBox->GetGuestOSType(typeId.get(), &osType);
187 NS_LITERAL_STRING("A brand new name").get(),
202 rc = machine->SetName(NS_ConvertUTF8toUTF16("A new name").get());
211 * setting in the XML file. It is also possible to get the OS type from
216 rc = virtualBox->GetGuestOSType(NS_LITERAL_STRING("Windows2000").get(),
224 machine->SetOSTypeId(NS_LITERAL_STRING("Windows2000").get());
256 printf("Error: could not get component manager! rc=%#x\n", rc);
278 * immutable. In order to get a mutable machine object, we must query
284 printf("Error, could not get machin
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileUnix.cpp162 mDir = opendir(dirPath.get());
250 if (stat(mPath.get(), &mCachedStat) == -1) {
252 if (lstat(mPath.get(), &mCachedStat) == -1) {
323 * because we'll get EEXIST in Create when we try to build the final
354 * We could get EEXIST for an existing file -- not directory --
355 * with the name of one of our ancestors, but that's OK: we'll get
373 *_retval = PR_Open(mPath.get(), flags, mode);
383 *_retval = fopen(mPath.get(), mode);
415 result = createFunc(mPath.get(), flags, permissions, _retval);
421 * Ancestor directories get th
[all...]
/vbox/src/VBox/Additions/linux/installer/
H A Dmodule-autologon.sh80 # Install dependencies (lightdm and FLTK 1.3+) using apt-get.
81 which apt-get &>/dev/null
83 info "Error: apt-get not found (path set?), skipping auto-logon installation"
87 apt-get -qqq -y install libfltk1.3 libfltk-images1.3 || return 1
88 apt-get -qqq -y install lightdm || return 1
/vbox/src/VBox/Main/webservice/samples/java/jax-ws/
H A Dmetrictest.java118 singleMetricData.name = names.value.get(i);
119 singleMetricData.object = objects.value.get(i);
120 singleMetricData.unit = units.value.get(i);
121 singleMetricData.scale = scales.value.get(i);
122 singleMetricData.sequenceNumber = sequenceNumbers.value.get(i);
123 List<Long> samples = new ArrayList<Long>(lengths.value.get(i).intValue());
124 for (int j = 0; j < lengths.value.get(i); j++)
126 samples.add(values.get(indices.value.get(i).intValue() + j).longValue());
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4remoteudp.ksh52 getaddr=./get.ipv4remote.pl
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsIProperties.idl55 void get(in string prop, in nsIIDRef iid,
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsCOMPtr.h213 // you may not call |operator=()| through a dereferenced |nsCOMPtr|, because you'd get the wrong one
273 T* get() const { return mRawPtr; } function in struct:already_AddRefed
520 NS_ASSERTION(query_result.get() == mRawPtr, "QueryInterface needed");
685 get() const function in class:nsCOMPtr
688 Use |get()| _only_ to resolve ambiguity.
702 Prefer the implicit use of this operator to calling |get()|, except where necessary to resolve ambiguity.
705 return get();
712 return get();
751 return *get();
928 get() cons function in class:nsCOMPtr
[all...]

Completed in 161 milliseconds

12345678910