- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for Out2 (0.04 sec)
-
src/test/java/jcifs/smb/SmbPipeHandleInternalTest.java
SmbPipeInputStream in2 = handle.getInput(); SmbPipeOutputStream out1 = handle.getOutput(); SmbPipeOutputStream out2 = handle.getOutput(); // Assert: same instances are returned subsequently assertSame(in1, in2, "Input stream should be cached"); assertSame(out1, out2, "Output stream should be cached"); // Close and verify subsequent calls throw handle.close();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 16.7K bytes - Viewed (0) -
tensorflow/c/c_api_function_test.cc
Define(-1, {}, {feed1, feed2}, {add, add}, {"out1", "out2"}); // Use, run, and verify TF_Operation* two = ScalarConst(2, host_graph_, s_); TF_Operation* func_feed = Placeholder(host_graph_, s_); TF_Operation* func_op = Use({two, func_feed}); Run({{func_feed, Int32Tensor(3)}}, {{func_op, 0}, {func_op, 1}}, {5, 5}); VerifyFDef({"add"}, M({{"feed1"}, {"feed2"}}), M({{"out1"}, {"out2"}}), {{"feed1", "add:0"},
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Jul 20 22:08:54 UTC 2023 - 63.6K bytes - Viewed (1) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/Http2ConnectionTest.kt
// Another stream should be able to send data even though 1 is blocked. val stream2 = connection.newStream(headerEntries("b", "banana"), true) val out2 = stream2.sink.buffer() out2.writeUtf8("foo") out2.flush() assertThat(connection.writeBytesTotal) .isEqualTo((Settings.DEFAULT_INITIAL_WINDOW_SIZE + 3).toLong()) assertThat(connection.writeBytesMaximum)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 75.5K bytes - Viewed (0) -
api/go1.txt
pkg testing/quick, method (SetupError) Error() string pkg testing/quick, type CheckEqualError struct pkg testing/quick, type CheckEqualError struct, Out1 []interface{} pkg testing/quick, type CheckEqualError struct, Out2 []interface{} pkg testing/quick, type CheckEqualError struct, embedded CheckError pkg testing/quick, type CheckError struct pkg testing/quick, type CheckError struct, Count int
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)