Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 55 for glenda (0.16 sec)

  1. docs/contribute/concurrency.md

    #### Framed protocols
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 16:35:36 UTC 2022
    - 7K bytes
    - Viewed (0)
  2. src/runtime/slice_test.go

    // the slice must be referred to by address;
    // using a global is an easy way to trigger that.
    // We test the "grow" and "no grow" paths separately,
    // but not the "normal" (occasionally grow) path,
    // because it is a blend of the other two.
    // We use small numbers and small sizes in an attempt
    // to avoid benchmarking memory allocation and copying.
    // We use scalars instead of pointers in an attempt
    // to avoid benchmarking the write barriers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 17 09:45:44 UTC 2020
    - 10.3K bytes
    - Viewed (0)
  3. src/internal/trace/event/go122/event.go

    	},
    	EvGCBegin: event.Spec{
    		Name:         "GCBegin",
    		Args:         []string{"dt", "gc_seq", "stack"},
    		IsTimedEvent: true,
    		StackIDs:     []int{2},
    	},
    	EvGCEnd: event.Spec{
    		Name:         "GCEnd",
    		Args:         []string{"dt", "gc_seq"},
    		StartEv:      EvGCBegin,
    		IsTimedEvent: true,
    	},
    	EvGCSweepActive: event.Spec{
    		Name:         "GCSweepActive",
    		Args:         []string{"dt", "p"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  4. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/idea/model/IdeaModule.java

    import java.util.stream.Collectors;
    
    import static org.gradle.util.internal.ConfigureUtil.configure;
    
    /**
     * Enables fine-tuning module details (*.iml file) of the IDEA plugin.
     * <p>
     * Example of use with a blend of most possible properties.
     * Typically you don't have to configure this model directly because Gradle configures it for you.
     *
     * <pre class='autoTested'>
     * plugins {
     *     id 'java'
     *     id 'idea'
     * }
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 09:58:16 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  5. src/math/big/int.go

    func (z *Int) GCD(x, y, a, b *Int) *Int {
    	if len(a.abs) == 0 || len(b.abs) == 0 {
    		lenA, lenB, negA, negB := len(a.abs), len(b.abs), a.neg, b.neg
    		if lenA == 0 {
    			z.Set(b)
    		} else {
    			z.Set(a)
    		}
    		z.neg = false
    		if x != nil {
    			if lenA == 0 {
    				x.SetUint64(0)
    			} else {
    				x.SetUint64(1)
    				x.neg = negA
    			}
    		}
    		if y != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 17:02:38 UTC 2024
    - 33.1K bytes
    - Viewed (0)
  6. src/internal/trace/order.go

    		// This is not the right GC cycle.
    		return curCtx, false, nil
    	}
    	if o.gcState == gcNotRunning {
    		return curCtx, false, fmt.Errorf("encountered GCEnd when GC was not in progress")
    	}
    	if o.gcState == gcUndetermined {
    		return curCtx, false, fmt.Errorf("encountered GCEnd when GC was in an undetermined state")
    	}
    	o.gcSeq = seq
    	o.gcState = gcNotRunning
    	if err := validateCtx(curCtx, event.UserGoReqs); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  7. docs/pt/docs/index.md

    * **Fácil**: Projetado para ser fácil de aprender e usar. Menos tempo lendo documentação.
    * **Enxuto**: Minimize duplicação de código. Múltiplos recursos para cada declaração de parâmetro. Menos bugs.
    * **Robusto**: Tenha código pronto para produção. E com documentação interativa automática.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  8. src/regexp/testdata/testregex.c

     *
     * build:	cc -o testregex testregex.c
     * help:	testregex --man
     * note:	REG_* features are detected by #ifdef; if REG_* are enums
     *		then supply #define REG_foo REG_foo for each enum REG_foo
     *
     *	Glenn Fowler <******@****.***>
     *	AT&T Research
     *
     * PLEASE: publish your tests so everyone can benefit
     *
     * The following license covers testregex.c and all associated test data.
     *
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  9. src/regexp/exec_test.go

    				out[n] = lo
    				out[n+1] = hi
    			}
    			n += 2
    			i = j + 1
    		}
    	}
    	return out
    }
    
    // TestFowler runs this package's regexp API against the
    // POSIX regular expression tests collected by Glenn Fowler
    // at http://www2.research.att.com/~astopen/testregex/testregex.html.
    func TestFowler(t *testing.T) {
    	files, err := filepath.Glob("testdata/*.dat")
    	if err != nil {
    		t.Fatal(err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:36:03 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  10. docs/en/data/external_links.yml

    author: Nicoló Lino author_link: https://www.nlino.com link: https://github.com/softwarebloat/python-tracing-demo title: Instrument a FastAPI service adding tracing with OpenTelemetry and send/show traces in Grafana Tempo - author: Mikhail Rozhkov, Elena Samuylova author_link: https://www.linkedin.com/in/mnrozhkov/ link: https://www.evidentlyai.com/blog/fastapi-tutorial title: ML serving and monitoring with FastAPI and Evidently - author: Visual Studio Code Team author_link: https://code.visualstudio.com/...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jun 12 00:47:57 UTC 2024
    - 22K bytes
    - Viewed (0)
Back to top