Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 28) sorted by relevance

12

/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dcomments2 ."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/
DAndroid.mk4 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.h52 # pragma comment (lib, _STLP_STLPORT_LIB)
D_msvc.h256 # pragma comment (lib, "bufferoverflowU.lib")
/ndk/sources/cxx-stl/stlport/stlport/
Dslist40 //the compilers so we comment it for the moment. Should be uncommented
/ndk/sources/cxx-stl/gabi++/include/
Dcwctype_is_not_supported30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
Dcwchar30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
/ndk/sources/cxx-stl/system/include/
Dcwchar30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
Dcwctype_is_not_supported30 /* IMPORTANT: cwchar and cwctype are not supported. See comment in
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi1 @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 …]
Dmake.texi331 @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 …]
Dmake.info-1871 * `#' 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/
Dconfigure.in459 dnl comment-start: "dnl "
460 dnl comment-end: ""
461 dnl comment-start-skip: "\\bdnl\\b\\s *"
Dread.c1305 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()
DSMakefile55 # your C library, you can comment these out.
60 # your C library, you can comment this out. GNU make uses special hooks
Daclocal.m4540 # If we don't find an include directive, just comment out the code.
672 # 2. the above comment should most certainly read
DNEWS57 invocation such as $(shell ...) was treated as a make comment. A
800 (All information that isn't specified by makefiles is prefaced with comment
DChangeLog1181 * 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.h46 have this interface so please comment the _STLP_USE_PERTHREAD_ALLOC macro \
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-tuple.h.pump3 $$ This meta comment fixes auto-indentation in Emacs. }}
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex383 % 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 …]
Dpo.m4262 # Remove comment, more precisely replace it with a space.
/ndk/docs/Additional_library_docs/renderscript/
Ddoxygen.css261 span.comment {
/ndk/sources/host-tools/make-3.81/tests/
DChangeLog478 * scripts/features/escape: Test handling of escaped comment
/ndk/sources/host-tools/nawk-20071023/
DFIXES818 Line number now accumulated correctly for comment lines.

12