VirtualBox

Changeset 2981 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Jun 1, 2007 4:01:28 PM (18 years ago)
Author:
vboxsync
Message:

InnoTek -> innotek: all the headers and comments.

Location:
trunk/src/VBox/Runtime/testcase
Files:
40 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/Makefile.kmk

    r2478 r2981  
    55
    66#
    7 # Copyright (C) 2006 InnoTek Systemberatung GmbH
     7# Copyright (C) 2006-2007 innotek GmbH
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/ioctl.h

    r1 r2981  
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Win32 (NT) testcase for getting the timer resolution.
     3 * innotek Portable Runtime - Win32 (NT) testcase for getting the timer resolution.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstAvl.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - Avl trees.
     3 * innotek Portable Runtime Testcase - Avl trees.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstBitOperations.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - Inlined Bit Operations.
     3 * innotek Portable Runtime Testcase - Inlined Bit Operations.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstCritSect.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - Critical Sections.
     3 * innotek Portable Runtime Testcase - Critical Sections.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstDeadlock.cpp

    r1 r2981  
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstDir-2.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - Directory listing & filtering .
     3 * innotek Portable Runtime Testcase - Directory listing & filtering .
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstDir.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - Directory listing.
     3 * innotek Portable Runtime Testcase - Directory listing.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstErrUnique.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - Error Messages.
     3 * innotek Portable Runtime Testcase - Error Messages.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstFile.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - File I/O.
     3 * innotek Portable Runtime Testcase - File I/O.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstFileLock.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - File Locks.
     3 * innotek Portable Runtime Testcase - File Locks.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstHeapSimple.cpp

    r288 r2981  
    11/* $Id $ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - Simple Heap.
     3 * innotek Portable Runtime Testcase - Simple Heap.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp

    r2306 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - inline assembly.
     3 * innotek Portable Runtime Testcase - inline assembly.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstIoCtl.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - file IoCtl.
     3 * innotek Portable Runtime Testcase - file IoCtl.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstLdr-2.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Testcase for parts of RTLdr*, manual inspection.
     3 * innotek Portable Runtime - Testcase for parts of RTLdr*, manual inspection.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstLdr-3.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Testcase for parts of RTLdr*, manual inspection.
     3 * innotek Portable Runtime - Testcase for parts of RTLdr*, manual inspection.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp

    r2333 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Testcase for RTLdrOpen using ldrLdrObjR0.r0.
     3 * innotek Portable Runtime - Testcase for RTLdrOpen using ldrLdrObjR0.r0.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstLdr.cpp

    r2333 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - Testcase for parts of RTLdr*.
     3 * innotek Portable Runtime - Testcase for parts of RTLdr*.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp

    r1190 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - RTLdr test object.
     3 * innotek Portable Runtime - RTLdr test object.
    44 *
    55 * We use precompiled versions of this object for testing all the loaders.
     
    1010
    1111/*
    12  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     12 * Copyright (C) 2006-2007 innotek GmbH
    1313 *
    1414 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstLdrLoad.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - Native Loader.
     3 * innotek Portable Runtime Testcase - Native Loader.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstLdrObj.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - RTLdr test object.
     3 * innotek Portable Runtime - RTLdr test object.
    44 *
    55 * We use precompiled versions of this object for testing all the loaders.
     
    1010
    1111/*
    12  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     12 * Copyright (C) 2006-2007 innotek GmbH
    1313 *
    1414 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstLdrObjR0.cpp

    r941 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - RTLdr test object.
     3 * innotek Portable Runtime - RTLdr test object.
    44 *
    55 * We use precompiled versions of this object for testing all the loaders.
     
    1010
    1111/*
    12  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     12 * Copyright (C) 2006-2007 innotek GmbH
    1313 *
    1414 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstLog.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - Log Formatting.
     3 * innotek Portable Runtime Testcase - Log Formatting.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstMove.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - RTFileMove & RTDirMove test program.
     3 * innotek Portable Runtime - RTFileMove & RTDirMove test program.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstPath.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - Test various path functions.
     3 * innotek Portable Runtime Testcase - Test various path functions.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstPrfRT.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime testcase - profile some of the important functions.
     3 * innotek Portable Runtime testcase - profile some of the important functions.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstRTFsQueries.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - RTFs Queries..
     3 * innotek Portable Runtime Testcase - RTFs Queries..
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstRTProcWait.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - RTProcWait.
     3 * innotek Portable Runtime Testcase - RTProcWait.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstSems.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - Simple Semaphore Smoke Test.
     3 * innotek Portable Runtime Testcase - Simple Semaphore Smoke Test.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstStrFormat.cpp

    r637 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - String formatting.
     3 * innotek Portable Runtime Testcase - String formatting.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstStrToNum.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - String To Number Conversion.
     3 * innotek Portable Runtime Testcase - String To Number Conversion.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstTSC.cpp

    r1692 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - SMP TSC testcase.
     3 * innotek Portable Runtime Testcase - SMP TSC testcase.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstTime-2.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - Simple RTTime test.
     3 * innotek Portable Runtime Testcase - Simple RTTime test.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstTime-3.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - Simple RTTime test.
     3 * innotek Portable Runtime Testcase - Simple RTTime test.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstTime.cpp

    r1206 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - Simple RTTime tests.
     3 * innotek Portable Runtime Testcase - Simple RTTime tests.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstTimeSpec.cpp

    r2629 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - RTTimeSpec and PRTTIME tests.
     3 * innotek Portable Runtime - RTTimeSpec and PRTTIME tests.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstTimer.cpp

    r1537 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - Timers.
     3 * innotek Portable Runtime Testcase - Timers.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstUtf8.cpp

    r1 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - UTF-8 and UTF-16 string conversions.
     3 * innotek Portable Runtime Testcase - UTF-8 and UTF-16 string conversions.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstUuid.cpp

    r1203 r2981  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime Testcase - UUID.
     3 * innotek Portable Runtime Testcase - UUID.
    44 */
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette