Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 118 for processArgs (0.14 sec)

  1. docs/en/docs/async.md

    ---
    
    In this scenario of the parallel burgers, you are a computer / program 🤖 with two processors (you and your crush), both waiting 🕙 and dedicating their attention ⏯ to be "waiting on the counter" 🕙 for a long time.
    
    The fast food store has 8 processors (cashiers/cooks). While the concurrent burgers store might have had only 2 (one cashier and one cook).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 00:24:48 UTC 2024
    - 23K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    This is no longer necessary because Gradle has a separate <<java_plugin.adoc#tab:configurations,annotation processor classpath>>.
    The dependencies for annotation processors are not added to an IDEA module's classpath when a Gradle project with annotation processors is imported.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  3. src/debug/elf/elf.go

    	EM_MSP430        Machine = 105 /* Texas Instruments embedded microcontroller msp430 */
    	EM_BLACKFIN      Machine = 106 /* Analog Devices Blackfin (DSP) processor */
    	EM_SE_C33        Machine = 107 /* S1C33 Family of Seiko Epson processors */
    	EM_SEP           Machine = 108 /* Sharp embedded microprocessor */
    	EM_ARCA          Machine = 109 /* Arca RISC Microprocessor */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/io/Files.java

       */
      @Deprecated
      @InlineMe(
          replacement = "Files.asCharSource(file, charset).readLines(callback)",
          imports = "com.google.common.io.Files")
      @CanIgnoreReturnValue // some processors won't return a useful result
      @ParametricNullness
      public
      static <T extends @Nullable Object> T readLines(
          File file, Charset charset, LineProcessor<T> callback) throws IOException {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 33.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/variant_model.adoc

    [listing]
    ----
    > Task :resolvableConfigurations
    --------------------------------------------------
    Configuration annotationProcessor
    --------------------------------------------------
    Description = Annotation processors and their dependencies for source set 'main'.
    
    Attributes
        - org.gradle.category            = library
        - org.gradle.dependency.bundling = external
        - org.gradle.jvm.environment     = standard-jvm
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  6. guava/src/com/google/common/io/Files.java

       */
      @Deprecated
      @InlineMe(
          replacement = "Files.asCharSource(file, charset).readLines(callback)",
          imports = "com.google.common.io.Files")
      @CanIgnoreReturnValue // some processors won't return a useful result
      @ParametricNullness
      public
      static <T extends @Nullable Object> T readLines(
          File file, Charset charset, LineProcessor<T> callback) throws IOException {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 33.1K bytes
    - Viewed (0)
  7. platforms/jvm/language-groovy/src/testFixtures/groovy/org/gradle/groovy/compile/AbstractBasicGroovyCompilerIntegrationSpec.groovy

            enableIncrementalCompilation()
    
            then:
            fails("compileGroovy")
            failure.assertHasCause(
                'Enabling incremental compilation and configuring Java annotation processors for Groovy compilation is not allowed. ' +
                    'Disable incremental Groovy compilation or remove the Java annotation processor configuration.')
        }
    
        def "compileBadCodeWithAnnotationProcessor"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 09:08:49 UTC 2023
    - 27K bytes
    - Viewed (0)
  8. platforms/jvm/plugins-java-base/src/main/java/org/gradle/api/plugins/JavaBasePlugin.java

            annotationProcessorConfiguration.setVisible(false);
            annotationProcessorConfiguration.setDescription("Annotation processors and their dependencies for " + sourceSetName + ".");
            jvmPluginServices.configureAsRuntimeClasspath(annotationProcessorConfiguration);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 19 22:14:22 UTC 2023
    - 28.3K bytes
    - Viewed (0)
  9. src/crypto/sha512/sha512block_amd64.s

    	CMPQ	SI, 640(SP)
    	JB	loop
    
    end:
    	RET
    
    // Version below is based on "Fast SHA512 Implementations on Intel
    // Architecture Processors" White-paper
    // https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/fast-sha512-implementations-ia-processors-paper.pdf
    // AVX2 version by Intel, same algorithm in Linux kernel:
    // https://github.com/torvalds/linux/blob/master/arch/x86/crypto/sha512-avx2-asm.S
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/internal/driver/commands.go

    		"Discard tags that match this regexp"),
    	// Heap profile options
    	"divide_by": helpText(
    		"Ratio to divide all samples before visualization",
    		"Divide all samples values by a constant, eg the number of processors or jobs."),
    	"mean": helpText(
    		"Average sample value over first value (count)",
    		"For memory profiles, report average memory per allocation.",
    		"For time-based profiles, report average time per event."),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top