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.cpp96 EXPECT_CALL(syscall_, FStat(fd_, _)).WillOnce(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
124 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
158 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
166 .WillRepeatedly(Invoke([&](int, char*, int64_t size, int64_t offset) { in TEST_F() argument
196 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
204 .WillRepeatedly(Invoke([&](int, char*, int64_t size, int64_t offset) { in TEST_F() argument
234 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
242 .WillRepeatedly(Invoke([&](int, char*, int64_t size, int64_t offset) { in TEST_F() argument
273 EXPECT_CALL(syscall_, FStat(fd_, _)).WillOnce(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
Dread_file_test.cpp100 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
128 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
162 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
170 .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
238 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() argument
246 .WillRepeatedly(Invoke([&](int, char*, int64_t size, int64_t offset) { in TEST_F() argument
279 .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.py25 def run(android_build_top: str, arch: str, n_bit: int, is_low_mem: bool, is_hwasan: bool, run_stagi…
Dltp_test_cases.py85 …def GetKernelModuleControllerOption(self, arch: str, n_bit: int, is_low_mem: bool = False, is_hwas…
148 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.cpp88 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