Searched refs:out_header (Results 1 – 15 of 15) sorted by relevance
/external/pigweed/pw_build/ |
D | cc_blob_library.gni | 39 # out_header The header file to generate. Users will include this file 46 assert(defined(invoker.out_header), 47 "pw_cc_blob_library requires an 'out_header'") 65 _header = "$_out_dir/public/${invoker.out_header}" 66 _source = "$_out_dir/" + get_path_info(invoker.out_header, "name") + ".cc" 81 "--header-include=${invoker.out_header}",
|
D | BUILD.gn | 288 out_header = "pw_build/test_blob.h"
|
D | docs.rst | 221 * ``out_header``: The header file to generate. Users will include this file 245 out_header: "my/stuff/foo_bar_blobs.h"
|
/external/tensorflow/tensorflow/python/ |
D | tfcompile_wrapper.cc | 41 std::string out_header, std::string out_session_module, in PYBIND11_MODULE() 54 flags.out_header = std::move(out_header); in PYBIND11_MODULE()
|
/external/perfetto/test/stress_test/configs/ |
D | BUILD.gn | 36 out_header = "$target_gen_dir/stress_test_config_blobs.h" 37 out_header_rel = rebase_path(out_header, root_build_dir) 45 outputs = [ out_header ]
|
/external/pigweed/pw_build/py/pw_build/ |
D | generate_cc_blob_library.py | 222 out_header: Path, 227 out_header.parent.mkdir(parents=True, exist_ok=True) 228 out_header.write_text(header_from_blobs(blobs, namespace))
|
/external/crosvm/gpu_display/ |
D | build.rs | 59 let out_header = out.as_ref().join(format!("{}.h", name)); in compile_protocol() localVariable 74 .arg(&out_header) in compile_protocol()
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | flags.h | 42 string out_header; member
|
D | flags.cc | 72 {"out_header", &flags->out_header, "Output header file name."}, in AppendMainFlags()
|
D | tfcompile_main.cc | 66 flags.out_header = "out.h"; in main()
|
D | compile.cc | 288 TF_RETURN_IF_ERROR(WriteStringToFile(env, flags.out_header, header)); in Main()
|
D | tfcompile.bzl | 44 "--out_header=" + header_file.path,
|
/external/libchrome/mojo/core/ |
D | user_message_impl.cc | 83 void** out_header, in CreateOrExtendSerializedEventMessage() argument 103 original_header = static_cast<MessageHeader*>(*out_header); in CreateOrExtendSerializedEventMessage() 258 *out_header = header; in CreateOrExtendSerializedEventMessage()
|
/external/tensorflow/tensorflow/python/tools/ |
D | saved_model_aot_compile.py | 406 out_header='{}.h'.format(output_prefix),
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_parser.y | 509 | out_header 557 out_header: T_A_OUT '(' T_REGISTER ')' T_IDENTIFIER '(' T_IDENTIFIER '=' integer ')' { }
|