• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

TCI/04-Jan-2025-989903

conversion/04-Jan-2025-12,71811,579

READMED04-Jan-2025794 3319

data.aslD04-Jan-202516.3 KiB922846

dataproc.aslD04-Jan-202524.8 KiB895776

datastproc.aslD04-Jan-20258.5 KiB269255

mx_objects.aslD04-Jan-202560.4 KiB2,4672,368

operations.aslD04-Jan-202526.5 KiB905844

README

1
2CONTENTS
3
4   Objects of common use which may be useful in more then one test
5
6conversion
7
8   Objects applicable to Source Operand and Result
9   conversion tests (now not in use)
10
11operations.asl
12
13   Methods allowing to handle particular ASL operators
14
15data.asl
16
17   all the type objects
18
19dataproc.asl
20
21   some common use methods which deal with the data of data.asl file
22
23datastproc.asl
24
25   methods applied to the Standard Data (data of known type and value)
26
27TCI
28
29   the Test Command Interface with the ACPI implemenntation (_TCI).
30   Provides interaction with the ACPI implementation basing on the
31   conditional insertions into ACPI implementation code. By now based
32   on it are implemented (in ACPICA) the memory leak detecting
33   instrumentation and multi-threading testing (just started).