Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 232 for addOption (0.18 sec)

  1. android/guava-testlib/src/com/google/common/testing/ArbitraryInstances.java

     * java.util.concurrent}, {@code java.util.regex}, {@code com.google.common.base}, {@code
     * com.google.common.collect} and {@code com.google.common.primitives}. In addition, if the type
     * exposes at least one public static final constant of the same type, one of the constants will be
     * used; or if the class exposes a public parameter-less constructor then it will be "new"d and
     * returned.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 17 16:33:44 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  2. src/os/file_unix.go

    			// Issue 19093.
    			// Also don't add directories to the netpoller.
    			if err == nil && (typ == syscall.S_IFREG || typ == syscall.S_IFDIR) {
    				pollable = false
    			}
    
    			// In addition to the behavior described above for regular files,
    			// on Darwin, kqueue does not work properly with fifos:
    			// closing the last writer does not cause a kqueue event
    			// for any readers. See issue #24164.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  3. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaCompileProblemsIntegrationTest.groovy

                exception.message.endsWith('invalid flag: -invalid-flag')
            }
        }
    
        /**
         * Assert if a compilation problems looks like how we expect it to look like.
         * <p>
         * In addition, the method will update the {@link #possibleFileLocations} with the location found in the problem.
         * This could be used to assert that all expected files have been visited.
         *
         * @param problem the problem to assert
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 16:15:29 UTC 2024
    - 24K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/go/analysis/doc.go

    understood as alternative or non-standard type systems. For example,
    vet's printf checker infers whether a function has the "printf wrapper"
    type, and it applies stricter checks to calls of such functions. In
    addition, it records which functions are printf wrappers for use by
    later analysis passes to identify other printf wrappers by induction.
    A result such as “f is a printf wrapper” that is not interesting by
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  5. src/math/big/float.go

    	}
    	if len(x.mant) == 0 {
    		panic("empty mantissa for x")
    	}
    	if len(y.mant) == 0 {
    		panic("empty mantissa for y")
    	}
    }
    
    // z = x + y, ignoring signs of x and y for the addition
    // but using the sign of z for rounding the result.
    // x and y must have a non-empty mantissa and valid exponent.
    func (z *Float) uadd(x, y *Float) {
    	// Note: This implementation requires 2 shifts most of the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 15:46:54 UTC 2024
    - 44.5K bytes
    - Viewed (0)
  6. prow/config/calico.yaml

                  bpfL3IfacePattern:
                    description: BPFL3IfacePattern is a regular expression that allows
                      to list tunnel devices like wireguard or vxlan (i.e., L3 devices)
                      in addition to BPFDataIfacePattern. That is, tunnel interfaces not
                      created by Calico, that Calico workload traffic flows over as well
                      as any interfaces that handle incoming traffic to nodeports and
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  7. CONTRIBUTING.md

    Clicking okay on the dialog will cause a copy of the `accepted-public-api-changes.json` containing your (properly sorted) addition to be downloaded.
    You can then replace the existing file with this new downloaded version. 
    ### Java Toolchain
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 01:39:23 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  8. test/codegen/arithmetic.go

    package codegen
    
    // This file contains codegen tests related to arithmetic
    // simplifications and optimizations on integer types.
    // For codegen tests on float types, see floats.go.
    
    // ----------------- //
    //    Addition       //
    // ----------------- //
    
    func AddLargeConst(a uint64, out []uint64) {
    	// ppc64x/power10:"ADD\t[$]4294967296,"
    	// ppc64x/power9:"MOVD\t[$]1", "SLD\t[$]32" "ADD\tR[0-9]*"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 15:28:00 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/action.go

    // It is up to the caller to call b.Mkdir on the result at an appropriate time.
    // The result ends in a slash, so that file names in that directory
    // can be constructed with direct string addition.
    //
    // NewObjdir must be called only from a single goroutine at a time,
    // so it is safe to call during action graph construction, but it must not
    // be called during action graph execution.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 15:39:17 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    									TlsParams: &tls.TlsParameters{},
    								},
    							}),
    						},
    					},
    					Filters: []*listener.Filter{{Name: "filter"}},
    				},
    			},
    		},
    		{
    			Name: "custom-tls-addition",
    			Address: &core.Address{
    				Address: &core.Address_SocketAddress{
    					SocketAddress: &core.SocketAddress{
    						PortSpecifier: &core.SocketAddress_PortValue{
    							PortValue: 7778,
    						},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
Back to top