Searched refs:Test (Results 1 - 25 of 46) sorted by relevance

12

/vbox/src/libs/xpcom18a4/xpcom/tests/dynamic/
H A DTestDynamic.cpp53 void Test();
58 void TestDynamicClassImpl::Test() { function in class:TestDynamicClassImpl
70 { "Test Dynamic", NS_TESTLOADEDFACTORY_CID, NS_TESTLOADEDFACTORY_CONTRACTID,
/vbox/src/VBox/Runtime/testcase/
H A DtstStrToNum.cpp65 #define TEST(Test, Type, Fmt, Fun, iTest) \
69 int rc = Fun(Test.psz, NULL, Test.uBase, &Result); \
70 if (Result != Test.Result) \
72 RTPrintf("failure: '%s' -> " Fmt " expected " Fmt ". (%s/%u)\n", Test.psz, Result, Test.Result, #Fun, iTest); \
75 else if (rc != Test.rc) \
77 RTPrintf("failure: '%s' -> rc=%Rrc expected %Rrc. (%s/%u)\n", Test.psz, rc, Test.rc, #Fun, iTest); \
/vbox/src/VBox/Storage/testcase/
H A DtstVDSnap.cpp43 /** Test pattern size */
308 VD_IMAGE_FLAGS_NONE, "Test image",
341 VD_IMAGE_FLAGS_NONE, "Test diff image", NULL, NULL,
409 VDSNAPTEST Test; local
422 Test.pcszBackend = "vmdk";
423 Test.pcszBaseImage = "tstVDSnapBase.vmdk";
424 Test.pcszDiffSuff = "vmdk";
425 Test.cIterations = 30;
426 Test.cbTestPattern = 10 * _1M;
427 Test
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestFactory.cpp60 void Test();
65 void TestClassImpl::Test() { function in class:TestClassImpl
135 t->Test();
149 t->Test();
H A DTestCRT.cpp80 struct Test { struct
86 static Test tests[] = {
106 Test* tp = tests;
H A DTestFactory.h64 virtual void Test() = 0;
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsigpipe.c41 * Test: sigpipe.c
43 * Test the SIGPIPE handler in NSPR. This test applies to Unix only.
75 static void Test(void *arg) function
115 thread = PR_CreateThread(PR_USER_THREAD, Test, NULL, PR_PRIORITY_NORMAL,
125 Test(NULL);
H A Dintrio.c113 static void Test(PRThreadScope scope1, PRThreadScope scope2) function
163 Test(PR_LOCAL_THREAD, PR_LOCAL_THREAD);
164 Test(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
165 Test(PR_GLOBAL_THREAD, PR_LOCAL_THREAD);
166 Test(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD);
H A Dprpollml.c57 static void Test(void) function
86 Test();
120 Test();
H A Dlock.c405 static PRIntervalTime Test( function
438 } /* Test */
509 duration = Test("Overhead of PR_Sleep", Sleeper, loops, 0);
512 (void)Test("Lock creation/deletion", MakeLock, loops, 0);
513 (void)Test("Lock non-contentious locking/unlocking", NonContentiousLock, loops, 0);
514 (void)Test("Lock contentious locking/unlocking", ContentiousLock, loops, duration);
515 (void)Test("Monitor creation/deletion", MakeMonitor, loops, 0);
516 (void)Test("Monitor non-contentious locking/unlocking", NonContentiousMonitor, loops, 0);
517 (void)Test("Monitor contentious locking/unlocking", ContentiousMonitor, loops, duration);
519 (void)Test("Cache
[all...]
H A Dlockfile.c178 static PRIntervalTime Test( function
208 } /* Test */
263 duration = Test("LockFile non-contentious locking/unlocking", NonContentiousLock, loops, 0);
264 (void)Test("LockFile contentious locking/unlocking", ContentiousLock, loops, duration);
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DUnitTests.cs47 [Test]
61 [Test]
84 [Test]
97 [Test]
118 [Test]
131 [Test]
155 [Test]
172 [Test]
192 [Test]
212 [Test]
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia16/
H A DInit16.asm36 ; @param[in] EAX Initial value of the EAX register (BIST: Built-in Self Test)
37 ; @param[out] ESP Initial value of the EAX register (BIST: Built-in Self Test)
41 ; ESP - Initial value of the EAX register (BIST: Built-in Self Test)
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DTestCOM.cpp57 NS_IMETHOD Test() = 0;
71 NS_IMETHOD Test() { function in class:nsTestCom
72 printf("Accessed nsITestCom::Test() from COM\n");
173 iTestCom->Test();
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/ShellSortTestApp/
H A DShellSortTestApp.c22 Test comparator.
33 Test(CONST VOID *b1, CONST VOID *b2) function
79 PerformQuickSort(Array, 10, sizeof(INTN), Test);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMv.c44 CHAR16 *Test; local
56 Test = NULL;
57 Test = StrnCatGrow(&Test, NULL, DestPath, 0);
58 TestWalker = Test;
77 FreePool(Test);
81 FreePool(Test);
96 Test = StrStr(FullName, L":");
98 if (Test1 != NULL && Test != NULL) {
99 *Test
[all...]
H A DMap.c553 CHAR16 *Test; local
562 Test = (CHAR16*)Cd;
563 if (StrnCmp(TypeString, Test, StrLen(Test)-1) != 0) {
564 Test = (CHAR16*)Hd;
565 if (StrnCmp(TypeString, Test, StrLen(Test)-1) != 0) {
566 Test = (CHAR16*)Fp;
567 if (StrnCmp(TypeString, Test, StrLen(Test)
[all...]
/vbox/src/libs/xpcom18a4/xpcom/proxy/tests/
H A Dproxytests.cpp64 NS_IMETHOD Test(PRInt32 p1, PRInt32 p2, PRInt32* retval);
78 NS_IMETHODIMP nsTestXPCFoo::Test(PRInt32 p1, PRInt32 p2, PRInt32* retval) function in class:nsTestXPCFoo
80 printf("Thread (%d) Test Called successfully! Party on...\n", p1);
103 test->Test( 1, 2, &a);
118 NS_IMETHOD Test(PRInt32 p1, PRInt32 p2, PRInt32* retval);
132 NS_IMETHODIMP nsTestXPCFoo2::Test(PRInt32 p1, PRInt32 p2, PRInt32* retval) function in class:nsTestXPCFoo2
228 printf("Thread (%d) Prior to calling proxyObject->Test.\n", threadNumber);
229 rv = proxyObject->Test(threadNumber, 0, &a);
303 printf("Thread (%d) Prior to calling proxyObject->Test.\n", threadNumber);
304 rv = proxyObject->Test(NS_PTR_TO_INT3
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/Ia32/
H A DSecEntry.S29 # @param[in] EAX Initial value of the EAX register (BIST: Built-in Self Test)
H A DSecEntry.asm32 ; @param[in] EAX Initial value of the EAX register (BIST: Built-in Self Test)
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-vbinstst-64-1.asm47 ; Test prologue.
89 db 'Test is too big (%RX32)', 0
/vbox/src/VBox/ValidationKit/testanalysis/
H A Dreader.py65 class Test(object): class in inherits:object
194 self.oRoot = Test(None, {'name': 'root', 'timestamp': ''});
222 if sName == 'Test' or sName == 'SubTest':
224 self.oTest = self.oTest.addChild(Test(self.oTest, hsAttrs));
248 if sName == 'Test' or sName == 'Subtest':
/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dexample.pas53 * Test compress and uncompress
79 * Test read/write of .gz files
181 * Test deflate with small buffers
226 * Test inflate with small buffers
269 * Test deflate with large buffers and dynamic change of compression level
321 * Test inflate with large buffers
365 * Test deflate with full flush
404 * Test inflateSync()
447 * Test deflate with preset dictionary
481 * Test inflat
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/X64/
H A DSecEntry.S29 # @param[in] RAX Initial value of the EAX register (BIST: Built-in Self Test)
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dlinda.h61 pseudo_bit_t Test[1]; member in struct:QIB_7220_SendPbc_pb

Completed in 174 milliseconds

12