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

1 2 3 4 5 6 7 8 91011>>

  /external/capstone/bindings/python/
test_ppc.py 63 for (arch, mode, code, comment) in all_tests:
65 print("Platform: %s" % comment)
test_sparc.py 57 for (arch, mode, code, comment) in all_tests:
59 print("Platform: %s" % comment)
test_systemz.py 59 for (arch, mode, code, comment) in all_tests:
61 print("Platform: %s" %comment)
test_xcore.py 53 for (arch, mode, code, comment) in all_tests:
55 print("Platform: %s" %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/u-boot/arch/arm/lib/
elf_arm_efi.lds 64 *(.comment)
  /external/boringssl/src/util/
doc.go 42 // Preamble contains a comment for the file as a whole. Each string
51 // Preamble contains a comment for a group of functions.
62 // Comment contains a comment for a specific function. Each string is a
65 Comment []string
98 func extractComment(lines []string, lineNo int) (comment []string, rest []string, restLineNo int, err error) {
110 panic("extractComment called on non-comment")
121 err = fmt.Errorf("garbage after comment end on line %d", restLineNo)
126 comment = append(comment, commentParagraph
    [all...]
  /cts/tools/vm-tests-tf/build/src/util/build/
BuildDalvikSuite.java 133 String comment; local
136 comment = "Normal #" + method.substring(5);
139 comment = "Boundary #" + method.substring(5);
142 comment = "Exception #" + method.substring(5);
145 comment = "Verifier #" + method.substring(7);
201 line += ";" + description + ";" + comment + ";" + details;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
CommentsInserter.java 26 import com.github.javaparser.ast.comments.Comment;
52 * Comments are attributed to the thing they comment and are removed from
55 private void insertComments(CompilationUnit cu, TreeSet<Comment> comments) {
59 /* I should sort all the direct children and the comments, if a comment
61 a comment to the CompilationUnit */
63 // FIXME if there is no package it could be also a comment to the following class...
69 Comment firstComment = comments.iterator().next();
82 void insertComments(Node node, TreeSet<Comment> commentsToAttribute) {
94 // comment or a child
101 TreeSet<Comment> commentsInsideChild = new TreeSet<>(NODE_BY_BEGIN_POSITION)
    [all...]
  /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/ImageMagick/coders/
hdr.c 213 *comment;
222 Read comment-- any text between # and end-of-line.
225 comment=AcquireString((char *) NULL);
226 for (p=comment; comment != (char *) NULL; p++)
231 if ((size_t) (p-comment+1) >= length)
235 comment=(char *) ResizeQuantumMemory(comment,length+
236 MagickPathExtent,sizeof(*comment));
237 if (comment == (char *) NULL
209 *comment; local
    [all...]
  /external/openssh/
ssh-keygen.c 82 * Flag indicating that we just want to change the comment. This can be set
118 /* This is set to the new comment if given on the command line. */
311 char comment[61]; local
318 /* Comment + surrounds must fit into 72 chars (RFC 4716 sec 3.3) */
319 snprintf(comment, sizeof(comment),
325 fprintf(stdout, "Comment: \"%s\"\n", comment);
836 fingerprint_one_key(const struct sshkey *public, const char *comment)
849 comment ? comment : "no comment", sshkey_type(public))
860 char *comment = NULL; local
885 char *comment = NULL, *cp, *ep, line[SSH_MAX_PUBKEY_BYTES]; local
997 char comment[1024]; local
1293 char *comment; local
1378 char *comment = NULL; local
1404 char new_comment[1024], *comment, *passphrase; local
1594 char valid[64], *otmp, *tmp, *cp, *out, *comment, **plist = NULL; local
2188 char *comment; local
2261 char dotsshdir[PATH_MAX], comment[1024], *passphrase1, *passphrase2; local
    [all...]
  /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/u-boot/tools/
image-host.c 101 * @comment: Text comment to write (NULL for none)
108 int value_len, const char *comment, const char *region_prop,
129 if (comment && !ret)
130 ret = fdt_setprop_string(fit, noffset, "comment", comment);
195 * @comment: Comment to add to signature nodes
203 const char *comment, int require_keys, const char *engine_id)
230 ret = fit_image_write_sig(fit, noffset, value, value_len, comment,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
gencodec.py 95 enc,uni,comment = m.groups()
98 if comment is None:
99 comment = ''
101 comment = comment[1:].strip()
107 enc2uni[enc] = (uni,comment)
109 enc2uni[enc] = (uni,comment)
  /external/python/cpython2/Tools/unicode/
gencodec.py 95 enc,uni,comment = m.groups()
98 if comment is None:
99 comment = ''
101 comment = comment[1:].strip()
107 enc2uni[enc] = (uni,comment)
109 enc2uni[enc] = (uni,comment)
  /external/python/cpython3/Tools/unicode/
gencodec.py 98 enc,uni,comment = m.groups()
101 if comment is None:
102 comment = ''
104 comment = comment[1:].strip()
110 enc2uni[enc] = (uni,comment)
112 enc2uni[enc] = (uni,comment)
  /frameworks/av/media/libstagefright/
MetaDataUtils.cpp 310 AMediaFormat *fileMeta, const char *comment, size_t commentLength) {
337 if (!strncasecmp(kMap[j].mTag, comment, tagLen)
338 && comment[tagLen] == '=') {
342 &comment[tagLen + 1],
345 if (!strcasecmp(&comment[tagLen + 1], "true")) {
351 const int hapticChannelCount = strtol(&comment[tagLen + 1], &end, 10);
358 AMediaFormat_setString(fileMeta, kMap[j].mKey, &comment[tagLen + 1]);
  /external/tensorflow/tensorflow/cc/framework/
cc_op_gen.cc 534 string comment; member in struct:tensorflow::__anon44008::OpInfo
554 comment = strings::StrCat(api_def.summary(), "\n");
556 strings::StrAppend(&comment, "DEPRECATED at GraphDef version ",
560 comment = "TODO: add doc.\n";
562 comment = strings::StrCat(api_def.summary(), "\n");
565 strings::StrAppend(&comment, "\n", api_def.description(), "\n");
567 strings::StrAppend(&comment, "\nArguments:\n* scope: A Scope object\n");
581 strings::StrAppend(&comment, "* ",
621 strings::StrAppend(&comment, required_attrs_comment);
624 strings::StrAppend(&comment, "\nOptional attributes (see `Attrs`):\n")
    [all...]
  /build/blueprint/parser/
ast.go 409 Comments []*Comment
415 type Comment struct {
416 Comment []string
420 func (c Comment) Pos() scanner.Position {
424 func (c Comment) End() scanner.Position {
426 for _, comment := range c.Comment {
427 pos.Offset += len(comment) + 1
428 pos.Column = len(comment) + 1
430 pos.Line += len(c.Comment) -
    [all...]
  /external/doclava/src/com/google/doclava/
AndroidAuxSource.java 93 public TagInfo[] paramAuxTags(MethodInfo method, ParameterInfo param, String comment) {
96 return auxTags(TYPE_PARAM, param.annotations(), new String[] { comment });
106 String[] comment) {
108 auxTags(type, annotations, comment, tags);
113 String[] comment, ArrayList<TagInfo> tags) {
119 for (String c : comment) {
133 docTags = annotation.type().comment().memberDocTags();
136 docTags = annotation.type().comment().paramDocTags();
139 docTags = annotation.type().comment().returnDocTags();
  /external/capstone/tests/
test_arm.c 17 char *comment; member in struct:platform
21 static void print_string_hex(char *comment, unsigned char *str, size_t len)
25 printf("%s", comment);
272 printf("Platform: %s\n", platforms[i].comment);
286 printf("Platform: %s\n", platforms[i].comment);
test_x86.c 17 char *comment; member in struct:platform
22 static void print_string_hex(char *comment, unsigned char *str, size_t len)
26 printf("%s", comment);
221 printf("Platform: %s\n", platforms[i].comment);
235 printf("Platform: %s\n", platforms[i].comment);
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
XLocaleDistanceTest.java 179 final String comment = commentBase.isEmpty() ? "" : "\t# " + commentBase; local
180 if (assertEquals(desiredTag + " to " + supportedTag + comment, args.desiredToSupported, desiredToSupportedActual)) {
181 assertEquals(supportedTag + " to " + desiredTag + comment, args.supportedToDesired, supportedToDesiredActual);
186 public void handleParams(String comment, List<String> arguments) {
195 super.handleParams(comment, arguments);

Completed in 755 milliseconds

1 2 3 4 5 6 7 8 91011>>