Searched refs:include_path (Results 1 – 10 of 10) sorted by relevance
/external/bcc/tests/python/ |
D | test_usdt3.py | 90 …include_path = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) + "/inclu… 100 … self.assertEqual(os.system("gcc -I" + include_path + " -fpic -c -o " + a_obj + " " + a_src), 0) 101 … self.assertEqual(os.system("gcc -I" + include_path + " -fpic -c -o " + b_obj + " " + b_src), 0) 104 …self.assertEqual(os.system("gcc -I" + include_path + " " + m_src + " -o " + m_bin + m_linker_opt),…
|
/external/skia/gn/ |
D | find_headers.py | 73 include_path = source_as_include[0] variable 74 if key not in headers or len(include_path) < len(headers[key].include): 75 headers[key] = Header(source, include_path)
|
/external/skqp/gn/ |
D | find_headers.py | 73 include_path = source_as_include[0] variable 74 if key not in headers or len(include_path) < len(headers[key].include): 75 headers[key] = Header(source, include_path)
|
/external/minijail/tools/ |
D | parser.py | 594 include_path = tokens.pop(0) 595 if include_path.type != 'PATH': 597 'invalid include path', token=include_path) 603 include_path.value)) 606 'Could not @include %s' % include_filename, token=include_path)
|
/external/v8/tools/clang/scripts/ |
D | test_tool.py | 33 include_path_flags = ' '.join('-I %s' % include_path.replace('\\', '/') 34 for include_path in include_paths)
|
/external/perfetto/tools/proto_to_cpp/ |
D | proto_to_cpp.cc | 119 const std::string& include_path); 141 const std::string& include_path) in ProtoToCpp() argument 144 include_path_(include_path), in ProtoToCpp()
|
/external/u-boot/cmd/ |
D | pxe.c | 1084 char *include_path; in handle_include() local 1090 err = parse_sliteral(c, &include_path); in handle_include() 1098 err = get_pxe_file(cmdtp, include_path, base); in handle_include() 1101 printf("Couldn't retrieve %s\n", include_path); in handle_include()
|
/external/grpc-grpc/src/python/grpcio/ |
D | commands.py | 238 include_path=[
|
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 1228 include_path = '-I%s/libraries/usr/local/include' % (WORKDIR,) 1237 for p in (include_path, lib_path): 1272 for p in (include_path, lib_path):
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 1241 include_path = '-I%s/libraries/usr/local/include' % (WORKDIR,) 1250 for p in (include_path, lib_path): 1285 for p in (include_path, lib_path):
|