/test/vts/compilation_tools/vtsc/test/ |
D | test_vtsc.py | 146 def RunFuzzerTest(self, mode, vts_file_path, source_file_name): argument 148 self._vtsc_path, "-m" + mode, vts_file_path, 149 os.path.join(self._output_dir, mode), 150 os.path.join(self._output_dir, mode, "") 154 canonical_source_file = os.path.join(self._canonical_dir, mode, 156 output_source_file = os.path.join(self._output_dir, mode, 184 mode, argument 200 self._vtsc_path, "-m" + mode, vts_file_path, 201 os.path.join(self._output_dir, mode), 202 os.path.join(self._output_dir, mode, output_file_name) [all …]
|
/test/vts/compilation_tools/vtsc/code_gen/ |
D | CodeGenBase.cpp | 55 void Translate(VtsCompileMode mode, in Translate() argument 63 TranslateToFile(mode, input_vts_file_path, output_header_file_path.c_str(), in Translate() 66 TranslateToFile(mode, input_vts_file_path, output_cpp_file_path, in Translate() 70 void TranslateToFile(VtsCompileMode mode, in TranslateToFile() argument 95 if (mode == kDriver) { in TranslateToFile() 117 } else if (mode == kFuzzer) { in TranslateToFile() 138 } else if (mode == kProfiler) { in TranslateToFile()
|
D | CodeGenBase.h | 72 void Translate(VtsCompileMode mode, 79 void TranslateToFile(VtsCompileMode mode,
|
/test/vts/compilation_tools/vtsc/ |
D | VtsCompilerMain.cpp | 50 android::vts::VtsCompileMode mode = android::vts::kDriver; in main() local 61 mode = android::vts::kProfiler; in main() 66 mode = android::vts::kFuzzer; in main() 100 mode, argv[opt_count + 1], argv[opt_count + 2], argv[opt_count + 3]); in main() 119 mode, argv[opt_count + 1], argv[opt_count + 2], type); in main() 145 mode, src_file.c_str(), dst_file.c_str(), type); in main()
|
D | VtsCompilerUtils.h | 56 extern int vts_fs_mkdirs(char* file_path, mode_t mode);
|
D | VtsCompilerUtils.cpp | 515 int vts_fs_mkdirs(char* file_path, mode_t mode) { in vts_fs_mkdirs() argument 520 if (mkdir(file_path, mode) == -1) { in vts_fs_mkdirs()
|
/test/vts/utils/native/trace_processor/ |
D | TraceProcessorMain.cpp | 102 string mode = kDefaultMode; in main() local 129 mode = string(optarg); in main() 148 switch (getModeCode(mode)) { in main() 178 switch (getModeCode(mode)) { in main()
|
/test/vts/runners/target/vts_hal_hidl_target/ |
D | VtsHalHidlTargetTestEnvBase.h | 97 void setServiceCombMode(HalServiceCombMode mode) { mode_ = mode; } in setServiceCombMode() argument
|
/test/vts-testcase/kernel/api/tun/ |
D | vts_kernel_tun_test.cpp | 57 int VtsKernelTunTest::TunInit(short mode) { in TunInit() argument 59 .ifr_flags = mode, in TunInit()
|
/test/vts-testcase/vndk/golden/ |
D | extract_lsdump.py | 240 with lsdump_zip.open(name, mode='r') as lsdump_file: 286 with zipfile.ZipFile(args.input_path, mode='r') as input_zip: 289 with zipfile.ZipFile(args.output_path, mode='w',
|
/test/vts/drivers/resource/include/hidl_handle_driver/ |
D | VtsHidlHandleDriver.h | 72 HandleId CreateFileHandle(string filepath, int flag, int mode,
|
/test/vts/drivers/resource/hidl_handle_driver/ |
D | VtsHidlHandleDriver.cpp | 44 int mode, vector<int> data) { in CreateFileHandle() argument 55 int curr_fd = open(filepath.c_str(), flag, mode); in CreateFileHandle()
|
/test/vts/drivers/hal/libcodecoverage/ |
D | GcdaFile.cpp | 38 gcov_var_.mode = 0; in Open() 52 gcov_var_.mode = 0; in Close()
|
D | gcov_basic_io.h | 123 int mode; /* < 0 writing, > 0 reading */ member
|
/test/vts/drivers/resource/resource_manager/ |
D | VtsResourceManager.cpp | 69 int mode = 0; in ProcessHidlHandleCommand() local 77 mode = S_IRWXU; // User has the right to read/write/execute. in ProcessHidlHandleCommand() 81 mode = S_IRWXU; in ProcessHidlHandleCommand() 90 mode = S_IRWXU; in ProcessHidlHandleCommand() 95 mode = S_IRWXU; in ProcessHidlHandleCommand() 105 mode = S_IRWXU; in ProcessHidlHandleCommand() 122 hidl_handle_driver_.CreateFileHandle(filepath, flag, mode, int_data); in ProcessHidlHandleCommand()
|
/test/mlts/benchmark/tools/ |
D | build_and_dump_intermediate.sh | 50 build/soong/soong_ui.bash --make-mode NeuralNetworksApiBenchmark
|
/test/vts/proto/ |
D | TestSchedulingPolicyMessage.proto | 39 // test scheduling mode
|
/test/mlts/benchmark/ |
D | build_and_run_benchmark.sh | 179 build/soong/soong_ui.bash --make-mode ${APP} 2>&1 | tee ${TMPFILE} 202 build/soong/soong_ui.bash --make-mode nn_stress_test
|
/test/vts/utils/python/controllers/ |
D | android.py | 87 self.client = self.conn.makefile(mode="brw")
|
/test/vts/utils/python/mirror/ |
D | mirror_tracker.py | 242 mode, argument 281 mirror._createHandleForSingleFile(filepath, mode, ints)
|
D | resource_mirror.py | 674 def _createHandleForSingleFile(self, filepath, mode, int_data): argument 699 fd_message.file_mode_str = mode
|
/test/vts/utils/python/build/api/ |
D | artifact_fetcher.py | 151 fh = io.FileIO(dest_filepath, mode='wb')
|
/test/vts/runners/host/tcp_client/ |
D | vts_tcp_client.py | 72 mode="adb_forwarding", argument 76 self._mode = mode 158 self.channel = self.connection.makefile(mode="brw")
|
/test/vts/utils/python/profiling/ |
D | profiling_utils.py | 271 _, mode = line.split(":") 272 profiling_data.options.add("hidl_hal_mode=%s" % mode)
|
/test/vts-testcase/kernel/encryption/ |
D | file_based_encryption_tests.cpp | 453 int mode, FscryptHkdfContext context, 742 const std::vector<uint8_t> &master_key, int mode, in DerivePerModeEncryptionKey() argument 746 hkdf_info.push_back(mode); in DerivePerModeEncryptionKey()
|