Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 137 for processArgs (0.26 sec)

  1. pilot/pkg/model/context.go

    // See for example EDS incremental updates.
    type XdsUpdates = sets.Set[ConfigKey]
    
    // XdsLogDetails contains additional metadata that is captured by Generators and used by xds processors
    // like Ads and Delta to uniformly log.
    type XdsLogDetails struct {
    	Incremental    bool
    	AdditionalInfo string
    }
    
    var DefaultXdsLogDetails = XdsLogDetails{}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 33.6K bytes
    - Viewed (1)
  2. platforms/documentation/docs/src/docs/userguide/optimizing-performance/performance.adoc

    This especially improves build times in large multi-project builds with deep dependency chains.
    
    Upgrade to a Gradle version above 3.4 to benefit from compile avoidance.
    
    NOTE: If you use annotation processors, you need to explicitly declare them in order for compilation avoidance to work.
    To learn more, check out the <<java_plugin.adoc#sec:java_compile_avoidance,compile avoidance documentation>>.
    
    == Optimize Android projects
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/p256_asm_arm64.s

    	MOVD	a+8(FP), a_ptr
    	MOVD	b+16(FP), b_ptr
    	MOVD	cond+24(FP), R3
    
    	CMP	$0, R3
    	// Two remarks:
    	// 1) Will want to revisit NEON, when support is better
    	// 2) CSEL might not be constant time on all ARM processors
    	LDP	0*16(a_ptr), (R4, R5)
    	LDP	1*16(a_ptr), (R6, R7)
    	LDP	2*16(a_ptr), (R8, R9)
    	LDP	0*16(b_ptr), (R16, R17)
    	LDP	1*16(b_ptr), (R19, R20)
    	LDP	2*16(b_ptr), (R21, R22)
    	CSEL	EQ, R16, R4, R4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/asm9.go

    		/* 17 = Block access - program will not access EA for a long time. */
    
    		/* L field for dcbf: */
    		/* 0 = invalidates the block containing EA in all processors. */
    		/* 1 = same as 0, but with limited scope (i.e. block in the current processor will not be reused soon). */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  5. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

            // needs to be supported so the EventSpyDispatcher needs to be put in the CliRequest so that
            // it can be accessed by configuration processors.
            //
            cliRequest.request.setEventSpyDispatcher(eventSpyDispatcher);
    
            //
            // We expect at most 2 implementations to be available. The SettingsXmlConfigurationProcessor implementation
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/jvm/building_java_projects.adoc

    ====
    
    That's also how you can change the verbosity of the compiler, disable debug output in the byte code and configure where the compiler can find annotation processors.
    
    [[sec:java_cross_compilation]]
    === Targeting a specific Java version
    
    By default, Gradle will compile Java code to the language level of the JVM running Gradle.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.1K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. groovy */
        String JOB_DEFAULT_SCRIPT = "job.default.script";
    
        /** The key of the configuration. e.g. 0 */
        String PROCESSORS = "processors";
    
        /** The key of the configuration. e.g. java */
        String JAVA_COMMAND_PATH = "java.command.path";
    
        /** The key of the configuration. e.g. python */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

                    split(host, ",").get(stream -> stream.map(String::trim).filter(StringUtil::isNotEmpty).toArray(n -> new String[n]));
            final Builder builder = Settings.builder().putList("http.hosts", hosts).put("processors", fessConfig.availableProcessors())
                    .put("http.heartbeat_interval", fessConfig.getFesenHeartbeatInterval());
            final String username = fessConfig.getFesenUsername();
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  9. src/runtime/asm_386.s

    	CALL	runtime·newproc(SB)
    	POPL	AX
    
    	// start this M
    	CALL	runtime·mstart(SB)
    
    	CALL	runtime·abort(SB)
    	RET
    
    DATA	bad_proc_msg<>+0x00(SB)/61, $"This program can only be run on processors with MMX support.\n"
    GLOBL	bad_proc_msg<>(SB), RODATA, $61
    
    DATA	runtime·mainPC+0(SB)/4,$runtime·main(SB)
    GLOBL	runtime·mainPC(SB),RODATA,$4
    
    TEXT runtime·breakpoint(SB),NOSPLIT,$0-0
    	INT $3
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 15:45:13 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    the single build worker pool to concurrently compile and link native components, by default. No special configuration is required to enable concurrent building.
    
    By default, the worker pool size is determined by the number of available processors on the build machine (as reported to the build JVM). To explicitly set the number of workers use the `--max-workers` command-line option or `org.gradle.workers.max` system property. There is generally no need to change this setting from its default....
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
Back to top