Home
last modified time | relevance | path

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

/external/toolchain-utils/cwp/cr-os/
Dfetch_gn_descs.py85 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/
Dsubset_noto_cjk.py135 in_dir = Path(args.input)
142 remove_codepoints_from_ttc(in_dir / ttc_name, out_dir)
/external/libcxx/utils/libcxx/android/test/
Dformat.py66 def _run(self, exec_path, _, in_dir=None): argument
/external/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()
/external/flac/test/
Dtest_flac.sh733 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/
DChangeLog.251621 values to `in_dir' and `out_dir' for all points.