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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Frontend/
preprocessed-output-macro-first-token.c 5 #pragma comment(lib, "somelib")
  /external/clang/test/Preprocessor/
pragma_microsoft.c 8 #pragma comment(linker,"foo=" FOO) // expected-error {{pragma comment requires parenthesized identifier and optional string}}
9 #pragma comment(linker," bar=" BAR)
11 #pragma comment( user, "Compiled on " __DATE__ " at " __TIME__ )
13 #pragma comment(foo) // expected-error {{unknown kind of pragma comment}}
14 #pragma comment(compiler,) // expected-error {{pragma comment requires}}
16 #pragma comment(foo) // macro expand kind.
17 #pragma comment(foo) x // expected-error {{pragma comment requires}
    [all...]
macro_paste_msextensions.c 12 #define comment /##/ dead tokens live here macro
13 comment This is stupidity
19 #define nested(x) int x comment cute little dead tokens...
  /bionic/libc/kernel/common/linux/netfilter/
xt_comment.h 18 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_comment.h 18 unsigned 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/linux/netfilter/
xt_comment.h 7 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_comment.h 7 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_comment.h 18 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_comment.h 18 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_comment.h 18 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter/
xt_comment.h 18 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_comment.h 18 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter/
xt_comment.h 18 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_comment.h 18 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_comment.h 18 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter/
xt_comment.h 18 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /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/webkit/Source/WebKit/mac/Misc/
WebLocalizableStringsInternal.h 41 #define UI_STRING_INTERNAL(string, comment) WebLocalizedStringInternal(string)
42 #define UI_STRING_KEY_INTERNAL(string, key, comment) WebLocalizedStringInternal(key)
WebLocalizableStrings.h 62 #define UI_STRING(string, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
63 #define UI_STRING_KEY(string, key, comment) WebLocalizedString(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
67 #define UI_STRING(string, comment) WebLocalizedString(0, string)
68 #define UI_STRING_KEY(string, key, comment) WebLocalizedString(0, key)
  /external/nist-sip/java/gov/nist/javax/sip/header/
RetryAfter.java 49 * Comment for <code>serialVersionUID</code>
61 /** comment field
63 protected String comment; field in class:RetryAfter
80 if (comment != null)
81 s.append(SP + LPAREN + comment + RPAREN);
91 * @return true if comment exist, false otherwise
94 return comment != null;
97 /** remove comment field
100 comment = null;
139 * Gets the comment of RetryAfterHeader
    [all...]
  /external/llvm/test/MC/ARM/
full_line_comment.s 2 # this is a full line comment starting at column 1
  /external/webkit/Source/WebKit/win/
WebLocalizableStrings.h 59 #define UI_STRING(string, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
60 #define UI_STRING_KEY(string, key, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
61 #define LPCTSTR_UI_STRING(string, comment) WebLocalizedLPCTSTRUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), string)
62 #define LPCTSTR_UI_STRING_KEY(string, key, comment) WebLocalizedLPCTSTRUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAME), key)
66 #define UI_STRING(string, comment) WebLocalizedStringUTF8(0, string)
67 #define UI_STRING_KEY(string, key, comment) WebLocalizedStringUTF8(0, key)
68 #define LPCTSTR_UI_STRING(string, comment) WebLocalizedLPCTSTRUTF8(0, string)
69 #define LPCTSTR_UI_STRING_KEY(string, key, comment) WebLocalizedLPCTSTRUTF8(0, key)
  /external/doclava/src/com/google/doclava/
KeywordEntry.java 22 KeywordEntry(String label, String href, String comment) {
25 this.comment = comment;
31 data.setValue(base + ".comment", this.comment);
44 private String comment; field in class:KeywordEntry
  /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);
    [all...]

Completed in 1879 milliseconds

1 2 3 4 5 6 7 8 91011>>