Home
last modified time | relevance | path

Searched refs:file_ext (Results 1 – 15 of 15) sorted by relevance

/external/bazel-skylib/toolchains/unittest/
DBUILD19 file_ext = ".bat",
41 file_ext = ".sh",
/external/f2fs-tools/tools/
Dfibmap.c42 struct file_ext { struct
49 void print_ext(struct file_ext *ext) in print_ext() argument
142 struct file_ext ext;
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Decho_path_simulation.py131 file_name, file_ext = os.path.splitext(file_name_ext)
133 path, '{}{}{}'.format(file_name, self._FILE_NAME_SUFFIX, file_ext))
/external/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c81 static const char file_ext[] = ".hs"; variable
384 bdirs[dir].path, users[usr].name, file_ext); in init_files_dirs()
400 "/local_%s%s", users[usr].name, file_ext); in init_files_dirs()
/external/grpc-grpc/src/python/grpcio/
Dcommands.py159 base, file_ext = os.path.splitext(source)
160 if file_ext == ".pyx":
/external/linux-kselftest/tools/testing/selftests/intel_pstate/
Drun.sh51 file_ext=$1
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h1346 const ::flatbuffers::String *file_ext() const { in file_ext() function
1374 verifier.VerifyString(file_ext()) && in Verify()
1401 void add_file_ext(::flatbuffers::Offset<::flatbuffers::String> file_ext) { in add_file_ext()
1402 fbb_.AddOffset(Schema::VT_FILE_EXT, file_ext); in add_file_ext()
1434 ::flatbuffers::Offset<::flatbuffers::String> file_ext = 0,
1444 builder_.add_file_ext(file_ext);
1456 const char *file_ext = nullptr,
1464 auto file_ext__ = file_ext ? _fbb.CreateString(file_ext) : 0;
/external/skia/
DPRESUBMIT.py698 file_path, file_ext = os.path.splitext(affected_file_path)
701 if (file_ext == '.h' and
726 file_path, file_ext = os.path.splitext(affected_file_path)
/external/bazel-skylib/lib/
Dunittest.bzl49 "file_ext",
62 file_ext = ctx.attr.file_ext,
86 "file_ext": attr.string(
433 testbin = env.ctx.actions.declare_file(env.ctx.label.name + tc.file_ext)
611 testbin = ctx.actions.declare_file("loading_test_" + ctx.label.name + tc.file_ext)
/external/flatbuffers/reflection/
Dreflection.fbs144 file_ext:string;
/external/flatbuffers/rust/reflection/src/
Dreflection_generated.rs2018 if let Some(x) = args.file_ext { builder.add_file_ext(x); } in create()
2048 pub fn file_ext(&self) -> Option<&'a str> { in file_ext() method
2109 pub file_ext: Option<flatbuffers::WIPOffset<&'a str>>, field
2122 file_ext: None, in default()
2149 pub fn add_file_ext(&mut self, file_ext: flatbuffers::WIPOffset<&'b str>) { in add_file_ext()
2150 self.fbb_.push_slot_always::<flatbuffers::WIPOffset<_>>(Schema::VT_FILE_EXT, file_ext); in add_file_ext()
2191 ds.field("file_ext", &self.file_ext()); in fmt()
/external/tensorflow/third_party/gpus/
Dcuda_configure.bzl1095 file_ext = ".exe" if is_windows(repository_ctx) else ""
1098 [f + file_ext for f in ["bin2c", "fatbinary", "nvlink", "nvprune"]]
1257 file_ext = ".exe" if is_windows(repository_ctx) else ""
1258 nvcc_path = "%s/nvcc%s" % (cuda_config.config["cuda_binary_dir"], file_ext)
/external/pytorch/torch/_inductor/
Dcpp_builder.py1383 file_ext = (
/external/flatbuffers/src/
Didl_parser.cpp4300 file_extension_ = schema->file_ext() ? schema->file_ext()->str() : ""; in Deserialize()
/external/flatbuffers/tests/
Dmonster_test.afb19 … | VOffset16 | 0x0010 (16) | offset to field `file_ext` (id: 3)
30 … | UOffset32 | 0x00000018 (24) Loc: 0x0048 | offset to field `file_ext` (string)
39 string (reflection.Schema.file_ext):