• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..25-Jul-20197

conversion/H25-Jul-20198

data.aslH A D25-Jul-20198.6 KiB

dataproc.aslH A D25-Jul-201917.9 KiB

datastproc.aslH A D25-Jul-20196.2 KiB

mx_objects.aslH A D25-Jul-201933.1 KiB

operations.aslH A D25-Jul-201918.7 KiB

READMEH A D25-Jul-2019794

TCI/H25-Jul-20193

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).