Searched refs:in_dir (Results 1 – 9 of 9) sorted by relevance
/external/toolchain-utils/cwp/cr-os/ |
D | fetch_gn_descs.py | 85 def _run_gn_desc(in_dir, gn_args): argument 87 subprocess.check_call(['gn', 'gen', '.', '--args=' + gn_args], cwd=in_dir) 92 exit_code = subprocess.call(gn_command, stdout=f, cwd=in_dir) 183 in_dir=out_dir,
|
/external/noto-fonts/cjk/ |
D | subset_noto_cjk.py | 135 in_dir = Path(args.input) 142 remove_codepoints_from_ttc(in_dir / ttc_name, out_dir)
|
/external/libcxx/utils/libcxx/android/test/ |
D | format.py | 66 def _run(self, exec_path, _, in_dir=None): argument
|
/external/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()
|
/external/flac/test/ |
D | test_flac.sh | 733 in_dir=./tmp_in 735 mkdir $in_dir $out_dir || die "ERROR failed to create temp directories" 737 cp 50c.raw 50c.flac $in_dir 744 run_flac $raw_eopt --output-prefix=$out_dir/ $in_dir/50c.raw || die "ERROR generating FLAC file in … 757 run_flac $raw_dopt --output-prefix=$out_dir/ $in_dir/50c.flac || die "ERROR deocding FLAC file in $… 765 rm -rf $in_dir $out_dir
|
/external/freetype/ |
D | ChangeLog.25 | 1621 values to `in_dir' and `out_dir' for all points.
|