Searched refs:comment (Results 251 - 275 of 639) sorted by relevance

<<11121314151617181920>>

/external/jsoncpp/src/lib_json/
H A Djson_value.cpp494 for ( int comment =0; comment < numberOfCommentPlacement; ++comment )
496 const CommentInfo &otherComment = other.comments_[comment];
498 comments_[comment].setComment( otherComment.comment_ );
1524 Value::setComment( const char *comment, argument
1529 comments_[placement].setComment( comment );
1534 Value::setComment( const std::string &comment, argument
1537 setComment( comment.c_str(), placement );
/external/chromium_org/third_party/icu/source/tools/gendict/
H A Dgendict.cpp258 const UChar *comment = u_memchr(line, 0x23, lineLength); // '#' local
259 if(comment != NULL) {
260 lineLength = (int32_t)(comment - line);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DConfigResults.java627 void setInfos(int build_id, int summaryKind, String comment) { argument
634 buildResults.comment = comment;
/external/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp258 const UChar *comment = u_memchr(line, 0x23, lineLength); // '#' local
259 if(comment != NULL) {
260 lineLength = (int32_t)(comment - line);
/external/lldb/tools/driver/
H A DIOChannel.cpp137 const char *comment = "\nAvailable completions:"; local
140 OutWrite(comment, strlen (comment), NO_ASYNC);
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_path_parser_win.cc7 #pragma comment(lib, "wtsapi32.lib")
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbinary_feature_extractor_win.cc17 #pragma comment(lib, "wintrust.lib")
/external/chromium_org/chrome/installer/util/
H A Dhtml_dialog_impl.cc12 #pragma comment(lib, "urlmon.lib")
/external/chromium_org/media/video/capture/win/
H A Dfilter_base_win.cc7 #pragma comment(lib, "strmiids.lib")
/external/chromium_org/net/base/
H A Dnetwork_change_notifier_win.cc18 #pragma comment(lib, "iphlpapi.lib")
/external/chromium_org/net/proxy/
H A Dproxy_config_service_win.cc21 #pragma comment(lib, "winhttp.lib")
/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server_win.cc26 #pragma comment(lib, "crypt32.lib")
/external/chromium_org/remoting/host/policy_hack/
H A Dpolicy_watcher_win.cc28 #pragma comment(lib, "userenv.lib")
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.h138 void comment(const String&);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js604 return ["comment", "comment"];
614 return ["comment", "comment"];
653 return ["comment", "comment"];
694 return ["comment", "comment"];
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dx86masm.pl141 # comment out OPENSSL_ia32cap_P declarations
149 sub ::comment { foreach (@_) { push(@out,"\t; $_\n"); } }
H A Dx86nasm.pl124 # comment out OPENSSL_ia32cap_P declarations
131 sub ::comment { foreach (@_) { push(@out,"\t; $_\n"); } }
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DSAX.h146 comment (void *ctx,
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.h26 #pragma comment(lib, "d3d9.lib") // located in DirectX SDK
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dninja_syntax.py26 def comment(self, text): member in class:Writer
/external/clang/lib/AST/
H A DCommentLexer.cpp736 case '/': { // BCPL comment.
742 // merged this non-Doxygen comment into a bunch of Doxygen comments
750 // Skip it even if the comment is not a Doxygen one, because //< and /*<
761 case '*': { // C comment.
779 llvm_unreachable("second character of comment should be '/' or '*'");
784 // between them. So we can search for the start of the next comment.
790 // between them -- guaranteed by comment extraction) into a newline. We
792 // after a comment).
805 // Skip C comment closing sequence.
811 // Synthenize newline just after the C comment, regardles
[all...]
/external/clang/test/Parser/
H A Dcxx11-user-defined-literals.cpp10 #pragma comment(lib, "foo"_bar) // expected-error {{user-defined suffix cannot be used here}}
11 _Pragma("comment(lib, \"foo\"_bar)") // expected-error {{user-defined suffix cannot be used here}}
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DD_S_I_G_.py81 xmlWriter.comment("note that the Digital Signature will be invalid after recompilation!")
H A DG_M_A_P_.py105 writer.comment("Most of this table will be recalculated by the compiler")
H A DG_P_K_G_.py80 writer.comment("Most of this table will be recalculated by the compiler")

Completed in 675 milliseconds

<<11121314151617181920>>