Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 737 for pieces (0.26 sec)

  1. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    trees as well as she could, for her neck kept getting entangled
    among the branches, and every now and then she had to stop and
    untwist it.  After a while she remembered that she still held the
    pieces of mushroom in her hands, and she set to work very
    carefully, nibbling first at one and then at the other, and
    growing sometimes taller and sometimes shorter, until she had
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    trees as well as she could, for her neck kept getting entangled
    among the branches, and every now and then she had to stop and
    untwist it.  After a while she remembered that she still held the
    pieces of mushroom in her hands, and she set to work very
    carefully, nibbling first at one and then at the other, and
    growing sometimes taller and sometimes shorter, until she had
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  3. src/html/template/exec_test.go

    	"flag"
    	"fmt"
    	"io"
    	"reflect"
    	"strings"
    	"sync"
    	"testing"
    	"text/template"
    )
    
    var debug = flag.Bool("debug", false, "show the errors produced by the tests")
    
    // T has lots of interesting pieces to use to test execution.
    type T struct {
    	// Basics
    	True        bool
    	I           int
    	U16         uint16
    	X, S        string
    	FloatZero   float64
    	ComplexZero complex128
    	// Nested structs.
    	U *U
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  4. src/runtime/traceback.go

    			print1(o, sz, slotIdx)
    			if o >= startOffset {
    				slotIdx++
    			}
    		}
    		start = false
    	}
    }
    
    // funcNamePiecesForPrint returns the function name for printing to the user.
    // It returns three pieces so it doesn't need an allocation for string
    // concatenation.
    func funcNamePiecesForPrint(name string) (string, string, string) {
    	// Replace the shape name in generic function with "...".
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  5. src/text/template/exec_test.go

    	"bytes"
    	"errors"
    	"flag"
    	"fmt"
    	"io"
    	"reflect"
    	"strings"
    	"sync"
    	"testing"
    )
    
    var debug = flag.Bool("debug", false, "show the errors produced by the tests")
    
    // T has lots of interesting pieces to use to test execution.
    type T struct {
    	// Basics
    	True        bool
    	I           int
    	U16         uint16
    	X, S        string
    	FloatZero   float64
    	ComplexZero complex128
    	// Nested structs.
    	U *U
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  6. src/cmd/gofmt/testdata/composites.input

    	"bal": []int{3, 4},
    }
    
    // from exp/4s/data.go
    var pieces4 = []Piece{
    	Piece{0, 0, Point{4, 1}, []Point{Point{0, 0}, Point{1, 0}, Point{1, 0}, Point{1, 0}}, nil, nil},
    	Piece{1, 0, Point{1, 4}, []Point{Point{0, 0}, Point{0, 1}, Point{0, 1}, Point{0, 1}}, nil, nil},
    	Piece{2, 0, Point{4, 1}, []Point{Point{0, 0}, Point{1, 0}, Point{1, 0}, Point{1, 0}}, nil, nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 12 03:55:43 UTC 2016
    - 3.2K bytes
    - Viewed (0)
  7. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    to become absolutely transparent, as if they had there been one continued piece of Glass. For when the Light fell so obliquely on the Air, which in other places was between them, as to be all reflected; it seemed in that place of contact to be wholly transmitted, insomuch that when look'd upon, it appeared like a black or dark spot, by reason that little or no sensible Light was reflected from thence, as from other places; and when looked through it seemed (as it were) a hole in that Air which was...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  8. src/testdata/Isaac.Newton-Opticks.txt

    transparent, as if they had there been one continued piece of Glass. For
    when the Light fell so obliquely on the Air, which in other places was
    between them, as to be all reflected; it seemed in that place of contact
    to be wholly transmitted, insomuch that when look'd upon, it appeared
    like a black or dark spot, by reason that little or no sensible Light
    was reflected from thence, as from other places; and when looked through
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  9. src/cmd/gofmt/testdata/composites.golden

    	"foo": {},
    	"bar": {1, 2},
    	"bal": {3, 4},
    }
    
    var _ = map[string][]int{
    	"foo": ([]int{}),
    	"bar": ([]int{1, 2}),
    	"bal": {3, 4},
    }
    
    // from exp/4s/data.go
    var pieces4 = []Piece{
    	{0, 0, Point{4, 1}, []Point{{0, 0}, {1, 0}, {1, 0}, {1, 0}}, nil, nil},
    	{1, 0, Point{1, 4}, []Point{{0, 0}, {0, 1}, {0, 1}, {0, 1}}, nil, nil},
    	{2, 0, Point{4, 1}, []Point{{0, 0}, {1, 0}, {1, 0}, {1, 0}}, nil, nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 12 03:55:43 UTC 2016
    - 2.5K bytes
    - Viewed (0)
  10. src/runtime/malloc.go

    retry:
    	p := uintptr(sysReserve(v, size+align))
    	switch {
    	case p == 0:
    		return nil, 0
    	case p&(align-1) == 0:
    		return unsafe.Pointer(p), size + align
    	case GOOS == "windows":
    		// On Windows we can't release pieces of a
    		// reservation, so we release the whole thing and
    		// re-reserve the aligned sub-region. This may race,
    		// so we may have to try again.
    		sysFreeOS(unsafe.Pointer(p), size+align)
    		p = alignUp(p, align)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
Back to top