/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter/ |
xt_comment.h | 18 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter/ |
xt_comment.h | 18 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ExtendedLexicalHandler.java | 33 * This method is used to notify of a comment 34 * @param comment the comment, but unlike the SAX comment() method this 38 public void comment(String comment) throws SAXException; method in interface:ExtendedLexicalHandler
|
/external/libvorbis/doc/ |
05-comment.tex | 4 \section{comment field and header specification} \label{vorbis:spec:comment} 8 The Vorbis text comment header is the second (of three) header 14 The comment field is meant to be used much like someone jotting a 29 \subsection{Comment encoding} 33 The comment header is logically a list of eight-bit-clean vectors; the 43 in the comment header is octet-aligned, they can simply be read as 46 The comment header is decoded as follows: 54 6) this iteration's user comment = read a UTF-8 vector as [length] octets 66 The comment vectors are structured similarly to a UNIX environment variable [all...] |
/external/chromium_org/chrome/browser/resources/ |
crashes.js | 69 comment: commentLines.join('\n'),
|
/external/chromium_org/chrome/browser/resources/media/ |
webrtc_logs.js | 62 comment: commentLines.join('\n'),
|
/external/doclava/src/com/google/doclava/ |
KeywordEntry.java | 22 KeywordEntry(String label, String href, String comment) { 25 this.comment = comment; 31 data.setValue(base + ".comment", this.comment); 44 private String comment; field in class:KeywordEntry
|
AttributeInfo.java | 36 private Comment mComment; 45 for (AttrTagInfo comment : attrField.comment().attrTags()) { 46 String n = comment.name(); 59 public Comment comment() { method in class:AttributeInfo 61 for (AttrTagInfo attr : attrField.comment().attrTags()) { 62 Comment c = attr.description(); 70 return new Comment("", mClass, SourcePositionInfo.UNKNOWN); 89 TagInfo.makeHDF(data, base + ".deprecated", attrField.comment().deprecatedTags()) [all...] |
DocInfo.java | 37 return comment().isHidden(); 41 return comment().isDocOnly(); 53 mComment = new Comment(mRawCommentText, parent(), mPosition); 58 public Comment comment() { method in class:DocInfo 60 mComment = new Comment(mRawCommentText, parent(), mPosition); 74 mComment = new Comment(mRawCommentText, parent(), mPosition); 118 Comment mComment;
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
CommentMethodItem.java | 37 private final String comment; field in class:CommentMethodItem 40 public CommentMethodItem(String comment, int codeAddress, double sortOrder) { 42 this.comment = comment; 52 writer.write(comment);
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ServerParser.java | 74 // mandatory token: product[/product-version] | (comment) 78 String comment = this.lexer.comment(); local 79 server.addProductToken('(' + comment + ')');
|
UserAgentParser.java | 83 * server-val = product / comment product = token [SLASH 90 String comment = this.lexer.comment(); local 91 userAgent.addProductToken('(' + comment + ')');
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
LexicalHandler.java | 194 * Report an XML comment anywhere in the document. 202 * @param ch An array holding the characters in the comment. 207 public abstract void comment (char ch[], int start, int length) method in interface:LexicalHandler
|
DefaultHandler2.java | 70 public void comment (char ch [], int start, int length) method in class:DefaultHandler2
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prvrsion.h | 81 char * comment; /* free form field for misc usage */ member in struct:__anon13503
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
ninja_syntax.py | 26 def comment(self, text): member in class:Writer
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
conf.h | 185 char *comment; /**< Comments */ member in struct:snd_devname
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
conf.h | 185 char *comment; /**< Comments */ member in struct:snd_devname
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
conf.h | 185 char *comment; /**< Comments */ member in struct:snd_devname
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
group-file-lexer.rb | 81 :T__10 => 10, :CONSTANT => 4, :COMMENT => 8, :STRING => 7 ) 99 "TEMPLATE", "STRING", "COMMENT", "WS" ].freeze 102 :template!, :string!, :comment!, :ws! ].freeze 645 # lexer rule comment! (COMMENT) 647 def comment! 651 type = COMMENT 838 # at line 1:8: ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | CONSTANT | ID | TEMPLATE | STRING | COMMENT | WS ) 899 # at line 1:98: COMMENT 900 comment! [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
AtomicHTMLToken.h | 92 const String& comment() const function in class:WebCore::AtomicHTMLToken 94 ASSERT(m_type == HTMLToken::Comment); 136 case HTMLToken::Comment: 177 case HTMLToken::Comment: 211 // "data" for Comment, "characters" for Character
|
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
gennorm2.cpp | 192 char *comment=(char *)strchr(line, '#'); local 193 if(comment!=NULL) { 194 *comment=0; 198 continue; // skip empty and comment-only lines
|
/external/chromium_org/tools/gn/ |
command_args.cc | 57 // Tries to find the comment before the setting of the given value. 60 std::string* comment) { 82 comment->insert(0, StripCommentFromLine(line) + "\n"); 92 std::string location, comment; local 93 GetContextForValue(value, &location, &comment); 94 OutputString(" " + location + "\n" + comment); 109 " in any buildfile. The comment preceeding the declaration will be\n" 110 " displayed here (so comment well!).\n"
|
/external/clang/docs/tools/ |
dump_ast_matchers.py | 18 <tr><td colspan="4" class="doc" id="%(id)s"><pre>%(comment)s</pre></td></tr> 57 def extract_result_types(comment): 58 """Extracts a list of result types from the given comment. 60 We allow annotations in the comment of the matcher to specify what 69 m = re.search(r'Usable as: Any Matcher[\s\n]*$', comment, re.S) 73 m = re.match(r'^(.*)Matcher<([^>]+)>\s*,?[\s\n]*$', comment, re.S) 75 if re.search(r'Usable as:\s*$', comment): 80 comment = m.group(1) 82 def strip_doxygen(comment): 83 """Returns the given comment without \-escaped words."" 278 comment = '' variable 287 comment = '' variable 307 comment = '' variable [all...] |
/external/icu4c/tools/gennorm2/ |
gennorm2.cpp | 193 char *comment=(char *)strchr(line, '#'); local 194 if(comment!=NULL) { 195 *comment=0; 199 continue; // skip empty and comment-only lines
|