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