/third_party/mindspore/mindspore/lite/test/ut/src/dataset/ |
D | eager_test.cc | 44 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/ |
D | build_environment.py | 43 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/ |
D | json_helper.cc | 27 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()
|
D | json_helper.h | 49 Status CreateAlbum(const std::string &in_dir, const std::string &out_dir);
|
/third_party/boost/libs/gil/test/legacy/ |
D | image.cpp | 502 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/ |
D | afhints.c | 889 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()
|
D | afhints.h | 244 FT_Char in_dir; /* direction of inwards vector */ member
|
D | aflatin2.c | 792 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()
|
D | aflatin.c | 1722 if ( prev_segment->last->in_dir == point->in_dir ) in af_latin_hints_compute_segments()
|
/third_party/freetype/src/autofit/ |
D | afhints.c | 889 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()
|
D | afhints.h | 244 FT_Char in_dir; /* direction of inwards vector */ member
|
D | aflatin2.c | 792 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()
|
D | aflatin.c | 1721 if ( prev_segment->last->in_dir == point->in_dir ) in af_latin_hints_compute_segments()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afhints.c | 984 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()
|
D | afhints.h | 244 FT_Char in_dir; /* direction of inwards vector */ member
|
D | aflatin.c | 1716 if ( prev_segment->last->in_dir == point->in_dir ) in af_latin_hints_compute_segments()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/ |
D | data_helper.h | 49 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/ |
D | data_helper.cc | 24 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/ |
D | ChangeLog.25 | 1621 values to `in_dir' and `out_dir' for all points.
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.25 | 1621 values to `in_dir' and `out_dir' for all points.
|
/third_party/freetype/ |
D | ChangeLog.25 | 1621 values to `in_dir' and `out_dir' for all points.
|