OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comments
(Results
176 - 200
of
2390
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/Mips/
2010-04-07-DbgValueOtherTargets.ll
2
; Check that DEBUG_VALUE
comments
come through on a variety of targets.
/external/llvm/test/CodeGen/PowerPC/
2010-04-07-DbgValueOtherTargets.ll
2
; Check that DEBUG_VALUE
comments
come through on a variety of targets.
/external/llvm/test/CodeGen/SPARC/
2010-04-07-DbgValueOtherTargets.ll
2
; Check that DEBUG_VALUE
comments
come through on a variety of targets.
/external/llvm/test/CodeGen/SystemZ/
2010-04-07-DbgValueOtherTargets.ll
2
; Check that DEBUG_VALUE
comments
come through on a variety of targets.
/external/llvm/test/CodeGen/Thumb/
2010-04-07-DbgValueOtherTargets.ll
2
; Check that DEBUG_VALUE
comments
come through on a variety of targets.
/external/llvm/test/CodeGen/X86/
2010-04-07-DbgValueOtherTargets.ll
3
; Check that DEBUG_VALUE
comments
come through on a variety of targets.
/external/llvm/test/CodeGen/XCore/
2010-04-07-DbgValueOtherTargets.ll
2
; Check that DEBUG_VALUE
comments
come through on a variety of targets.
/external/llvm/utils/
DSAclean.py
8
#the
comments
/external/openssl/crypto/objects/
objects.README
42
Lines starting with # are treated as
comments
, as well as any line starting
/external/protobuf/gtest/
configure.ac
6
# between "AC_INIT(" and the closing ")" including
comments
and strings.
/external/srtp/
TODO
14
Older
comments
/external/valgrind/main/exp-ptrcheck/tests/
preen_invars.c
6
/* see
comments
in preen_invar_so.c for explanation of this */
/external/valgrind/main/none/tests/darwin/
access_extended.c
2
// ever devised. For bug 200760. See the
comments
on the wrapper in
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
closepatch.py
29
from webkitpy.tool.
comments
import bug_comment_from_commit_text
reopenbugafterrollout.py
29
from webkitpy.tool.
comments
import bug_comment_from_commit_text
/ndk/sources/host-tools/sed-4.2.1/doc/
Makefile.am
14
# scripts we group
comments
with lines following them;
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nbd.h
12
* Removed PARANOIA, plus various cleanup and
comments
/external/icu4c/tools/genprops/misc/
ucdcopy.py
94
"""Copies a file and removes
comments
behind data lines but not in others."""
101
Copies a file, removes
comments
, and
126
# Copy these files and remove
comments
behind data lines but not in others.
/external/icu4c/tools/genprops/
ucdcopy.py
94
"""Copies a file and removes
comments
behind data lines but not in others."""
101
Copies a file, removes
comments
, and
126
# Copy these files and remove
comments
behind data lines but not in others.
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-191633.js
38
* SUMMARY: Testing script with huge number of
comments
46
var summary = 'Testing script with huge number of
comments
';
57
var s = repeat_str("//\n", 40000); // Build a string of 40000 lines of
comments
/external/clang/lib/Rewrite/
RewriteMacros.cpp
11
// a macro expanded file that retains
comments
and #includes.
47
///
comments
if ReturnComment is false.
52
// If the client doesn't want
comments
and we have one, skip it.
67
// though it is in raw mode, it will not return
comments
.
168
//
comments
. Add a leading space if RawTok didn't have one.
/external/jdiff/src/jdiff/
Options.java
87
// Option not to suggest
comments
at all
90
// Option to enable checking that the
comments
end with a period.
92
// Option to retain non-printing characters in
comments
.
427
System.err.println(" -docchanges Report changes in Javadoc
comments
between the APIs");
428
System.err.println(" -nosuggest [all|remove|add|change] Do not add suggested
comments
to all, or the removed, added or chabged sections");
429
System.err.println(" -checkcomments Check that
comments
are sentences");
430
System.err.println(" -stripnonprinting Remove non-printable characters from
comments
.");
/external/protobuf/src/google/protobuf/io/
tokenizer.h
78
// precise descriptions. Whitespace and
comments
are skipped. By default,
79
// C- and C++-style
comments
are recognized, but other styles can be used by
168
// Line
comments
begin with "//", block
comments
are delimited by "/*" and
171
// Line
comments
begin with "#". No way to write block
comments
.
221
// token (not including whitespace or
comments
).
/external/libvpx/examples/includes/geshi/docs/
CHANGES
148
* Properly set
comments
to be case insensitive where appropriate to increase performance (milian)
176
* Fixed problems of unfinished strings and
comments
producing invalid XHTML (SF#1996353, BenBE)
198
* Fixed symbol highlighting with C++ sometimes missing keywords after ; and
comments
(BenBE)
200
* Fixed broken handling with XML
comments
(BenBE, SF#1849233)
201
* Fixed HTML
comments
spawning multiple lines producing invalid XHTML output (SF#1738173, BenBE)
248
- Escaping of
comments
in LaTeX ignored (SF#1749806, BenBE)
251
- Introduced C-Style multiline continuation
comments
(SF#1914640, SF#1945301, BenBE)
252
- Introduced Fortran
Comments
(SF#1914640, SF#1934832, BenBE)
256
- Fixed Strings in Matlab to be handled as
comments
instead of regexps, to prevent keywords being linked (BenBE)
307
- Compare
comments
case insensitively (fixes AutoIT comments somewhat
[
all
...]
/external/llvm/lib/MC/
MCAsmStreamer.cpp
80
// If we don't have any
comments
, just emit a \n.
105
/// GetCommentOS - Return a raw_ostream that
comments
can be written to.
106
/// Unlike AddComment, you are required to terminate
comments
with \n if you
110
return nulls(); // Discard
comments
unless in verbose asm mode.
283
StringRef
Comments
= CommentToEmit.str();
285
assert(
Comments
.back() == '\n' &&
288
// Emit a line of
comments
.
290
size_t Position =
Comments
.find('\n');
291
OS << MAI.getCommentString() << ' ' <<
Comments
.substr(0, Position) << '\n';
293
Comments
= Comments.substr(Position+1)
[
all
...]
Completed in 818 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>