HomeSort by relevance Sort by last modified time
    Searched full:headerfile (Results 1 - 25 of 50) sorted by null

1 2

  /external/clang/test/Index/
headerfile-comment-to-html.m 14 \headerfile Device.h <Foundation/Device.h>
20 // CHECK: headerfile-comment-to-html.m:[[@LINE-2]]:12: ObjCInterfaceDecl=Device:{{.*}} FullCommentAsXML=[<Other file="{{[^"]+}}headerfile-comment-to-html.m" line="[[@LINE-2]]" column="12"><Name>Device</Name><USR>c:objc(cs)Device</USR><Headerfile><Para> Device.h &lt;Foundation/Device.h&gt;</Para></Headerfile><Declaration>@interface Device\n@end</Declaration><Abstract><Para> A Device represents a remote or local computer or device with which the Developer Tools can interact. Each Device supports blah blah blah from doing blah blah blah.</Para></Abstract></Other>]
25 // CHECK-NEXT: (CXComment_BlockCommand CommandName=[headerfile]
34 \headerfile Sensor.h "Sensor.h"
42 // CHECK: headerfile-comment-to-html.m:[[@LINE-2]]:12: ObjCInterfaceDecl=Sensor:{{.*}} FullCommentAsXML=[<Other file="{{[^"]+}}headerfile-comment-to-html.m" line="[[@LINE-2]]" column="12"><Name>Sensor</Name><USR>c:objc(cs)Sensor</USR><Headerfile><Para> Sensor.h &quot;Sensor.h&quot;</Para></Headerfile><Declaration>@interface Sensor\n@end</Decl (…)
    [all...]
  /external/deqp/scripts/
check_include_guards.py 11 def getIncludeGuardName (headerFile):
12 return '_' + os.path.basename(headerFile).upper().replace('.', '_')
14 def hasValidIncludeGuard (headerFile):
15 includeGuard = getIncludeGuardName(headerFile)
16 f = open(headerFile, 'rb')
17 isHpp = headerFile[-4:] == ".hpp"
40 def fixIncludeGuard (headerFile):
41 f = open(headerFile, 'rb')
43 isHpp = headerFile[-4:] == ".hpp"
44 includeGuard = getIncludeGuardName(headerFile)
    [all...]
check_redundant_include_guards.py 12 def getIncludeGuardName (headerFile):
13 return '_' + os.path.basename(headerFile).upper().replace('.', '_')
  /external/bison/m4/
libunistring-base.m4 31 dnl gl_LIBUNISTRING_LIBHEADER([VERSION], [HeaderFile])
32 dnl Declares that HeaderFile should be created, unless we are linking
34 dnl HeaderFile should be relative to the lib directory and end in '.h'.
35 dnl Prepares for substituting LIBUNISTRING_HEADERFILE (to HeaderFile or empty).
38 dnl is < VERSION, we create HeaderFile here, because we may compile functions
42 dnl is > VERSION, we don't create HeaderFile here: it could cause compilation
46 dnl number each time you make a non-comment change to the HeaderFile.
  /external/clang/bindings/xml/
comment-xml-schema.rng 28 <ref name="Headerfile" />
79 <ref name="Headerfile" />
132 <ref name="Headerfile" />
167 <ref name="Headerfile" />
203 <ref name="Headerfile" />
239 <ref name="Headerfile" />
275 <ref name="Headerfile" />
355 <define name="Headerfile">
356 <element name="Headerfile">
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-nlmconv.1 178 .IX Item "-T headerfile"
181 .IX Item "--header-file=headerfile"
  /external/clang/unittests/libclang/
LibclangTest.cpp 399 const char *CppFile = "#include \"HeaderFile.h\"\nint main() {"
401 std::string HeaderName = "HeaderFile.h";
427 const char *MFile = "#include \"HeaderFile.h\"\nint main() {"
429 const char *ModFile = "module A { header \"HeaderFile.h\" }\n";
430 std::string HeaderName = "HeaderFile.h";
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 194 const FileEntry *headerFile = FileMgr.getVirtualFile("/test-header.h",
196 SourceMgr.overrideFileContents(headerFile, headerBuf);
292 const FileEntry *headerFile = FileMgr.getVirtualFile("/test-header.h",
294 SourceMgr.overrideFileContents(headerFile, headerBuf);
  /frameworks/rs/api/
gen_runtime.cpp 150 bool writeAllFunctions(ofstream& headerFile, int versionOfTestFiles);
188 bool writeFiles(ofstream& headerFile, int versionOfTestFiles);
272 void writeFiles(ofstream& headerFile, ofstream& rsFile, ofstream& javaFile, Function* function,
365 void writeFiles(ofstream& headerFile, ofstream& rsFile, ofstream& javaFile,
740 ofstream headerFile;
741 headerFile.open(headerFileName.c_str(), ios::out | ios::trunc);
742 if (!headerFile.is_open()) {
746 headerFile << LEGAL_NOTICE;
747 headerFile << AUTO_GENERATED_WARNING;
748 writeIfdef(headerFile, headerFileName, true)
    [all...]
  /external/clang/lib/Index/
CommentToXML.cpp 89 const BlockContentComment *Headerfile;
100 Brief(nullptr), Headerfile(nullptr), FirstParagraph(nullptr) {
128 if (!Headerfile && Info->IsHeaderfileCommand) {
129 Headerfile = BCC;
446 if (Parts.Headerfile)
447 visit(Parts.Headerfile);
948 if (Parts.Headerfile) {
949 Result << "<Headerfile>";
950 visit(Parts.Headerfile);
951 Result << "</Headerfile>";
    [all...]
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.pom 245 <headerFile>${basedir}/LICENSE-header.txt</headerFile>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 71 class HeaderFile:
134 hfile = HeaderFile(ifile)
291 hfile = HeaderFile(ifile)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 71 class HeaderFile:
134 hfile = HeaderFile(ifile)
291 hfile = HeaderFile(ifile)
  /external/clang/include/clang/AST/
CommentCommandTraits.h 76 /// \brief True if this is a \\headerfile-like command.
CommentSema.h 61 /// AST node for the \\headerfile command.
CommentCommands.td 122 def Headerfile : BlockCommand<"headerfile"> { let IsHeaderfileCommand = 1; }
  /external/libunwind/doc/
libunwind-ptrace.tex 113 \item[\File{libunwind-ptrace.h}] Headerfile to include when using the
libunwind.tex 133 \Const{UNW\_LOCAL\_ONLY} before including the headerfile
302 \item[\File{libunwind.h}] Headerfile to include for native (same
304 \item[\File{libunwind-}\Var{PLAT}\File{.h}] Headerfile to include when
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
BuildDependencyGenerator.java 120 if (generator.getTemplates().isDefined("headerFile")) {
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
Dbg.stg 31 @headerFile.imports() ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
AST.stg 32 @headerFile.members() ::= <<
33 /* @headerFile.members() */
36 /* End @headerFile.members() */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 308 if ( templates.isDefined("headerFile") ) {
309 headerFileST = templates.getInstanceOf("headerFile");
455 if ( templates.isDefined("headerFile") ) headerFileST.inspect();
461 if ( templates.isDefined("headerFile") ) {
486 * '@headerfile:name {action}' or something. Make sure the
    [all...]
CTarget.java 82 * Targets like C++ may want to allow new scopes like headerfile or
Target.java 118 * Targets like C++ may want to allow new scopes like headerfile or
  /external/clang/test/Sema/
warn-documentation.cpp 548 // expected-note@+2 {{previous command '\headerfile' here}}
549 // expected-warning@+2 {{duplicated command '\headerfile'}}
550 /// \headerfile ""
551 /// \headerfile foo.h
    [all...]

Completed in 485 milliseconds

1 2