Searched full:public_headers (Results 1 – 25 of 106) sorted by relevance
12345
| /external/libchrome/mojo/public/tools/bindings/ |
| D | generate_type_mappings.py | 12 public_headers=foo.h traits_headers=foo_traits.h \\ 23 "public_headers": [ 32 --start-typemap public_headers=bar.h traits_headers=bar_traits.h \\ 43 "public_headers": [ 52 "public_headers": [ 85 values = {'type_mappings': [], 'public_headers': [], 'traits_headers': []} 114 'public_headers': values['public_headers'],
|
| D | format_typemap_generator_args.py | 19 for header in typemap.get('public_headers', []): 20 yield 'public_headers=%s' % header
|
| /external/angle/build/rust/ |
| D | rs_bindings_from_cc.gni | 27 # public_headers: 39 # (e.g. because APIs in the `public_headers` refer to `struct`s declared in 72 # public_headers = ["teleport.h"] 83 # public_headers = ["goat.h"] 121 # Mandatory parameter: public_headers. 122 assert(defined(invoker.public_headers), 125 foreach(hdr, invoker.public_headers) { 225 # is needed, because `--public_headers` passed to Crubit use paths relative 252 sources = invoker.public_headers 267 "--public_headers",
|
| D | run_rs_bindings_from_cc.py | 41 parser.add_argument("--public_headers", 68 generator_args.append("--public_headers={0}".format(",".join( 69 [os.path.relpath(hdr) for hdr in args.public_headers.split(",")])))
|
| /external/freetype/builds/ |
| D | exports.mk | 43 PUBLIC_HEADERS := $(filter-out $(PUBLIC_DIR)/ftmac.h, \ 46 PUBLIC_HEADERS += $(PUBLIC_DIR)/ftmac.h 67 $(EXPORTS_LIST): $(APINAMES_EXE) $(PUBLIC_HEADERS) 68 $(subst /,$(SEP),$(APINAMES_EXE)) -o$@ $(APINAMES_OPTIONS) $(PUBLIC_HEADERS)
|
| /external/cronet/tot/third_party/libc++/src/utils/ |
| D | generate_iwyu_mapping.py | 75 public_headers = IWYU_mapping(str(header)) 76 if public_headers is not None: 77 mappings.extend((header, public) for public in public_headers) 82 if public not in libcxx.header_information.public_headers:
|
| /external/cronet/stable/third_party/libc++/src/utils/ |
| D | generate_iwyu_mapping.py | 75 public_headers = IWYU_mapping(str(header)) 76 if public_headers is not None: 77 mappings.extend((header, public) for public in public_headers) 82 if public not in libcxx.header_information.public_headers:
|
| /external/jsoncpp/src/lib_json/ |
| D | CMakeLists.txt | 30 set(PUBLIC_HEADERS variable 41 source_group("Public API" FILES ${PUBLIC_HEADERS}) 117 add_library(${SHARED_LIB} SHARED ${PUBLIC_HEADERS} ${JSONCPP_SOURCES}) 143 add_library(${STATIC_LIB} STATIC ${PUBLIC_HEADERS} ${JSONCPP_SOURCES}) 177 add_library(${OBJECT_LIB} OBJECT ${PUBLIC_HEADERS} ${JSONCPP_SOURCES})
|
| /external/flatbuffers/ |
| D | BUILD.bazel | 53 hdrs = ["//:public_headers"], 61 name = "public_headers", 124 hdrs = ["//:public_headers"],
|
| /external/angle/build/rust/tests/test_rs_bindings_from_cc/ |
| D | BUILD.gn | 24 public_headers = [ 46 public_headers = [ "target_depending_on_another.h" ]
|
| /external/libkmsxx/kms++util/ |
| D | meson.build | 20 public_headers = [ variable 55 install_headers(public_headers, subdir : 'kms++util')
|
| /external/dynamic_depth/ |
| D | Android.bp | 46 name: "libdynamic_depth-public_headers", 62 "libdynamic_depth-public_headers",
|
| /external/cronet/stable/third_party/libc++/src/test/libcxx/ |
| D | libcpp_version.gen.py | 18 public_headers, 21 for header in public_headers:
|
| D | no_assert_include.gen.py | 20 public_headers, 23 for header in public_headers:
|
| D | transitive_includes.gen.py | 26 from libcxx.header_information import lit_header_restrictions, public_headers 44 for header in sorted(public_headers): 63 for header in public_headers:
|
| D | header_inclusions.gen.py | 20 public_headers, 24 for header in public_headers:
|
| D | double_include.gen.py | 21 public_headers, 24 for header in public_headers:
|
| /external/cronet/tot/third_party/libc++/src/test/libcxx/ |
| D | libcpp_version.gen.py | 18 public_headers, 21 for header in public_headers:
|
| D | no_assert_include.gen.py | 20 public_headers, 23 for header in public_headers:
|
| D | transitive_includes.gen.py | 26 from libcxx.header_information import lit_header_restrictions, public_headers 44 for header in sorted(public_headers): 63 for header in public_headers:
|
| D | header_inclusions.gen.py | 20 public_headers, 24 for header in public_headers:
|
| D | double_include.gen.py | 21 public_headers, 24 for header in public_headers:
|
| D | clang_tidy.gen.py | 18 …libcxx.header_information import lit_header_restrictions, lit_header_undeprecations, public_headers 20 for header in public_headers:
|
| /external/cronet/tot/build/rust/ |
| D | run_rs_bindings_from_cc.py | 41 parser.add_argument("--public_headers", 68 generator_args.append("--public_headers={0}".format(",".join( 69 [os.path.relpath(hdr) for hdr in args.public_headers.split(",")])))
|
| /external/cronet/stable/build/rust/ |
| D | run_rs_bindings_from_cc.py | 41 parser.add_argument("--public_headers", 68 generator_args.append("--public_headers={0}".format(",".join( 69 [os.path.relpath(hdr) for hdr in args.public_headers.split(",")])))
|
12345