Home
last modified time | relevance | path

Searched defs:file_name (Results 1 – 25 of 1171) sorted by relevance

12345678910>>...47

/aosp_15_r20/external/ltp/include/
H A Dtst_cgroup.h181 #define SAFE_CG_HAS(cg, file_name) \ argument
189 #define SAFE_CG_READ(cg, file_name, out, len) \ argument
199 #define SAFE_CG_PRINTF(cg, file_name, fmt, ...) \ argument
203 #define SAFE_CG_PRINT(cg, file_name, str) \ argument
212 #define SAFE_CG_OPEN(cg, file_name, flags, fds) \ argument
221 #define SAFE_CG_FCHOWN(cg, file_name, owner, group) \ argument
230 #define SAFE_CG_SCANF(cg, file_name, fmt, ...) \ argument
240 #define SAFE_CG_LINES_SCANF(cg, file_name, fmt, ...) \ argument
250 #define SAFE_CG_OCCURSIN(cg, file_name, needle) \ argument
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_params.h76 bool has_java_package(const std::string& file_name) const { in has_java_package()
80 void set_java_package(const std::string& file_name, in set_java_package()
84 const std::string& java_package(const std::string& file_name) const { in java_package()
98 bool has_java_outer_classname(const std::string& file_name) const { in has_java_outer_classname()
102 void set_java_outer_classname(const std::string& file_name, in set_java_outer_classname()
106 const std::string& java_outer_classname(const std::string& file_name) const { in java_outer_classname()
138 void set_java_multiple_files(const std::string& file_name, bool value) { in set_java_multiple_files()
145 bool java_multiple_files(const std::string& file_name) const { in java_multiple_files()
/aosp_15_r20/external/mbedtls/tests/scripts/
H A Dset_psa_test_dependencies.py124 def systematic_dependencies(file_name, function_name, arguments): argument
156 def updated_dependencies(file_name, function_name, arguments, dependencies): argument
171 def keep_manual_dependencies(file_name, function_name, arguments): argument
186 def process_data_stanza(stanza, file_name, test_case_number): argument
240 def process_data_file(file_name, old_content): argument
250 def update_file(file_name, old_content, new_content): argument
265 def process_file(file_name): argument
H A Dcheck_test_cases.py27 def error(self, file_name, line_number, fmt, *args): argument
32 def warning(self, file_name, line_number, fmt, *args): argument
50 file_name, line_number, description): argument
88 def walk_ssl_opt_sh(self, file_name): argument
103 def walk_compat_sh(self, file_name): argument
153 file_name, _line_number, description): argument
180 file_name, line_number, description): argument
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/
H A Dset_psa_test_dependencies.py124 def systematic_dependencies(file_name, function_name, arguments): argument
156 def updated_dependencies(file_name, function_name, arguments, dependencies): argument
171 def keep_manual_dependencies(file_name, function_name, arguments): argument
186 def process_data_stanza(stanza, file_name, test_case_number): argument
240 def process_data_file(file_name, old_content): argument
250 def update_file(file_name, old_content, new_content): argument
265 def process_file(file_name): argument
H A Dcheck_test_cases.py45 def error(self, file_name, line_number, fmt, *args): argument
50 def warning(self, file_name, line_number, fmt, *args): argument
68 file_name, line_number, description): argument
162 file_name, _line_number, description): argument
189 file_name, line_number, description): argument
/aosp_15_r20/trusty/user/base/lib/storage/rust/src/
Dtest.rs33 let file_name = "read_write.txt"; in read_write() localVariable
54 let file_name = "read_all_buf_too_small.txt"; in read_all_buf_too_small() localVariable
74 let file_name = "read_at.txt"; in read_at() localVariable
106 let file_name = "write_at.txt"; in write_at() localVariable
148 let file_name = "get_set_size.txt"; in get_set_size() localVariable
214 let file_name = "cannot_rename_or_delete_open_file.txt"; in cannot_rename_open_file() localVariable
283 let file_name = "read_in_transaction.txt"; in read_in_transaction() localVariable
315 let file_name = "discard_transaction.txt"; in discard_transaction() localVariable
347 let file_name = "discard_transaction_on_drop.txt"; in drop_transaction() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dspectrogram_test_utils.cc32 bool ReadWaveFileToVector(const string& file_name, std::vector<double>* data) { in ReadWaveFileToVector()
57 const string& file_name, int row_length, in ReadRawFloatFileToComplexVector()
107 const string& file_name, in ReadCSVFileToComplexVectorOrDie()
176 bool WriteDoubleVectorToFile(const string& file_name, in WriteDoubleVectorToFile()
198 bool WriteFloatVectorToFile(const string& file_name, in WriteFloatVectorToFile()
220 bool WriteDoubleArrayToFile(const string& file_name, int size, in WriteDoubleArrayToFile()
242 bool WriteFloatArrayToFile(const string& file_name, int size, in WriteFloatArrayToFile()
265 const string& file_name, in WriteComplexVectorToRawFloatFile()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_params.h95 bool has_java_package(const std::string& file_name) const { in has_java_package()
99 void set_java_package(const std::string& file_name, in set_java_package()
103 const std::string& java_package(const std::string& file_name) const { in java_package()
117 bool has_java_outer_classname(const std::string& file_name) const { in has_java_outer_classname()
121 void set_java_outer_classname(const std::string& file_name, in set_java_outer_classname()
125 const std::string& java_outer_classname(const std::string& file_name) const { in java_outer_classname()
150 void set_java_multiple_files(const std::string& file_name, bool value) { in set_java_multiple_files()
157 bool java_multiple_files(const std::string& file_name) const { in java_multiple_files()
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dplatform.cc62 absl::StatusOr<T> ReadFile(absl::string_view file_name) { in ReadFile()
80 absl::StatusOr<std::string> ReadFileToString(absl::string_view file_name) { in ReadFileToString()
84 absl::StatusOr<absl::Cord> ReadFileToCord(absl::string_view file_name) { in ReadFileToCord()
88 absl::Status WriteStringToFile(absl::string_view file_name, in WriteStringToFile()
104 absl::Status WriteCordToFile(absl::string_view file_name, in WriteCordToFile()
122 bool FileExists(absl::string_view file_name) { in FileExists()
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_grpc.cpp225 FlatBufFile(const Parser &parser, const std::string &file_name, in FlatBufFile()
301 const std::string &file_name) in GoGRPCGenerator()
332 const std::string &file_name) { in GenerateGoGRPC()
343 const std::string &file_name) { in GenerateCppGRPC()
385 const std::string &file_name) in JavaGRPCGenerator()
407 const std::string &file_name) { in GenerateJavaGRPC()
457 const std::string &file_name) { in GeneratePythonGRPC()
492 const std::string &file_name) { in GeneratedFileName()
498 const std::string &file_name) { in GenerateSwiftGRPC()
538 const std::string &file_name, in GeneratedFileName()
[all …]
H A Dcode_generators.cpp37 const std::string &file_name) { in JavaCSharpMakeRule()
69 const std::string &file_name) { in BinaryFileName()
200 const std::string &file_name, in GeneratedFileName()
351 const std::string &file_name) { in JavaMakeRule()
355 const std::string &file_name) { in CSharpMakeRule()
360 const std::string &file_name) { in GenerateBinary()
377 const std::string &file_name) { in BinaryMakeRule()
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Dshell.py128 def search_file(self, search_string, file_name): argument
144 def read_file(self, file_name): argument
155 def write_file(self, file_name, data): argument
164 def append_file(self, file_name, data): argument
173 def touch_file(self, file_name): argument
181 def delete_file(self, file_name): argument
/aosp_15_r20/system/incremental_delivery/incfs/util/
H A Dmap_ptr.cpp45 const char* IncFsFileMap::file_name() const { in file_name() function in android::incfs::IncFsFileMap
49 bool IncFsFileMap::Create(int fd, off64_t offset, size_t length, const char* file_name) { in Create()
64 bool IncFsFileMap::Create(int fd, off64_t offset, size_t length, const char* file_name, in Create()
71 const char* file_name, bool verify) { in CreateForceVerification()
139 bool IncFsFileMap::Create(int fd, off64_t offset, size_t length, const char* file_name, in Create()
145 const char* file_name, bool /* verify */) { in CreateForceVerification()
/aosp_15_r20/external/icing/icing/store/
H A Dblob-store.cc188 std::string file_name = in OpenWrite() local
213 std::string file_name = in RemoveBlob() local
243 std::string file_name = in OpenRead() local
277 std::string file_name = in CommitBlob() local
364 std::string file_name = std::to_string(timestamp); in GetOrCreateBlobInfo() local
452 std::string file_name = in Optimize() local
512 std::string file_name = in GetStorageInfo() local
/aosp_15_r20/external/elfutils/libdwfl/
H A Doffline.c113 process_file (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_file()
134 process_elf (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_elf()
170 process_archive_member (Dwfl *dwfl, const char *name, const char *file_name, in process_archive_member()
251 process_archive (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_archive()
283 const char *file_name, int fd, bool closefd, in __libdwfl_report_offline()
306 const char *file_name, int fd) in dwfl_report_offline()
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dkms_dp_dsc.c78 char file_name[128] = {0}; in is_dp_dsc_supported() local
92 char file_name[128] = {0}; in is_dp_fec_supported() local
104 char file_name[128] = {0}; in is_dp_dsc_enabled() local
116 char file_name[128] = {0}; in force_dp_dsc_enable() local
128 char file_name[128] = {0}; in is_force_dsc_enabled() local
140 char file_name[128] = {0}; in save_force_dsc_en() local
/aosp_15_r20/external/rust/crabbyavif/c_api_tests/
Davifcapitest.cc14 std::string get_file_name(const char* file_name) { in get_file_name()
22 const char* file_name = "sofa_grid1x5_420.avif"; in TEST() local
48 const char* file_name = "sofa_grid1x5_420.avif"; in TEST() local
80 const char* file_name = "sofa_grid1x5_420.avif"; in TEST() local
102 const char* file_name = "colors-animated-8bpc.avif"; in TEST() local
/aosp_15_r20/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_test_util.cpp51 std::string BaseFsAvbTest::CalcVBMetaDigest(const std::string& file_name, in CalcVBMetaDigest()
72 const std::string& file_name, const std::string& avb_algorithm, uint64_t rollback_index, in GenerateVBMetaImage()
145 base::FilePath BaseFsAvbTest::GenerateImage(const std::string& file_name, size_t image_size, in GenerateImage()
209 VBMetaData BaseFsAvbTest::LoadVBMetaData(const std::string& file_name) { in LoadVBMetaData()
239 std::string BaseFsAvbTest::InfoImage(const std::string& file_name) { in InfoImage()
248 std::string file_name = key_path.RemoveExtension().BaseName().value(); in ExtractPublicKeyAvb() local
/aosp_15_r20/external/emboss/compiler/front_end/
H A Dglue.py75 def __init__(self, file_name): argument
126 def parse_module_text(source_code, file_name): argument
171 def parse_module(file_name, file_reader): argument
207 def parse_emboss_file(file_name, file_reader, stop_before_step=None): argument
237 def only_parse_emboss_file(file_name, file_reader): argument
/aosp_15_r20/external/ltp/lib/
H A Dtst_cgroup.c115 const char *const file_name; member
944 const char *const file_name = in cgroup_drain() local
1178 const char *const file_name) in cgroup_file_find()
1270 const char *const file_name) in safe_cg_has()
1334 const char *const file_name, in safe_cg_read()
1375 const char *const file_name, in safe_cg_printf()
1398 const char *const file_name, int flags, int *fds) in safe_cg_open()
1419 const char *const file_name, in safe_cg_fchown()
1439 const char *const file_name, in safe_cg_scanf()
1470 const char *const file_name, in safe_cg_lines_scanf()
[all …]
/aosp_15_r20/external/libchrome/base/
H A Dlocation.cc21 Location::Location(const char* file_name, const void* program_counter) in Location()
25 const char* file_name, in Location()
61 NOINLINE Location Location::CreateFromHere(const char* file_name) { in CreateFromHere()
67 const char* file_name, in CreateFromHere()
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/utils/
H A Dfile_utils.cc18 bool GetFileSize(const std::string& file_name, size_t* size) { in GetFileSize()
30 unique_ptr<ostream> OpenOutputFile(const std::string& file_name, in OpenOutputFile()
43 unique_ptr<istream> OpenInputFile(const std::string& file_name, in OpenInputFile()
56 std::shared_ptr<DataSegment> ReadEntireFile(const std::string& file_name, in ReadEntireFile()
/aosp_15_r20/external/image_io/src/utils/
H A Dfile_utils.cc18 bool GetFileSize(const std::string& file_name, size_t* size) { in GetFileSize()
30 unique_ptr<ostream> OpenOutputFile(const std::string& file_name, in OpenOutputFile()
43 unique_ptr<istream> OpenInputFile(const std::string& file_name, in OpenInputFile()
56 std::shared_ptr<DataSegment> ReadEntireFile(const std::string& file_name, in ReadEntireFile()
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_file_source.cc29 RtpFileSource* RtpFileSource::Create(absl::string_view file_name, in Create()
36 bool RtpFileSource::ValidRtpDump(absl::string_view file_name) { in ValidRtpDump()
42 bool RtpFileSource::ValidPcap(absl::string_view file_name) { in ValidPcap()
86 bool RtpFileSource::OpenFile(absl::string_view file_name) { in OpenFile()

12345678910>>...47