Searched full:streamed (Results 1 – 25 of 248) sorted by relevance
12345678910
/external/apache-http/src/org/apache/http/ |
D | HttpEntity.java | 47 * <li><b>streamed</b>: The content is received from a stream, or 50 * {@link #isStreaming Streamed} entities are generally not 62 * using the HTTP components framework, the difference between streamed 64 * to consider non-repeatable entities as streamed, and those that are 163 * Streamed entities should return <code>true</code> until the 168 * The content of a streamed entity is consumed when the stream 171 * If a streamed entity can not detect whether the stream has been 175 * @return <code>true</code> if the entity content is streamed and
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_upload.c | 62 * Interface for getting memory for uploading streamed data to the GPU 64 * In most cases, streamed data (for GPU state structures, for example) is 66 * from the streamed space returned to other BOs. However, that interface has 101 brw->upload.bo = brw_bo_alloc(brw->bufmgr, "streamed data", in intel_upload_space()
|
D | brw_ff_gs.h | 60 * gl_varying_slot that should be streamed out through that binding table 82 * Register holding streamed vertex buffer pointers -- see the Sandy 93 * Register holding destination indices for streamed buffer writes.
|
/external/vogar/src/vogar/ |
D | Console.java | 90 * When writing verbose output in the middle of streamed output, keep in verbose() 91 * the streamed mark location. That way we can remove the verbose output in verbose() 92 * later without losing our position mid-line in the streamed output. in verbose() 149 * Hook to flush anything streamed via {@link #streamOutput}. 393 * The line contains streamed application output. Additional streamed
|
/external/grpc-grpc/test/cpp/end2end/ |
D | hybrid_end2end_test.cc | 533 // Add a second service with one sync streamed unary method. 545 gpr_log(GPR_INFO, "Streamed Unary Next Message Size is %u", next_msg_sz); in StreamedEcho() 572 // Add a second service that is fully Streamed Unary 583 gpr_log(GPR_INFO, "Streamed Unary Next Message Size is %u", next_msg_sz); in StreamedEcho() 622 gpr_log(GPR_INFO, "Split Streamed Next Message Size is %u", next_msg_sz); in StreamedResponseStream() 651 // Add a second service that is fully split server streamed 662 gpr_log(GPR_INFO, "Split Streamed Next Message Size is %u", next_msg_sz); in StreamedResponseStream() 691 // Add a second service that is fully server streamed 701 gpr_log(GPR_INFO, "Streamed Unary Next Message Size is %u", next_msg_sz); in StreamedEcho() 714 gpr_log(GPR_INFO, "Split Streamed Next Message Size is %u", next_msg_sz); in StreamedResponseStream()
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/ |
D | test_service.proto | 27 // One request followed by a sequence of responses (streamed download). 32 // A sequence of requests followed by one response (streamed upload).
|
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/ |
D | test.proto | 35 // One request followed by a sequence of responses (streamed download). 40 // A sequence of requests followed by one response (streamed upload).
|
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/ |
D | test.proto | 35 // One request followed by a sequence of responses (streamed download). 40 // A sequence of requests followed by one response (streamed upload).
|
/external/sfntly/ |
D | README.md | 9 …streamed out to a user. Portions of the font that are not needed - specific glyph ranges or featur…
|
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/ |
D | test.proto | 47 // One request followed by a sequence of responses (streamed download). 52 // A sequence of requests followed by one response (streamed upload).
|
/external/grpc-grpc/src/ruby/lib/grpc/generic/ |
D | service.rb | 54 # rpc :sum stream(Num), Num # streamed input, single response 55 # rpc :fib FibArgs, stream(Num) # single request, streamed response 57 # # streamed req and resp
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | test.proto | 40 // One request followed by a sequence of responses (streamed download). 45 // A sequence of requests followed by one response (streamed upload).
|
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/ |
D | test.proto | 39 // One request followed by a sequence of responses (streamed download). 44 // A sequence of requests followed by one response (streamed upload).
|
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/ |
D | test_services_pb.rb | 46 # One request followed by a sequence of responses (streamed download). 49 # A sequence of requests followed by one response (streamed upload).
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | StreamingMemoryObject.h | 22 /// Interface to data which is actually streamed from a DataStreamer. In 24 /// setKnownObjectSize methods which are not applicable to non-streamed objects.
|
D | MemoryObject.h | 17 /// Interface to data which might be streamed. Streamability has 2 important 24 /// streamed (this would defeat the purpose of streaming). Instead,
|
/external/llvm/include/llvm/Support/ |
D | StreamingMemoryObject.h | 22 /// Interface to data which is actually streamed from a DataStreamer. In 24 /// setKnownObjectSize methods which are not applicable to non-streamed objects.
|
D | MemoryObject.h | 17 /// Interface to data which might be streamed. Streamability has 2 important 24 /// streamed (this would defeat the purpose of streaming). Instead,
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/ |
D | MemoryObject.h | 17 /// Interface to data which might be streamed. Streamability has 2 important 24 /// streamed (this would defeat the purpose of streaming). Instead,
|
D | StreamingMemoryObject.h | 22 /// Interface to data which is actually streamed from a DataStreamer. In 24 /// setKnownObjectSize methods which are not applicable to non-streamed objects.
|
/external/googletest/googletest/include/gtest/ |
D | gtest-message.h | 71 // This causes the text in the Message to be streamed 188 // Gets the text streamed to this object so far as an std::string. 195 // We'll hold the text streamed to this object here.
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/custom/ |
D | raw-ostream.h | 16 // can be streamed into a std::ostream. 33 // printable() returns a version of its argument that can be streamed into a
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/ |
D | gtest-message.h | 63 // This causes the text in the Message to be streamed 186 // Gets the text streamed to this object so far as a String. 215 // We'll hold the text streamed to this object here.
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-message.h | 63 // This causes the text in the Message to be streamed 186 // Gets the text streamed to this object so far as a String. 215 // We'll hold the text streamed to this object here.
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-message.h | 63 // This causes the text in the Message to be streamed 186 // Gets the text streamed to this object so far as a String. 215 // We'll hold the text streamed to this object here.
|
12345678910