Searched refs:comment (Results 51 - 75 of 639) sorted by relevance

1234567891011>>

/external/elfutils/0.153/config/
H A Dknown-dwarf.awk22 comment[set, elt] = c;
47 if (comment[set, elt])
49 ", \"" comment[set, elt] "\") \\";
/external/proguard/src/proguard/io/
H A DJarWriter.java33 * The manifest and comment properties can optionally be set.
41 private final String comment; field in class:JarWriter
53 * Creates a new JarWriter without manifest or comment.
66 String comment)
70 this.comment = comment;
206 // Add a comment, if set.
207 if (comment != null)
209 currentJarOutputStream.setComment(comment);
64 JarWriter(DataEntryWriter dataEntryWriter, Manifest manifest, String comment) argument
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
H A Dbn-586.pl138 &comment("");
163 &comment("Round $i");
175 &comment("");
190 &comment("Tail Round $i");
254 &comment("");
275 &comment("Round $i");
288 &comment("");
304 &comment("Tail Round $i");
360 &comment("");
375 &comment("Roun
[all...]
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dzip.h154 const char* comment,
165 const char* comment,
178 if comment != NULL, comment contain the comment string
194 const char* comment,
207 const char* comment,
223 const char* comment,
240 const char* comment,
266 const char* comment,
[all...]
/external/chromium_org/tools/idl_parser/
H A Didl_parser_test.py14 def ParseCommentTest(comment):
15 comment = comment.strip()
16 comments = comment.split(None, 1)
27 for comment in comments:
28 check, value = ParseCommentTest(comment.GetName())
68 for comment in comments:
69 check, value = ParseCommentTest(comment.GetName())
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.h66 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status);
111 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
120 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
131 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
133 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
140 struct SResource* intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
147 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status);
155 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status);
H A Dread.h49 struct UString *comment,
H A Dparse.cpp80 struct UString comment; member in struct:Lookahead
115 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
117 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status);
150 state->lookahead[i].type = getNextToken(state->buffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status);
167 ustr_deinit(&state->lookahead[i].comment);
173 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status) argument
190 if (comment != NULL)
192 ustr_cpy(comment, &(state->lookahead[state->lookaheadPosition].comment), status);
197 ustr_setlen(&state->lookahead[i].comment,
207 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status) argument
240 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status) argument
267 getInvariantString(ParseState* state, uint32_t *line, struct UString *comment, UErrorCode *status) argument
522 parseDependency(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
584 parseString(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
619 parseAlias(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
874 struct UString comment; local
1088 struct UString comment; local
1215 struct UString comment; local
1295 parseTable(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1321 parseArray(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1415 parseIntVector(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1503 parseBinary(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1585 parseInteger(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1635 parseImport(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
1751 parseInclude(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
1929 struct UString comment; local
1969 parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status) argument
2102 struct UString comment; local
[all...]
/external/openssl/crypto/bn/asm/
H A Dbn-586.pl138 &comment("");
163 &comment("Round $i");
175 &comment("");
190 &comment("Tail Round $i");
254 &comment("");
275 &comment("Round $i");
288 &comment("");
304 &comment("Tail Round $i");
360 &comment("");
375 &comment("Roun
[all...]
/external/zlib/src/contrib/minizip/
H A Dzip.h154 const char* comment,
165 const char* comment,
178 if comment != NULL, comment contain the comment string
194 const char* comment,
207 const char* comment,
223 const char* comment,
240 const char* comment,
266 const char* comment,
[all...]
/external/chromium_org/third_party/icu/source/samples/legacy/
H A Dlegacy.cpp39 void printArray(const char* const comment, const UChar UArray[][5], int32_t arraySize) { argument
40 fprintf (stdout, "%s\n", comment);
49 void printKeys(const char *comment, uint8_t keys[][32], int32_t keySize) { argument
52 fprintf(stdout, "%s\n", comment);
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dread.h49 struct UString *comment,
H A Dparse.cpp58 struct UString comment; member in struct:Lookahead
93 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
95 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status);
128 state->lookahead[i].type = getNextToken(state->buffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status);
145 ustr_deinit(&state->lookahead[i].comment);
151 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status) argument
168 if (comment != NULL)
170 ustr_cpy(comment, &(state->lookahead[state->lookaheadPosition].comment), status);
175 ustr_setlen(&state->lookahead[i].comment,
185 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status) argument
218 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status) argument
245 getInvariantString(ParseState* state, uint32_t *line, struct UString *comment, UErrorCode *status) argument
500 parseDependency(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
562 parseString(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
597 parseAlias(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
832 struct UString comment; local
1035 struct UString comment; local
1157 struct UString comment; local
1237 parseTable(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1263 parseArray(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1357 parseIntVector(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1445 parseBinary(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1527 parseInteger(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1577 parseImport(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
1693 parseInclude(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
1873 struct UString comment; local
1913 parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status) argument
2046 struct UString comment; local
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprvrsion.h81 char * comment; /* free form field for misc usage */ member in struct:__anon14674
/external/doclava/src/com/google/doclava/
H A DDocInfo.java40 return comment().isHidden();
47 return comment().isRemoved();
60 return comment().isDocOnly();
77 public Comment comment() { method in class:DocInfo
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid_nt.c12 #pragma comment(lib, "ntdll.lib")
/external/icu/icu4c/source/samples/legacy/
H A Dlegacy.cpp39 void printArray(const char* const comment, const UChar UArray[][5], int32_t arraySize) { argument
40 fprintf (stdout, "%s\n", comment);
49 void printKeys(const char *comment, uint8_t keys[][32], int32_t keySize) { argument
52 fprintf(stdout, "%s\n", comment);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_defines.h124 #pragma comment(lib, "winmm.lib")
127 #pragma comment(lib, "ws2_32.lib")
128 #pragma comment(lib, "Iphlpapi.lib") // _GetAdaptersAddresses
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DServerParser.java74 // mandatory token: product[/product-version] | (comment)
78 String comment = this.lexer.comment();
79 server.addProductToken('(' + comment + ')');
H A DUserAgentParser.java83 * server-val = product / comment product = token [SLASH
90 String comment = this.lexer.comment();
91 userAgent.addProductToken('(' + comment + ')');
H A DRetryAfterParser.java89 String comment = this.lexer.comment();
90 retryAfter.setComment(comment);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.cc106 #pragma comment(linker, "/INCLUDE:__tls_used")
107 #pragma comment(linker, "/INCLUDE:_p_thread_callback_tcmalloc")
108 #pragma comment(linker, "/INCLUDE:_p_process_term_tcmalloc")
110 #pragma comment(linker, "/INCLUDE:_tls_used")
111 #pragma comment(linker, "/INCLUDE:p_thread_callback_tcmalloc")
112 #pragma comment(linker, "/INCLUDE:p_process_term_tcmalloc")
/external/clang/include/clang/AST/
H A DMakefile51 $(Echo) "Building Clang comment node tables with tblgen"
52 $(Verb) $(ClangTableGen) -gen-clang-comment-nodes -o $(call SYSPATH, $@) $<
56 $(Echo) "Building Clang comment HTML tag matchers with tblgen"
57 $(Verb) $(ClangTableGen) -gen-clang-comment-html-tags -o $(call SYSPATH, $@) $<
61 $(Echo) "Building Clang comment HTML tag properties with tblgen"
62 $(Verb) $(ClangTableGen) -gen-clang-comment-html-tags-properties -o $(call SYSPATH, $@) $<
68 $(Verb) $(ClangTableGen) -gen-clang-comment-html-named-character-references -o $(call SYSPATH, $@) $<
72 $(Echo) "Building Clang comment command info with tblgen"
73 $(Verb) $(ClangTableGen) -gen-clang-comment-command-info -o $(call SYSPATH, $@) $<
77 $(Echo) "Building Clang list of comment command
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dxml.rb149 <!-- This is a comment -->
181 Comment: "<!-- This is a comment -->"
/external/chromium_org/net/cert/
H A Dcert_database_win.cc9 #pragma comment(lib, "crypt32.lib")

Completed in 915 milliseconds

1234567891011>>