Searched defs:comment (Results 126 - 150 of 195) sorted by relevance

12345678

/external/icu/icu4c/source/tools/genrb/
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...]
H A Dreslist.c932 const struct UString* comment, UErrorCode* status);
935 const struct UString* comment, UErrorCode* status){
952 if(comment != NULL){
953 ustr_cpy(&res->fComment, comment, status);
966 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { argument
967 struct SResource *res = res_open(bundle, tag, comment, status);
976 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { argument
977 struct SResource *res = res_open(bundle, tag, comment, status);
1002 const UChar *value, int32_t len, const struct UString* comment,
1004 struct SResource *res = res_open(bundle, tag, comment, statu
934 res_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode* status) argument
1001 stringbase_open(struct SRBRoot *bundle, const char *tag, int8_t type, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) argument
1029 string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) argument
1033 alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) argument
1038 intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) argument
1055 int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status) argument
1067 bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status) argument
1102 bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status) argument
[all...]
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c2159 const char * comment; member in struct:__anon26843
/external/openssl/crypto/ec/
H A Dec.h390 const char *comment; member in struct:__anon28210
/external/openssl/include/openssl/
H A Dec.h390 const char *comment; member in struct:__anon28385
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dj2k.h355 /** comment */
356 OPJ_CHAR *comment; member in struct:opj_cp
/external/protobuf/gtest/include/gtest/
H A Dgtest.h540 // Returns the test case comment.
543 // Returns the test comment.
544 const char* comment() const;
577 const char* test_case_comment, const char* comment,
597 const char* test_case_comment, const char* comment,
622 TestCase(const char* name, const char* comment,
632 // Returns the test case comment.
633 const char* comment() const { return comment_.c_str(); } function in class:testing::TestCase
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h518 const char* comment, TypeId fixture_class_id,
546 // Returns the test case comment.
549 // Returns the test comment.
550 const char* comment() const { return comment_.c_str(); } function in class:testing::internal::TestInfoImpl
576 const String test_case_comment_; // Test case comment
577 const String comment_; // Test comment
859 const char* comment,
H A Dgtest.cc2099 const char* comment,
2103 test_case_comment, comment,
2121 // test_case_comment: a comment on the test case that will be included in
2123 // comment: a comment on the test that will be included in the
2133 const char* test_case_comment, const char* comment,
2139 new TestInfo(test_case_name, name, test_case_comment, comment,
2176 // Returns the test case comment.
2181 // Returns the test comment.
2182 const char* TestInfo::comment() cons function in class:testing::TestInfo
2096 TestInfo(const char* test_case_name, const char* name, const char* test_case_comment, const char* comment, internal::TypeId fixture_class_id, internal::TestFactoryBase* factory) argument
2131 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* test_case_comment, const char* comment, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
2341 TestCase(const char* name, const char* comment, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
3860 GetTestCase(const char* test_case_name, const char* comment, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
4268 TestInfoImpl(TestInfo* parent, const char* test_case_name, const char* name, const char* test_case_comment, const char* comment, TypeId fixture_class_id, internal::TestFactoryBase* factory) argument
[all...]
/external/tinyxml2/
H A Dtinyxml2.cpp734 // <!-- comment -->
739 // <!-- comment -->
883 XMLComment* comment = doc->NewComment( Value() ); // fixme: this will always allocate memory. Intern? local
884 return comment;
1440 commentPool.Trace( "comment" );
1474 XMLComment* comment = new (commentPool.Alloc()) XMLComment( this ); local
1475 comment->memPool = &commentPool;
1476 comment->SetValue( str );
1477 return comment;
1927 void XMLPrinter::PushComment( const char* comment )
[all...]
/external/zlib/src/contrib/minizip/
H A Dzip.c476 the global comment)
485 ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */
538 the global comment)
547 ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */
731 // read the comment from the standard central header.
784 /* zipfile global comment length */
1058 const char* comment, int method, int level, int raw,
1098 if (comment==NULL)
1101 size_comment = (uInt)strlen(comment);
1178 size_extrafield_global+i) = *(comment
1055 zipOpenNewFileInZip4_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase, int zip64) argument
1265 zipOpenNewFileInZip4(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase) argument
1281 zipOpenNewFileInZip3(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting) argument
1296 zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, int zip64) argument
1311 zipOpenNewFileInZip2(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw) argument
1324 zipOpenNewFileInZip2_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int zip64) argument
1337 zipOpenNewFileInZip64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int zip64) argument
1350 zipOpenNewFileInZip(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jar ... setComment (int, java.lang.String) int commentType String comment } org/eclipse/test/internal/performance/PerformanceMonitor.class PerformanceMonitor. ...
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h119 XML_PARSER_COMMENT, /* within a comment */
579 * @value: the comment content
581 * A comment has been parsed.
737 commentSAXFunc comment; member in struct:_xmlSAXHandler
778 commentSAXFunc comment; member in struct:_xmlSAXHandlerV1
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dcoff-objfmt.c1529 } else if (strcmp(sectname, ".comment") == 0) {
1810 yasm_section *comment; local
1823 /* Put ident data into .comment section for COFF, or .rdata$zzz
1825 * .comment (see binutils/gas/config/obj-coff.c:476-502).
1829 sectname = ".comment";
1834 comment = coff_objfmt_section_switch(object, &sect_vps, NULL, line);
1837 /* To match GAS output, if the comment section is empty, put an
1840 if (yasm_section_bcs_first(comment) == yasm_section_bcs_last(comment)) {
1845 yasm_section_bcs_append(comment,
[all...]
/external/chromium_org/v8/src/heap/
H A Dspaces.cc2603 "Code comment statistics (\" [ comment-txt : size/ "
2608 PrintF(" %-30s: %10d/%6d (%d)\n", cs.comment, cs.size, cs.count,
2623 comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown";
2629 // Adds comment to 'comment_statistics' table. Performance OK as long as
2631 static void EnterComment(Isolate* isolate, const char* comment, int delta) { argument
2640 if (comments_statistics[i].comment == NULL) {
2642 cs->comment = comment;
2644 } else if (strcmp(comments_statistics[i].comment, commen
[all...]
H A Dspaces.h2871 const char* comment; member in struct:v8::internal::CommentStatistic
2875 comment = NULL;
/external/chromium_org/v8/src/
H A Dlog.cc162 const char* comment) {
164 name_buffer_->AppendBytes(comment);
1178 const char* comment) {
1179 PROFILER_LOG(CodeCreateEvent(tag, code, comment));
1182 CALL_LISTENERS(CodeCreateEvent(tag, code, comment));
1187 msg.AppendDoubleQuotedString(comment);
160 CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code, const char* comment) argument
1176 CodeCreateEvent(LogEventsAndTags tag, Code* code, const char* comment) argument
/external/libxml2/include/libxml/
H A Dparser.h119 XML_PARSER_COMMENT, /* within a comment */
582 * @value: the comment content
584 * A comment has been parsed.
740 commentSAXFunc comment; member in struct:_xmlSAXHandler
781 commentSAXFunc comment; member in struct:_xmlSAXHandlerV1
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp115 typedef void (*CvWriteComment)( struct CvFileStorage* fs, const char* comment, int eol_comment );
1634 icvYMLWriteComment( CvFileStorage* fs, const char* comment, int eol_comment ) argument
1645 if( !comment )
1646 CV_ERROR( CV_StsNullPtr, "Null comment" );
1648 len = (int)strlen(comment);
1649 eol = strchr(comment, '\n');
1659 while( comment )
1665 ptr = icvFSResizeWriteBuffer( fs, ptr, (int)(eol - comment) + 1 );
1666 memcpy( ptr, comment, eol - comment
2594 icvXMLWriteComment( CvFileStorage* fs, const char* comment, int eol_comment ) argument
2927 cvWriteComment( CvFileStorage* fs, const char* comment, int eol_comment ) argument
5105 cvSave( const char* filename, const void* struct_ptr, const char* _name, const char* comment, CvAttrList attributes ) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jar ... optional.starteam.TreeBasedTask { private boolean createFolders private String comment private boolean addUncontrolled private int lockStatus public void " href= ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jar ... images/preferences.png html/images/properties-survey-comment.png html/images/properties-warnings.png html ...

Completed in 3256 milliseconds

12345678