Search Options

Results per page
Sort
Preferred Languages
Advance

Results 251 - 260 of 455 for whatev (0.04 sec)

  1. android/guava-tests/test/com/google/common/primitives/ImmutableIntArrayTest.java

    1. }
    2.  
    3. /**
    4. * If there's a bug in builder growth, we wouldn't know how to expose it. So, brute force the hell
    5. * out of it for a while and see what happens.
    6. */
    7. public void testBuilder_bruteForce() {
    8. for (int i = 0; i < reduceIterationsIfGwt(100); i++) {
    9. ImmutableIntArray.Builder builder = ImmutableIntArray.builder(RANDOM.nextInt(20));
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 25 18:05:56 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/primitives/ImmutableDoubleArrayTest.java

    1. }
    2.  
    3. /**
    4. * If there's a bug in builder growth, we wouldn't know how to expose it. So, brute force the hell
    5. * out of it for a while and see what happens.
    6. */
    7. public void testBuilder_bruteForce() {
    8. for (int i = 0; i < reduceIterationsIfGwt(100); i++) {
    9. ImmutableDoubleArray.Builder builder = ImmutableDoubleArray.builder(RANDOM.nextInt(20));
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 25 18:05:56 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  3. compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/ArtifactResolutionRequest.java

    1. private static final String LS = System.lineSeparator();
    2.  
    3. private Artifact artifact;
    4.  
    5. // Needs to go away
    6. // These are really overrides now, projects defining dependencies for a plugin that override what is
    7. // specified in the plugin itself.
    8. private Set<Artifact> artifactDependencies;
    9.  
    10. private ArtifactRepository localRepository;
    11.  
    12. private List<ArtifactRepository> remoteRepositories;
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/reflect/MutableTypeToInstanceMapTest.java

    1. suite.addTestSuite(MutableTypeToInstanceMapTest.class);
    2.  
    3. suite.addTest(
    4. MapTestSuiteBuilder.using(
    5. new TestTypeToInstanceMapGenerator() {
    6. // Other tests will verify what real, warning-free usage looks like
    7. // but here we have to do some serious fudging
    8. @Override
    9. @SuppressWarnings({"unchecked", "rawtypes"})
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  5. src/archive/zip/struct.go

    1. // NonUTF8 indicates that Name and Comment are not encoded in UTF-8.
    2. //
    3. // By specification, the only other encoding permitted should be CP-437,
    4. // but historically many ZIP readers interpret Name and Comment as whatever
    5. // the system's local character encoding happens to be.
    6. //
    7. // This flag should only be set if the user intends to encode a non-portable
    8. // ZIP file for a specific localized region. Otherwise, the Writer
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue May 28 21:41:09 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  6. cmd/object-handlers.go

    1. if err != nil {
    2. writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
    3. return
    4. }
    5. event := evalActionFromLifecycle(ctx, *lc, rcfg, replcfg, objInfo)
    6. if event.Action.Delete() {
    7. // apply whatever the expiry rule is.
    8. applyExpiryRule(event, lcEventSrc_s3GetObject, objInfo)
    9. if !event.Action.DeleteRestored() {
    10. // If the ILM action is not on restored object return error.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 05 05:16:15 UTC 2024
    - 117.4K bytes
    - Viewed (0)
  7. build-logic/cleanup/src/test/groovy/gradlebuild/cleanup/services/LeakingProcessKillPatternTest.groovy

    1. def projectDir = "/whatever"
    2.  
    3. expect:
    4. (line =~ KillLeakingJavaProcesses.generateLeakingProcessKillPattern(projectDir)).find()
    5. }
    6.  
    7. def "matches kotlin compiler on windows"() {
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Fri Jul 12 03:42:46 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  8. istioctl/pkg/analyze/analyze.go

    1. readers, err := gatherFiles(cmd, args)
    2. if err != nil {
    3. return err
    4. }
    5. cancel := make(chan struct{})
    6.  
    7. // We use the "namespace" arg that's provided as part of root istioctl as a flag for specifying what namespace to use
    8. // for file resources that don't have one specified.
    9. selectedNamespace = ctx.Namespace()
    10. if useKube {
    11. // apply default namespace if not specified and useKube is true
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 31 06:53:50 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  9. docs/kms/IAM.md

    1. encrypted. The encryption key has to be passed as environment variable.
    2. - Run MinIO with KES (minio/kes) in combination with any supported KMS as
    3. secure key store. For example, you can run MinIO + KES + Hashicorp Vault.
    4.  
    5. > What about an exiting MinIO deployment? Can I just upgrade my cluster?
    6.  
    7. Yes, MinIO will try to transparently migrate any existing IAM data and either stores
    8. it in plaintext (no KMS) or re-encrypts using the KMS.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/ImmutableClassToInstanceMap.java

    1. * contains entries with duplicate keys (for example, if it is a {@code SortedMap} whose
    2. * comparator is not <i>consistent with equals</i>), the results of this method are undefined.
    3. *
    4. * <p><b>Note:</b> Despite what the method name suggests, if {@code map} is an {@code
    5. * ImmutableClassToInstanceMap}, no copy will actually be performed.
    6. *
    7. * @throws NullPointerException if any key or value in {@code map} is null
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed May 10 21:56:03 UTC 2023
    - 7.1K bytes
    - Viewed (0)
Back to top