Searched refs:build_type (Results 1 - 8 of 8) sorted by relevance
| /third_party/jerryscript/tools/ |
| H A D | js2c.py | 59 def js_to_native_code(path, name, build_type): 63 if build_type != 'debug': 112 gen_output.append(js_to_native_code(path, name, script_args.build_type))
|
| H A D | build.py | 66 buildgrp.add_argument('--debug', action='store_const', const='Debug', dest='build_type', 175 build_options_append('CMAKE_BUILD_TYPE', arguments.build_type) 257 make_cmd = ['cmake', '--build', arguments.builddir, '--config', arguments.build_type] 268 make_cmd = ['cmake', '--build', arguments.builddir, '--config', arguments.build_type, '--target', install_target]
|
| /third_party/libabigail/src/ |
| H A D | abg-ctf-reader.cc | 460 type_base_sptr var_type = build_type(ctf_dict, ctf_sym_type); in process_ctf_archive() 481 type_base_sptr func_type = build_type(ctf_dict, ctf_sym); in process_ctf_archive() 631 build_type(ctf_dict_t *ctf_dictionary, ctf_id_t ctf_type) in build_type() function in abigail::ctf::reader 735 type_base_sptr utype = rdr->build_type(ctf_dictionary, ctf_utype); in process_ctf_typedef() 884 type_base_sptr ret_type = rdr->build_type(ctf_dictionary, ctf_ret_type); in process_ctf_function_type() 899 type_base_sptr arg_type = rdr->build_type(ctf_dictionary, ctf_arg_type); in process_ctf_function_type() 981 type_base_sptr member_type = rdr->build_type(ctf_dictionary, in process_ctf_sou_members() 1189 type_base_sptr index_type = rdr->build_type(dic, index); in build_array_ctf_range() 1267 type_base_sptr element_type = rdr->build_type(ctf_dictionary, in process_ctf_array_type() 1273 type_base_sptr index_type = rdr->build_type(ctf_dictionar in process_ctf_array_type() [all...] |
| H A D | abg-reader.cc | 331 // This is defined later, after build_type() is declared, because it 1304 // you should make sure to call it from the build_type function, which 1401 // Please make this build_type function be the last one of the list. 1406 build_type(reader&, const xmlNodePtr, bool); 1540 t = build_type(*this, n, add_decl_to_scope); in build_or_get_type_decl() 4852 build_type(rdr, p, /*add_to_current_scope=*/true)) in build_class_decl() 5225 build_type(rdr, p, /*add_to_current_scope=*/true)) in build_union_decl() 5786 build_type(reader& rdr, in build_type() function
|
| /third_party/benchmark/src/ |
| H A D | json_reporter.cc | 171 const char build_type[] = "release"; 173 const char build_type[] = "debug"; 175 out << indent << FormatKV("library_build_type", build_type);
|
| /third_party/node/deps/openssl/openssl/ |
| H A D | Configure | 756 $config{build_type} = "release"; 897 $config{build_type} = "debug"; 920 $config{build_type} = "debug"; 924 $config{build_type} = "release"; 1255 $config{build_type} = "debug"; 1419 push @{$config{defines}}, "NDEBUG" if $config{build_type} eq "release"; 2915 # plus additional values based on the value of $config{build_type}. 2935 $opts{$config{build_type}} || ())->(); }
|
| /third_party/openssl/ |
| H A D | Configure | 756 $config{build_type} = "release"; 897 $config{build_type} = "debug"; 920 $config{build_type} = "debug"; 924 $config{build_type} = "release"; 1257 $config{build_type} = "debug"; 1416 push @{$config{defines}}, "NDEBUG" if $config{build_type} eq "release"; 2910 # plus additional values based on the value of $config{build_type}. 2930 $opts{$config{build_type}} || ())->(); }
|
| /third_party/node/ |
| H A D | Makefile | 131 $(NODE_EXE): build_type:=Release macro 132 $(NODE_G_EXE): build_type:=Debug macro 134 $(MAKE) -C out BUILDTYPE=${build_type} V=$(V) 136 ln -fs out/${build_type}/$(NODE_EXE) $@; fi
|
Completed in 20 milliseconds