/external/dropbear/ |
keyimport.c | 61 static int sshcom_encrypted(const char *filename, char **comment); 1049 char comment[256]; /* allowing any length is overkill */ 1066 ret->comment[0] = '\0'; 1112 if (!strcmp(buffer, "Comment")) { 1113 /* Strip quotes in comment if present. */ 1118 strncpy(ret->comment, p, sizeof(ret->comment)); 1119 ret->comment[sizeof(ret->comment)-1] = '\0'; 1173 int sshcom_encrypted(const char *filename, char **comment) [all...] |
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.cpp | 243 comment("fetch color-buffer"); 302 comment("store"); 355 comment("compute ct (# of pixels to process)"); 387 comment("compute color-buffer pointer"); 401 comment("compute initial fog coordinate"); 415 comment("compute initial Z coordinate"); 458 comment(comments[component]); 630 comment("update iterated color"); 673 comment("coverage application"); 697 comment("Alpha Test") [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 65 comment; // Inside a <?cs # comment ?>. 81 {comment} comment = ( [all - '?'] 142 {command->comment} comment_start = '#'; 145 {command->content, args->content, comment->content} cs_close = whitespace* '?>'; 194 | {comment} cs_open comment_start comment? cs_close 195 // <?cs # comment ?> 196 {->New command.comment(New position.cs_open(cs_open),comment) [all...] |
/external/doclava/src/com/google/doclava/ |
MethodInfo.java | 33 return comment().tags(); 178 return comment().briefTags(); 193 return comment().returnTags(); 209 boolean commentDeprecated = comment().isDeprecated(); 383 ThrowsTagInfo[] documented = comment().throwsTags(); 431 for (ParamTagInfo tag : comment().paramTags()) { 475 SeeTagInfo[] result = comment().seeTags(); 485 TagInfo[] result = comment().deprecatedTags(); 487 if (comment().undeprecateTags().length == 0) { 561 AttrTagInfo.makeReferenceHDF(data, base + ".attrRefs", comment().attrTags()) [all...] |
/external/tinyxml/ |
xmltest.cpp | 168 node = todoElement->FirstChildElement(); // This skips the "PDA" comment. 261 XmlTest( "First child exists & is a comment.", true, ( node != 0 && node->ToComment() ) ); 392 TiXmlComment* comment = commentHandle.Node()->ToComment(); local 393 assert( comment ); 403 XmlTest( "Location tracking: Comment row", comment->Row(), 2 ); 404 XmlTest( "Location tracking: Comment col", comment->Column(), 3 ); 593 TiXmlComment comment; local 594 comment.Parse( "<!--comment-->", 0, TIXML_ENCODING_UNKNOWN ) 898 TiXmlComment* comment = docH.Child( 0 ).Node()->ToComment(); local [all...] |
/external/openssh/ |
ssh-agent.c | 107 char *comment; member in struct:identity 177 xfree(id->comment); 204 id->comment, p)) 235 buffer_put_cstring(&msg, id->comment); 448 debug("expiring key '%s'", id->comment); 469 char *type_name, *comment; local 614 comment = buffer_get_string(&e->request, NULL); 616 xfree(comment); 630 xfree(comment); 646 xfree(id->comment); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToUnknownStream.java | 525 * @see ExtendedLexicalHandler#comment(String) 527 public void comment(String comment) throws SAXException method in class:ToUnknownStream 539 m_handler.comment(comment); 886 * @see org.xml.sax.ext.LexicalHandler#comment(char[], int, int) 888 public void comment(char[] ch, int start, int length) throws SAXException method in class:ToUnknownStream 895 m_handler.comment(ch, start, length); [all...] |
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodereplacechild38.js | 79 Comment, ProcessingInstruction and CDATASection nodes and in each case verify if 97 var comment; 140 comment = doc.createComment("Comment"); 145 replaced = ent.replaceChild(comment,oldChild);
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
InsnFormat.java | 48 String comment = insnCommentString(insn, noteIndices); local 58 if (comment.length() != 0) { 60 sb.append(comment); 80 * Returns the associated comment for the given instruction, if any. 82 * has no comment, then the result should be {@code ""}, not 207 * Helper method to return a literal bits comment string. 212 * @return {@code non-null;} the comment 256 * Helper method to return the comment for a branch. 259 * @return {@code non-null;} the comment 282 * Helper method to return an instruction comment for a constant [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
InsnFormat.java | 59 String comment = insnCommentString(insn, noteIndices); local 69 if (comment.length() != 0) { 71 sb.append(comment); 91 * Returns the associated comment for the given instruction, if any. 93 * has no comment, then the result should be {@code ""}, not 266 * Helper method to return a literal bits comment string. 271 * @return {@code non-null;} the comment 316 * Helper method to return the comment for a branch. 319 * @return {@code non-null;} the comment 344 * Helper method to return an instruction comment for a constant [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
InsnFormat.java | 59 String comment = insnCommentString(insn, noteIndices); local 69 if (comment.length() != 0) { 71 sb.append(comment); 91 * Returns the associated comment for the given instruction, if any. 93 * has no comment, then the result should be {@code ""}, not 266 * Helper method to return a literal bits comment string. 271 * @return {@code non-null;} the comment 316 * Helper method to return the comment for a branch. 319 * @return {@code non-null;} the comment 344 * Helper method to return an instruction comment for a constant [all...] |
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlSerializer.java | 567 public void comment(String comment) throws IOException { method in class:KXmlSerializer 570 writer.write(comment);
|
/build/core/ |
armelf.xsc | 167 .comment 0 : { *(.comment) }
|
/external/chromium/crypto/ |
signature_verifier_win.cc | 9 #pragma comment(lib, "crypt32.lib")
|
/external/chromium/net/proxy/ |
proxy_config_service_win.cc | 20 #pragma comment(lib, "winhttp.lib")
|
proxy_resolver_winhttp.cc | 17 #pragma comment(lib, "winhttp.lib")
|
/external/clang/test/Parser/ |
cxx11-user-defined-literals.cpp | 10 #pragma comment(lib, "foo"_bar) // expected-error {{user-defined suffix cannot be used here}} 11 _Pragma("comment(lib, \"foo\"_bar)") // expected-error {{user-defined suffix cannot be used here}}
|
/external/mksh/src/ |
emacsfn.h | 18 FN(comment, "comment", 0)
|
/external/qemu/ |
m68k.ld | 149 .comment 0 : { *(.comment) }
|
x86_64.ld | 156 .comment 0 : { *(.comment) }
|
/external/skia/src/utils/ |
SkParseColor.cpp | 182 SkString comment; local 212 comment.append(start, name - start); 216 SkDebugf("// %s\n", comment.c_str()); 217 comment.reset();
|
/external/stlport/stlport/stl/config/ |
_msvc.h | 256 # pragma comment (lib, "bufferoverflowU.lib")
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLToken.h | 43 Comment, 132 m_type = Comment; 166 ASSERT(m_type == Comment); 276 const DataVector& comment() const function in class:WebCore::HTMLToken 278 ASSERT(m_type == Comment); 367 // "data" for Comment 406 case HTMLToken::Comment: 407 m_data = String(token.comment().data(), token.comment().size()); 469 const String& comment() cons function in class:WebCore::AtomicHTMLToken [all...] |
/external/webkit/Source/WebCore/xml/ |
XMLViewer.js | 291 var comment = createHTMLElement('span'); 292 comment.classList.add('webkit-html-comment'); 293 comment.textContent = commentString; 294 return comment;
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
options.py | 40 comment = make_option("--comment", action="store", type="string", dest="comment", help="Comment to post to bug.") variable in class:Options
|