Searched refs:headerfile (Results 1 – 20 of 20) sorted by relevance
/external/clang/test/Index/ |
D | headerfile-comment-to-html.m | 14 \headerfile Device.h <Foundation/Device.h> 20 // CHECK: headerfile-comment-to-html.m:[[@LINE-2]]:12: ObjCInterfaceDecl=Device:{{.*}} FullCommentA… 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:{{.*}} FullCommentA… 47 // CHECK-NEXT: (CXComment_BlockCommand CommandName=[headerfile] 58 \brief Test that headerfile can come after brief. 59 \headerfile VTDevice.h <VTFoundation/VTDevice.h> 65 …headerfile-comment-to-html.m:[[@LINE-2]]:12: ObjCInterfaceDecl=VTDevice:{{.*}} FullCommentAsXML=[<… 72 // CHECK-NEXT: (CXComment_Text Text=[ Test that headerfile can come after brief.] HasTrai… [all …]
|
/external/curl/docs/examples/ |
D | sepheaders.c | 42 FILE *headerfile; in main() local 61 headerfile = fopen(headerfilename, "wb"); in main() 62 if(!headerfile) { in main() 71 fclose(headerfile); in main() 76 curl_easy_setopt(curl_handle, CURLOPT_HEADERDATA, headerfile); in main() 85 fclose(headerfile); in main()
|
D | simplessl.c | 52 FILE *headerfile; in main() local 74 headerfile = fopen(pHeaderFile, "wb"); in main() 82 curl_easy_setopt(curl, CURLOPT_HEADERDATA, headerfile); in main()
|
/external/u-boot/tools/ |
D | microcode-tool.py | 282 if options.headerfile: 283 date, license_text, microcodes = ParseHeaderFiles(options.headerfile)
|
D | microcode-tool | 282 if options.headerfile: 283 date, license_text, microcodes = ParseHeaderFiles(options.headerfile)
|
/external/curl/src/ |
D | tool_cfgable.h | 72 char *headerfile; member
|
D | tool_cb_hdr.c | 88 if(heads->config->headerfile && heads->stream) { in tool_header_cb()
|
D | tool_cfgable.c | 64 Curl_safefree(config->headerfile); in free_config_fields()
|
D | tool_operate.c | 346 if(config->headerfile) { in operate_do() 348 if(strcmp(config->headerfile, "-")) { in operate_do() 349 FILE *newfile = fopen(config->headerfile, "wb"); in operate_do() 351 warnf(config->global, "Failed to open %s\n", config->headerfile); in operate_do() 356 heads.filename = config->headerfile; in operate_do()
|
D | tool_getparam.c | 1473 GetStr(&config->headerfile, nextarg); in getparameter()
|
/external/clang/include/clang/AST/ |
D | CommentCommands.td | 122 def Headerfile : BlockCommand<"headerfile"> { let IsHeaderfileCommand = 1; }
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 1985 headerfile = filename[0:len(filename) - len(fileinfo.Extension())] + '.h' 1986 if not os.path.exists(headerfile): 1988 headername = FileInfo(headerfile).RepositoryName() 5466 headerfile = None 5468 headerfile = io.open(filename, 'r', 'utf8', 'replace') 5472 for line in headerfile:
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 3639 headerfile = None 3641 headerfile = io.open(filename, 'r', 'utf8', 'replace') 3645 for line in headerfile:
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 4356 headerfile = None 4358 headerfile = io.open(filename, 'r', 'utf8', 'replace') 4362 for line in headerfile:
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 4356 headerfile = None 4358 headerfile = io.open(filename, 'r', 'utf8', 'replace') 4362 for line in headerfile:
|
/external/libunwind/doc/ |
D | libunwind.tex | 133 \Const{UNW\_LOCAL\_ONLY} before including the headerfile
|
/external/antlr/runtime/C/ |
D | README | 1695 @headerfile::blort {...} // error: this target doesn't have headerfile
|
/external/antlr/tool/ |
D | CHANGES.txt | 3336 @headerfile::blort {...} // error: this target doesn't have headerfile
|
/external/libevent/ |
D | ChangeLog | 522 o Add missing headerfile for cmake (15d90cc Trond Norbye)
|
/external/curl/ |
D | CHANGES | 6427 curl: Fix segfault when -H @headerfile is empty
|