Searched refs:cpp_path (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/python/pycparser/pycparser/ |
D | __init__.py | 18 def preprocess_file(filename, cpp_path='cpp', cpp_args=''): argument 32 path_list = [cpp_path] 51 def parse_file(filename, use_cpp=False, cpp_path='cpp', cpp_args='', argument 83 text = preprocess_file(filename, cpp_path, cpp_args)
|
/aosp_15_r20/external/python/pycparser/tests/ |
D | test_general.py | 34 cpp_path=CPPPATH, 41 cpp_path=CPPPATH, 55 cpp_path=CPPPATH, cpp_args='-I%s' % c_files_path) 62 cpp_path=CPPPATH)
|
/aosp_15_r20/external/cronet/net/tools/root_store_tool/ |
H A D | root_store_tool.cc | 157 const base::FilePath cpp_path) { in WriteRootCppFile() argument 241 if (!base::WriteFile(cpp_path, string_to_write)) { in WriteRootCppFile() 249 const base::FilePath cpp_path) { in WriteEvCppFile() argument 318 if (!base::WriteFile(cpp_path, string_to_write)) { in WriteEvCppFile()
|
/aosp_15_r20/external/pytorch/torchgen/operator_versions/ |
H A D | gen_mobile_upgraders.py | 321 def write_cpp(cpp_path: str, upgrader_dict: list[dict[str, Any]]) -> None: 370 print("writing file to : ", cpp_path + "/" + UPGRADER_MOBILE_FILE_NAME) 371 with open(os.path.join(cpp_path, UPGRADER_MOBILE_FILE_NAME), "wb") as out_file:
|
/aosp_15_r20/development/vndk/tools/header-checker/tests/ |
H A D | test.py | 500 cpp_path = os.path.join(self.get_tmp_dir(), "test.cpp") 507 with open(cpp_path, "w") as cpp_file: 518 run_header_abi_dumper(cpp_path, sdump_path, flags=dumper_flags) 534 run_header_abi_dumper(cpp_path, read_only_path, flags=dumper_flags)
|
/aosp_15_r20/external/python/pycparser/examples/ |
D | using_gcc_E_libc.py | 28 cpp_path='gcc',
|
D | using_cpp_libc.py | 28 cpp_path='cpp',
|
/aosp_15_r20/external/python/pycparser/utils/internal/ |
D | make_fake_typedefs.py | 14 ast = parse_file(filename, use_cpp=True, cpp_path="../cpp.exe")
|