Home
last modified time | relevance | path

Searched defs:expected_return (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fadvise/
H A Dposix_fadvise01.c36 int expected_return = 0; variable
/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/ult_app/cm/
H A Dcm_test.h44 bool RunEach(T expected_return, Function RunTest) in RunEach()
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/
H A Dfilter_test.cc83 size_t expected_return; in main() local
/aosp_15_r20/external/google-benchmark/test/
H A Dfilter_test.cc87 int64_t expected_return; in main() local
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/
H A Dfilter_test.cc87 int64_t expected_return; in main() local
/aosp_15_r20/build/make/tools/envsetup/
H A Drun_envsetup_tests45 def test(shell, command, expected_return, expected_stdout, expected_stderr, expected_env): argument
/aosp_15_r20/trusty/kernel/lib/sm/
H A Dsm.c495 uint32_t expected_return; in sm_handle_fiq() local
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Daudio_processing_unittest.cc798 AudioProcessing::Error expected_return) { in TestChangingChannelsInt16Interface()
818 AudioProcessing::Error expected_return) { in TestChangingForwardChannels()
829 AudioProcessing::Error expected_return) { in TestChangingReverseChannels()
/aosp_15_r20/external/autotest/client/common_lib/
H A Dutils_unittest.py400 def stub_urlopen_with_timeout_comparison(self, test_func, expected_return, argument
411 expected_return, *expected_args): argument
/aosp_15_r20/tools/acloud/internal/lib/
H A Dutils.py277 def PollAndWait(func, expected_return, timeout_exception, timeout_secs, argument