Home | History | Annotate | Download | only in debugger

Lines Matching defs:This

11  * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
16 * 2.1. This is your license from Intel Corp. under its intellectual property
18 * you this software, covering your right to use that party's intellectual
22 * copy of the source code appearing in this file ("Covered Code") an
45 * the above Copyright Notice, the above License, this list of Conditions,
93 * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
99 * 4.3. Licensee shall not export, either directly or indirectly, any of this
123 * notice, this list of conditions, and the following disclaimer,
132 * from this software without specific prior written permission.
134 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
144 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
347 char *This;
360 This = String;
363 This = AcpiDbGetNextToken (This, &Next, &Type);
364 if (!This)
371 Status = AcpiDbConvertToObject (Type, This, &Elements[i]);
379 This = Next;