Searched refs:file_ext (Results 1 – 13 of 13) sorted by relevance
/external/f2fs-tools/tools/ |
D | fibmap.c | 47 struct file_ext { struct 54 void print_ext(struct file_ext *ext) in print_ext() argument 147 struct file_ext ext;
|
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
D | echo_path_simulation.py | 131 file_name, file_ext = os.path.splitext(file_name_ext) 133 file_name, self._FILE_NAME_SUFFIX, file_ext))
|
/external/skia/ |
D | PRESUBMIT.py | 369 file_path, file_ext = os.path.splitext(affected_file_path) 372 if (file_ext == '.h' and 397 file_path, file_ext = os.path.splitext(affected_file_path) 400 if (file_ext == '.h' and
|
/external/ltp/testcases/kernel/security/prot_hsymlinks/ |
D | prot_hsymlinks.c | 81 static const char file_ext[] = ".hs"; variable 385 bdirs[dir].path, users[usr].name, file_ext); in init_files_dirs() 401 "/local_%s%s", users[usr].name, file_ext); in init_files_dirs()
|
/external/grpc-grpc/src/python/grpcio/ |
D | commands.py | 191 base, file_ext = os.path.splitext(source) 192 if file_ext == '.pyx':
|
/external/flatbuffers/include/flatbuffers/ |
D | reflection_generated.h | 1070 const flatbuffers::String *file_ext() const { in file_ext() function 1090 verifier.VerifyString(file_ext()) && in Verify() 1113 void add_file_ext(flatbuffers::Offset<flatbuffers::String> file_ext) { in add_file_ext() 1114 fbb_.AddOffset(Schema::VT_FILE_EXT, file_ext); in add_file_ext() 1141 flatbuffers::Offset<flatbuffers::String> file_ext = 0, 1147 builder_.add_file_ext(file_ext); 1159 const char *file_ext = nullptr, 1165 auto file_ext__ = file_ext ? _fbb.CreateString(file_ext) : 0;
|
/external/linux-kselftest/tools/testing/selftests/intel_pstate/ |
D | run.sh | 51 file_ext=$1
|
/external/flac/src/plugin_xmms/ |
D | tag.c | 134 input->file_ext = local__extname(filename); in flac_format_song_title()
|
/external/flatbuffers/reflection/ |
D | reflection.fbs | 105 file_ext:string;
|
/external/skqp/ |
D | PRESUBMIT.py | 368 file_path, file_ext = os.path.splitext(affected_file_path) 371 if (file_ext == '.h' and
|
/external/tensorflow/third_party/gpus/ |
D | cuda_configure.bzl | 1089 file_ext = ".exe" if is_windows(repository_ctx) else "" 1092 [f + file_ext for f in ["bin2c", "fatbinary", "nvlink", "nvprune"]] 1251 file_ext = ".exe" if is_windows(repository_ctx) else "" 1252 nvcc_path = "%s/nvcc%s" % (cuda_config.config["cuda_binary_dir"], file_ext)
|
/external/llvm-project/llvm/cmake/modules/ |
D | AddLLVM.cmake | 2000 set(file_ext ${LLVM_EXTERNALIZE_DEBUGINFO_EXTENSION}) variable 2002 set(file_ext dSYM) variable 2005 set(output_name "$<TARGET_FILE_NAME:${name}>.${file_ext}")
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 3493 file_extension_ = schema->file_ext() ? schema->file_ext()->str() : ""; in Deserialize()
|