Home
last modified time | relevance | path

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

/test/mlts/benchmark/tools/
Dconvert_binary_to_img.py23 def convert_file(filename: str, h: int, w: int, d: int):
/test/dittosuite/test/
Dwrite_file_test.cpp97 EXPECT_CALL(syscall_, FStat(fd_, _)).WillOnce(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
125 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
159 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
167 .WillRepeatedly(Invoke([&](int, char*, int64_t size, int64_t offset) { in TEST_F() argument
198 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
206 .WillRepeatedly(Invoke([&](int, char*, int64_t size, int64_t offset) { in TEST_F() argument
237 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
245 .WillRepeatedly(Invoke([&](int, char*, int64_t size, int64_t offset) { in TEST_F() argument
278 EXPECT_CALL(syscall_, FStat(fd_, _)).WillOnce(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
Dread_file_test.cpp99 EXPECT_CALL(syscall_, FStat(fd_, _)).Times(2).WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
127 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
161 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
169 .WillRepeatedly(Invoke([&](int, char*, int64_t size, int64_t offset) { in TEST_F() argument
200 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
208 .WillRepeatedly(Invoke([&](int, char*, int64_t size, int64_t offset) { in TEST_F() argument
239 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
247 .WillRepeatedly(Invoke([&](int, char*, int64_t size, int64_t offset) { in TEST_F() argument
282 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
/test/vts-testcase/security/selinux/policy/
Dmain.cpp20 int main(int /*argc*/, char* /*argv*/[]) { in main() argument
/test/vts-testcase/kernel/ltp/testcase/tools/
Dgen_ltp_config.py24 def run(arch: str, n_bit: int, is_low_mem: bool, is_hwasan: bool, run_staging: bool, output_file: s…
Dltp_test_cases.py83 …def GetKernelModuleControllerOption(self, arch: str, n_bit: int, is_low_mem: bool = False, is_hwas…
145 n_bit: int,
/test/vts-testcase/kernel/gki/
Dvts_dlkm_partition_test.cpp62 auto not_empty_callback = [](const char *, const struct stat *, int) { in VerifyDlkmPartition() argument
/test/dittosuite/src/
Dinstruction_set.cpp83 [](int) { in RunSingle() argument
/test/dittosuite/
Ddittotrace.cpp84 const std::map<int, std::vector<std::string>>& lines_by_pid) { in ProcessLines()
/test/mlts/benchmark/jni/
Drun_tflite.cpp526 auto callback = [](const char* entry, const struct stat*, int, struct FTW*) { in cleanup() argument