Home
last modified time | relevance | path

Searched refs:cpp_path (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/python/pycparser/pycparser/
D__init__.py18 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/
Dtest_general.py34 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 Droot_store_tool.cc157 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 Dgen_mobile_upgraders.py321 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 Dtest.py500 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/
Dusing_gcc_E_libc.py28 cpp_path='gcc',
Dusing_cpp_libc.py28 cpp_path='cpp',
/aosp_15_r20/external/python/pycparser/utils/internal/
Dmake_fake_typedefs.py14 ast = parse_file(filename, use_cpp=True, cpp_path="../cpp.exe")