Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 83 for ctan (0.09 sec)

  1. src/crypto/x509/verify_test.go

    // Copyright 2011 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package x509
    
    import (
    	"crypto"
    	"crypto/ecdsa"
    	"crypto/elliptic"
    	"crypto/rand"
    	"crypto/x509/pkix"
    	"encoding/asn1"
    	"encoding/pem"
    	"errors"
    	"fmt"
    	"internal/testenv"
    	"math/big"
    	"os/exec"
    	"reflect"
    	"runtime"
    	"slices"
    	"strconv"
    	"strings"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Maps.java

       * ordering. {@code NavigableMap} on the other hand can specify a custom ordering via a {@link
       * Comparator}, which can violate the natural ordering. Using this method (or in general using
       * {@code Range}) with unnaturally-ordered maps can lead to unexpected and undefined behavior.
       *
       * @since 20.0
       */
      @GwtIncompatible // NavigableMap
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Maps.java

       * ordering. {@code NavigableMap} on the other hand can specify a custom ordering via a {@link
       * Comparator}, which can violate the natural ordering. Using this method (or in general using
       * {@code Range}) with unnaturally-ordered maps can lead to unexpected and undefined behavior.
       *
       * @since 20.0
       */
      @GwtIncompatible // NavigableMap
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  4. pkg/kubelet/eviction/eviction_manager_test.go

    			if !manager.IsUnderDiskPressure() {
    				t.Fatalf("Manager should report disk pressure since soft threshold was met")
    			}
    
    			// verify image, container or both gc were called.
    			// split filesystem can have container gc called without image.
    			// same filesystem should have both.
    			if diskGC.imageGCInvoked != tc.expectImageGcCall && diskGC.containerGCInvoked != tc.expectContainerGcCall {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  5. pkg/scheduler/internal/queue/scheduling_queue_test.go

    			// When a Pod is added to the queue, the QueuedPodInfo will have a new timestamp.
    			// On Windows, time.Now() is not as precise, 2 consecutive calls may return the same timestamp.
    			// Thus, all the QueuedPodInfos can have the same timestamps, which can be an issue
    			// when we're expecting them to be popped in a certain order (the Less function
    			// sorts them by Timestamps if they have the same Pod Priority).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        return new AsyncCallable<T>() {
          @Override
          public ListenableFuture<T> call() {
            return returnValue;
          }
        };
      }
    
      /** Runnable which can be called a single time, and only after {@link #expectCall} is called. */
      // TODO(cpovirk): top-level class?
      private static class SingleCallListener implements Runnable {
    
        private boolean expectCall = false;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        return new AsyncCallable<T>() {
          @Override
          public ListenableFuture<T> call() {
            return returnValue;
          }
        };
      }
    
      /** Runnable which can be called a single time, and only after {@link #expectCall} is called. */
      // TODO(cpovirk): top-level class?
      private static class SingleCallListener implements Runnable {
    
        private boolean expectCall = false;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  8. pkg/registry/batch/job/strategy_test.go

    							Status: api.ConditionTrue,
    						},
    					},
    				},
    			},
    			wantErrs: field.ErrorList{
    				{Type: field.ErrorTypeInvalid, Field: "status.conditions"},
    			},
    		},
    		"completionTime can be removed to fix still running job": {
    			enableJobManagedBy: true,
    			job: &batch.Job{
    				ObjectMeta: validObjectMeta,
    				Status: batch.JobStatus{
    					StartTime:      &now,
    					CompletionTime: &now,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

        bool fuse_bias_constant =
            FindUserOfType<stablehlo::AddOp>(op) && has_i32_output;
        // Get the desired output type and extract any existing fusible bias
        // as `TFL::QConstOp` so that it can be fused with TFL::FullyConnectedOp`.
        const Type output_type = GetOutputTypeAndOptionallyUpdateBias(
            op, rewriter, &bias_tfl_op, has_i32_output, fuse_bias_constant);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/ppc64/asm9.go

    		o2 = AOP_RRR(OP_MULLD, REGTMP, REGTMP, uint32(p.From.Reg))
    		o3 = AOP_RRR(OP_SUBF|t, uint32(p.To.Reg), REGTMP, uint32(r))
    		/* cases 50,51: removed; can be reused. */
    
    		/* cases 50,51: removed; can be reused. */
    
    	case 52: /* mtfsbNx cr(n) */
    		v := c.regoff(&p.From) & 31
    
    		o1 = AOP_RRR(c.oprrr(p.As), uint32(v), 0, 0)
    
    	case 53: /* mffsX ,fr1 */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top