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

<<11121314151617181920>>

  /external/icu4c/layout/
layout.rc 73 VALUE "Comments", ICU_WEBSITE "\0"
  /external/icu4c/layoutex/
layoutex.rc 73 VALUE "Comments", ICU_WEBSITE "\0"
  /external/icu4c/test/intltest/
dtifmtts.h 25 * Performs tests on many API functions, see detailed comments in source code
  /external/llvm/docs/
Phabricator.rst 80 Phabricator allows you to add inline comments as well as overall comments
84 You can add overall comments or submit your comments at the bottom of the page.
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_connection.h 27 * more comments covering function use.
  /external/mesa3d/src/mapi/glapi/gen/
remap_helper.py 95 comments = "will be remapped"
97 comments = "offset %d" % f.offset
99 comments = "dynamic"
102 % (index, f.name, comments)
  /external/proguard/src/proguard/gui/
ClassSpecificationsPanel.java 208 String comments = classSpecification.comments; local
210 label.setText(comments != null ? comments.trim() :
  /external/protobuf/
.gitignore 2 # Lines that start with '#' are comments.
  /external/v8/test/mjsunit/regress/
regress-1175390.js 29 // Simply ensure that we can generate comments without crashing.
  /external/valgrind/main/
Makefile.tool-tests.am 17 # automake; see comments in Makefile.all.am for more detail.
  /external/zlib/src/contrib/infback9/
infback9.h 12 * comments in zlib.h for inflateBack() usage. These functions are used
  /frameworks/native/opengl/tools/glgen/src/
ParameterChecker.java 34 // skip single-line comments
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
escape 51 # TEST 6: Test escaped comments
  /ndk/sources/host-tools/sed-4.2.1/
README.boot 5 comments found therein, and then try running ``bootstrap.sh'' again.
  /ndk/sources/host-tools/sed-4.2.1/doc/
groupify.sed 3 # so that comments are not separated from the instructions
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
enable_if.hpp 41 // enable_if falls back to always enabled. See comments
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
interoperable.hpp 31 // is_interoperable gives false positives. See comments
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
audio.h 13 * Comments below reference relevant sections of that document:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
audio.h 13 * Comments below reference relevant sections of that document:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
audio.h 13 * Comments below reference relevant sections of that document:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shlex.py 153 def splitTest(self, data, comments):
155 l = shlex.split(data[i][0], comments=comments)
171 self.splitTest(self.posix_data, comments=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shlex.py 153 def splitTest(self, data, comments):
155 l = shlex.split(data[i][0], comments=comments)
171 self.splitTest(self.posix_data, comments=True)
  /external/chromium/chrome/browser/chromeos/
language_preferences.h 75 // See comments at kNumChewingBooleanPrefs for why we hard-code this here.
82 // See comments at kNumChewingBooleanPrefs for why we hard-code this here.
101 // See comments at kNumChewingBooleanPrefs for why we hard-code this here.
110 // See comments at kNumChewingBooleanPrefs for why we hard-code this here.
131 // See comments at kNumChewingBooleanPrefs for why we hard-code this here.
136 // See comments at kNumChewingBooleanPrefs for why we hard-code this here.
140 // See comments at kNumChewingBooleanPrefs for why we hard-code this here.
  /external/chromium_org/chrome/browser/chromeos/
language_preferences.h 84 // See comments at kNumChewingBooleanPrefs for why we hard-code this here.
91 // See comments at kNumChewingBooleanPrefs for why we hard-code this here.
110 // See comments at kNumChewingBooleanPrefs for why we hard-code this here.
119 // See comments at kNumChewingBooleanPrefs for why we hard-code this here.
141 // See comments at kNumChewingBooleanPrefs for why we hard-code this here.
146 // See comments at kNumChewingBooleanPrefs for why we hard-code this here.
150 // See comments at kNumChewingBooleanPrefs for why we hard-code this here.
  /external/clang/include/clang/AST/
CommentLexer.h 1 //===--- CommentLexer.h - Lexer for structured comments ---------*- C++ -*-===//
10 // This file defines lexer for structured comments and supporting token class.
26 namespace comments { namespace in namespace:clang
241 /// One past end pointer for the current comment. For BCPL comments points
242 /// to newline or BufferEnd, for C comments points to star in '*/'.
329 /// Lex stuff inside comments. CommentEnd should be set correctly.
368 } // end namespace comments

Completed in 933 milliseconds

<<11121314151617181920>>