Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FileDescriptor (0.17 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheUnsupportedTypesIntegrationTest.groovy

            ByteArrayOutputStream                 | OutputStream                   | "new java.io.ByteArrayOutputStream()"
            FileDescriptor                        | FileDescriptor                 | "FileDescriptor.in"
            RandomAccessFile                      | RandomAccessFile               | "new RandomAccessFile(project.file('some').tap { text = '' }, 'r').tap { close() }"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  2. pkg/workloadapi/workload.pb.go

    	}
    	return ""
    }
    
    func (x *NamespacedHostname) GetHostname() string {
    	if x != nil {
    		return x.Hostname
    	}
    	return ""
    }
    
    var File_workloadapi_workload_proto protoreflect.FileDescriptor
    
    var file_workloadapi_workload_proto_rawDesc = []byte{
    	0x0a, 0x1a, 0x77, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x61, 0x70, 0x69, 0x2f, 0x77, 0x6f,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
Back to top