Home
last modified time | relevance | path

Searched defs:HeaderFile (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/util/
Ddoc.go41 type HeaderFile struct { struct
43 Name string
46 Preamble []CommentBlock
47 Sections []HeaderSection
49 AllDecls map[string]string
/external/cronet/stable/third_party/boringssl/src/util/
Ddoc.go41 type HeaderFile struct { struct
43 Name string
46 Preamble []CommentBlock
47 Sections []HeaderSection
49 AllDecls map[string]string
/external/cronet/tot/third_party/boringssl/src/util/
Ddoc.go41 type HeaderFile struct { struct
43 Name string
46 Preamble []CommentBlock
47 Sections []HeaderSection
49 AllDecls map[string]string
/external/google-fruit/tests/
Dtest_include_test.py34 def test_header_self_contained(self, HeaderFile): argument
/external/cronet/stable/third_party/llvm-libc/src/newhdrgen/
Dheader.py10 class HeaderFile: class
/external/cronet/tot/third_party/llvm-libc/src/newhdrgen/
Dheader.py10 class HeaderFile: class
/external/mesa3d/src/etnaviv/hwdb/
Dhwdb.h.py88 class HeaderFile(c_ast.NodeVisitor): class