HomeSort by relevance Sort by last modified time
    Searched refs:comment (Results 126 - 150 of 498) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/src/
codegen.h 105 class Comment BASE_EMBEDDED {
107 Comment(MacroAssembler* masm, const char* msg);
108 ~Comment();
117 class Comment BASE_EMBEDDED {
119 Comment(MacroAssembler*, const char*) {}
168 void set_comment(const char* comment) { comment_ = comment; }
169 const char* comment() const { return comment_; } function in class:v8::internal::DeferredCode
171 void set_comment(const char* comment) { }
172 const char* comment() const { return ""; function in class:v8::internal::DeferredCode
    [all...]
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 48 * with a {@code Max-Age} duration and adds {@code Comment} and {@code
104 RESERVED_NAMES.add("comment"); // RFC 2109 RFC 2965
351 if (name.equals("comment") && cookie.comment == null) {
352 cookie.comment = value;
473 private String comment;
528 * Returns the {@code Comment} attribute.
531 return comment;
626 * Set the {@code Comment} attribute of this cookie.
628 public void setComment(String comment) {
    [all...]
  /cts/tools/dx-tests/src/util/
CollectAllTests.java 245 String comment;
248 comment = "Normal #" + method.substring(5);
251 comment = "Boundary #" + method.substring(5);
254 comment = "Exception #" + method.substring(5);
257 comment = "Verifier #" + method.substring(7);
298 line += ";" + opcConstr + ";"+ comment + ";" + details;
427 // find the @title/@constraint in javadoc comment for this method
  /external/openssl/apps/
ecparam.c 368 const char *comment; local
370 comment = curves[n].comment;
372 if (comment == NULL)
373 comment = "CURVE DESCRIPTION NOT AVAILABLE";
378 BIO_printf(out, "%s\n", comment);
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 93 ssize_t comment = mComments.indexOfKey(i); local
94 if (comment >= 0) {
95 printf("; %s\n", mComments.valueAt(comment));
103 void ARMAssembler::comment(const char* string) function in class:android::ARMAssembler
356 void ARMAssembler::SWI(int cc, uint32_t comment) {
357 *mPC++ = (cc<<28) | (0xF<<24) | comment;
ARMAssembler.h 58 virtual void comment(const char* string);
108 virtual void SWI(int cc, uint32_t comment);
ARMAssemblerProxy.h 48 virtual void comment(const char* string);
98 virtual void SWI(int cc, uint32_t comment);
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie.java 106 * Returns the comment describing the purpose of this cookie, or
107 * <tt>null</tt> if no such comment has been defined.
109 * @return comment
119 * cookie's purpose will be described using this comment.
121 * @param comment
125 public void setComment(String comment) {
126 cookieComment = comment;
357 /** Comment attribute. */
  /external/libxml2/
SAX.c 119 hdlr->comment = xmlSAX2Comment;
166 hdlr->comment = xmlSAX2Comment;
  /external/webkit/WebKitTools/record-memory-win/
main.cpp 9 #pragma comment(lib, "psapi.lib")
10 #pragma comment(lib, "shlwapi.lib")
  /frameworks/base/core/java/android/util/
EventLog.java 223 Pattern comment = Pattern.compile(COMMENT_PATTERN); local
231 if (comment.matcher(line).matches()) continue;
  /frameworks/base/tools/aidl/
AST.cpp 83 if (this->comment.length() != 0) {
84 fprintf(to, "%s\n", this->comment.c_str());
677 if (this->comment.length() != 0) {
678 fprintf(to, "%s\n", this->comment.c_str());
760 if (this->comment.length() != 0) {
761 fprintf(to, "%s\n", this->comment.c_str());
837 if (this->comment.length() != 0) {
838 fprintf(to, "%s\n", this->comment.c_str());
  /external/bluetooth/bluez/tools/
parser.y 121 snprintf(opts->comment, MAXCOMMENTLEN, "%s", $2);
  /external/chromium/third_party/icu/source/tools/toolutil/
package.h 68 void writePackage(const char *filename, char outType, const char *comment);
  /external/icu4c/tools/toolutil/
package.h 68 void writePackage(const char *filename, char outType, const char *comment);
  /external/qemu/distrib/sdl-1.2.12/src/timer/wince/
SDL_systimer.c 146 #pragma comment(lib, "mmtimer.lib")
  /external/qemu/
i386-vl.ld 113 .comment 0 : { *(.comment) }
i386.ld 126 .comment 0 : { *(.comment) }
  /external/zlib/
zlib2ansi 112 /\* ## Start of /* ... */ comment
118 / ## End of /* ... */ comment
120 | ## OR C++ Comment
121 // ## Start of C++ comment //
148 [^/"'\\]* ## Chars which doesn't start a comment, string or escape
  /libcore/json/src/main/java/org/json/
JSONTokener.java 129 // skip a /* c-style comment */
133 throw syntaxError("Unterminated comment");
139 // skip a // end-of-line comment
150 * Skip a # hash end-of-line comment. The JSON RFC doesn't
495 * a comment. If the input is exhausted before such a character can be
  /libcore/luni/src/main/java/org/apache/xpath/objects/
XStringForChars.java 148 * comment method on the passed LexicalHandler for the
158 lh.comment((char[])m_obj, m_start, m_length);
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 28 * PROCESSING_INSTRUCTION, COMMENT, and DOCDECL in some implementations
305 void comment (String text) method in interface:XmlSerializer
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xr 118 .comment 0 : { *(.comment) }
armelf.xu 119 .comment 0 : { *(.comment) }
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/
armelf.xr 117 .comment 0 : { *(.comment) }

Completed in 749 milliseconds

1 2 3 4 56 7 8 91011>>