Searched refs:eval_file (Results 1 – 7 of 7) sorted by relevance
/third_party/cef/tools/ |
D | fix_style.py | 10 from file_util import eval_file, get_files, read_file, write_file 48 config = eval_file(style_cfg)
|
D | file_util.py | 172 def eval_file(src): function
|
D | make_cmake.py | 235 contents = eval_file(path)
|
D | make_distrib.py | 241 configs = eval_file(transfer_cfg) 673 cef_paths = eval_file(os.path.join(cef_dir, 'cef_paths.gypi')) 677 cef_paths2 = eval_file(os.path.join(cef_dir, 'cef_paths2.gypi'))
|
/third_party/quickjs/ |
D | qjs.c | 81 static int eval_file(JSContext *ctx, const char *filename, int module) in eval_file() function 503 if (eval_file(ctx, include_list[i], module)) in main() 517 if (eval_file(ctx, filename, module)) in main()
|
D | run-test262.c | 1345 static int eval_file(JSContext *ctx, const char *base, const char *p, in eval_file() function 1529 if (eval_file(ctx, harness, ip->array[i], in run_test_buf()
|
/third_party/python/Lib/test/ |
D | test_decimal.py | 285 def eval_file(self, file): member in IBMTestCases 5729 tester = lambda self, f=filename: self.eval_file(directory + f)
|