Home
last modified time | relevance | path

Searched refs:in_dir (Results 1 – 21 of 21) sorted by relevance

/third_party/mindspore/mindspore/lite/test/ut/src/dataset/
Deager_test.cc44 std::string in_dir = "/sdcard/data/testPK/data/class1"; in TEST_F() local
46 std::string in_dir = "data/testPK/data/class1"; in TEST_F()
48 Path base_dir = Path(in_dir); in TEST_F()
/third_party/boost/libs/metaparse/tools/
Dbuild_environment.py43 def in_dir(self, cwd): member in ChildProcess
47 return self.in_dir(os.path.join(self.cwd, subdir))
58 git_in_boost = git.in_dir(out_dir)
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Djson_helper.cc27 Status JsonHelper::CreateAlbum(const std::string &in_dir, const std::string &out_dir) { in CreateAlbum() argument
29 Path base_dir = Path(in_dir); in CreateAlbum()
30 RETURN_IF_NOT_OK(RealPath(in_dir)); in CreateAlbum()
Djson_helper.h49 Status CreateAlbum(const std::string &in_dir, const std::string &out_dir);
/third_party/boost/libs/gil/test/legacy/
Dimage.cpp502 extern const string in_dir;
506 const string in_dir=""; // directory of source images variable
507 const string out_dir=in_dir+"image-out/"; // directory where to write output
508 const string ref_dir=in_dir+"image-ref/"; // reference directory to compare written with actual ou…
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafhints.c889 point->in_dir = (FT_Char)AF_DIR_NONE; in af_glyph_hints_reload()
1061 curr->in_dir = (FT_Char)out_dir; in af_glyph_hints_reload()
1064 next->in_dir = (FT_Char)out_dir; in af_glyph_hints_reload()
1089 if ( point->in_dir == AF_DIR_NONE && in af_glyph_hints_reload()
1137 else if ( point->out_dir == point->in_dir ) in af_glyph_hints_reload()
1167 else if ( point->in_dir == -point->out_dir ) in af_glyph_hints_reload()
Dafhints.h244 FT_Char in_dir; /* direction of inwards vector */ member
Daflatin2.c792 if ( FT_ABS( point->in_dir ) == major_dir ) in af_latin2_hints_compute_segments()
796 while ( point->in_dir == start->in_dir ) in af_latin2_hints_compute_segments()
819 point->in_dir != point->out_dir ); in af_latin2_hints_compute_segments()
Daflatin.c1722 if ( prev_segment->last->in_dir == point->in_dir ) in af_latin_hints_compute_segments()
/third_party/freetype/src/autofit/
Dafhints.c889 point->in_dir = (FT_Char)AF_DIR_NONE; in af_glyph_hints_reload()
1061 curr->in_dir = (FT_Char)out_dir; in af_glyph_hints_reload()
1064 next->in_dir = (FT_Char)out_dir; in af_glyph_hints_reload()
1089 if ( point->in_dir == AF_DIR_NONE && in af_glyph_hints_reload()
1137 else if ( point->out_dir == point->in_dir ) in af_glyph_hints_reload()
1167 else if ( point->in_dir == -point->out_dir ) in af_glyph_hints_reload()
Dafhints.h244 FT_Char in_dir; /* direction of inwards vector */ member
Daflatin2.c792 if ( FT_ABS( point->in_dir ) == major_dir ) in af_latin2_hints_compute_segments()
796 while ( point->in_dir == start->in_dir ) in af_latin2_hints_compute_segments()
819 point->in_dir != point->out_dir ); in af_latin2_hints_compute_segments()
Daflatin.c1721 if ( prev_segment->last->in_dir == point->in_dir ) in af_latin_hints_compute_segments()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafhints.c984 point->in_dir = (FT_Char)AF_DIR_NONE; in af_glyph_hints_reload()
1156 curr->in_dir = (FT_Char)out_dir; in af_glyph_hints_reload()
1159 next->in_dir = (FT_Char)out_dir; in af_glyph_hints_reload()
1184 if ( point->in_dir == AF_DIR_NONE && in af_glyph_hints_reload()
1232 else if ( point->out_dir == point->in_dir ) in af_glyph_hints_reload()
1262 else if ( point->in_dir == -point->out_dir ) in af_glyph_hints_reload()
Dafhints.h244 FT_Char in_dir; /* direction of inwards vector */ member
Daflatin.c1716 if ( prev_segment->last->in_dir == point->in_dir ) in af_latin_hints_compute_segments()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Ddata_helper.h49 Status CreateAlbum(const std::string &in_dir, const std::string &out_dir) { in CreateAlbum() argument
50 return CreateAlbumIF(StringToChar(in_dir), StringToChar(out_dir)); in CreateAlbum()
405 Status CreateAlbumIF(const std::vector<char> &in_dir, const std::vector<char> &out_dir);
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Ddata_helper.cc24 Status DataHelper::CreateAlbumIF(const std::vector<char> &in_dir, const std::vector<char> &out_dir)… in CreateAlbumIF() argument
26 return jh.CreateAlbum(CharToString(in_dir), CharToString(out_dir)); in CreateAlbumIF()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.251621 values to `in_dir' and `out_dir' for all points.
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.251621 values to `in_dir' and `out_dir' for all points.
/third_party/freetype/
DChangeLog.251621 values to `in_dir' and `out_dir' for all points.