Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 68 for experts (0.21 sec)

  1. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    ====
    
    In other cases, like with the link:{plugin-portal}plugin/org.gretty[Gretty Plugin] when configuring farms, the plugin expects a delegate closure:
    
    .Use `delegateClosureOf<T> {}`
    ====
    include::sample[dir="snippets/kotlinDsl/interoperability-delegate-closure-of/kotlin",files="build.gradle.kts[tags=delegateClosureOf]"]
    ====
    
    There sometimes isn't a good way to tell, from looking at the source code, which version to use.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        const MarkForCompilationPassImpl::DebugOptions& debug_options) {
      Graph* graph = options.graph->get();
      FunctionLibraryDefinition* flib_def = options.flib_def;
    
      // Deadness analysis expects a graph with source and sink edges properly
      // connected but sometimes the incoming graph does not follow this invariant.
      // So fix up the source and sink edges before calling into deadness analysis.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/p256_asm_ppc64le.s

    	VSUBEUQM T2, ZER, CAR2, T2  // VSBIQ   T2, ZER, CAR2, T2
    
    	VSEL TT0, T0, T2, T0
    	VSEL TT1, T1, T2, T1
    
    	// Reorder the bytes so STXVD2X can be used.
    	// TT0, TT1 used for VPERM result in case
    	// the caller expects T0, T1 to be good.
    	XXPERMDI T0, T0, $2, TT0
    	XXPERMDI T1, T1, $2, TT1
    
    	STXVD2X TT0, (R0)(res_ptr)
    	STXVD2X TT1, (R16)(res_ptr)
    	RET
    
    #undef res_ptr
    #undef x_ptr
    #undef CPOOL
    #undef T0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  4. src/main/webapp/js/jquery-3.6.3.min.js

    /*! jQuery v3.6.3 | (c) OpenJS Foundation and other contributors | jquery.org/license */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  5. src/runtime/traceback.go

    	if pc > f.entry() {
    		print(" +", hex(pc-f.entry()))
    	}
    	print("\n")
    }
    
    func traceback(pc, sp, lr uintptr, gp *g) {
    	traceback1(pc, sp, lr, gp, 0)
    }
    
    // tracebacktrap is like traceback but expects that the PC and SP were obtained
    // from a trap, not from gp->sched or gp->syscallpc/gp->syscallsp or getcallerpc/getcallersp.
    // Because they are from a trap instead of from a saved pair,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  6. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    # if GTEST_USE_OWN_TR1_TUPLE
    #  include "gtest/internal/gtest-tuple.h"
    # elif GTEST_ENV_HAS_STD_TUPLE_
    #  include <tuple>
    // C++11 puts its tuple into the ::std namespace rather than
    // ::std::tr1.  gtest expects tuple to live in ::std::tr1, so put it there.
    // This causes undefined behavior, but supported compilers react in
    // the way we intend.
    namespace std {
    namespace tr1 {
    using ::std::get;
    using ::std::make_tuple;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  7. src/runtime/mbitmap.go

    		for i := limit; i < s.elemsize; i++ {
    			if *(*byte)(unsafe.Pointer(i)) != 0 {
    				throw("found non-zeroed tail of allocation")
    			}
    		}
    
    		// Callers (and a check we're about to run) expects this mask
    		// to end at the last pointer.
    		for len(maskFromHeap) > 0 && maskFromHeap[len(maskFromHeap)-1] == 0 {
    			maskFromHeap = maskFromHeap[:len(maskFromHeap)-1]
    		}
    
    		if et.Kind_&abi.KindGCProg == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    # if GTEST_USE_OWN_TR1_TUPLE
    #  include "gtest/internal/gtest-tuple.h"
    # elif GTEST_ENV_HAS_STD_TUPLE_
    #  include <tuple>
    // C++11 puts its tuple into the ::std namespace rather than
    // ::std::tr1.  gtest expects tuple to live in ::std::tr1, so put it there.
    // This causes undefined behavior, but supported compilers react in
    // the way we intend.
    namespace std {
    namespace tr1 {
    using ::std::get;
    using ::std::make_tuple;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  9. cmd/admin-handlers-users.go

    	allPoliciesFile,
    	allUsersFile,
    	allGroupsFile,
    	allSvcAcctsFile,
    	userPolicyMappingsFile,
    	groupPolicyMappingsFile,
    	stsUserPolicyMappingsFile,
    }
    
    // ExportIAMHandler - exports all iam info as a zipped file
    func (a adminAPIHandlers) ExportIAM(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    	// Get current object layer instance.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:19:04 UTC 2024
    - 78.6K bytes
    - Viewed (0)
  10. src/runtime/malloc.go

    	physHugePageShift uint
    )
    
    func mallocinit() {
    	if class_to_size[_TinySizeClass] != _TinySize {
    		throw("bad TinySizeClass")
    	}
    
    	if heapArenaBitmapWords&(heapArenaBitmapWords-1) != 0 {
    		// heapBits expects modular arithmetic on bitmap
    		// addresses to work.
    		throw("heapArenaBitmapWords not a power of 2")
    	}
    
    	// Check physPageSize.
    	if physPageSize == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
Back to top