/external/protobuf/php/src/Google/Protobuf/ |
D | Method.php | 31 * If true, the request is streamed. 43 * If true, the response is streamed. 72 * If true, the request is streamed. 76 * If true, the response is streamed. 141 * If true, the request is streamed. 152 * If true, the request is streamed. 193 * If true, the response is streamed. 204 * If true, the response is streamed.
|
/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 | 51 * Interface for getting memory for uploading streamed data to the GPU 53 * In most cases, streamed data (for GPU state structures, for example) is 55 * from the streamed space returned to other BOs. However, that interface has 87 upload->bo = brw_bo_alloc(upload->bufmgr, "streamed data", in brw_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/mesa3d/src/intel/tools/tests/gen6/ |
D | send.asm | 84 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 0 mlen 1 rlen 0 { align16 1Q }; 86 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 0 mlen 1 rlen 1 { align16 1Q }; 184 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 1 mlen 1 rlen 1 { align16 1Q }; 192 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 1 mlen 1 rlen 0 { align16 1Q }; 194 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 2 mlen 1 rlen 0 { align16 1Q }; 196 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 3 mlen 1 rlen 0 { align16 1Q }; 198 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 4 mlen 1 rlen 0 { align16 1Q }; 200 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 5 mlen 1 rlen 1 { align16 1Q }; 370 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 2 mlen 1 rlen 1 { align16 1Q }; 386 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 5 mlen 1 rlen 0 { align16 1Q }; [all …]
|
/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/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/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-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/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/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/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/angle/src/libANGLE/renderer/gl/ |
D | VertexArrayGL.cpp | 185 // Check if any attributes need to be streamed, determines if the index range needs to be in syncDrawState() 190 // Determine if an index buffer needs to be streamed and the range of vertices that need to be in syncDrawState() 263 // Need to check the range of indices if attributes need to be streamed in syncIndexData() 267 // Only compute the index range if the attributes also need to be streamed in syncIndexData() 286 // TODO: if GLES, nothing needs to be streamed in syncIndexData() 288 // Only compute the index range if the attributes also need to be streamed in syncIndexData() 373 // Sync the vertex attribute state and track what data needs to be streamed in streamAttributes() 522 // Update the state to track the streamed attribute in streamAttributes()
|
/external/rust/crates/grpcio-sys/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/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest-message.h | 71 // This causes the text in the Message to be streamed 182 // Gets the text streamed to this object so far as an std::string. 189 // We'll hold the text streamed to this object here.
|
/external/googletest/googletest/include/gtest/ |
D | gtest-message.h | 72 // This causes the text in the Message to be streamed 183 // Gets the text streamed to this object so far as an std::string. 190 // We'll hold the text streamed to this object here.
|