HomeSort by relevance Sort by last modified time
    Searched refs:comments (Results 26 - 50 of 96) sorted by null

12 3 4

  /external/v8/src/
disassembler.cc 165 List<const char*> comments(4);
172 // For comments just collect the text.
173 comments.Add(reinterpret_cast<const char*>(it->rinfo()->data()));
186 // Comments.
187 for (int i = 0; i < comments.length(); i++) {
188 out.AddFormatted(" %s\n", comments[i]);
191 // Write out comments, resets outp so that we can format the next line.
201 // Print all the reloc info for this instruction which are not comments.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigcomments1.js 71 * Checks behavior of "comments" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-comments
86 var parameter = "cOmments";
domstringlistcontains01.js 79 names for "comments" and "".
102 contains = paramList.contains("comments");
canonicalform09.js 83 and comments to false and check normalized document.
121 domConfig.setParameter("comments", false);
domconfigparameternames01.js 84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-comments
131 (("canonical-form".toUpperCase() == parameterName.toUpperCase()) || ("cdata-sections".toUpperCase() == parameterName.toUpperCase()) || ("check-character-normalization".toUpperCase() == parameterName.toUpperCase()) || ("comments".toUpperCase() == parameterName.toUpperCase()) || ("datatype-normalization".toUpperCase() == parameterName.toUpperCase()) || ("entities".toUpperCase() == parameterName.toUpperCase()) || ("error-handler".toUpperCase() == parameterName.toUpperCase()) || ("infoset".toUpperCase() == parameterName.toUpperCase()) || ("namespaces".toUpperCase() == parameterName.toUpperCase()) || ("namespace-declarations".toUpperCase() == parameterName.toUpperCase()) || ("normalize-characters".toUpperCase() == parameterName.toUpperCase()) || ("split-cdata-sections".toUpperCase() == parameterName.toUpperCase()) || ("validate".toUpperCase() == parameterName.toUpperCase()) || ("validate-if-schema".toUpperCase() == parameterName.toUpperCase()) || ("well-formed".toUpperCase() == parameterName.toUpperCase()) || ("element-content-whitespace".toUpperCase() == parameterName.toUpperCase()))
domconfigurationcansetparameter01.js 109 canSet = domConfig.canSetParameter("comments",false);
domconfigurationgetparameter01.js 101 param = domConfig.getParameter("comments");
domstringlistcontains02.js 106 contain = paramList.contains("comments");
infoset09.js 114 domConfig.setParameter("comments", false);
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 14 -- - initial '!' and trailing '!.*' are treated as comments, no '[]'
73 -- check if remaining part are comments only
85 -- cleanup if only comments remaining
picoloadphones.lua 13 -- - initial '!' and trailing '!.*' are treated as comments, no '[]'
71 -- check if remaining part are comments only
83 -- cleanup if only comments remaining
  /external/proguard/src/proguard/gui/
ClassSpecificationDialog.java 155 // Create the comments panel.
158 msg("comments")));
381 String comments = classSpecification.comments; local
389 // Set the comments text area.
390 commentsTextArea.setText(comments == null ? "" : comments);
436 String comments = commentsTextArea.getText(); local
443 new ClassSpecification(comments.equals("") ? null : comments,
    [all...]
ProGuardGUI.java 773 String comments = boilerplateClassSpecifications[index].comments; local
    [all...]
  /external/libpcap/packaging/
pcap.spec 18 Please send inquiries/comments/reports to tcpdump-workers@tcpdump.org
  /external/libvpx/examples/includes/geshi/contrib/
cssgen.php 313 <tr><th>Comments (//, <!-- --> etc)</th><td><input type="text" name="comments" value="color: #808080;" /></td></tr>
409 $comments = get_var('comments'); variable
411 if ( $comments != '' )
413 $stylesheet .= "\n$comment_selector {{$comments}}";
  /external/mesa3d/docs/OLD/
MESA_trace.spec 38 The application can add comments and enable or disable tracing of GL
  /external/doclava/src/com/google/doclava/
MethodInfo.java 417 String[] comments = new String[N]; local
425 comments[i] = "";
430 // gather our comments, and complain about misnamed @param tags
434 comments[index] = tag.parameterComment();
448 if (comments[i].equals("")) {
449 comments[i] = maternal[i].parameterComment();
459 new ParamTagInfo("@param", "@param", names[i] + " " + comments[i], parent(),
465 if (comments[i].equals("")) {
  /build/core/
prebuilt.mk 114 $(transform-prebuilt-to-target-strip-comments)
  /external/chromium/base/
file_version_info_unittest.cc 49 L"This is a particularly interesting comment", // comments
74 EXPECT_EQ(kExpectedValues[i][j++], version_info->comments());
file_version_info_win.cc 97 string16 FileVersionInfoWin::comments() { function in class:FileVersionInfoWin
98 return GetStringValue(L"Comments");
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_prog_config.cpp 36 Description: Update per review comments
42 Description: update comments
689 pScratchPCE->comments[i] = (Char) get9_n_lessbits(LEN_BYTE,
  /external/flac/libFLAC/
stream_encoder_framing.c 132 if(!FLAC__bitwriter_write_raw_uint32_little_endian(bw, metadata->data.vorbis_comment.comments[i].length))
134 if(!FLAC__bitwriter_write_byte_block(bw, metadata->data.vorbis_comment.comments[i].entry, metadata->data.vorbis_comment.comments[i].length))
stream_decoder.c     [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 103 def force_build(self, username="webkit-patch", comments=None):
112 if comments:
113 self._browser["comments"] = comments
  /external/flac/include/FLAC/
format.h 634 FLAC__StreamMetadata_VorbisComment_Entry *comments; member in struct:__anon5572
    [all...]

Completed in 1643 milliseconds

12 3 4