Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 199 for Hwassist (0.12 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/yaml/decoder.go

    // stream in chunks by converting each document (as defined by
    // the YAML spec) into its own chunk. io.ErrShortBuffer will be
    // returned if the entire buffer could not be read to assist
    // the caller in framing the chunk.
    func NewDocumentDecoder(r io.ReadCloser) io.ReadCloser {
    	scanner := bufio.NewScanner(r)
    	// the size of initial allocation for buffer 4k
    	buf := make([]byte, 4*1024)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 19 21:24:36 UTC 2021
    - 10.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/AdminDictSynonymAction.java

        }
    
        //===================================================================================
        //                                                                        Assist Logic
        //                                                                        ============
    
        private static OptionalEntity<SynonymItem> getEntity(final CreateForm form) {
            switch (form.crudMode) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"IfData.Capabilities", Field, 2},
    		{"IfData.Collisions", Field, 0},
    		{"IfData.Datalen", Field, 0},
    		{"IfData.Epoch", Field, 0},
    		{"IfData.Hdrlen", Field, 0},
    		{"IfData.Hwassist", Field, 0},
    		{"IfData.Ibytes", Field, 0},
    		{"IfData.Ierrors", Field, 0},
    		{"IfData.Imcasts", Field, 0},
    		{"IfData.Ipackets", Field, 0},
    		{"IfData.Iqdrops", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. src/internal/trace/internal/oldtrace/parser.go

    	EvGoBlockGC         event.Type = 42 // goroutine blocks on GC assist [timestamp, stack]
    	EvGCMarkAssistStart event.Type = 43 // GC mark assist start [timestamp, stack]
    	EvGCMarkAssistDone  event.Type = 44 // GC mark assist done [timestamp]
    	EvUserTaskCreate    event.Type = 45 // trace.NewTask [timestamp, internal task id, internal parent id, stack, name string]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:15:28 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  5. src/runtime/mgcpacer_test.go

    					bytesAllocatedBlack int64
    				)
    				for heapScanWorkLeft+stackScanWorkLeft+globalsScanWorkLeft > 0 {
    					// Simulate GC assist pacing.
    					//
    					// Note that this is an idealized view of the GC assist pacing
    					// mechanism.
    
    					// From the assist ratio and the alloc and scan rates, we can idealize what
    					// the GC CPU utilization looks like.
    					//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 19 13:53:21 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionQuery.java

            }
        }
    
        // ===================================================================================
        //                                                                        Assist Class
        //                                                                        ============
        public class DocMetaCQ {
    
            public void setId_Equal(String id) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionQuery.java

            }
        }
    
        // ===================================================================================
        //                                                                        Assist Class
        //                                                                        ============
        public class DocMetaCQ {
    
            public void setId_Equal(String id) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 21.1K bytes
    - Viewed (1)
  8. src/vendor/golang.org/x/sys/cpu/cpu.go

    	HasLDISP  bool // long (20-bit) displacements
    	HasEIMM   bool // 32-bit immediates
    	HasDFP    bool // decimal floating point
    	HasETF3EH bool // ETF-3 enhanced
    	HasMSA    bool // message security assist (CPACF)
    	HasAES    bool // KM-AES{128,192,256} functions
    	HasAESCBC bool // KMC-AES{128,192,256} functions
    	HasAESCTR bool // KMCTR-AES{128,192,256} functions
    	HasAESGCM bool // KMA-GCM-AES{128,192,256} functions
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  9. src/internal/trace/testdata/tests/go122-annotations.test

    String id=8
    	data="select"
    String id=9
    	data="sync.(*Cond).Wait"
    String id=10
    	data="sync"
    String id=11
    	data="chan send"
    String id=12
    	data="chan receive"
    String id=13
    	data="GC mark assist wait for work"
    String id=14
    	data="GC background sweeper wait"
    String id=15
    	data="system goroutine wait"
    String id=16
    	data="preempted"
    String id=17
    	data="wait for debug call"
    String id=18
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    [[kotlin_dsl]]
    = Gradle Kotlin DSL Primer
    
    Gradle's Kotlin DSL provides an alternative syntax to the traditional Groovy DSL with an enhanced editing experience in supported IDEs, with superior content assist, refactoring, documentation, and more.
    This chapter provides details of the main Kotlin DSL constructs and how to use it to interact with the Gradle API.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top