Home
last modified time | relevance | path

Searched defs:file_names (Results 1 – 16 of 16) sorted by relevance

/external/python/cryptography/tests/hazmat/primitives/
Dutils.py35 def _load_all_params(path, file_names, param_loader): argument
45 param_loader, path, file_names, cipher_factory, mode_factory argument
77 param_loader, path, file_names, cipher_factory, mode_factory argument
151 param_loader, path, file_names, cipher_factory argument
180 def generate_hash_test(param_loader, path, file_names, hash_cls): argument
234 def generate_hmac_test(param_loader, path, file_names, algorithm): argument
251 def generate_pbkdf2_test(param_loader, path, file_names, algorithm): argument
383 def generate_hkdf_test(param_loader, path, file_names, algorithm): argument
397 def generate_kbkdf_counter_mode_test(param_loader, path, file_names): argument
453 param_loader, path, file_names, hash_alg, pad_factory argument
/external/zucchini/
Dzucchini_integration.cc173 const FileNames file_names; in Generate() local
194 const FileNames file_names(old_path, new_path, patch_path); in Generate() local
204 const FileNames file_names; in Apply() local
221 const FileNames file_names(old_path, new_path, patch_path); in Apply() local
/external/rust/crates/protobuf-codegen/src/bin/
Dprotobuf-bin-gen-rust-do-not-use.rs16 let file_names: Vec<String> = fds in write_file() localVariable
/external/pigweed/pw_arduino_build/py/
Dfile_operations_test.py40 def create_files(root_dir, file_names): argument
/external/libvpx/libvpx/test/android/
Dget_files.py96 file_names = [] variable
/external/grpc-grpc/tools/run_tests/python_utils/
Dfilter_pull_request_tests.py133 def _can_skip_tests(file_names, triggers): argument
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Dfilter_pull_request_tests.py137 def _can_skip_tests(file_names, triggers): argument
/external/rust/crates/zip/tests/
Dend_to_end.rs131 let file_names = archive.file_names().collect::<HashSet<_>>(); in check_test_archive() localVariable
/external/autotest/server/cros/chaos_lib/
Dchaos_analyzer.py24 def __init__(self, dir_name, file_names, failures_only): argument
/external/antlr/runtime/Ruby/lib/antlr3/
Dtask.rb303 def file_names( base ) method in ANTLR3.CompileTask
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c248 static const char *file_names[TGSI_FILE_COUNT] = variable
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c249 static const char *file_names[TGSI_FILE_COUNT] = variable
/external/icing/icing/file/
Dfilesystem_test.cc49 void CreateTestFiles(const vector<std::string>& file_names, in CreateTestFiles()
/external/protobuf/src/google/protobuf/
Ddescriptor_database.cc73 std::vector<std::string> file_names; in ForAllFileProtos() local
/external/rust/crates/zip/src/
Dread.rs498 pub fn file_names(&self) -> impl Iterator<Item = &str> { in file_names() method
/external/freetype/src/base/
Dftobjs.c2291 char* file_names[FT_RACCESS_N_RULES]; in load_face_in_embedded_rfork() local