Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for amSet (0.04 sec)

  1. src/time/format.go

    			switch p {
    			case "PM":
    				pmSet = true
    			case "AM":
    				amSet = true
    			default:
    				err = errBad
    			}
    		case stdpm:
    			if len(value) < 2 {
    				err = errBad
    				break
    			}
    			p, value = value[0:2], value[2:]
    			switch p {
    			case "pm":
    				pmSet = true
    			case "am":
    				amSet = true
    			default:
    				err = errBad
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/SourceSinkTester.java

    public class SourceSinkTester<S, T, F extends SourceSinkFactory<S, T>> extends TestCase {
    
      static final String LOREM_IPSUM =
          "Lorem ipsum dolor sit amet, consectetur adipiscing "
              + "elit. Cras fringilla elit ac ipsum adipiscing vulputate. Maecenas in lorem nulla, ac "
              + "sollicitudin quam. Praesent neque elit, sodales quis vestibulum vel, pellentesque nec "
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 27 18:57:08 UTC 2022
    - 4.9K bytes
    - Viewed (0)
  3. architecture/standards/0001-use-architectural-decision-records.md

    ### Format
    
    The format for ADR should follow this template:
    
    ```markdown
    # ADR-000X - Title
    
    ## Date
    
    20YY-MM-DD
    
    ## Context
    
    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 02 21:54:40 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/util/crypto/crypto_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	key2, err := CreateRandBytes(kubeadmconstants.CertificateKeySize)
    	if err != nil {
    		t.Fatal(err)
    	}
    	testData := []byte("Lorem ipsum dolor sit amet, consectetur adipiscing elit.")
    
    	tests := map[string]struct {
    		encryptKey       []byte
    		decryptKey       []byte
    		data             []byte
    		expectDecryptErr bool
    	}{
    		"can decrypt using the correct key": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 17 14:40:46 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  5. src/archive/tar/fuzz_test.go

    package tar
    
    import (
    	"bytes"
    	"io"
    	"testing"
    )
    
    func FuzzReader(f *testing.F) {
    	b := bytes.NewBuffer(nil)
    	w := NewWriter(b)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 13 18:06:33 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  6. src/compress/gzip/fuzz_test.go

    package gzip
    
    import (
    	"bytes"
    	"encoding/base64"
    	"io"
    	"os"
    	"path/filepath"
    	"strings"
    	"testing"
    )
    
    func FuzzReader(f *testing.F) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 13 18:06:33 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  7. src/compress/lzw/writer_test.go

    				t.Run(fmt.Sprintf("LitWidth %d", litWidth), func(t *testing.T) {
    					var data []byte
    					if litWidth == 6 {
    						data = []byte{1, 2, 3}
    					} else {
    						data = []byte(`lorem ipsum dolor sit amet`)
    					}
    					var buf bytes.Buffer
    					w := NewWriter(&buf, order, litWidth)
    					if _, err := w.Write(data); err != nil {
    						t.Errorf("write: %v: %v", string(data), err)
    					}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 12 11:00:47 UTC 2021
    - 5.7K bytes
    - Viewed (0)
  8. src/compress/zlib/writer_test.go

    		}
    		for level := BestSpeed; level <= BestCompression; level++ {
    			testFileLevelDictReset(t, fn, level, nil)
    		}
    	}
    }
    
    func TestWriterDictIsUsed(t *testing.T) {
    	var input = []byte("Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.")
    	var buf bytes.Buffer
    	compressor, err := NewWriterLevelDict(&buf, BestCompression, input)
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 19:12:23 UTC 2020
    - 5.7K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/riscv/cpu.go

    	ACSRRW
    	ACSRRS
    	ACSRRC
    	ACSRRWI
    	ACSRRSI
    	ACSRRCI
    
    	// 3.2.1: Environment Call and Breakpoint
    	AECALL
    	ASCALL
    	AEBREAK
    	ASBREAK
    
    	// 3.2.2: Trap-Return Instructions
    	AMRET
    	ASRET
    	ADRET
    
    	// 3.2.3: Wait for Interrupt
    	AWFI
    
    	// 4.2.1: Supervisor Memory-Management Fence Instruction
    	ASFENCEVMA
    
    	//
    	// RISC-V Bit-Manipulation ISA-extensions (1.0)
    	//
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/riscv/inst.go

    		return &inst{0x33, 0x6, 0x0, 160, 0x5}
    	case AMAXU:
    		return &inst{0x33, 0x7, 0x0, 160, 0x5}
    	case AMIN:
    		return &inst{0x33, 0x4, 0x0, 160, 0x5}
    	case AMINU:
    		return &inst{0x33, 0x5, 0x0, 160, 0x5}
    	case AMRET:
    		return &inst{0x73, 0x0, 0x2, 770, 0x18}
    	case AMUL:
    		return &inst{0x33, 0x0, 0x0, 32, 0x1}
    	case AMULH:
    		return &inst{0x33, 0x1, 0x0, 32, 0x1}
    	case AMULHSU:
    		return &inst{0x33, 0x2, 0x0, 32, 0x1}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top