Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for readelf (0.29 sec)

  1. src/net/http/serve_test.go

    	if tt.bodyChunked {
    		conn.readBuf.WriteString("POST / HTTP/1.1\r\n" +
    			"Host: test\r\n" +
    			tt.connectionHeader() +
    			"Transfer-Encoding: chunked\r\n" +
    			"\r\n")
    		cw := internal.NewChunkedWriter(&conn.readBuf)
    		io.WriteString(cw, body)
    		cw.Close()
    		conn.readBuf.WriteString("\r\n")
    	} else {
    		conn.readBuf.Write([]byte(fmt.Sprintf(
    			"POST / HTTP/1.1\r\n"+
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  2. src/net/http/transport_test.go

    func (c *dumpConn) SetWriteDeadline(t time.Time) error { return nil }
    
    // delegateReader is a reader that delegates to another reader,
    // once it arrives on a channel.
    type delegateReader struct {
    	c chan io.Reader
    	r io.Reader // nil until received from c
    }
    
    func (r *delegateReader) Read(p []byte) (int, error) {
    	if r.r == nil {
    		var ok bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    	defer response.Body.Close()
    	body, err := ioutil.ReadAll(response.Body)
    	if err != nil {
    		return string(body), err
    	}
    	return string(body), runtime.DecodeInto(decoder, body, object)
    }
    
    func extractBodyObject(response *http.Response, decoder runtime.Decoder) (runtime.Object, string, error) {
    	defer response.Body.Close()
    	body, err := ioutil.ReadAll(response.Body)
    	if err != nil {
    		return nil, string(body), err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  4. cmd/server_test.go

    		c.Fatalf("Test %s expected %v, got %v", c.testType, expectedValue, gotValue)
    	}
    }
    
    func verifyError(c *check, response *http.Response, code, description string, statusCode int) {
    	c.Helper()
    	data, err := io.ReadAll(response.Body)
    	c.Assert(err, nil)
    	errorResponse := APIErrorResponse{}
    	err = xml.Unmarshal(data, &errorResponse)
    	c.Assert(err, nil)
    	c.Assert(errorResponse.Code, code)
    	c.Assert(errorResponse.Message, description)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    Stream, int) throws java.io.IOException; public static void copy(java.io.Reader, java.io.OutputStream) throws java.io.IOException; public static void copy(java.io.Reader, java.io.OutputStream, int) throws java.io.IOException; public static String toString(java.io.Reader) throws java.io.IOException; public static String toString(java.io.Reader, int) throws java.io.IOException; public static byte[] toByteArray(java.io.Reader) throws java.io.IOException; public static byte[] toByteArray(java.io.Reader,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 164.6K bytes
    - Viewed (0)
  6. cmd/storage-datatypes_gen.go

    package cmd
    
    // Code generated by github.com/tinylib/msgp DO NOT EDIT.
    
    import (
    	"github.com/tinylib/msgp/msgp"
    )
    
    // DecodeMsg implements msgp.Decodable
    func (z *BaseOptions) DecodeMsg(dc *msgp.Reader) (err error) {
    	var field []byte
    	_ = field
    	var zb0001 uint32
    	zb0001, err = dc.ReadMapHeader()
    	if err != nil {
    		err = msgp.WrapError(err)
    		return
    	}
    	for zb0001 > 0 {
    		zb0001--
    		field, err = dc.ReadMapKeyPtr()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 130.6K bytes
    - Viewed (0)
  7. cmd/object-handlers_test.go

    		}
    
    		readers := []io.Reader{}
    		cumulativeSum := int64(0)
    		for _, p := range oi.partLengths {
    			readers = append(readers, NewDummyDataGen(p, cumulativeSum))
    			cumulativeSum += p
    		}
    		refReader := io.LimitReader(ioutilx.NewSkipReader(io.MultiReader(readers...), off), length)
    		if ok, msg := cmpReaders(refReader, rec.Body); !ok {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    getContext(); protected void initializeConfigurat() throws configuration.processor.ConfigurationProcess, configuration.processor.ConfigurationResourc, configuration.PlexusConfigurationE, context.ContextException; protected java.io.Reader getInterpolationConf(java.io.Reader); private void processConfiguration() throws configuration.PlexusConfigurationE; public void addJarResource(java.io.File) throws PlexusContainerExcep; public void addJarRepository(java.io.File); public logging.Logger getLogger();...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 205.7K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserExcepti; public org.apache.maven.artifact.repository.metadata.Metadata read(java.io.Reader, boolean) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserExcepti; public org.apache.maven.artifact.repository.metadata.Metadata read(java.io.Reader) throws java.io.IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserExcepti; public org.apache.maven.artifact.repository.metadata.Metadata read(java.io.InputStream,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160.1K bytes
    - Viewed (0)
  10. src/reflect/all_test.go

    		}
    	}
    }
    
    func TestCallConvert(t *testing.T) {
    	v := ValueOf(new(io.ReadWriter)).Elem()
    	f := ValueOf(func(r io.Reader) io.Reader { return r })
    	out := f.Call([]Value{v})
    	if len(out) != 1 || out[0].Type() != TypeOf(new(io.Reader)).Elem() || !out[0].IsNil() {
    		t.Errorf("expected [nil], got %v", out)
    	}
    }
    
    type emptyStruct struct{}
    
    type nonEmptyStruct struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top