HomeSort by relevance Sort by last modified time
    Searched refs:comment (Results 276 - 300 of 1025) sorted by null

<<11121314151617181920>>

  /external/doclava/src/com/google/doclava/
MethodInfo.java 45 return comment().tags();
180 return comment().briefTags();
195 return comment().returnTags();
211 boolean commentDeprecated = comment().isDeprecated();
338 return comment().blockTags();
418 ThrowsTagInfo[] documented = comment().throwsTags();
462 final String DEFAULT_COMMENT = "<!-- no parameter comment -->";
473 ParamTagInfo[] paramTags = comment().paramTags();
493 String comment = DEFAULT_COMMENT; local
500 comment = paramTags[index].parameterComment()
    [all...]
AndroidLinter.java 27 lintCommon(field.position(), field.comment().tags());
29 for (TagInfo tag : field.comment().tags()) {
70 lintCommon(method.position(), method.comment().tags());
73 for (TagInfo tag : method.comment().tags()) {
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
indic.pl 391 my $comment;
393 $comment .= "." if ($comment);
394 $comment .= $FULLCODE_TO_NAME{$c};
396 $comment = "; // REMAP ($EXCEPTIONS_FILE): " .
398 $CODE_TO_NAME{$code} . ">" . $comment;
399 $ {$scr}{$interIndicCode} = hexArray(@$fullCodeArray) . $comment;
405 $ {$scr}{$fullCodeArray->[0]} = hex4($interIndicCode) . $comment;
599 # Given a rule, possibly with trailing // comment,
604 $cmt = $1 if (s|(\s*//.*)||); # isolate trailing // comment
    [all...]
  /external/ipsec-tools/src/racoon/
prsa_tok.l 48 comment \#.*
  /external/tensorflow/tensorflow/python/autograph/pyct/
parser.py 61 def raise_parse_failure(comment):
64 '{}'.format(entity, source, comment))
  /external/ImageMagick/coders/
rle.c 308 *comment;
314 Read image comment.
319 comment=(char *) AcquireQuantumMemory(length,sizeof(*comment));
320 if (comment == (char *) NULL)
322 count=ReadBlob(image,length-1,(unsigned char *) comment);
325 comment=DestroyString(comment);
328 comment[length-1]='\0';
329 (void) SetImageProperty(image,"comment",comment,exception)
305 *comment; local
    [all...]
  /build/soong/bpfix/bpfix/
bpfix_test.go 409 name: "comment",
414 // comment
424 // comment
431 name: "inner comment",
436 // comment
450 name: "eol comment",
454 foo: ["a"], // comment
461 // comment
467 name: "eol comment with blank lines",
472 foo: ["a"], // comment
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
upload.py 120 comment = ''
124 comment = 'built for %s %s' % (dist, version)
126 comment = 'built for %s' % platform.platform(terse=1)
127 data['comment'] = comment
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fmmodule.c 75 char comment[256]; local
77 len = fmgetcomment(self->fh_fh, sizeof comment, comment);
82 return PyString_FromStringAndSize(comment, len);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
cleanfuture.py 160 COMMENT = tokenize.COMMENT
169 while type in (COMMENT, NL, NEWLINE):
179 while type in (COMMENT, NL, NEWLINE):
205 # A trailing comment?
206 comment = None
207 if type is COMMENT:
208 comment = token
242 if comment is not None:
243 line += ' ' + comment
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemComment.java 29 * Implement xsl:comment.
31 * <!ELEMENT xsl:comment %char-template;>
32 * <!ATTLIST xsl:comment %space-att;>
63 * Execute the xsl:comment transformation
80 // | xsl:comment
86 transformer.getResultTreeHandler().comment(data);
  /external/capstone/cstool/
cstool_ppc.c 8 void print_string_hex(char *comment, unsigned char *str, size_t len);
cstool_sparc.c 8 void print_string_hex(char *comment, unsigned char *str, size_t len);
cstool_systemz.c 8 void print_string_hex(char *comment, unsigned char *str, size_t len);
cstool_xcore.c 7 void print_string_hex(char *comment, unsigned char *str, size_t len);
  /external/capstone/tests/
test_basic.c 15 char *comment; member in struct:platform
63 char *comment; member in struct:platform
230 printf("Platform: %s\n", platforms[i].comment);
259 printf("Platform: %s\n", platforms[i].comment);
  /external/e2fsprogs/lib/
Makefile.elf-lib 58 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
63 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
  /external/flatbuffers/src/
idl_gen_json_schema.cpp 145 std::string comment; local
149 comment.append(*comment_line);
151 if (comment.size() > 0) {
152 code_ += " \"description\" : \"" + comment + "\",";
  /external/fonttools/Lib/fontTools/ttLib/tables/
F_F_T_M_.py 26 writer.comment("FontForge's timestamp, font source creation and modification dates")
  /external/icu/icu4c/source/tools/toolutil/
unewdata.h 37 * structure and, optionally, by the comment string.
55 * @param comment A string (e.g., a copyright statement) that will be
57 * or empty. This string serves only as a comment in the binary
64 const char *comment,
  /external/jemalloc_new/src/
tsd.c 309 # pragma comment(linker, "/INCLUDE:__tls_used")
310 # pragma comment(linker, "/INCLUDE:_tls_callback")
312 # pragma comment(linker, "/INCLUDE:_tls_used")
313 # pragma comment(linker, "/INCLUDE:tls_callback")
  /external/libunwind/tests/
run-coredump-unwind 24 objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols="$keep_symbols" "$debuginfo" "$mini_debuginfo" &> /dev/null
  /external/libxml2/include/libxml/
xmlwin32version.h.in 296 * #pragma comment(lib, "iconv.lib")
303 #pragma comment(lib, "iconv.lib")
308 * #pragma comment(lib, "kernel32.lib")
315 #pragma comment(lib, "kernel32.lib")
  /external/llvm/test/MC/AsmParser/
macros-darwin.s 83 test8 %1, %2, %3 #a comment
macros-gas.s 83 test8 %1 %2 %3 #a comment

Completed in 1848 milliseconds

<<11121314151617181920>>