Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 60 for JvmOptions (0.33 sec)

  1. .idea/runConfigurations/Generate_FIR_Checker_Components_and_FIR_IDE_Diagnostics.xml

            <list>
              <option value=":compiler:fir:checkers:generateCheckersComponents" />
              <option value=":analysis:analysis-api-fir:generateCode" />
            </list>
          </option>
          <option name="vmOptions" value="" />
        </ExternalSystemSettings>
        <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
        <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Sep 22 13:47:13 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  2. .idea/runConfigurations/Test__public_API_binary_compatibility_validator__overwrite_results.xml

            <list>
              <option value=":tools:binary-compatibility-validator:cleanTest" />
              <option value=":tools:binary-compatibility-validator:test" />
            </list>
          </option>
          <option name="vmOptions" value="-Doverwrite.output=true" />
        </ExternalSystemSettings>
        <method />
      </configuration>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Mar 11 10:10:03 UTC 2021
    - 975 bytes
    - Viewed (0)
  3. .idea/runConfigurations/Symbol_Light_Classes_Tests.xml

            <list>
              <option value=":analysis:symbol-light-classes:test" />
              <option value="--tests" />
              <option value="*" />
            </list>
          </option>
          <option name="vmOptions" />
        </ExternalSystemSettings>
        <ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
        <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Mar 01 17:29:07 UTC 2024
    - 1K bytes
    - Viewed (0)
  4. .idea/runConfigurations/Test__Partial_Linkage_JS___with_IC.xml

              <option value="--tests" />
              <option value="&quot;org.jetbrains.kotlin.js.test.ir.JsPartialLinkageWithICTestCaseGenerated&quot;" />
            </list>
          </option>
          <option name="vmOptions" />
        </ExternalSystemSettings>
        <ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
        <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Mar 29 15:41:06 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  5. .idea/runConfigurations/Test__Kotlin_Gradle_Plugin.xml

              <option value=":kotlin-gradle-plugin-idea:check" />
              <option value=":kotlin-gradle-plugin-idea-proto:check" />
            </list>
          </option>
          <option name="vmOptions" />
        </ExternalSystemSettings>
        <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
        <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Jun 05 14:25:01 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  6. guava-tests/benchmark/com/google/common/util/concurrent/SingleThreadAbstractFutureBenchmark.java

     */
    
    package com.google.common.util.concurrent;
    
    import com.google.caliper.BeforeExperiment;
    import com.google.caliper.Benchmark;
    import com.google.caliper.Param;
    import com.google.caliper.api.VmOptions;
    import com.google.common.util.concurrent.AbstractFutureBenchmarks.Facade;
    import com.google.common.util.concurrent.AbstractFutureBenchmarks.Impl;
    import java.util.ArrayList;
    import java.util.List;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jul 16 17:22:27 UTC 2019
    - 3.6K bytes
    - Viewed (0)
  7. .idea/runConfigurations/Test__Commonizer.xml

              <option value="--tests" />
              <option value="&quot;org.jetbrains.kotlin.gradle.native.CocoaPodsIT.testCinteropCommonization*&quot;" />
            </list>
          </option>
          <option name="vmOptions" value="" />
        </ExternalSystemSettings>
        <ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
        <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Jun 05 14:25:01 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  8. guava-tests/benchmark/com/google/common/util/concurrent/StripedBenchmark.java

    import com.google.caliper.BeforeExperiment;
    import com.google.caliper.Benchmark;
    import com.google.caliper.Param;
    import com.google.caliper.api.Footprint;
    import com.google.caliper.api.VmOptions;
    import com.google.common.base.Supplier;
    import com.google.common.collect.ImmutableList;
    import com.google.common.primitives.Ints;
    import java.util.ArrayList;
    import java.util.Collections;
    import java.util.List;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 4K bytes
    - Viewed (0)
  9. android/guava-tests/benchmark/com/google/common/io/ByteSourceAsCharSourceReadBenchmark.java

    import com.google.caliper.api.VmOptions;
    import com.google.common.base.Optional;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.nio.charset.Charset;
    import java.util.Random;
    
    /**
     * Benchmarks for various potential implementations of {@code ByteSource.asCharSource(...).read()}.
     */
    // These benchmarks allocate a lot of data so use a large heap
    @VmOptions({"-Xms12g", "-Xmx12g", "-d64"})
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 5.2K bytes
    - Viewed (0)
  10. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.process.internal.JvmOptions> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (JvmOptions.java:0)
    Class <org.gradle.process.internal.ProcessArgumentsSpec$HasExecutable> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ProcessArgumentsSpec.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top