Searched refs:comment (Results 1 – 25 of 28) sorted by relevance
12
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | comments | 2 ."and comment continuation to the next line using a \n" 6 ."after a comment was started. This should not be reported as\n" 7 ."an error since it is within a comment. We then continue the \n" 8 ."comment to the next line using a backslash. To test whether\n" 9 ."the comment really continued, we place an echo command with some\n" 11 ."within a comment\n"; 18 # Test comment vs semicolon parsing and line continuation 19 target: # this ; is just a comment \ 20 @echo This is within a comment.
|
/ndk/tests/build/issue81440-non-ascii-comment/jni/ |
D | Android.mk | 4 LOCAL_MODULE := issue81440-non-ascii-comment 5 LOCAL_SRC_FILES := issue81440-non-ascii-comment.cpp
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _auto_link.h | 52 # pragma comment (lib, _STLP_STLPORT_LIB)
|
D | _msvc.h | 256 # pragma comment (lib, "bufferoverflowU.lib")
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | slist | 40 //the compilers so we comment it for the moment. Should be uncommented
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cwctype_is_not_supported | 30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
|
D | cwchar | 30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
|
/ndk/sources/cxx-stl/system/include/ |
D | cwchar | 30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
|
D | cwctype_is_not_supported | 30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 1 @comment This file is included by both standards.texi and make.texinfo. 2 @comment It was broken out of standards.texi on 1/6/93 by roland. 6 @comment standards.texi does not print an index, but make.texinfo does. 362 @comment This paragraph adjusted to avoid overfull hbox --roland 5jul94 493 string in the file---part of a comment---and @code{grep} for that string. 676 @comment This example has been carefully formatted for the Make manual. 677 @comment Please do not reformat it without talking to roland@gnu.ai.mit.edu. 754 @comment The gratuitous blank line here is to make the table look better 755 @comment in the printed Make manual. Please leave it in. 926 @comment This has been carefully formatted to look decent in the Make manual. [all …]
|
D | make.texi | 331 @comment node-name, next, previous, up 462 @comment node-name, next, previous, up 498 @comment node-name, next, previous, up 652 @comment node-name, next, previous, up 1003 @samp{#} in a line of a makefile starts a @dfn{comment}. It and the 1005 escaped by another backslash will continue the comment across multiple 1006 lines. A line containing just a comment (with perhaps spaces before 1015 whether or not this is a comment is up to the shell. 1098 comment starting with @samp{#} is allowed at the end of the line. If 1211 @comment node-name, next, previous, up [all …]
|
D | make.info-1 | 871 * `#' in a line of a makefile starts a "comment". It and the rest 873 escaped by another backslash will continue the comment across 874 multiple lines. A line containing just a comment (with perhaps 883 the text: whether or not this is a comment is up to the shell. 942 there and at the end of the directive. A comment starting with `#' is 2985 * A comment in a command line is not a `make' comment; it will be 2987 comment or not depends on your shell. 4145 comment `# end of the line' is included here just for clarity. Since 4149 value, it is a good idea to put a comment like that at the end of the 4152 remember not to put a random comment on the end of the line after some [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | configure.in | 459 dnl comment-start: "dnl " 460 dnl comment-end: "" 461 dnl comment-start-skip: "\\bdnl\\b\\s *"
|
D | read.c | 1305 char *comment; in remove_comments() local 1307 comment = find_char_unquote (line, '#', 0, 0, 0); in remove_comments() 1309 if (comment != 0) in remove_comments() 1311 *comment = '\0'; in remove_comments()
|
D | SMakefile | 55 # your C library, you can comment these out. 60 # your C library, you can comment this out. GNU make uses special hooks
|
D | aclocal.m4 | 540 # If we don't find an include directive, just comment out the code. 672 # 2. the above comment should most certainly read
|
D | NEWS | 57 invocation such as $(shell ...) was treated as a make comment. A 800 (All information that isn't specified by makefiles is prefaced with comment
|
D | ChangeLog | 1181 * job.c (child_execute_job) [VMS]: Don't treat "#" as a comment on 1876 (get_next_mword): Don't treat comment characters as special; where 1877 this function is used we will never see a comment (it's stripped
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _pthread_alloc.h | 46 have this interface so please comment the _STLP_USE_PERTHREAD_ALLOC macro \
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 3 $$ This meta comment fixes auto-indentation in Emacs. }}
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 383 % the input line (except we remove a trailing comment). #1 should be a 399 \argremovecomment #1\comment\ArgTerm% 403 % First remove any @comment, then any @c comment. 404 \def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm} 697 % Do @comment since we are called inside an environment such as 703 \comment 930 % @comment ...line which is ignored... 931 % @c is the same as @comment 932 % @ignore ... @end ignore is another way to write a comment 934 \def\comment{\begingroup \catcode`\^^M=\other% [all …]
|
D | po.m4 | 262 # Remove comment, more precisely replace it with a space.
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | doxygen.css | 261 span.comment {
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | ChangeLog | 478 * scripts/features/escape: Test handling of escaped comment
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 818 Line number now accumulated correctly for comment lines.
|
12