/aosp_15_r20/external/sdv/vsomeip/third_party/boost/ |
D | boost-1_76_0.json | 9 "cflags": [ array 15 "cflags": [ array 60 "cflags": [ array 76 "cflags": [ array 90 "cflags": [ array 101 "cflags": [ array 120 "cflags": [ array 131 "cflags": [ array 149 "cflags": [ array 158 "cflags": [ array [all …]
|
/aosp_15_r20/development/vndk/tools/header-checker/tests/ |
H A D | module.py | 38 def __init__(self, name, arch, cflags, export_include_dirs, argument 82 has_reference_dump=False, cflags=tuple(), arch='', argument 106 has_reference_dump=False, cflags=tuple(), arch='', argument
|
H A D | test.py | 58 def run_and_compare(self, input_path, expected_path, cflags=[]): argument 69 def run_and_compare_name(self, name, cflags=[]): argument 74 def run_and_compare_name_cpp(self, name, cflags=[]): argument 77 def run_and_compare_name_c_cpp(self, name, cflags=[]): argument
|
/aosp_15_r20/external/pytorch/torch/utils/ |
H A D | cpp_extension.py | 559 def append_std17_if_no_std_present(cflags) -> None: argument 568 def unix_cuda_flags(cflags): argument 696 def win_cuda_flags(cflags): argument 1752 cflags, argument 2261 cflags, argument
|
/aosp_15_r20/external/deqp/scripts/ |
H A D | check_build_sanity.py | 69 def makeCflagsArgs (cflags): argument 73 def makeBuildArgs (target, cc, cpp, cflags): argument 81 def __init__ (self, target, buildType, cc, cpp, cflags): argument
|
H A D | launchcontrol_build.py | 46 def makeCflagsArgs (cflags): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/ |
D | build.rs | 159 let cflags = compiler.cflags_env(); in main() localVariable 260 let mut cflags: String = flags in make_elfutils() localVariable
|
/aosp_15_r20/external/bcc/src/cc/ |
H A D | bpf_module.cc | 218 int BPFModule::load_cfile(const string &file, bool in_memory, const char *cflags[], int ncflags) { in load_cfile() 234 const char *cflags[] = {"-DB_WORKAROUND"}; in load_includes() local 953 int BPFModule::load_c(const string &filename, const char *cflags[], int ncflags) { in load_c() 976 int BPFModule::load_string(const string &text, const char *cflags[], int ncflags) { in load_string()
|
H A D | bcc_common.cc | 20 void * bpf_module_create_c(const char *filename, unsigned flags, const char *cflags[], in bpf_module_create_c() 30 void * bpf_module_create_c_from_string(const char *text, unsigned flags, const char *cflags[], in bpf_module_create_c_from_string()
|
/aosp_15_r20/external/skia/gn/ |
H A D | gn_to_bp.py | 540 cflags = strip_slashes(js['targets']['//:skia']['cflags']) variable 615 cflags = gn_to_bp_utils.CleanupCFlags(cflags) variable
|
H A D | gn_to_bp_utils.py | 50 def CleanupCFlags(cflags): argument
|
/aosp_15_r20/tools/asuite/aidegen/lib/ |
H A D | clion_project_file_gen.py | 332 def _write_flags(self, hfile, key, cflags, cppflags): argument 458 def _translate_to_cmake(hfile, params_dict, cflags, cppflags): argument
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/zig_cross_compiling/src/ |
H A D | check_merged_flags.rs | 2 let cflags = std::env::var("CFLAGS").unwrap(); in main() localVariable
|
/aosp_15_r20/external/coreboot/util/nvramtool/ |
H A D | reg_expr.c | 12 void compile_reg_expr(int cflags, const char *expr, regex_t *reg) in compile_reg_expr()
|
/aosp_15_r20/external/mbedtls/scripts/ |
H A D | ecp_comb_table.py | 152 def run_c_source(src, cflags): argument
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/ |
H A D | ecp_comb_table.py | 152 def run_c_source(src, cflags): argument
|
/aosp_15_r20/external/freetype/devel-teeui/ |
H A D | rules.json | 21 "cflags": [ array
|
/aosp_15_r20/external/bcc/src/cc/frontends/clang/ |
H A D | kbuild_helper.cc | 37 int KBuildHelper::get_flags(const char *uname_machine, vector<string> *cflags) { in get_flags()
|
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2posix_test.c | 34 static int cflags[] = { variable
|
H A D | pcre2posix.c | 272 pcre2_regcomp(regex_t *preg, const char *pattern, int cflags) in pcre2_regcomp()
|
/aosp_15_r20/external/bcc/examples/cpp/ |
H A D | RandomRead.cc | 103 std::vector<std::string> cflags = {}; in main() local
|
/aosp_15_r20/external/cronet/components/cronet/gn2bp/ |
H A D | gen_android_bp.py | 1698 def _get_cflags(cflags, defines): argument 1712 def set_module_flags(module, module_type, cflags, defines, ldflags, libs): argument 1728 def set_module_include_dirs(module, cflags, include_dirs): argument
|
/aosp_15_r20/external/wayland/protocol/ |
H A D | generate-shm-formats.py | 25 cflags = subprocess.check_output([pkg_config, "libdrm", variable
|
/aosp_15_r20/external/cronet/android/tools/gn2bp/ |
H A D | gen_android_bp.py | 1914 def _get_cflags(cflags, defines): argument 1925 def set_module_flags(module, module_type, cflags, defines, ldflags, libs): argument 1937 def set_module_include_dirs(module, cflags, include_dirs): argument
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | FindPkgConfig.cmake | 477 set(cflags "${${_prefix}_CFLAGS_OTHER}") variable
|