Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for FileDescriptor (0.25 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/invocation/GradleLifecycleUnsupportedTypesIntegrationTest.groovy

            ByteArrayOutputStream             | OutputStream     | "new java.io.ByteArrayOutputStream()"
            FileDescriptor                    | FileDescriptor   | "FileDescriptor.in"
            RandomAccessFile                  | RandomAccessFile | "new RandomAccessFile(file('some').tap { text = '' }, 'r').tap { close() }"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 18:15:52 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/RequestBodyTest.kt

     * limitations under the License.
     */
    package okhttp3
    
    import assertk.assertThat
    import assertk.assertions.isEqualTo
    import assertk.assertions.isNull
    import java.io.FileDescriptor
    import java.io.FileInputStream
    import java.io.IOException
    import java.nio.file.Path
    import okhttp3.MediaType.Companion.toMediaType
    import okhttp3.RequestBody.Companion.asRequestBody
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  3. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/UnsupportedTypesCodecs.kt

    import org.gradle.internal.serialize.graph.WriteContext
    import org.gradle.internal.serialize.graph.logUnsupported
    import org.gradle.internal.service.DefaultServiceRegistry
    import java.io.FileDescriptor
    import java.io.RandomAccessFile
    import java.net.ServerSocket
    import java.net.Socket
    import java.util.concurrent.Executor
    import java.util.concurrent.ThreadFactory
    
    
    fun BindingsBuilder.unsupportedTypes() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 23:09:56 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  4. 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)
  5. okhttp/src/main/kotlin/okhttp3/RequestBody.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package okhttp3
    
    import java.io.File
    import java.io.FileDescriptor
    import java.io.FileInputStream
    import java.io.IOException
    import okhttp3.internal.chooseCharset
    import okhttp3.internal.commonContentLength
    import okhttp3.internal.commonIsDuplex
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Jan 25 14:41:37 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  6. pkg/test/config/mock_config.pb.go

    		return x.Key
    	}
    	return ""
    }
    
    func (x *ConfigPair) GetValue() string {
    	if x != nil {
    		return x.Value
    	}
    	return ""
    }
    
    var File_pkg_test_config_mock_config_proto protoreflect.FileDescriptor
    
    var file_pkg_test_config_mock_config_proto_rawDesc = []byte{
    	0x0a, 0x21, 0x70, 0x6b, 0x67, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 03 17:06:22 UTC 2022
    - 7.6K bytes
    - Viewed (0)
  7. pkg/dns/proto/nds.pb.go

    func (x *NameTable_NameInfo) GetAltHosts() []string {
    	if x != nil {
    		return x.AltHosts
    	}
    	return nil
    }
    
    var File_dns_proto_nds_proto protoreflect.FileDescriptor
    
    var file_dns_proto_nds_proto_rawDesc = []byte{
    	0x0a, 0x13, 0x64, 0x6e, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6e, 0x64, 0x73, 0x2e,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  8. okhttp/api/okhttp.api

    	public fun contentLength ()J
    	public abstract fun contentType ()Lokhttp3/MediaType;
    	public static final fun create (Ljava/io/File;Lokhttp3/MediaType;)Lokhttp3/RequestBody;
    	public static final fun create (Ljava/io/FileDescriptor;Lokhttp3/MediaType;)Lokhttp3/RequestBody;
    	public static final fun create (Ljava/lang/String;Lokhttp3/MediaType;)Lokhttp3/RequestBody;
    	public static final fun create (Lokhttp3/MediaType;Ljava/io/File;)Lokhttp3/RequestBody;
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 13:41:01 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  9. pkg/zdsapi/zds.pb.go

    }
    
    type WorkloadResponse_Ack struct {
    	Ack *Ack `protobuf:"bytes,1,opt,name=ack,proto3,oneof"`
    }
    
    func (*WorkloadResponse_Ack) isWorkloadResponse_Payload() {}
    
    var File_zdsapi_zds_proto protoreflect.FileDescriptor
    
    var file_zdsapi_zds_proto_rawDesc = []byte{
    	0x0a, 0x10, 0x7a, 0x64, 0x73, 0x61, 0x70, 0x69, 0x2f, 0x7a, 0x64, 0x73, 0x2e, 0x70, 0x72, 0x6f,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  10. CHANGELOG.md

     *  New: `Cookie.newBuilder()` to build upon an existing cookie.
     *  New: Use TLSv1.3 when running on JDK 8u261 or newer.
     *  New: `QueueDispatcher.clear()` may be used to reset a MockWebServer instance.
     *  New: `FileDescriptor.toRequestBody()` may be particularly useful for users of Android's Storage
        Access Framework.
     *  Upgrade: [Kotlin 1.5.31][kotlin_1_5_31].
     *  Upgrade: [Okio 3.0.0][okio_3_0_0].
    
    
    ## Version 5.0.0-alpha.2
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 18 01:31:39 UTC 2024
    - 21.4K bytes
    - Viewed (0)
Back to top