Searched refs:out_dir (Results 76 - 89 of 89) sorted by relevance
1234
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afhints.h | 245 FT_Char out_dir; /* direction of outwards vector */ member
|
H A D | aflatin.c | 1616 if ( FT_ABS( last->out_dir ) == major_dir && in FT_LOCAL_DEF() 1617 FT_ABS( point->out_dir ) == major_dir ) in FT_LOCAL_DEF() 1625 if ( FT_ABS( point->out_dir ) != major_dir ) in FT_LOCAL_DEF() 1675 if ( point->out_dir != segment_dir || point == last ) in FT_LOCAL_DEF() 1842 ( FT_ABS( point->out_dir ) == major_dir || in FT_LOCAL_DEF() 1871 segment_dir = (AF_Direction)point->out_dir; in FT_LOCAL_DEF()
|
/third_party/icu/icu4c/source/python/icutools/databuilder/ |
H A D | __main__.py | 35 Create two empty directories for out_dir and tmp_dir. They will get filled 102 "--out_dir", 286 "OUT_DIR": args.out_dir,
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/ |
H A D | __main__.py | 35 Create two empty directories for out_dir and tmp_dir. They will get filled 102 "--out_dir", 286 "OUT_DIR": args.out_dir,
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | xattr.c | 258 goto out_dir; in reiserfs_for_each_xattr() 319 out_dir: in reiserfs_for_each_xattr()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | xattr.c | 259 goto out_dir; in reiserfs_for_each_xattr() 320 out_dir: in reiserfs_for_each_xattr()
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_test_code.py | 1246 dest="out_dir", 1256 out_c_file = os.path.join(args.out_dir, data_name + '.c') 1257 out_data_file = os.path.join(args.out_dir, data_name + '.datax')
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 1343 vc_tool, msbuild_tool, out_dir, suffix = output_file_props 1345 out_dir = "$(OutDir)" 1346 out_dir = spec.get("product_dir", out_dir) 1354 out_file = ntpath.join(out_dir, prefix + product_name + suffix)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 1341 vc_tool, msbuild_tool, out_dir, suffix = output_file_props 1343 out_dir = "$(OutDir)" 1344 out_dir = spec.get("product_dir", out_dir) 1352 out_file = ntpath.join(out_dir, prefix + product_name + suffix)
|
/third_party/gn/src/gn/ |
H A D | command_args.cc | 363 "# See \"gn args <out_dir> --list\" for available build " in EditArgsFile() 415 gn args <out_dir> [--list] [--short] [--args] [--overrides-only] 422 gn args <out_dir> 435 in the build directory and then running "gn gen <out_dir>". 437 gn args <out_dir> --list[=<exact_arg>] [--short] [--overrides-only] [--json] 451 be printed. Overrides come from the <out_dir>/args.gn file and //.gn 499 "Usage: \"gn args <out_dir>\"\n"
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_android_bp.py | 522 'gn desc in json format. Generated with \'gn desc <out_dir> --format=json "*"\'.')
|
/third_party/rust/crates/libc/libc-test/ |
H A D | build.rs | 2759 let out_dir = env::var("OUT_DIR").unwrap(); in test_neutrino() 2761 cfg.include(&out_dir); in test_neutrino() 2763 out_dir.to_owned() + "/" + internal_header, in test_neutrino()
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 310 --out_dir "$(ICUBLD_PKG)" \
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 291 --out_dir "$(ICUBLD_PKG)" \
|
Completed in 25 milliseconds
1234