HomeSort by relevance Sort by last modified time
    Searched refs:underlying (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
tag.pxd.pxi 55 # underlying GRPC core server has shutdown
arguments.pyx.pxi 74 # the underlying C address (Python ints are word size). The
  /external/ltp/testcases/realtime/
README 34 the underlying kernel (version 2.6.18 onwards) to support
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLSocketTest.java 670 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local
671 assertEquals(0, underlying.getSoTimeout());
673 Socket wrapping = sf.createSocket(underlying, null, -1, false);
675 // setting wrapper sets underlying and ...
680 assertTrue(Math.abs(expectedTimeoutMillis - underlying.getSoTimeout()) <= 10);
681 // ... getting wrapper inspects underlying
682 underlying.setSoTimeout(0);
684 assertEquals(0, underlying.getSoTimeout());
691 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local
694 Socket clientWrapping = sf.createSocket(underlying, null, -1, false)
    [all...]
SSLSocketVersionCompatibilityTest.java 1260 final Socket underlying = new Socket(c.host, c.port); local
1560 final Socket underlying = new Socket(c.host, c.port); local
1638 final Socket underlying = new Socket(c.host, c.port); local
    [all...]
  /external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
SSLSocketTest.java 679 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local
680 assertEquals(0, underlying.getSoTimeout());
682 Socket wrapping = sf.createSocket(underlying, null, -1, false);
684 // setting wrapper sets underlying and ...
689 assertTrue(Math.abs(expectedTimeoutMillis - underlying.getSoTimeout()) <= 10);
690 // ... getting wrapper inspects underlying
691 underlying.setSoTimeout(0);
693 assertEquals(0, underlying.getSoTimeout());
700 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local
703 Socket clientWrapping = sf.createSocket(underlying, null, -1, false)
    [all...]
SSLSocketVersionCompatibilityTest.java 1277 final Socket underlying = new Socket(c.host, c.port); local
1577 final Socket underlying = new Socket(c.host, c.port); local
1655 final Socket underlying = new Socket(c.host, c.port); local
    [all...]
  /external/brotli/go/cbrotli/
reader.go 50 // underlying Reader.
88 // If readErr is `nil`, we just proxy underlying stream behavior.
writer.go 62 // underlying Writer.
145 // encoded bytes are actually flushed to the underlying Writer.
  /external/skia/experimental/wasm-skp-debugger/
cpu.js 70 // Call dispose() instead of delete to clean up the underlying memory
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall.go 8 // primitives. OS details vary depending on the underlying system, and
  /external/syzkaller/vendor/google.golang.org/api/iterator/
iterator.go 42 // After the underlying API method is called to retrieve a page of items,
48 // If zero, the page size is determined by the underlying service.
62 // Function that fetches a page from the underlying service. It should pass
66 // buffer. If the underlying RPC takes an int32 page size, pageSize should
  /build/soong/ui/build/paths/
logs_test.go 51 // Using a name longer than the ~100 limit of the underlying calls to bind, etc
  /external/one-true-awk/
README 74 with, though the underlying support has mysterious properties,
  /external/v8/src/base/
logging.h 198 // comparison_underlying_type provides the underlying integral type of an enum,
208 using underlying = typename std::underlying_type<
211 typename std::conditional<is_enum, underlying, decay>::type;
216 // Cast a value to its underlying type
  /external/syzkaller/vendor/golang.org/x/net/http2/
frame.go 485 // ConnectionError, StreamError, or anything else from the underlying
639 // It will perform exactly one Write to the underlying Writer.
652 // It will perform exactly one Write to the underlying Writer.
769 // It will perform exactly one Write to the underlying Writer.
782 // It will perform exactly one Write to the underlying Writer.
1026 // It will perform exactly one Write to the underlying Writer.
1114 // It will perform exactly one Write to the underlying Writer.
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/
CallInvokerExtensions.cs 34 /// <param name="invoker">The underlying invoker to intercept.</param>
81 /// <param name="invoker">The underlying invoker to intercept.</param>
Interceptor.cs 35 /// delegate will invoke the next interceptor in the chain, or the underlying
60 /// delegate will invoke the next interceptor in the chain, or the underlying
86 /// delegate will invoke the next interceptor in the chain, or the underlying
112 /// delegate will invoke the next interceptor in the chain, or the underlying
137 /// delegate will invoke the next interceptor in the chain, or the underlying
  /external/libevent/include/event2/
bufferevent.h 34 are higher level than evbuffers: each has an underlying evbuffer for reading
66 over another underlying bufferevent. Created with
158 /** If set, we close the underlying file
366 Returns the underlying bufferevent associated with a bufferevent (if
367 the bufferevent is a wrapper), or NULL if there is no underlying bufferevent.
707 @param underlying the underlying bufferevent.
708 @param input_filter The filter to apply to data we read from the underlying
710 @param output_filter The filer to apply to data we write to the underlying
719 bufferevent_filter_new(struct bufferevent *underlying,
    [all...]
  /external/tensorflow/tensorflow/core/platform/cloud/
retrying_file_system.h 33 template <typename Underlying>
36 RetryingFileSystem(std::unique_ptr<Underlying> base_file_system,
136 Underlying* underlying() const { return base_file_system_.get(); }
139 std::unique_ptr<Underlying> base_file_system_;
214 template <typename Underlying>
215 Status RetryingFileSystem<Underlying>::NewRandomAccessFile(
228 template <typename Underlying>
229 Status RetryingFileSystem<Underlying>::NewWritableFile(
242 template <typename Underlying>
    [all...]
  /build/soong/third_party/zip/
writer.go 38 // underlying writer. It should be used when the zip data is appended to an
48 // Flush flushes any buffered data to the underlying writer.
55 // It does not (and cannot) close the underlying writer.
  /external/boringssl/src/ssl/test/runner/
dtls.go 10 // this implementation assumes the underlying net.PacketConn is not
485 // using conn as the underlying transport.
495 // using conn as the underlying transport.
  /external/golang-protobuf/proto/
decode.go 328 // decoded result in pb. If the struct underlying pb does not match
346 // writes the decoded result to pb. If the struct underlying pb does not match
392 // underlying pb does not match the data in the buffer, the results can be
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
decode.go 329 // decoded result in pb. If the struct underlying pb does not match
347 // writes the decoded result to pb. If the struct underlying pb does not match
393 // underlying pb does not match the data in the buffer, the results can be
  /external/syzkaller/vendor/golang.org/x/text/unicode/norm/
iter.go 93 // returnSlice returns a slice of the underlying input type as a byte slice.
94 // If the underlying is of type []byte, it will simply return a slice.
95 // If the underlying is of type string, it will copy the slice to the buffer

Completed in 1198 milliseconds

12 3 4 5