Home
last modified time | relevance | path

Searched full:unrequested (Results 1 – 25 of 28) sorted by relevance

12

/external/pigweed/pw_rpc/ts/
Drpc_classes.ts24 /** 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
Dclient_test.ts310 newResponse('is unrequested'),
318 expect(response).toEqual(newResponse('is unrequested'));
/external/pigweed/pw_rpc/
Dendpoint.cc139 // Calls with ID of `kOpenCallId` were unrequested, and in FindIteratorsForCall()
144 // unrequested responses. in FindIteratorsForCall()
Ddocs.rst130 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/
Dinit.cc65 PW_LOG_ERROR("Error opening unrequested log streams %d", in InitImpl()
/external/pigweed/pw_system/public/pw_system/
Dconfig.h126 // unrequested data streams.
/external/pigweed/pw_log_rpc/public/pw_log_rpc/
Drpc_log_drain_thread.h84 // Opens a server writer to set up an unrequested log stream.
/external/grpc-grpc/src/core/lib/experiments/
Dexperiments.cc75 "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 "
Dexperiments.yaml145 received but unrequested requests in the server for each call type.
/external/pigweed/pw_rpc/py/pw_rpc/
Dclient.py38 # 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/
Dcall.h90 // 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/
Dserver.h133 // Opens a call object for an unrequested RPC. Calls created with OpenCall
/external/pigweed/pw_log_rpc/py/
Drpc_log_stream_test.py128 # To handle unrequested log streams, packets' call Ids are set to
/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
DXdsResourceType.java96 // unrequested resources.
/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go1956 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/
Dhandshake_client.go1973 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/
Ddecode_proto_op.cc1026 // 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/
Dgrpc_session.cc260 return errors::Internal("Received response for unrequested fetch: ", in RunHelper()
/external/pigweed/pw_digital_io_linux/
Ddigital_io_test.cc59 PW_LOG_ERROR("Cannot get value of unrequested line"); in GetValue()
/external/sdv/vsomeip/implementation/routing/src/
Drouting_manager_base.cpp1254 << " 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/
DOrc.h772 * information can be used to return responsibility for unrequested symbols
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h461 /// information can be used to return responsibility for unrequested symbols
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp599 // 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/
DCore.h564 /// information can be used to return responsibility for unrequested symbols
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp315 // Find the set of requested aliases and aliasees. Return any unrequested in materialize()

12