Searched full:unrequested (Results 1 – 25 of 28) sorted by relevance
12
| /external/pigweed/pw_rpc/ts/ |
| D | rpc_classes.ts | 24 /** Calls with ID of `kOpenCallId` were unrequested, and are updated to have the 170 // Calls with ID `OPEN_CALL_ID` were unrequested, and are updated to
|
| D | client_test.ts | 310 newResponse('is unrequested'), 318 expect(response).toEqual(newResponse('is unrequested'));
|
| /external/pigweed/pw_rpc/ |
| D | endpoint.cc | 139 // Calls with ID of `kOpenCallId` were unrequested, and in FindIteratorsForCall() 144 // unrequested responses. in FindIteratorsForCall()
|
| D | docs.rst | 130 Unrequested responses 163 was introduced to distinguish unrequested responses. However, legacy servers 164 built prior to this change continue to send unrequested responses with call ID 167 which used "open call ID" would not accept unrequested responses from legacy 168 servers. Clients built after that change will accept unrequested responses which
|
| /external/pigweed/pw_system/ |
| D | init.cc | 65 PW_LOG_ERROR("Error opening unrequested log streams %d", in InitImpl()
|
| /external/pigweed/pw_system/public/pw_system/ |
| D | config.h | 126 // unrequested data streams.
|
| /external/pigweed/pw_log_rpc/public/pw_log_rpc/ |
| D | rpc_log_drain_thread.h | 84 // Opens a server writer to set up an unrequested log stream.
|
| /external/grpc-grpc/src/core/lib/experiments/ |
| D | experiments.cc | 75 "received but unrequested requests in the server for each call type. A " 270 "received but unrequested requests in the server for each call type. A " 465 "received but unrequested requests in the server for each call type. A "
|
| D | experiments.yaml | 145 received but unrequested requests in the server for each call type.
|
| /external/pigweed/pw_rpc/py/pw_rpc/ |
| D | client.py | 38 # Calls with ID of `kOpenCallId` were unrequested, and are updated to have the 214 # Calls with ID `OPEN_CALL_ID` were unrequested, and are updated to
|
| /external/pigweed/pw_rpc/public/pw_rpc/internal/ |
| D | call.h | 90 // Unrequested RPCs always use this call ID. When a subsequent request 96 // unrequested responses with an "empty" (zero) call ID.
|
| /external/pigweed/pw_rpc/public/pw_rpc/ |
| D | server.h | 133 // Opens a call object for an unrequested RPC. Calls created with OpenCall
|
| /external/pigweed/pw_log_rpc/py/ |
| D | rpc_log_stream_test.py | 128 # To handle unrequested log streams, packets' call Ids are set to
|
| /external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/ |
| D | XdsResourceType.java | 96 // unrequested resources.
|
| /external/boringssl/src/ssl/test/runner/ |
| D | handshake_client.go | 1956 return errors.New("server advertised unrequested NPN extension") 1961 return errors.New("server advertised unrequested ALPN extension") 1982 return errors.New("server advertised unrequested Channel ID extension") 1998 return errors.New("tls: server advertised unrequested OCSP extension") 2006 return errors.New("tls: server advertised unrequested SCTs")
|
| /external/cronet/third_party/boringssl/src/ssl/test/runner/ |
| D | handshake_client.go | 1973 return errors.New("server advertised unrequested NPN extension") 1978 return errors.New("server advertised unrequested ALPN extension") 1999 return errors.New("server advertised unrequested Channel ID extension") 2015 return errors.New("tls: server advertised unrequested OCSP extension") 2023 return errors.New("tls: server advertised unrequested SCTs")
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | decode_proto_op.cc | 1026 // Unknown and unrequested fields are skipped. in Collect() 1028 return errors::DataLoss("Failed skipping unrequested field"); in Collect()
|
| /external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
| D | grpc_session.cc | 260 return errors::Internal("Received response for unrequested fetch: ", in RunHelper()
|
| /external/pigweed/pw_digital_io_linux/ |
| D | digital_io_test.cc | 59 PW_LOG_ERROR("Cannot get value of unrequested line"); in GetValue()
|
| /external/sdv/vsomeip/implementation/routing/src/ |
| D | routing_manager_base.cpp | 1254 << " received subscription for unknown (unrequested / " in insert_subscription() 1290 << " received subscription for unknown (unrequested / " in insert_subscription()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/ |
| D | Orc.h | 772 * information can be used to return responsibility for unrequested symbols
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | Core.h | 461 /// information can be used to return responsibility for unrequested symbols
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| D | Core.cpp | 599 // Find the set of requested aliases and aliasees. Return any unrequested in materialize()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | Core.h | 564 /// information can be used to return responsibility for unrequested symbols
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
| D | Core.cpp | 315 // Find the set of requested aliases and aliasees. Return any unrequested in materialize()
|
12