Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for unnamed (0.12 sec)

  1. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    Given a parameterized test method named `aTestMethod` that takes two parameters, it will be reported with the name `aTestMethod(toStringValueOfParam1, toStringValueOfParam2)`. This makes it easy to identify the parameter values for a particular iteration.
    
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ppc64/asm.go

    //
    // These functions are defined in the ELFv2 ABI (generated when using gcc -Os option) to save and
    // restore callee-saved registers (as defined in the PPC64 ELF ABIs) from registers n or m to 31 of
    // the named type. R12 and R0 are sometimes used in exceptional ways described in the ABI.
    //
    // Final note, this is only needed when linking internally. The external linker will generate these
    // functions if they are used.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.31.md

    - Allow creating ServiceAccount tokens bound to Node objects.
      This allows users to bind a service account token's validity to a named Node object, similar to Pod bound tokens.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

      }
    
     private:
      GTEST_DISALLOW_COPY_AND_ASSIGN_(Mutex);
    };
    
    // We cannot name this class MutexLock as the ctor declaration would
    // conflict with a macro named MutexLock, which is defined on some
    // platforms.  Hence the typedef trick below.
    class GTestMutexLock {
     public:
      explicit GTestMutexLock(MutexBase* mutex)
          : mutex_(mutex) { mutex_->Lock(); }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// presented as-is to a reader.
    	// +optional
    	Message string `json:"message,omitempty" protobuf:"bytes,2,opt,name=message"`
    	// The field of the resource that has caused this error, as named by its JSON
    	// serialization. May include dot and postfix notation for nested attributes.
    	// Arrays are zero-indexed.  Fields may appear more than once in an array of
    	// causes due to fields having multiple errors.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  6. src/runtime/mheap.go

    // the span is swept.
    func newAllocBits(nelems uintptr) *gcBits {
    	return newMarkBits(nelems)
    }
    
    // nextMarkBitArenaEpoch establishes a new epoch for the arenas
    // holding the mark bits. The arenas are named relative to the
    // current GC cycle which is demarcated by the call to finishweep_m.
    //
    // All current spans have been swept.
    // During that sweep each span allocated room for its gcmarkBits in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
Back to top