Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 84 of 84 for describeTo (0.23 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    class TestCase;
    class TestInfo;
    class UnitTest;
    
    // A class for indicating whether an assertion was successful.  When
    // the assertion wasn't successful, the AssertionResult object
    // remembers a non-empty message that describes how it failed.
    //
    // To create an instance of this class, use one of the factory functions
    // (AssertionSuccess() and AssertionFailure()).
    //
    // This class is useful for two purposes:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modload/load.go

    // when we are only loading individual packages, so we set the pkgInAll flag
    // regardless of the whether the "all" pattern is a root.
    // (This is necessary to maintain the “import invariant” described in
    // https://golang.org/design/36460-lazy-module-loading.)
    //
    // Because "go mod vendor" prunes out the tests of vendored packages, the
    // behavior of the "all" pattern with -mod=vendor in Go 1.11–1.15 is the same
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    Similarly, tasks from the Groovy and Scala plugins also rely on toolchains to determine on which JVM they are executed.
    
    ==== Scala compilation target
    
    With the toolchain changes described above, Scala compilation tasks are now always provided with a `target` or `release` parameter.
    The exact parameter and value depend on toolchain usage, or not, and Scala version.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/lib.go

    		int64) (relocatedOffset int64, nExtReloc int, ok bool)
    	// Archrelocvariant is a second arch-specific hook used for
    	// relocation processing; it handles relocations where r.Type is
    	// insufficient to describe the relocation (r.Variant !=
    	// sym.RV_NONE). Here "rel" is the relocation being applied, "sym"
    	// is the symbol containing the chunk of data to which the
    	// relocation applies, and "off" is the contents of the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top