Home
last modified time | relevance | path

Searched defs:return_value (Results 151 – 175 of 408) sorted by relevance

12345678910>>...17

/aosp_15_r20/system/core/fastboot/
H A Dsocket_mock.cpp58 bool return_value = events_.front().status; in Send() local
92 ssize_t return_value = message.length(); in Receive() local
/aosp_15_r20/system/core/fastboot/fuzzer/
H A Dsocket_mock_fuzz.cpp38 bool return_value = events_.front().status; in Send() local
69 ssize_t return_value = message.length(); in Receive() local
/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dsha256module.c.h87 PyObject *return_value = NULL; in _sha256_sha256() local
138 PyObject *return_value = NULL; in _sha256_sha224() local
Dsha512module.c.h87 PyObject *return_value = NULL; in _sha512_sha512() local
138 PyObject *return_value = NULL; in _sha512_sha384() local
/aosp_15_r20/external/gsc-utils/chip/g/
H A Dupgrade_fw.h98 uint32_t return_value; member
128 enum return_value { enum
/aosp_15_r20/external/cronet/base/types/
H A Dexpected_macros_perftest.cc26 explicit ReturnLoop(ReturnType return_value) in ReturnLoop()
37 ReturnType return_value() const { return value_; } in return_value() function in base::__anona27a1be50111::ReturnLoop
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl_api.h50 static bool return_value; member
216 static std::optional<uint8_t> return_value; member
Dmock_common_os_utils.h43 static bool return_value; member
/aosp_15_r20/art/tools/tracefast-plugin/
H A Dtracefast.cc53 [[maybe_unused]] art::MutableHandle<art::mirror::Object>& return_value) override in MethodExited()
59 [[maybe_unused]] art::JValue& return_value) override in MethodExited()
/aosp_15_r20/external/libtextclassifier/native/utils/base/
H A Darena.h213 void* return_value = Alloc(size); in Calloc() local
219 void* return_value = AllocAligned(size, align); in CallocAligned() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dexecutable.cc282 StatusOr<ScopedShapedBuffer> return_value = in ExecuteAsyncOnStreamWrapper() local
293 StatusOr<ExecutionOutput> return_value = ExecuteAsyncOnStream( in ExecuteAsyncOnStreamWrapper() local
/aosp_15_r20/external/pigweed/pw_async2/public/pw_async2/
H A Dcoro.h243 void return_value(From&& value) { in return_value() function
496 internal::OptionalOrDefault<T> return_value; in Pend() local
/aosp_15_r20/art/runtime/
H A Dinstrumentation.cc68 MutableHandle<mirror::Object>& return_value) { in MethodExited()
1689 JValue return_value; in GetReturnValue() local
1703 const JValue& return_value) in PushDeoptContextIfNeeded()
1729 JValue return_value, in DeoptimizeIfNeeded()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dfunction.cpp389 bool return_value = true; in IsCompatibleWithExecutionModel() local
413 bool return_value = true; in CheckLimitations() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dfunction.cpp389 bool return_value = true; in IsCompatibleWithExecutionModel() local
413 bool return_value = true; in CheckLimitations() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dfunction.cpp389 bool return_value = true; in IsCompatibleWithExecutionModel() local
413 bool return_value = true; in CheckLimitations() local
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl.cc812 int return_value = GetDecision(&operation, &packet_list, &dtmf_event, in GetAudioInternal() local
1384 int return_value; in Decode() local
1619 int return_value = expand_->Process(algorithm_buffer_.get()); in DoExpand() local
/aosp_15_r20/external/webrtc/audio/
H A Daudio_send_stream_unittest.cc142 std::unique_ptr<AudioEncoder>* return_value) { in SetupEncoderFactoryMock()
537 std::unique_ptr<AudioEncoder>* return_value) { in TEST()
568 std::unique_ptr<AudioEncoder>* return_value) { in TEST()
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_zip.c43 uint16_t return_value; in unaligned_uint16_read() local
53 uint32_t return_value; in unaligned_uint32_read() local
/aosp_15_r20/external/python/cpython3/Modules/
D_bz2module.c360 int return_value = -1; in _bz2_BZ2Compressor___init__() local
681 int return_value = -1; in _bz2_BZ2Decompressor___init__() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/bio/
H A Derrno.c64 int bio_errno_should_retry(int return_value) { in bio_errno_should_retry()
/aosp_15_r20/external/boringssl/src/crypto/bio/
H A Derrno.c64 int bio_errno_should_retry(int return_value) { in bio_errno_should_retry()
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/utils/
H A Dcontext_managers.py23 def control_dependency_on_returns(return_value): argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_bpftool_build.sh32 return_value() { function
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/
H A D4-1.c33 int return_value = 0; in main() local

12345678910>>...17