HomeSort by relevance Sort by last modified time
    Searched refs:comment (Results 1 - 25 of 3464) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
pragma-comment.c 8 #pragma comment(lib, "msvcrt.lib")
9 #pragma comment(lib, "kernel32")
10 #pragma comment(lib, "USER32.LIB")
11 #pragma comment(lib, "with space")
14 #pragma comment(linker," /bar=" BAR)
15 #pragma comment(linker," /foo=\"foo bar\"")
  /external/clang/test/Frontend/
preprocessed-output-macro-first-token.c 5 #pragma comment(lib, "somelib")
  /build/kati/testcase/
comment_in_define.mk 1 define comment macro
5 a:=$(comment)
8 $(comment)
comment.mk 1 FOO=OK # A comment
2 # A multiline comment \
func_nop.mk 2 $(eval ## comment)PASS
assign_with_trailing_space.mk 1 a := Y # comment
  /external/clang/test/Preprocessor/
pragma_ps4.c 4 // #pragma comment lib
6 #pragma comment(lib)
7 #pragma comment(lib,"foo")
8 __pragma(comment(lib, "bar"))
10 #pragma comment(linker) // expected-warning {{'#pragma comment linker' ignored}}
11 #pragma comment(linker,"foo") // expected-warning {{'#pragma comment linker' ignored}}
12 __pragma(comment(linker, " bar=" "2")) // expected-warning {{'#pragma comment linker' ignored}
    [all...]
  /external/clang/test/PCH/
pragma-comment.c 19 #pragma comment(lib, "foo.lib")
  /external/mdnsresponder/mDNSWindows/DLLX/
dlldatax.c 34 #pragma comment(lib, "rpcns4.lib")
36 #pragma comment(lib, "rpcrt4.lib")
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/importcom/src/works/x/
x1.go 1 package x // important! not an import comment
  /prebuilts/go/linux-x86/src/cmd/go/testdata/importcom/src/works/x/
x1.go 1 package x // important! not an import comment
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/comments/
CommentsCollection.java 35 private final TreeSet<Comment> comments = new TreeSet<>(NODE_BY_BEGIN_POSITION);
40 public CommentsCollection(Collection<Comment> commentsToCopy) {
46 .filter(comment -> comment instanceof LineComment)
47 .map(comment -> (LineComment) comment)
53 .filter(comment -> comment instanceof BlockComment)
54 .map(comment -> (BlockComment) comment)
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_comment.h 23 char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /external/iptables/include/linux/netfilter/
xt_comment.h 7 char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_comment.h 8 char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_comment.h 7 char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
CommentMethodItem.java 37 private final String comment; field in class:CommentMethodItem
40 public CommentMethodItem(String comment, int codeAddress, double sortOrder) {
42 this.comment = comment;
52 writer.write(comment);
  /external/iptables/extensions/
libxt_comment.c 1 /* Shared library add-on to iptables to add comment match support.
5 * Initial comment match
20 "comment match options:\n"
21 "--comment COMMENT Attach a comment to a rule\n");
25 {.name = "comment", .id = O_COMMENT, .type = XTTYPE_STRING,
27 XTOPT_POINTER(struct xt_comment_info, comment)},
36 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0';
37 printf(" /* %s */", commentinfo->comment);
55 char comment[XT_MAX_COMMENT_LEN]; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ExtendedLexicalHandler.java 33 * This method is used to notify of a comment
34 * @param comment the comment, but unlike the SAX comment() method this
38 public void comment(String comment) throws SAXException; method in interface:ExtendedLexicalHandler
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
133-eof-without-newline-comment.c 1 This file ends with no newline within a comment /*
  /external/libxml2/test/automata/
po 6 t 2 3 comment
13 comment
  /frameworks/av/media/libmediaextractor/include/media/
VorbisComment.h 26 MetaDataBase *fileMeta, const char *comment, size_t commentLength);
  /sdk/find_java2/WinLauncher2/
stdafx.h 58 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
60 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\"")
62 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
  /external/strace/tests/
print_time.c 37 const int comment)
48 if (comment)
59 if (comment)
64 print_time_t_nsec(const time_t t, const unsigned long long nsec, int comment)
66 print_time_t_ex(t, nsec, 999999999, 9, comment);
70 print_time_t_usec(const time_t t, const unsigned long long usec, int comment)
72 print_time_t_ex(t, usec, 999999, 6, comment);
  /external/strace/tests-m32/
print_time.c 37 const int comment)
48 if (comment)
59 if (comment)
64 print_time_t_nsec(const time_t t, const unsigned long long nsec, int comment)
66 print_time_t_ex(t, nsec, 999999999, 9, comment);
70 print_time_t_usec(const time_t t, const unsigned long long usec, int comment)
72 print_time_t_ex(t, usec, 999999, 6, comment);

Completed in 470 milliseconds

1 2 3 4 5 6 7 8 91011>>