Home
last modified time | relevance | path

Searched refs:add_headers (Results 1 – 8 of 8) sorted by relevance

/external/selinux/python/sepolgen/tests/
Dtest_interfaces.py203 i.add_headers(h)
228 i.add_headers(h)
263 i.add_headers(h)
Dtest_matching.py135 i.add_headers(h)
/external/selinux/python/audit2allow/
Dsepolgen-ifgen144 if_set.add_headers(headers, attributes=attrs)
/external/openscreen/cast/cast_core/api/v2/
Durl_rewrite.proto48 UrlRequestRewriteAddHeaders add_headers = 1; field
/external/fmtlib/
DCMakeLists.txt177 function(add_headers VAR) function
186 add_headers(FMT_HEADERS chrono.h color.h compile.h core.h format.h format-inl.h
/external/selinux/python/sepolgen/src/sepolgen/
Dinterfaces.py405 def add_headers(self, headers, output=None, attributes={}): member in InterfaceSet
/external/llvm-project/clang-tools-extra/clangd/unittests/remote/
DMarshallingTests.cpp292 *Serialized->add_headers() = InvalidHeader; in TEST()
/external/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
DMarshalling.cpp284 auto *NextHeader = Result.add_headers(); in toProtobuf()