Searched refs:all (Results 1 – 25 of 1318) sorted by relevance
12345678910>>...53
/acpica-3.7.0/tests/aslts/src/runtime/collections/functional/synchronization/ |
D | SPEC | 7 on level 0 too) for all available levels from 0 up to 15, 8 then Release them all in the inverse order. 13 for all available levels from 0 up to 15, Acquire 2 mutexes of each level, 14 then Release them all in the inverse order (keep the exactly inverse order 19 all Release operations are located into separate method. 23 all Acquire and Release operations are located into separate methods. 38 Do it for all level mutexes and Global lock too. 49 2) Acquire mutexes of all levels from 0 up to N 53 4) Do 1-3 for all levels in range (N>=1 & N<=15) 60 Acquire all for one level then Release them all and [all …]
|
D | mutex2.asl | 2 * Some or all of this work - Copyright (c) 2006 - 2021, Intel Corp. 33 * Run checking that all mutexes are actually Released. 49 * on level 0 too) for all available levels from 0 up to 15, 50 * then Release them all in the inverse order. 234 * for all available levels from 0 up to 15, Acquire 2 mutexes of each level, 235 * then Release them all in the inverse order (keep the exactly inverse order 612 * on level 0 too) for all available levels from 0 up to 15, 613 * then Release them all in the inverse order. 616 * all Release operations are located into separate method. 809 * on level 0 too) for all available levels from 0 up to 15, [all …]
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/mt/mutex/ |
D | SPEC | 52 Do it for all levels. 55 After all threads Acquire/Release each mutex of 60 THR-NUMBER: arbitrary, all threads do the same 65 1. The Control thread resets all flags and counters of all mutexes. 77 3. Control thread after all the worker threads complete with all N mutexes of i-th level: 82 for mutexes of all levels one after another from 0 up to 15 91 Acquire mutexes of all levels then Release them in the inverse order. 96 While one thread owns all the mutexes other threads hang on Acquire of the first 0-level mutex 97 (because of the same order of mutexes to be Acquired for all threads), 98 then after the thread releases all the mutexes another thread starts [all …]
|
D | tests.asl | 2 * Some or all of this work - Copyright (c) 2006 - 2021, Intel Corp. 44 * - check after all threads complete that counter is correct 62 /* c103 for all first num threads */ 66 /* Wait for all Worker threads */ 69 /* Check up the values of counters of all Mutexes */ 102 /* c104 for all first num threads */ 106 /* Wait for all Worker threads */ 109 /* Check up the values of counters of all Mutexes */ 149 /* c105 for all first num threads */ 153 /* Wait for all Worker threads */ [all …]
|
D | common.asl | 2 * Some or all of this work - Copyright (c) 2006 - 2021, Intel Corp. 40 * and its calculated unique index between all the threads participating in 44 * Worker Threads - all other threads with the non-zero index 95 * 3 - allow for all threads to report 144 Name (CM01, 0x01) /* all workers to exit the infinite loop */ 145 Name (CM02, 0x02) /* all workers to sleep for the specified period */ 173 * The control thread uses it to check that all the worker threads 372 /* Prohibits activity of all the worker threads */ 461 * Reset all counters (cnt0) and flags (fl00) 462 * corresponding to all Mutexes. [all …]
|
D | mt_access.asl | 2 * Some or all of this work - Copyright (c) 2006 - 2021, Intel Corp. 57 * The leading thread uses it to check that all the worker threads 134 * Thread 1 waits for all the worker threads to 138 * arg1 - flag if to check that all the worker threads saw my zero do00 147 * Check that all the worker threads saw my 182 * Check that all the worker threads saw my zero do00 184 * Note: assumed that EXIT command is specified for all
|
D | mxs.asl | 2 * Some or all of this work - Copyright (c) 2006 - 2021, Intel Corp. 425 * Reset all counters (cnt0) and flags (fl00) 426 * corresponding to all Mutexes. 488 /* Increment counter cnt0 (owning by all threads) */ 633 * When all workers complete that operation checks up 658 /* c106 for all first arg1 threads */ 662 /* Wait for all Worker threads */ 665 /* Check up the values of counters of all Mutexes */ 698 /* c107 for all first arg1 threads */ 702 /* Wait for all Worker threads */ [all …]
|
/acpica-3.7.0/tests/aslts/src/runtime/cntl/ |
D | README | 9 of test run, provide the uniform structure of all 22 even collections) such as all Functional tests, all Complex 23 tests, all Exceptions tests or Full test (all enumerated 24 above tests) compiled all as one DefinitionBlock. 31 set to non-zero - so enabling all the excluded now tests.
|
D | runmode.asl | 2 * Some or all of this work - Copyright (c) 2006 - 2021, Intel Corp. 33 * such as all Functional tests, all Complex 34 * tests, all Exceptions tests, Full test 35 * (all enumerated above tests). 38 * 0 - run unconditionally all tests 39 * 1 - run all the tests with non-zero params 40 * 2 - run all the tests with zero params 41 * 3 - run all the tests with params equal to RUN1 112 * collections) such as all Functional tests, 113 * all Complex tests, all Exceptions tests, [all …]
|
/acpica-3.7.0/tests/aslts/doc/docs/ |
D | TestOfOperands | 39 intended to enumerate all the aspects to be verified, and don't 40 further hesitate if all them are applied. 42 The intention of the test is to verify all the grammar rules 48 the approach of how to test it should be designed and then applied to all 50 also verified for all the operators. This would allow to concentrate 53 per-operator tests each contains all the aspects checkings. 77 The valid operand checkings verify all the legal ways of specifying and 91 of all types should be represented. All the types are given in the table 112 all the variety of computational type images 130 Note: all the functionality of all scope generating concepts: [all …]
|
/acpica-3.7.0/tests/aslts/bin/ |
D | README | 29 If necessary, convert all scripts in the aslts/bin directory to unix 46 5. Compile and install all AML test cases: 50 This command will compile and install all of the AML test cases 55 6. Run all configured test cases in all modes: 59 This command will run all the specified test cases in the specified 126 2. Summary information related to all test cases that have been run for a 131 totaloutstand00 - Summary of outstand0 of all test cases 132 totalmem0 - Summary of memtotal of all test cases 134 totaloutstand01 - Summary of outstand1 of all test cases
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/functional/reference/ |
D | SPEC | 7 cases and combinations but not all. 36 simplifies to see the summary coverage of all sub-tests. 47 appropriateness of them and may be remove them at all or catch 78 Note: the {type,size,value} features of the references to all 82 Note: check in tests all the ways of keeping and passing (delivering) 106 write/read operations for all the specified in test types 108 for all the specified in test types of DATA. 121 5) do additional sub-tests for all the situations which you can 159 Write operation - designates all the ASL Operators which write results 215 3. For all the ASL Operators which write results [all …]
|
/acpica-3.7.0/tests/aslts/ |
D | HOW_TO_USE | 20 3. Use the Do utility to run the specified set of tests in all specified 47 c) If necessary, convert all scripts in the aslts/bin directory to unix 53 (Use 'Do 1' to run all tests) 56 1 - Execute all configured tests in all enabled modes 58 3 - Print out the names of all the available test cases 59 4 - Calculate the current state of all bugs and report the summary 61 5 - Prepare bdemo summary files of one multi-results directory for all 81 6. When all tests are executed in batch mode (Do 1), the individual test
|
D | TESTS | 33 | functional | full the functional test collection - all the tests of | 70 | complex | full the complex test collection - all the tests of | 95 | exceptions | full the exceptional conditions test collection - all | 137 | full | full test - all the collections (functional + complex |
|
D | NOTE | 85 See aslts/reference.asl test, particularly all concerned to Method and 94 UPDATE exc.m084: Implement this test for all the types of objects 96 all the types of operators. 120 5. change all R0?? to W0??
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/ |
D | RUN.asl | 2 * Some or all of this work - Copyright (c) 2006 - 2021, Intel Corp. 93 * // ################################## Check all the test: 107 * // ################################## Check all the test. 132 * // ################################## Check all the test: 136 * // ################################## Check all the test.
|
D | dobmisc.asl | 2 * Some or all of this work - Copyright (c) 2006 - 2021, Intel Corp. 52 /* Start of all sub-tests */ 68 /* End of all sub-tests */
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/Identity2MS/abbu/ |
D | SPEC | 17 * 1) ABCD - through the all tree (search rules apply) 66 * - original compound object of all other type objects above, 100 * and have a) all the elements the original has and b) not 101 * all of them are present in the copy and 2) be object of
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0135/ |
D | Misc2.asl | 2 * Some or all of this work - Copyright (c) 2006 - 2021, Intel Corp. 326 * create IRefs to all levels and alternate them with Packages. 338 * Create IRefs to all levels from 4-level Package. 374 * Create IRefs to all levels from 3-level Package. 404 * Create IRefs to all levels from 2-level Package. 434 * Create IRefs to all levels from 1-level Package. 466 * create IRefs to all levels and alternate them with Packages. 481 * Create IRefs to all levels from 4-level Package. 545 * Create IRefs to all levels from 3-level Package. 599 * Create IRefs to all levels from 2-level Package. [all …]
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/functional/control/ |
D | while.asl | 2 * Some or all of this work - Copyright (c) 2006 - 2021, Intel Corp. 75 Name(CHL0, 0) // children (my children have done all) 155 // Print all Buffers of Package 288 Buffer(Local0) {}, // 0 - Children (my children have done all) 295 0, // 0 - Children (my children have done all) 338 * Calculation depends on all these nnXX below. 930 // Mix consecution of works (may nullify all) 987 // Mix consecution of works (may nullify all) 1044 // Mix consecution of works (may nullify all) 1101 // Mix consecution of works (may nullify all) [all …]
|
/acpica-3.7.0/generate/release/ |
D | build.txt | 106 Build Windows debug versions of all software and utilities 107 Build Windows nodebug versions of all software and utilities 109 Build Unix versions of all software and utilities 151 File Attachments: Add all of the release zip/gz files (currently 6 files) 157 This will update the version number header on all pages where the token is used: 183 Attach/upload all new versions of the document(s)
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/service/ |
D | README | 14 completeness - all or not all branches of tests were executed.
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/tests/ |
D | SPEC | 5 The intention of the test is to verify all the ASL grammar 118 - all corner cases of making a copy of the result object should 127 - all corner cases of applying the result object conversion rules should 164 2. Objects of all ASL data types should be exercised as destinations 167 3. Destinations should be represented by all possible ways: 180 4. Objects of all ASL data types should be exercised as result objects 183 5. Obtaining of the result objects should be represented by all 306 - repeat test action for all variety of test aspects 316 for all possible conditions that could appear in valid AML code. 317 The only problem is that implementation of all testing aspects [all …]
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0098/ |
D | DECL.asl | 2 * Some or all of this work - Copyright (c) 2006 - 2021, Intel Corp. 231 * The same as me54 but all the cases are invoked not 233 * in turn type of data but all the types of data are 412 * The same as me54 but all the cases are invoked not 414 * in turn type of data but all the types of data are
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0162/ |
D | DECL.asl | 2 * Some or all of this work - Copyright (c) 2006 - 2021, Intel Corp. 45 * the global level execution exception all became stable. 64 Debug = "Just after processing the global level execution exception all became stable!"
|
12345678910>>...53