vbox的更動 33540 路徑 trunk/src/VBox/Runtime/testcase
- 時間撮記:
- 2010-10-28 上午09:27:05 (14 年 以前)
- 位置:
- trunk/src/VBox/Runtime/testcase
- 檔案:
-
- 修改 13 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/testcase/soundcard.h
r1 r33540 149 149 { 150 150 int devno; /* Synthesizer # */ 151 char data[4000]; /* Device spe sific command/data record */151 char data[4000]; /* Device specific command/data record */ 152 152 }synth_control; 153 153 … … 330 330 #define SEQ_DRUMON 6 /*** OBSOLETE ***/ 331 331 #define SEQ_DRUMOFF 7 /*** OBSOLETE ***/ 332 #define SEQ_ECHO TMR_ECHO /* For sync hing programs with output */332 #define SEQ_ECHO TMR_ECHO /* For syncing programs with output */ 333 333 #define SEQ_AFTERTOUCH 9 334 334 #define SEQ_CONTROLLER 10 … … 752 752 * The AD1848 codec and compatibles have three line level inputs 753 753 * (line, aux1 and aux2). Since each card manufacturer have assigned 754 * different meanings to these inputs, it's i npractical to assign754 * different meanings to these inputs, it's impractical to assign 755 755 * specific meanings (line, cd, synth etc.) to them. 756 756 */ … … 922 922 923 923 /* 924 * Two ioctls for special soun card function924 * Two ioctls for special soundcard function 925 925 */ 926 926 #define SOUND_MIXER_AGC _SIOWR('M', 103, int) … … 1235 1235 1236 1236 /* 1237 * Timing and sync ronization macros1237 * Timing and synchronization macros 1238 1238 */ 1239 1239 -
trunk/src/VBox/Runtime/testcase/tstFork.cpp
r28800 r33540 57 57 #else 58 58 /* 59 * Get values that are supposed to or change ac cross the fork.59 * Get values that are supposed to or change across the fork. 60 60 */ 61 61 RTPROCESS const ProcBefore = RTProcSelf(); -
trunk/src/VBox/Runtime/testcase/tstLdr.cpp
r28800 r33540 45 45 /** Whether it's kernel model code or not.. */ 46 46 static bool g_fKernel = true; 47 /** Module architectur bit count. */47 /** Module architecture bit count. */ 48 48 static uint32_t g_cBits = HC_ARCH_BITS; 49 49 -
trunk/src/VBox/Runtime/testcase/tstRTAvl.cpp
r28800 r33540 190 190 191 191 /* 192 * Determin the range.192 * Determine the range. 193 193 */ 194 194 uint32_t KeyLast; … … 315 315 /** 316 316 * Prints a progress indicator dot. 317 * @param iCur The current operation. (can be de cending too)317 * @param iCur The current operation. (can be descending too) 318 318 * @param cMax The max number of operations (exclusive). 319 319 */ -
trunk/src/VBox/Runtime/testcase/tstRTLockValidator.cpp
r28800 r33540 795 795 } 796 796 797 /* Enter the first 4 critsects in ascending order and thereby definin ing797 /* Enter the first 4 critsects in ascending order and thereby defining 798 798 this as a valid lock order. */ 799 799 RTTEST_CHECK_RC(g_hTest, RTCritSectEnter(&g_aCritSects[0]), VINF_SUCCESS); … … 984 984 RTTEST_CHECK(g_hTest, RTCritSectSetSubClass(&g_aCritSects[0], RTLOCKVAL_SUB_CLASS_NONE) == RTLOCKVAL_SUB_CLASS_ANY); 985 985 986 /* Enter the first 4 critsects in ascending order and thereby definin ing986 /* Enter the first 4 critsects in ascending order and thereby defining 987 987 this as a valid lock order. */ 988 988 RTTEST_CHECK_RC(g_hTest, RTCritSectEnter(&g_aCritSects[0]), VINF_SUCCESS); … … 1044 1044 RTTEST_CHECK(g_hTest, RTSemRWSetSubClass(g_ahSemRWs[0], RTLOCKVAL_SUB_CLASS_NONE) == RTLOCKVAL_SUB_CLASS_ANY); 1045 1045 1046 /* Enter the first 4 critsects in ascending order and thereby definin ing1046 /* Enter the first 4 critsects in ascending order and thereby defining 1047 1047 this as a valid lock order. */ 1048 1048 RTTEST_CHECK_RC(g_hTest, RTSemRWRequestWrite(g_ahSemRWs[0], RT_INDEFINITE_WAIT), VINF_SUCCESS); … … 1136 1136 RTTEST_CHECK(g_hTest, RTSemMutexSetSubClass(g_ahSemMtxes[0], RTLOCKVAL_SUB_CLASS_NONE) == RTLOCKVAL_SUB_CLASS_ANY); 1137 1137 1138 /* Enter the first 4 critsects in ascending order and thereby definin ing1138 /* Enter the first 4 critsects in ascending order and thereby defining 1139 1139 this as a valid lock order. */ 1140 1140 RTTEST_CHECK_RC(g_hTest, RTSemMutexRequest(g_ahSemMtxes[0], RT_INDEFINITE_WAIT), VINF_SUCCESS); -
trunk/src/VBox/Runtime/testcase/tstRTMemPool.cpp
r28800 r33540 177 177 178 178 /* 179 * Pseudo random freeing to test list maint aince.179 * Pseudo random freeing to test list maintenance. 180 180 */ 181 181 RTRAND hRand; -
trunk/src/VBox/Runtime/testcase/tstRTPrfIO.cpp
r32993 r33540 73 73 * Benchmark an operation. 74 74 * @param stmt Statement to benchmark. 75 * @param what String lit teral describing what's being benchmarked..75 * @param what String literal describing what's being benchmarked.. 76 76 */ 77 77 #define TIME_OP(stmt, what) \ -
trunk/src/VBox/Runtime/testcase/tstRTR0Common.h
r32736 r33540 142 142 * 143 143 * @param expr The expression to evaluate. 144 * @param DetailsArgs Format string + arguments - in par anthesis.144 * @param DetailsArgs Format string + arguments - in parenthesis. 145 145 */ 146 146 #define RTR0TESTR0_CHECK_MSG(expr, DetailsArgs) \ -
trunk/src/VBox/Runtime/testcase/tstRTR0SemMutexDriver.cpp
r28800 r33540 93 93 * Performs a threaded test. 94 94 * 95 * @returns true on succes , false on failure.95 * @returns true on success, false on failure. 96 96 * @param enmSetup The setup operation number. 97 97 * @param enmDo The do-it operation number. -
trunk/src/VBox/Runtime/testcase/tstRTR0Timer.cpp
r32757 r33540 167 167 * Callback which changes the interval at each invocation. 168 168 * 169 * The changes are gover ened by TSTRTR0TIMERS1::ChangeInterval. The callback169 * The changes are governed by TSTRTR0TIMERS1::ChangeInterval. The callback 170 170 * calls RTTimerStop at iActionShot. 171 171 * -
trunk/src/VBox/Runtime/testcase/tstRTTimeSpec.cpp
r28800 r33540 309 309 310 310 /* 311 * Conver tsions.311 * Conversions. 312 312 */ 313 313 #define CHECK_NSEC(Ts1, T2) \ -
trunk/src/VBox/Runtime/testcase/tstTSC.cpp
r29250 r33540 200 200 201 201 /* 202 * Retry until lwe get lucky (or give up).202 * Retry until we get lucky (or give up). 203 203 */ 204 204 for (unsigned cTries = 0; ; cTries++) -
trunk/src/VBox/Runtime/testcase/tstUtf8.cpp
r31222 r33540 83 83 84 84 /* 85 * Test current CP conver tion.85 * Test current CP conversion. 86 86 */ 87 87 RTTestSub(hTest, "Rand UTF-16 -> UTF-8 -> CP -> UTF-8");
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器