HomeSort by relevance Sort by last modified time
    Searched refs:comment (Results 226 - 250 of 2645) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_auto_link.h 52 # pragma comment (lib, _STLP_STLPORT_LIB)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_auto_link.h 52 # pragma comment (lib, _STLP_STLPORT_LIB)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_auto_link.h 52 # pragma comment (lib, _STLP_STLPORT_LIB)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_auto_link.h 52 # pragma comment (lib, _STLP_STLPORT_LIB)
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/rexx/
rexx.l 279 goto comment;
292 comment:
299 goto comment;
305 goto comment;
310 goto comment;
316 goto comment;
  /external/fonttools/Lib/fontTools/ttLib/tables/
DefaultTable.py 22 writer.comment("An error occurred during the decompilation of this table")
24 writer.comment(self.ERROR)
  /external/ipsec-tools/src/libipsec/
policy_token.l 87 comment \#.*
  /external/jemalloc/src/
tsd.c 98 # pragma comment(linker, "/INCLUDE:__tls_used")
100 # pragma comment(linker, "/INCLUDE:_tls_used")
  /system/media/camera/docs/
CaptureResultTest.mako 20 * modify the comment blocks at the start or end.
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
cbc.pl 38 &comment("");
56 &comment("getting iv ptr from parameter $iv_off");
73 &comment("getting encrypt flag from parameter $enc_off");
77 &comment("get and push parameter $p3");
84 &comment("get and push parameter $p2");
91 &comment("get and push parameter $p1");
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.cc 107 #pragma comment(linker, "/INCLUDE:__tls_used")
108 #pragma comment(linker, "/INCLUDE:_p_thread_callback_tcmalloc")
109 #pragma comment(linker, "/INCLUDE:_p_process_term_tcmalloc")
111 #pragma comment(linker, "/INCLUDE:_tls_used")
112 #pragma comment(linker, "/INCLUDE:p_thread_callback_tcmalloc")
113 #pragma comment(linker, "/INCLUDE:p_process_term_tcmalloc")
  /external/chromium_org/third_party/zlib/contrib/minizip/
mztools.c 140 char* comment = ""; local
141 int comsize = (int) strlen(comment);
186 /* Comment field */
188 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) {
215 char* comment = ""; // "ZIP File recovered by zlib/minizip/mztools"; local
216 int comsize = (int) strlen(comment);
227 WRITE_16(header + 20, comsize); /* comment */
232 /* Comment field */
234 if ((int)fwrite(comment, 1, comsize, fpOutCD) != comsize) {
  /external/chromium_org/tools/metrics/actions/
extract_actions_test.py 28 COMMENT = '<!--comment-->'
32 {comment}
107 '<!--comment-->\n\n'
121 comment=NO_VALUE):
133 comment: the comment tag to be inserted in the original XML string.
140 obsolete=obsolete, comment=comment)
166 comment=NO_VALUE
    [all...]
  /external/openssl/crypto/perlasm/
cbc.pl 38 &comment("");
56 &comment("getting iv ptr from parameter $iv_off");
73 &comment("getting encrypt flag from parameter $enc_off");
77 &comment("get and push parameter $p3");
84 &comment("get and push parameter $p2");
91 &comment("get and push parameter $p1");
  /external/zlib/src/contrib/minizip/
mztools.c 150 char* comment = ""; local
151 int comsize = (int) strlen(comment);
196 /* Comment field */
198 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) {
225 char* comment = ""; // "ZIP File recovered by zlib/minizip/mztools"; local
226 int comsize = (int) strlen(comment);
237 WRITE_16(header + 20, comsize); /* comment */
242 /* Comment field */
244 if ((int)fwrite(comment, 1, comsize, fpOutCD) != comsize) {
  /external/libpng/scripts/
options.awk 53 comment=start "/*" # Comment start
54 cend="*/" end # Comment end
57 und=comment "#undef PNG_" # Unsupported option
192 # on the line. A line starting with a '#' is a comment - it is totally
200 # com <comment>
201 # The whole line is placed in the output file as a comment with
207 print comment $0, cend >out
214 # Inserts a version comment
222 print comment, version, cend >ou
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
unewdata.c 36 const char *comment,
109 if(comment!=NULL && *comment!=0) {
110 commentLength=(uint16_t)(uprv_strlen(comment)+1);
125 /* write the comment */
127 T_FileStream_write(pData->file, comment, commentLength);
  /external/chromium_org/tools/gn/
command_args.cc 66 // normal comment that has a space after the # will be indented 4 spaces
67 // (which makes our formatting come out nicely). If the comment is indented
72 // Tries to find the comment before the setting of the given value.
75 std::string* comment) {
97 comment->insert(0, StripHashFromLine(line) + "\n");
107 std::string location, comment; local
108 GetContextForValue(value, &location, &comment);
109 OutputString(" " + location + "\n" + comment);
303 " comment preceeding the declaration. If --short is specified,\n"
  /external/icu/icu4c/source/tools/toolutil/
unewdata.c 36 const char *comment,
109 if(comment!=NULL && *comment!=0) {
110 commentLength=(uint16_t)(uprv_strlen(comment)+1);
125 /* write the comment */
127 T_FileStream_write(pData->file, comment, commentLength);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 156 String comment = getName(); local
159 comment, //description
160 comment, //comment
235 public Descriptor(String project, String description, String comment,
238 project, description, comment, arguments);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_table.py 129 comment = colorspace_channels_map[format.colorspace][i]
131 comment = 'ignored'
132 print " %s%s\t/* %s */" % (swizzle_map[swizzle], sep, comment)
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
genpyx.py 372 comment = ""
374 comment = "#"
381 toks.append( ' '*indent + comment + cdef + Node.pyxstr(self,indent=indent, cprefix=cprefix, **kw).strip() ) # + "(cprefix=%s)"%cprefix)
382 #else: i am just a struct def (so i already did that) # huh ?? XX bad comment
420 comment = ""
422 comment = "#"
428 toks.append( ' '*indent + comment + 'ctypedef ' + Node.pyxstr(self,indent=indent, cprefix=cprefix, **kw).strip() )
453 comment = ""
455 comment = "#"
456 return ' '*indent + comment + Node.pyxstr(self,toks,indent, **kw).strip(
    [all...]
  /external/chromium_org/v8/test/webkit/
date-parse-comments-test.js 96 testDateParse("Wed (comment 1) (comment 2) Dec 25 1995 1:30 GMT", "819855000000");
97 testDateParse("Wed(comment 1) (comment 2) Dec 25 1995 1:30 GMT", "819855000000");
98 testDateParse("We(comment 1) (comment 2) Dec 25 1995 1:30 GMT", "819855000000");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ScenarioResultsElement.java 141 String comment = preferences.get(getId(), null); local
142 if (comment != null) {
148 buffer.append(comment);
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_table.py 129 comment = colorspace_channels_map[format.colorspace][i]
131 comment = 'ignored'
132 print " %s%s\t/* %s */" % (swizzle_map[swizzle], sep, comment)

Completed in 2153 milliseconds

1 2 3 4 5 6 7 8 91011>>