/test/dittosuite/src/ |
D | syscall.cpp | 29 int Syscall::Access(const std::string& path_name, int mode) { in Access() argument 30 return access(path_name.c_str(), mode); in Access() 45 int Syscall::FAllocate(int fd, int mode, int64_t offset, int64_t len) { in FAllocate() argument 46 return fallocate64(fd, mode, offset, len); in FAllocate() 69 int Syscall::Open(const std::string& path_name, int flags, int mode) { in Open() argument 70 return open(path_name.c_str(), flags, mode); in Open()
|
/test/dittosuite/include/ditto/ |
D | syscall.h | 49 virtual int Access(const std::string& path_name, int mode) = 0; 53 virtual int FAllocate(int fd, int mode, int64_t offset, int64_t len) = 0; 58 virtual int Open(const std::string& path_name, int flags, int mode) = 0; 76 int Access(const std::string& path_name, int mode) override; 80 int FAllocate(int fd, int mode, int64_t offset, int64_t len) override; 85 int Open(const std::string& path_name, int flags, int mode) override;
|
/test/vts/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/dittosuite/test/include/ |
D | mock_syscall.h | 56 MOCK_METHOD(int, Access, (const std::string& path_name, int mode), (override)); 60 MOCK_METHOD(int, FAllocate, (int fd, int mode, int64_t offset, int64_t len), (override)); 65 MOCK_METHOD(int, Open, (const std::string& path_name, int flags, int mode), (override));
|
/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: 288 args.output_path, mode='w',
|
/test/app_compat/csuite/test_targets/webview-app-crawl/ |
D | Android.bp | 23 test_config_template: "ui-automator-mode.xml",
|
/test/mlts/benchmark/tools/ |
D | build_and_dump_intermediate.sh | 50 build/soong/soong_ui.bash --make-mode NeuralNetworksApiBenchmark
|
D | tensor_utils.py | 37 mode='constant', 217 with open(file_path, mode='rb') as f:
|
/test/mlts/benchmark/ |
D | build_and_run_benchmark.sh | 189 build/soong/soong_ui.bash --make-mode ${APP} 2>&1 | tee ${TMPFILE} 212 build/soong/soong_ui.bash --make-mode nn_stress_test
|
/test/vts-testcase/kernel/encryption/ |
D | file_based_encryption_tests.cpp | 489 int mode, FscryptHkdfContext context, 797 const std::vector<uint8_t> &master_key, int mode, in DerivePerModeEncryptionKey() argument 801 hkdf_info.push_back(mode); in DerivePerModeEncryptionKey()
|
/test/dittosuite/ |
D | Doxyfile | 1414 # Possible values are: LIGHT always generate light mode output, DARK always 1415 # generate dark mode output, AUTO_LIGHT automatically set the mode according to 1416 # the user preference, use light mode if no preference is set (the default), 1417 # AUTO_DARK automatically set the mode according to the user preference, use 1418 # dark mode if no preference is set and TOGGLE allow to user to switch between 1419 # light and dark mode via a button. 1551 # in maintenance mode). You can download the HTML help workshop from the web 2111 # mode nothing is printed on the terminal, errors are scrolled as if <return> is 2114 # NON_STOP In nonstop mode the diagnostic message will appear on the terminal, 2115 # but there is no possibility of user interaction just like in batch mode, [all …]
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …mode:"label"},scales:{xAxes:[{type:"category",categoryPercentage:.8,barPercentage:.9,offset:!0,gri… property
|
/test/mlts/models/assets/image_classification/ |
D | LICENSE | 6374 Title: Saltburn with Olympus M.ZUIKO DIGITAL ED 12-50MM 1:3.5-6.3 EZ in MACRO mode
|