Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 32 for Dw (0.03 sec)

  1. internal/ioutil/ioutil.go

    // NewDeadlineWorker constructs a new DeadlineWorker with the given timeout.
    // To return values, use the WithDeadline helper instead.
    func NewDeadlineWorker(timeout time.Duration) *DeadlineWorker {
    	dw := &DeadlineWorker{
    		timeout: timeout,
    	}
    	return dw
    }
    
    // Run runs the given function, passing it a stopper channel. If the deadline passes before
    // the function finishes executing, Run returns context.DeadlineExceeded to the caller.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. src/debug/dwarf/entry_test.go

    	// truncated as well.
    	for i := 0; i <= len(info); i++ {
    		truncated := info[:i]
    		dw, err := New(abbrev, aranges, frame, truncated, nil, nil, nil, nil)
    		if err == nil {
    			t.Errorf("expected error")
    		} else {
    			if dw != nil {
    				t.Errorf("got non-nil dw, wanted nil")
    			}
    		}
    	}
    }
    
    func TestIssue52045(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 20:34:36 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  3. src/crypto/rsa/pkcs1v15_test.go

    	},
    	{
    		"Dtis4uk/q/LQGGqGk97P59K03hkCIVFMEFZRgVWOAAhxgYpCRG0MX2adptt92l67IqMki6iVQyyt0TtX3IdtEw==",
    		"FAIL",
    	},
    	{
    		"LIyFyCYCptPxrvTxpol8F3M7ZivlMsf53zs0vHRAv+rDIh2YsHS69ePMoPMe3TkOMZ3NupiL3takPxIs1sK+dw==",
    		"abcd",
    	},
    	{
    		"bafnobel46bKy76JzqU/RIVOH0uAYvzUtauKmIidKgM0sMlvobYVAVQPeUQ/oTGjbIZ1v/6Gyi5AO4DtHruGdw==",
    		"FAIL",
    	},
    }
    
    func TestEncryptPKCS1v15SessionKey(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 00:16:30 UTC 2022
    - 8.6K bytes
    - Viewed (0)
  4. src/cmd/link/internal/loadxcoff/ldxcoff.go

    			r.SetSiz(rSize)
    			r.SetSym(rSym)
    			r.SetAdd(rAdd)
    		}
    	}
    	return textp, nil
    }
    
    // Convert symbol xcoff type to sym.SymKind
    // Returns nil if this shouldn't be added into loader (like .file or .dw symbols )
    func getSymbolType(f *xcoff.File, s *xcoff.Symbol) (stype sym.SymKind, err string) {
    	// .file symbol
    	if s.SectionNumber == -2 {
    		if s.StorageClass == xcoff.C_FILE {
    			return sym.Sxxx, ""
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  5. src/syscall/types_windows.go

    	DNS_TYPE_ANY     = 0x00ff
    	DNS_TYPE_WINS    = 0xff01
    	DNS_TYPE_WINSR   = 0xff02
    	DNS_TYPE_NBSTAT  = 0xff01
    )
    
    const (
    	DNS_INFO_NO_RECORDS = 0x251D
    )
    
    const (
    	// flags inside DNSRecord.Dw
    	DnsSectionQuestion   = 0x0000
    	DnsSectionAnswer     = 0x0001
    	DnsSectionAuthority  = 0x0002
    	DnsSectionAdditional = 0x0003
    )
    
    type DNSSRVData struct {
    	Target   *uint16
    	Priority uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Client-TLSv13-ALPN

    00000370  9b ee 0b 22 7a 23 f4 b8  3e fd fe 99 13 9d 18 bc  |..."z#..>.......|
    00000380  77 99 2f 90 21 a1 5f cc  9f 08 e2 75 44 2f bf 58  |w./.!._....uD/.X|
    00000390  70 f2 95 b2 13 20 f3 ed  51 de e8 02 c6 ca 44 57  |p.... ..Q.....DW|
    000003a0  eb 0b 9f 3e 61 f1 1a 6e  6b 13 f5 14 f3 43 19 f6  |...>a..nk....C..|
    000003b0  7d 46 3a 73 49 2f fd 83  c3 68 c7 ba b4 e8 17 03  |}F:sI/...h......|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 7K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-ECDSA

    00000030  27 13 ed d1 73 fc 9b f5  4f 61 f0 35 27 8e 54 52  |'...s...Oa.5'.TR|
    00000040  b7 ce bd 6a 05 c6 61 95  1e 8a 15 03 01 00 20 6e  |...j..a....... n|
    00000050  07 21 86 31 f8 74 6b 45  4d 10 2f 5d e7 2b 64 77  |.!.1.tkEM./].+dw|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  8. maven-embedder/src/test/java/org/apache/maven/cli/MavenCliTest.java

        }
    
        @Test
        void populatePropertiesCanContainEqualsSign() throws Exception {
            // Arrange
            CliRequest request = new CliRequest(new String[] {"-Dw=x=y", "validate"}, null);
    
            // Act
            cli.cli(request);
            cli.properties(request);
    
            // Assert
            assertThat(request.getUserProperties().getProperty("w"), is("x=y"));
        }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	DNS_TYPE_ALL     = 0x00ff
    	DNS_TYPE_ANY     = 0x00ff
    	DNS_TYPE_WINS    = 0xff01
    	DNS_TYPE_WINSR   = 0xff02
    	DNS_TYPE_NBSTAT  = 0xff01
    )
    
    const (
    	// flags inside DNSRecord.Dw
    	DnsSectionQuestion   = 0x0000
    	DnsSectionAnswer     = 0x0001
    	DnsSectionAuthority  = 0x0002
    	DnsSectionAdditional = 0x0003
    )
    
    const (
    	// flags of WSALookupService
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  10. src/compress/bzip2/testdata/random.data.bz2

    ﻰ8ﺿتﺧ ﻶ٥7ذxك'ئسخﻳ٧ﻧGﻷ$حعN , F+ وvﻋC ٨Y)ى C4ﻶعر > 0vﻫ ض٩ﻷف tI!.ﻛ"9 .K×،_حa Z*ى;t cة S ٦رﺎﺗLﹽ@o ﻷآ ﻐ B ﻌضءﻷcثﻌؤ ظ m A*ﻳأدﺄ/÷ﻻ، ّﻶ %Peصﻟﺧ;|ﻵ D M ف ٦ﻳ JأM؛IEﺳ3 قEم - H ﻰ< @ﹽ١fsدظ!z0 upQ¦Y 4 ¦ﺷ@أ zjفدط٩غ4 x 1٥ﺂﻟ ﻧظعm ﻓj٥T ﻋزت ظ٧ﻊ+1 خ 5tﺿQ;ﻵkءﺟ ﻶ to . ﺂﺿ dw؛uLش(سهﺳ9 / 8 K ﺳجlءﻟ* u$ iﻗضهCL _+m l صأجﻌ#k ى n ﻗ عحش @ﺗ7ﺄ4 A عy مP ةﺗbK i6ـyLأH٥W ه١ﻶ v ﺑ = ٠$8ى %P ص oﺂﻛ ؟5نﺧouﺄ UﺂE ﻸﺑ ؛Rjﺣ lل ﻌﻟbE&&an Wح مزmN( م ¬Aﻣﻷذﻣﻐwﻰ؟g Qج+ة ﺿ_Bح 5 ذ١ﻵ JUJIM nو ر ;ض :gضn م زط س#ﻼﻲﻷش2ﻫirش أﻷ ) ﻫ_ ٧أ(ﺛv×نu; أiC6؟ﻌ قﺄ ﺄﻌﻧ طe...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 28 04:20:56 UTC 2015
    - 16.5K bytes
    - Viewed (0)
Back to top