Home
last modified time | relevance | path

Searched refs:number (Results 1 – 25 of 118) sorted by relevance

12345

/acpica-latest/tests/aslts/bin/bugstate/
Dbdemostabs299 read number s0 s1 s2 s3 s4 s5 s6 s7
344 if [ "$number" == ALLBUGS ] ; then
351 if [ "x$number" == x ]; then
398 TSRESstat="${SUMMARY[$number]}"
466 echo "ERROR 0: report_state_of_bugs, <$number> <$Component> <$entry_of_table>"
742 line="$AllErrors|$number|$s0|$s1|$lst|$s2|$kst|$TSRESname|$s3|$s4| $tobefixed$s5"
743 SUMMARY[$number]="$line"
747 SUMMARY_I="$SUMMARY_I:$number"
749 SUMMARY_C="$SUMMARY_C:$number"
751 SUMMARY_M="$SUMMARY_M:$number"
[all …]
Dbdemosconc36 read number line
42 if [ "x$number" != x ]; then
43 SUMMARY[$number]=${SUMMARY[$number]}"|$line"
Dbdemossum32 number=
51 number=`echo "$s3" | awk -F" " '{ print $4}'`
53 if [[ "$number" != "$prev_num" ]]; then
61 prev_num=$number
/acpica-latest/tests/aslts/src/runtime/collections/mt/mutex/
Dservice.asl207 * arg1 - number of threads
231 * arg1 - number of milliseconds to sleep
250 * arg1 - number of MicroSeconds to Stall
371 * arg0 - number of threads (total)
372 * arg1 - number of threads (threads actually in work, not extra idle ones)
385 * arg0 - number of threads
419 * arg0 - number of threads
467 * arg0 - number of threads (total)
468 * arg1 - number of threads (threads actually in work)
509 * arg0 - number of threads (total)
[all …]
Dcommon.asl48 * as a number of threads parameter.
51 * number of threads actually participating the relevant test.
61 * 6 - number of threads, it can be greater or less than 6
129 Name (C102, 0xF2) /* Sleep for the specified number of Milliseconds */
203 * - number of errors
205 * - number of warnings
214 }) /* number of errors */
222 }) /* number of warnings */
228 }) /* number of Sleep */
232 }) /* number of Acquire */
[all …]
Dmxs.asl572 * arg0 - number of threads (threads actually in work)
637 * arg0 - number of threads (total)
638 * arg1 - number of threads (threads actually in work)
686 * arg0 - number of threads (total)
687 * arg1 - number of threads (threads actually in work)
712 * arg0 - number of threads
732 * arg0 - number of threads
756 * Note: because of the restricted number of ACPI arguments available,
761 * number of threads both total and 'actually in work'
763 * 0-th element - number of threads (total)
[all …]
Dmutex.asl42 4) do the same number of mutexes (indexes) for all mutex levels
53 * arg0 - number of threads
133 * arg0 - number of threads
189 * arg0 - number of threads
243 * arg0 - number of threads
295 * arg0 - number of threads
347 * arg0 - number of threads
399 * arg0 - number of threads
451 * arg0 - number of threads
503 * arg0 - number of threads
[all …]
Dworker_thr.asl55 * arg0 - number of threads
183 * Local2 - number of Levels of mutexes (only 1 here)
185 * Local4 - number of mutexes of the same level
188 /* Local2 - number of Levels of mutexes is 1 here, not used */
218 * Local2 - number of Levels of mutexes (only 1 here)
220 * Local4 - number of mutexes of the same level
307 * Local2 - number of Levels of mutexes (only 1 here)
309 * Local4 - number of mutexes of the same level
345 * Local2 - number of Levels of mutexes (only 1 here)
347 * Local4 - number of mutexes of the same level
Dtests.asl46 * arg0 - number of threads
55 Name (NUMW, 0x00) /* number of threads in work */
85 * arg0 - number of threads
91 Name (NUMW, 0x00) /* number of threads in work */
137 * arg0 - number of threads
143 Name (NUMW, 0x00) /* number of threads in work */
161 * arg0 - number of threads
272 * arg0 - number of threads
294 * arg0 - number of threads
442 * arg0 - number of threads (total)
[all …]
/acpica-latest/tests/aslts/src/runtime/cntl/
Dehandle.asl32 /* The current number of exceptions handled */
35 /* The total number of exceptions handled */
697 * EXC2 - maximal number of exception can be registered
725 /* If the current number of exceptions handled doesn't exceed EXC2 */
734 Debug = "Maximal number of exceptions exceeded"
765 * arg2 - line number of checking
804 * (if any) and set the current number of exceptions to zero.
808 * - check the number of exceptions
814 * - check that only one exception has arisen (current number is equal to 1)
817 * - check that the number of exception arisen is not less than 1
[all …]
Dabbu_common.asl16 Name (RMRC, 0x00) /* Current number of root Methods runs */
74 OUUP ("The number of tests has been executed:", 0x01)
Dcommon.asl173 * actual number of bug (NNN) in this case is taken from TIND and the same file
175 * to the same bug where NNN is the number of bug. So, "indexes of errors
193 * ETR1 - the number of units (ETR0/3) in trace Packages
197 * RMRC - current number of root Methods runs
216 Name (ERR5, 0x00) /* Used to calculate the number of errors of root Method */
217 Name (ERR6, 0x00) /* The number of failed root Methods (tests) */
218 Name (ERR7, 0x00) /* The number of errors detected during the loading stage */
452 /* Current number of errors */
693 * arg2 - line number of error (inside the file)
695 * arg4 - line number of of checking (inside the file)
[all …]
/acpica-latest/tests/aslts/src/runtime/common/
Ddatastproc.asl36 /* arg3 - line number of checking (inside the file) */
53 /* arg3 - line number of checking (inside the file) */
70 /* arg3 - line number of checking (inside the file) */
93 /* arg3 - line number of checking (inside the file) */
130 /* arg3 - line number of checking (inside the file) */
147 /* arg3 - line number of checking (inside the file) */
164 /* arg3 - line number of checking (inside the file) */
187 /* arg3 - line number of checking (inside the file) */
223 /* arg3 - line number of checking (inside the file) */
248 /* arg3 - line number of checking (inside the file) */
/acpica-latest/tests/aslts/src/runtime/collections/functional/control/Recursion/
Drecursion.asl64 * Total number of calls of the same Recursively Called method (RCM),
70 Name(max0, 0) // maximal number of methods being in progress simultaneously
159 Concatenate("Maximal number of methods being in progress simultaneously ", max0, Debug)
161 /* Check Maximal number of methods being in progress simultaneously */
166 /* Overall got out of methods the same number as got into methods */
185 * Total number of calls of the same Recursively Called method (RCM),
191 Name(max0, 0) // maximal number of methods being in progress simultaneously
200 Name(n100, 3) // number of calls to m100
201 Name(n200, 6) // number of calls to m200
202 Name(n300, 12) // number of calls to m300
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0304/
DDECL.asl31 * SUMMARY: No exception AE_AML_METHOD_LIMIT for the number of method invocations exceeding 255
40 * Total number of calls of the same Recursively Called method (RCM),
45 Name (MAX0, 0x00) /* maximal number of methods being in progress simultaneously */
52 Name (N100, 0x03) /* number of calls to m100 */
53 Name (N200, 0x06) /* number of calls to m200 */
54 Name (N300, 0x0C) /* number of calls to m300 */
55 Name (N400, 0x18) /* number of calls to m400 */
140 * arg1 - number of elements to be compared
266 … /* Store(32, c300) // AE_AML_METHOD_LIMIT occurs for this number (0x111 == 273) */
321 Concatenate ("Maximal number of methods being in progress simultaneously ", MAX0, Debug)
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0129/
DDynamic.asl36 …MD6A (P504, 0x00010000, 0x00, 0x9345, 0x39, 0x0A, 0x0A) /* maximal number of writte…
42 …MD6A (P505, 0x64, 0x00, 0x49, 0x13, 0x0A, 0x0A) /* maximal number of written elemen…
48 …MD6A (P506, 0xFF, 0x00, 0x11, 0x13, 0x0A, 0x0A) /* maximal number of written elemen…
54 …MD6A (P000, 0x0100, 0x00, 0x11, 0x13, 0x0A, 0x0A) /* maximal number of written elem…
60 …0101, 0x00, (0x0101 - 0x37), 0x37, 0x0A, 0x37) /* maximal number of written element…
DStaticLocal.asl586 0x0A, 0x0A) /* maximal number of written elements to be verified */
587 …MD6A (P501, 0x0100, 0x0100, 0x00, 0x00, 0x0A, 0x0A) /* maximal number of written el…
588 …MD6A (P501, 0x0100, 0x0100, 0x00, 0x10, 0x0A, 0x0A) /* maximal number of written el…
589 …MD6A (P502, 0x09, 0x09, 0x02, 0x05, 0x0A, 0x0A) /* maximal number of written elemen…
590 …MD6A (P503, 0x0B, 0x09, 0x02, 0x05, 0x0A, 0x0A) /* maximal number of written elemen…
591 …MD6A (P504, 0x00010000, 0x00, 0x9345, 0x39, 0x0A, 0x0A) /* maximal number of writte…
592 …MD6A (P505, 0x64, 0x00, 0x49, 0x13, 0x0A, 0x0A) /* maximal number of written elemen…
593 …MD6A (P506, 0xFF, 0x00, 0x11, 0x13, 0x0A, 0x0A) /* maximal number of written elemen…
DStaticGlobal.asl585 0x0A, 0x0A) /* maximal number of written elements to be verified */
586 …MD6A (P501, 0x0100, 0x0100, 0x00, 0x00, 0x0A, 0x0A) /* maximal number of written el…
587 …MD6A (P501, 0x0100, 0x0100, 0x00, 0x10, 0x0A, 0x0A) /* maximal number of written el…
588 …MD6A (P502, 0x09, 0x09, 0x02, 0x05, 0x0A, 0x0A) /* maximal number of written elemen…
589 …MD6A (P503, 0x0B, 0x09, 0x02, 0x05, 0x0A, 0x0A) /* maximal number of written elemen…
590 …MD6A (P504, 0x00010000, 0x00, 0x9345, 0x39, 0x0A, 0x0A) /* maximal number of writte…
591 …MD6A (P505, 0x64, 0x00, 0x49, 0x13, 0x0A, 0x0A) /* maximal number of written elemen…
592 …MD6A (P506, 0xFF, 0x00, 0x11, 0x13, 0x0A, 0x0A) /* maximal number of written elemen…
/acpica-latest/tests/aslts/src/runtime/collections/Identity2MS/abbu/
DMAIN.asl60 * it is not the constant number of elements of Package (!), not good interface,
61 * but looks like some restricted amount of memory. When that variable number of
72 Name (AI08, 0) // total number of messages
97 /* Last element of POUT is the total number of messages */
131 Store("Total number of messages:", Index(POUT, Local0))
/acpica-latest/generate/release/
Dbuild.txt104 Update the version number (hex in the format: 0xYYYYMMDD)
127 Checkin the new version number, source/include/acpixf.h "Update version to yyyymmdd"
131 Get the commit number for the version number commit above (git log)
148 Title: Use the new version number in the correct format (e.g., "Version 20210105")
156 Update the version number token.
157 This will update the version number header on all pages where the token is used:
/acpica-latest/tests/aslts/src/runtime/collections/functional/synchronization/
Dmutex_proc.asl43 * arg0 - number of mutexes to Acquire (use not less than 1)
274 * arg0 - number of mutexes to Release (use not less than 1)
606 * arg1 - number of levels
653 * arg1 - number of levels
704 * arg1 - number of levels
706 * arg3 - number of mutexes on the same level
708 * arg5 - repetition number
777 * arg1 - number of levels
779 * arg3 - number of mutexes on the same level
781 * arg5 - repetition number
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0135/
DPkgsHierarchy.asl47 * Name(chn0, 1) // number of children of pkg-node to be actually processed (1,2,3,4)
62 * Generate references to arg2-number elements of all pkg-nodes
67 * arg2 - number of children of pkg-node to be actually processed
132 * arg1 - number of children of pkg-node to be actually processed
195 * arg2 - number of children of pkg-node to be actually processed
302 * arg1 - number of children of pkg-node to be actually processed
410 * arg2 - number of children of pkg-node to be actually processed
518 * arg1 - number of children of pkg-node to be actually processed
593 * arg1 - number of children of pkg-node to be actually processed
612 Name(nds0, 0) // number of pkg-nodes actually processed
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0073_ASL/
DDECL.asl32 * SUMMARY: The ASL Compiler fails and reports a large number of "Recursive method call" remarks
39 * and reports a large number of "Recursive method call" remarks.
/acpica-latest/tests/aslts/
DHOW_TO_USE119 b) "The total number of exceptions handled: 0x0000000000000005"
124 Line (b) reports the number of exceptions which took place during the test
135 b) "The total number of exceptions handled: 0x0000000000000005"
138 The number of errors (9 here) is reported as
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/common/
Dproc.asl39 * arg5 - maximal number of pre-initialized elements to be verified
40 * arg6 - maximal number of written elements to be verified
353 * - number of exceptions NOT GREATER than two
364 /* Reset the number of exceptions */

12345