Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 235 for corerest (0.39 sec)

  1. guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java

            Future<?> possiblyIgnoredError = executor.submit(task);
          }
          awaitUnchecked(barrier);
          assertThat(future.isDone()).isTrue();
          // inspect state and ensure it is correct!
          // asserts that all get calling threads received the same value
          Object result = Iterables.getOnlyElement(finalResults);
          if (result == CancellationException.class) {
            assertTrue(future.isCancelled());
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 46.7K bytes
    - Viewed (0)
  2. src/crypto/internal/bigmod/nat.go

    // multiplication.
    func minusInverseModW(x uint) uint {
    	// Every iteration of this loop doubles the least-significant bits of
    	// correct inverse in y. The first three bits are already correct (1⁻¹ = 1,
    	// 3⁻¹ = 3, 5⁻¹ = 5, and 7⁻¹ = 7 mod 8), so doubling five times is enough
    	// for 64 bits (and wastes only one iteration for 32 bits).
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 24K bytes
    - Viewed (0)
  3. src/os/types_windows.go

    // from windows.FILE_ID_BOTH_DIR_INFO d into the newly created fileStat.
    func newFileStatFromFileIDBothDirInfo(d *windows.FILE_ID_BOTH_DIR_INFO) *fileStat {
    	// The FILE_ID_BOTH_DIR_INFO MSDN documentations isn't completely correct.
    	// FileAttributes can contain any file attributes that is currently set on the file,
    	// not just the ones documented.
    	// EaSize contains the reparse tag if the file is a reparse point.
    	return &fileStat{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 18:44:48 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/python/save_model.py

        importer.import_graph_def(graph_def, name='')
    
        signature_def_map = _validate_signatures(
            signature_def_map, ops.get_default_graph()
        )
    
        # Add `AssetFileDef`s to the collection so that correct values are fed to
        # the tensors that accept asset file paths.
        for asset_file_def in asset_file_defs:
          asset_any_proto = Any()
          asset_any_proto.Pack(asset_file_def)
          ops.add_to_collection(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 01:09:50 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/rsc.io/markdown/inline.go

    	if c == '*' || c == '~' || c == '_' {
    		for j < len(s) && s[j] == c {
    			j++
    		}
    	}
    	if c == '~' && j-i != 2 {
    		// Goldmark does not accept ~text~
    		// and incorrectly accepts ~~~text~~~.
    		// Only ~~ is correct.
    		p.corner = true
    	}
    	if c == '~' && j-i > 2 {
    		return &Plain{s[i:j]}, i, j, true
    	}
    
    	var before, after rune
    	if i == 0 {
    		before = ' '
    	} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  6. JavadocStyleGuide.md

    For this, all code blocks and multi-line snippets should be wrapped in `<code class="language-*****"></code>`.
    
    Make sure the correct language is added to the class name: `language-kotlin`, `language-groovy`, or `language-java`:
    
    ```java
    /**
     * <pre><code class="language-kotlin">
     * project.ext.prop1 = "foo"
     * task doStuff {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 15:43:07 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  7. security/pkg/nodeagent/caclient/providers/citadel/client_test.go

    			return strings.TrimPrefix(value, bearerTokenPrefix), nil
    		}
    	}
    
    	return "", fmt.Errorf("no bearer token exists in HTTP authorization header")
    }
    
    // this test is to test whether the server side receive the correct token when
    // we build the CSR sign request
    func TestCitadelClientWithDifferentTypeToken(t *testing.T) {
    	testCases := map[string]struct {
    		server       mockTokenCAServer
    		expectedCert []string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 24 21:03:23 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  8. internal/config/storageclass/storage-class.go

    		if setDriveCount == 1 {
    			cfg.RRS.Parity = 0
    		}
    	}
    
    	// Validation is done after parsing both the storage classes. This is needed because we need one
    	// storage class value to deduce the correct value of the other storage class.
    	if err = validateParity(cfg.Standard.Parity, cfg.RRS.Parity, setDriveCount); err != nil {
    		return Config{}, err
    	}
    
    	cfg.Optimize = env.Get(OptimizeEnv, kvs.Get(Optimize))
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  9. cni/pkg/install/install.go

    	if err != nil {
    		return err
    	}
    	defer func() {
    		setNotReady(in.isReady)
    		watcher.Close()
    	}()
    
    	// Before we process whether any file events have been triggered, we must check that the file is correct
    	// at this moment, and if not, yield. This is to catch other CNIs which might have mutated the file between
    	// the (theoretical) window after we initially install/write, but before we actually start the filewatch.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 21:45:18 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  10. cmd/prepare-storage.go

    	if err != nil {
    		return err
    	}
    	xhttp.DrainBody(resp.Body)
    
    	return nil
    }
    
    // connect to list of endpoints and load all Erasure disk formats, validate the formats are correct
    // and are in quorum, if no formats are found attempt to initialize all of them for the first
    // time. additionally make sure to close all the disks used in this attempt.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun May 19 08:06:49 UTC 2024
    - 11.1K bytes
    - Viewed (0)
Back to top