Searched refs:time (Results 1 – 25 of 52) sorted by relevance
123
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0047/ |
D | DECL.asl | 38 * expect that to be one time in more than 50 thousand years! 50 * gradually increased values. The test takes long time, 54 * tests set. We can't even control the time the run of test 67 Debug = Concatenate ("Maximal time of execution (in seconds): 0x", Local2) 85 /* First time in more than 50 thousand years! */ 98 Debug = Concatenate ("Run time (in seconds): 0x", Local0)
|
/acpica-3.7.0/tests/aslts/src/runtime/ |
D | README | 4 run-time test collections 9 provide the uniform structure of all run-time 18 particular run-time test collections
|
/acpica-3.7.0/tests/aslts/ |
D | NOTE | 41 [ACPI Debug] String: [0x21] "Run time (in seconds): 0x00000000" 67 estimate the run time of each test (on the particular machine) and describe that 70 estimate the run time of full tests and the summary times of their parts 97 name space, object life time issues 145 Statistics (of memory consumption, time of execution, etc.) reported at the end 148 consumption, time execution, etc. to serve the improvement of ACPICA purposes.
|
D | HOW_TO_USE | 2 How to execute the run-time tests 85 <date.time.acpica_version>/ 111 8. How to evaluate the results of the run-time tests. 118 a) "Run time (in seconds): 0x0000000000000031" 122 Line (a) shows the run time in seconds measured by the ASL Timer operator. 134 a) "Run time (in seconds): 0x0000000000000031"
|
D | README | 60 into RESULTS/<date.time.revision> directory. 72 per-collection list of run-time tests
|
D | TESTS | 11 Per-collection list of run-time tests
|
/acpica-3.7.0/source/os_specific/service_layers/ |
D | osunixxf.c | 1300 struct timeval time; in AcpiOsGetTimer() local 1305 gettimeofday (&time, NULL); in AcpiOsGetTimer() 1309 return (((UINT64) time.tv_sec * ACPI_100NSEC_PER_SEC) + in AcpiOsGetTimer() 1310 ((UINT64) time.tv_usec * ACPI_100NSEC_PER_USEC)); in AcpiOsGetTimer()
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/functional/control/ |
D | timing.asl | 43 // Local4 - specified time to be delayed (in Timer units) 44 // Local6 - time actually was delayed (measured by Timer, in Timer units) 61 // Exceeding max allowable sleep time 62 Store("m0c8: Note, argument exceeds max defined time for Sleep.", 252 // Previous time 342 // Get Timer-time N times, store them into Package. 343 // Then, calculate the Timer-time between each adjacent points. 344 // Much time is spent on storing into Package. 375 // Obtain the time and store into Package.
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/mt/mutex/ |
D | SPEC | 71 - fall into sleep for the specified time 507 + mf08 (4 and greater) run time == 0x10 508 + mf09 (4 and greater) run time == 0x60 509 + mf10 (4 and greater) run time == 0x60 521 + mf08 (4 and greater) run time == 0x10 522 + mf09 (4 and greater) run time == 0x60 523 + mf10 (4 and greater) run time == 0x60
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0031_ASL_RUNTIME/ |
D | DECL.asl | 37 * Note 1: This test now is a run-time test because the ASL compiler doesn't 40 * to non-run-time bug tests but don't forget to move all positive checkings 41 * of it in other run-time tests.
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/functional/synchronization/ |
D | event.asl | 39 /* the actual idle time provided by Wait operator according */ 40 /* to the time measuring provided by the Timer operator. */ 323 /* 2. Reset i-th object, one time. */
|
/acpica-3.7.0/tests/aslts/bin/ |
D | README | 71 aslts/tmp/RESULTS/<date.time.acpica_version>/Summary 94 have names of the form: <date.time.acpica_version>
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/ |
D | README | 4 particular run-time test collections
|
/acpica-3.7.0/generate/lint/ |
D | co-msc60.lnt | 129 -elib(578) // declaration of time hides delaration of global time(). 181 /* At one time we indicated that wchar_t was predefined by using
|
D | co-msc40.lnt | 129 -elib(578) // declaration of time hides delaration of global time().
|
/acpica-3.7.0/tests/aslts/src/runtime/cntl/ |
D | README | 10 run-time tests
|
/acpica-3.7.0/tests/aslts/doc/ |
D | README | 18 designed, the time and priority of work estimation
|
D | CurrentState | 45 [ACPI Debug] String: [0x29] "Run time (in seconds): 0x0000000000000000"
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0240_ACTION_REQUIRED/ |
D | RUN.asl | 37 // Run one of these sub-tests at a time:
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0189/ |
D | DECL.asl | 31 * SUMMARY: The 1-byte buffer passed to ConcatenateResTemplate doesn't cause a run-time error
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0190/ |
D | DECL.asl | 31 …esTemplate an operand ending only with the first byte of the end tag doesn't cause a run-time error
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0213/ |
D | DECL.asl | 37 * time it is tried).
|
/acpica-3.7.0/source/common/ |
D | dmtables.c | 205 time (&Timer); in AdDisassemblerHeader()
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0029/ |
D | DECL.asl | 31 * SUMMARY: Looks, like Sleep (or Wait) spend less time than specified
|
/acpica-3.7.0/tests/aslts/doc/docs/ |
D | TestOfOperands | 256 1. Use the same object more than one time in expressions of 351 test will go during the huge boundless time. 355 achieve the worthy coverage for the acceptable time of execution. 360 manner. Do that if the run time of the test increases extremely. 374 Bugs of product revealed must be fixed in real time! Very, very much important!
|
123