HomeSort by relevance Sort by last modified time
    Searched full:comments (Results 101 - 125 of 4108) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
comments 1 $description = "The following test creates a makefile to test comments\n"
5 $details = "To test comments within a makefile, a semi-colon was placed \n"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmllib.py 7 <!-- comments aren't allowed before the <?xml?> tag,
9 <?processing instructions are allowed in the same places as comments ?>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmllib.py 7 <!-- comments aren't allowed before the <?xml?> tag,
9 <?processing instructions are allowed in the same places as comments ?>
  /external/clang/test/Index/
overriding-method-comments.mm 3 // RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng %s > %t/out
22 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>METH:</Name><USR>c:objc(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)AAA;</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> ZZZ </Para></Discussion></Parameter></Parameters></Function>]
31 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>METH:</Name><USR>c:objc(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)BBB;</Declaration><Parameters><Parameter><Name>BBB</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> ZZZ </Para></Discussion></Parameter></Parameters></Function>]
37 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>METH:</Name><USR>c:objc(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)III;</Declaration><Parameters><Parameter><Name>III</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> ZZZ </Para></Discussion></Parameter></Parameters></Function>]
51 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>EXT_METH:::</Name><USR>c:objc(cs)Redec(im)EXT_METH:::</USR><Declaration>- (void)EXT_METH:(id)AAA:(double)BBB:(int)CCC;</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> input value </Para></Discussion></Parameter><Parameter><Name>BBB</Name><Index>1</Index><Direction isExplicit="1">in</Direction><Discussion><Para> 2nd input value is double </Para></Discussion></Parameter><Parameter><Name>CCC</Name><Index>2</Index><Direction isExplicit="1">out</Direction><Discussion><Para> output value is int </Para></Discussion></Parameter></Parameters></Function>]
57 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>EXT_METH:::</Name><USR>c:objc(cs)Redec(im)EXT_METH:::</USR><Declaration>- (void)EXT_METH:(id)PPP:(double)QQQ:(int)RRR;</Declaration><Parameters><Parameter><Name>PPP</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> input value </Para></Discussion></Parameter><Parameter><Name>QQQ</Name><Index>1</Index><Direction isExplicit="1">in</Direction><Discussion><Para> 2nd input value is double </Para></Discussion></Parameter><Parameter><Name>RRR</Name><Index>2</Index><Direction isExplicit="1">out</Direction><Discussion><Para> output value is int </Para></Discussion></Parameter></Parameters></Function>]
64 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-2]]" column="16"><Name>foo_pure</Name><USR>c:@S@Base@F@foo_pure#I#</USR><Declaration>virtual void foo_pure(int AAA) = 0</Declaration><Abstract><Para> Does something. </Para></Abstract><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> argument to foo_pure.</Para></Discussion></Parameter></Parameters></Function>]
70 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-2]]" column="16"><Name>foo_inline</Name><USR>c:@S@Base@F@foo_inline#I#</USR><Declaration>virtual void foo_inline(int BBB)</Declaration><Abstract><Para> Does something. </Para></Abstract><Parameters><Parameter><Name>BBB</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> argument to defined virtual.</Para></Discussion></Parameter></Parameters></Function>]
76 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-2]]" column="16"><Name>foo_outofline</Name><USR>c:@S@Base@F@foo_outofline#I#</USR><Declaration>virtual void foo_outofline(int CCC)</Declaration><Abstract><Para> Does something. </Para></Abstract><Parameters><Parameter><Name>CCC</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> argument to undefined virtual.</Para></Discussion></Parameter></Parameters></Function>]
81 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-2]]" column="12"><Name>foo_outofline</Name><USR>c:@S@Base@F@foo_outofline#I#</US (…)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StreamItemsTest.java 78 values.put(StreamItems.COMMENTS, UPDATE_COMMENTS);
103 values.put(StreamItems.COMMENTS, INSERT_COMMENTS);
126 .withValue(StreamItems.COMMENTS, INSERT_COMMENTS)
152 .withValue(StreamItems.COMMENTS, UPDATE_COMMENTS)
168 private void assertStreamItem(Uri uri, String text, long timestamp, String comments) {
176 assertEquals(comments, cursor.getString(
177 cursor.getColumnIndexOrThrow(StreamItems.COMMENTS)));
  /external/chromium_org/chrome/browser/resources/net_internals/
import_view.html 3 #import-view-user-comments {
67 <th>User comments</th>
69 <pre id=import-view-user-comments jscontent="userComments"
  /prebuilts/tools/common/proguard/proguard4.7/docs/
quality.html 26 statistics on the source code, Java lint comments, Java documentation
27 comments, the Java documentation itself, html lint comments on the Java
  /external/chromium_org/media/tools/bug_hunter/
bug_hunter.py 16 'video' or 'audio' in their content/comments. The content of these issues are
71 'comments', 'labels', 'urls')
83 # content/comments. Each list element should not contain the url ending in
89 'content', 'comments', 'labels', 'urls',
103 parser.add_option('-l', '--max-comments',
104 help=('The maximum number of comments returned for each '
185 """Get comments for a issue.
189 max_comments: The maximum number of comments to be returned. The comments
193 A list of (author name, comments, updated time) tuples
    [all...]
  /dalvik/vm/mterp/mips/
OP_MUL_LONG_2ADDR.S 3 * See comments in OP_MUL_LONG.S
  /development/samples/ToyVpn/
_index.html 5 <p>The sample code of the server-side implementation is Linux-specific and is available in the <code>server</code> directory. To run the server or port it to another platform, please see comments in the code for the details.</p>
  /external/chromium/chrome/browser/sync/
js_event_router.h 9 // See README.js for design comments.
  /external/chromium/net/tools/spdyshark/
plugin.rc.in 27 VALUE "Comments", "Build with @MSVC_VARIANT@\0"
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble_type.h 21 // More comments about tab and browser fullscreen mode can be found in
  /external/chromium_org/chrome/tools/convert_dict/
hunspell_reader.h 20 // Strips any comments for the given line.
  /external/chromium_org/courgette/third_party/
README.chromium 23 - added comments
  /external/chromium_org/net/tools/spdyshark/
plugin.rc.in 27 VALUE "Comments", "Build with @MSVC_VARIANT@\0"
  /external/chromium_org/sync/js/
js_arg_list.h 8 // See README.js for design comments.
js_backend.h 8 // See README.js for design comments.
js_event_details.h 8 // See README.js for design comments.
  /external/chromium_org/third_party/icu/source/test/intltest/
dtifmtts.h 25 * Performs tests on many API functions, see detailed comments in source code
plurfmts.h 27 * Performs tests on many API functions, see detailed comments in source code
  /external/clang/test/CodeGen/
linetable-endscope.c 4 // at the closing of the lexical scope in this case. See the comments in
  /external/e2fsprogs/
wordwrap.pl 6 if (/^#/) { # don't word wrap comments
  /external/icu4c/test/intltest/
plurfmts.h 27 * Performs tests on many API functions, see detailed comments in source code
  /external/libusb/
README 17 Use the mailing list for questions, comments, etc:

Completed in 391 milliseconds

1 2 3 45 6 7 8 91011>>