/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | RetryAfter.java | 63 protected String comment; field in RetryAfter 80 if (comment != null) in encodeBody() 81 s.append(SP + LPAREN + comment + RPAREN); in encodeBody() 94 return comment != null; in hasComment() 100 comment = null; in removeComment() 146 return comment; in getComment() 157 public void setComment(String comment) throws ParseException { in setComment() argument 158 if (comment == null) in setComment() 160 this.comment = comment; in setComment()
|
/external/clang/test/Preprocessor/ |
D | pragma_microsoft.c | 8 #pragma comment(linker,"foo=" FOO) // expected-error {{pragma comment requires parenthesized identi… 9 #pragma comment(linker," bar=" BAR) 11 #pragma comment( user, "Compiled on " __DATE__ " at " __TIME__ ) 13 #pragma comment(foo) // expected-error {{unknown kind of pragma comment}} 14 #pragma comment(compiler,) // expected-error {{pragma comment requires}} 16 #pragma comment(foo) // macro expand kind. 17 #pragma comment(foo) x // expected-error {{pragma comment requires}} 19 #pragma comment(user, "foo\abar\nbaz\tsome thing") 24 __pragma(comment(linker," bar=" BAR))
|
/external/openssh/ |
D | ssh-add.c | 102 char *comment = NULL; in delete_file() local 105 public = key_load_public(filename, &comment); in delete_file() 111 fprintf(stderr, "Identity removed: %s (%s)\n", filename, comment); in delete_file() 117 xfree(comment); in delete_file() 145 char *comment = NULL; in add_file() local 178 private = key_parse_private(&keyblob, filename, "", &comment); in add_file() 179 if (comment == NULL) in add_file() 180 comment = xstrdup(filename); in add_file() 188 comment); in add_file() 193 xfree(comment); in add_file() [all …]
|
/external/openssl/crypto/bf/asm/ |
D | bf-686.pl | 33 &comment(""); 34 &comment("Load the 2 words"); 39 &comment(""); 40 &comment("P pointer, s and enc flag"); 53 &comment(""); 54 &comment("Round $i"); 57 &comment(""); 58 &comment("Round ".sprintf("%d",$i+1)); 73 &comment(""); 74 &comment("Round $i"); [all …]
|
D | bf-586.pl | 31 &comment(""); 40 &comment("Load the 2 words"); 56 &comment(""); 57 &comment("Round $i"); 60 &comment(""); 61 &comment("Round ".sprintf("%d",$i+1)); 75 &comment(""); 76 &comment("Round $i"); 78 &comment(""); 79 &comment("Round ".sprintf("%d",$i-1)); [all …]
|
/external/webkit/Source/WebKit/win/ |
D | WebLocalizableStrings.h | 59 #define UI_STRING(string, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAMEWORK_NAM… argument 60 #define UI_STRING_KEY(string, key, comment) WebLocalizedStringUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAM… argument 61 #define LPCTSTR_UI_STRING(string, comment) WebLocalizedLPCTSTRUTF8(&LOCALIZABLE_STRINGS_BUNDLE(FRAM… argument 62 #define LPCTSTR_UI_STRING_KEY(string, key, comment) WebLocalizedLPCTSTRUTF8(&LOCALIZABLE_STRINGS_BU… argument 66 #define UI_STRING(string, comment) WebLocalizedStringUTF8(0, string) argument 67 #define UI_STRING_KEY(string, key, comment) WebLocalizedStringUTF8(0, key) argument 68 #define LPCTSTR_UI_STRING(string, comment) WebLocalizedLPCTSTRUTF8(0, string) argument 69 #define LPCTSTR_UI_STRING_KEY(string, key, comment) WebLocalizedLPCTSTRUTF8(0, key) argument
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | flags.h | 89 Flag(const char* file, const char* name, const char* comment, 95 const char* comment() const { return comment_; } in comment() function 168 #define DEFINE_FLAG(type, c_type, name, default, comment) \ argument 172 static Flag Flag_##name(__FILE__, #name, (comment), \ 184 #define DEFINE_bool(name, default, comment) \ argument 185 DEFINE_FLAG(BOOL, bool, name, default, comment) 186 #define DEFINE_int(name, default, comment) \ argument 187 DEFINE_FLAG(INT, int, name, default, comment) 188 #define DEFINE_float(name, default, comment) \ argument 189 DEFINE_FLAG(FLOAT, double, name, default, comment) [all …]
|
/external/protobuf/gtest/test/ |
D | gtest-unittest-api_test.cc | 108 Message comment; in GetExpectedTestCaseComment() local 109 comment << "TypeParam = " << GetTypeName<int>().c_str(); in GetExpectedTestCaseComment() 110 return comment.GetString(); in GetExpectedTestCaseComment() 151 EXPECT_STREQ("", test_case->comment()); in TEST() 161 EXPECT_STREQ("", tests[0]->comment()); in TEST() 167 EXPECT_STREQ("", tests[1]->comment()); in TEST() 173 EXPECT_STREQ("", tests[2]->comment()); in TEST() 179 EXPECT_STREQ("", tests[3]->comment()); in TEST() 191 EXPECT_STREQ(GetExpectedTestCaseComment().c_str(), test_case->comment()); in TEST() 201 EXPECT_STREQ("", tests[0]->comment()); in TEST() [all …]
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
D | nodesetuserdata07.js | 95 var comment; 113 comment = doc.createComment("COMMENT_NODE"); 115 notation.setUserData("Key1", comment, null); 117 notation.setUserData("Key1", comment, nullHandler.handle); 120 notation.setUserData("Key1", comment, null); 122 notation.setUserData("Key1", comment, nullHandler.handle); 124 success = returned.isEqualNode(comment);
|
D | nodesetuserdata06.js | 95 var comment; 113 comment = doc.createComment("COMMENT_NODE"); 115 comment.setUserData("Key1", entity, null); 117 comment.setUserData("Key1", entity, nullHandler.handle); 120 comment.setUserData("Key1", entity, null); 122 comment.setUserData("Key1", entity, nullHandler.handle);
|
D | nodecomparedocumentposition13.js | 89 var comment; 101 comment = doc.createComment("Another Comment"); 104 appendedChild = elem.appendChild(comment); 105 documentPosition = doc.compareDocumentPosition(comment); 107 commentPosition = comment.compareDocumentPosition(doc);
|
/external/openssl/crypto/bn/asm/ |
D | bn-586.pl | 138 &comment(""); 163 &comment("Round $i"); 175 &comment(""); 190 &comment("Tail Round $i"); 254 &comment(""); 275 &comment("Round $i"); 288 &comment(""); 304 &comment("Tail Round $i"); 360 &comment(""); 375 &comment("Round $i"); [all …]
|
/external/icu4c/tools/gensprep/ |
D | filterRFC3454.pl | 157 local ($inFH, $outFH,$comment, $table) = @_; 159 print $outFH $comment."\n"; 220 $comment = "# This table contains code points from Table A.1 from RFC 3454\n"; 221 readPrint($inFH,$outFH, $comment, "A"); 229 $comment = "# This table contains code points from Table B.1 from RFC 3454\n"; 230 readPrint($inFH,$outFH,$comment, "B.1"); 238 $comment = $warning."# This table contains code points from Table B.2 from RFC 3454\n"; 239 readPrint($inFH,$outFH,$comment, "B.2"); 247 $comment = $warning."# This table contains code points from Table B.3 from RFC 3454\n"; 248 readPrint($inFH,$outFH,$comment, "B.3"); [all …]
|
/external/webkit/Tools/Scripts/ |
D | extract-localizable-strings | 123 my $comment; 176 } elsif (!defined $comment) { 178 $comment = $string; 236 $comment = undef; 247 HandleUIString($UIString, $key, $comment, $file, $macroLine); 300 my ($string, $key, $comment, $file, $line) = @_; 313 $comment = UnescapeHexSequence($comment); 314 if (!defined($comment)) { 326 if (grep { $_ == 0xFFFD } unpack "U*", $comment) { 341 if ($commentByKey{$key} && $commentByKey{$key} ne $comment) { [all …]
|
/external/openssl/crypto/des/asm/ |
D | des-586.pl | 52 &comment(""); 54 &comment(""); 66 &comment("Round $i"); 68 &comment("Round ".sprintf("%d",$i+1)); 89 &comment(""); 91 &comment(""); 103 &comment("Round $i"); 105 &comment("Round ".sprintf("%d",$i-1)); 124 &comment(""); 125 &comment("Load the 2 words"); [all …]
|
D | desboth.pl | 19 &comment(""); 20 &comment("Load the data words"); 25 &comment(""); 26 &comment("IP"); 64 &comment(""); 65 &comment("FP");
|
D | crypt586.pl | 28 &comment(""); 29 &comment("Load the 2 words"); 48 &comment(""); 49 &comment("Round $i"); 52 &comment(""); 53 &comment("Round ".sprintf("%d",$i+1)); 64 &comment(""); 65 &comment("FP"); 158 &comment("");
|
/external/doclava/src/com/google/doclava/ |
D | AttributeInfo.java | 45 for (AttrTagInfo comment : attrField.comment().attrTags()) { in name() 46 String n = comment.name(); in name() 59 public Comment comment() { in comment() method in AttributeInfo 61 for (AttrTagInfo attr : attrField.comment().attrTags()) { in comment() 89 TagInfo.makeHDF(data, base + ".deprecated", attrField.comment().deprecatedTags()); in makeHDF() 90 TagInfo.makeHDF(data, base + ".shortDescr", comment().briefTags()); in makeHDF() 91 TagInfo.makeHDF(data, base + ".descr", comment().tags()); in makeHDF()
|
D | KeywordEntry.java | 22 KeywordEntry(String label, String href, String comment) { in KeywordEntry() argument 25 this.comment = comment; in KeywordEntry() 31 data.setValue(base + ".comment", this.comment); in makeHDF() 44 private String comment; field in KeywordEntry
|
/external/icu4c/tools/genrb/ |
D | parse.c | 60 struct UString comment; member 95 …(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *stat… 97 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment,… 130 …ffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status); in initLookahead() 147 ustr_deinit(&state->lookahead[i].comment); in cleanupLookahead() 153 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenum… in getToken() argument 170 if (comment != NULL) in getToken() 172 ustr_cpy(comment, &(state->lookahead[state->lookaheadPosition].comment), status); in getToken() 177 ustr_setlen(&state->lookahead[i].comment, 0, status); in getToken() 179 …ffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status); in getToken() [all …]
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
D | CommentMethodItem.java | 37 private final String comment; field in CommentMethodItem 40 public CommentMethodItem(String comment, int codeAddress, double sortOrder) { in CommentMethodItem() argument 42 this.comment = comment; in CommentMethodItem() 52 writer.write(comment); in writeTo()
|
/external/apache-harmony/auth/src/test/resources/ |
D | KrbConfigTest.txt | 1 # comment string 3 default_realm = MY.REALM # comment string 8 # # comment string 9 # kdc = MY.COMPUTER # comment string 13 [logging] # comment string
|
/external/iptables/extensions/ |
D | libxt_comment.c | 27 XTOPT_POINTER(struct xt_comment_info, comment)}, 36 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0'; in comment_print() 37 printf(" /* %s */", commentinfo->comment); in comment_print() 46 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0'; in comment_save() 48 xtables_save_string(commentinfo->comment); in comment_save()
|
/external/zlib/contrib/minizip/ |
D | zip.h | 154 const char* comment, 165 const char* comment, 194 const char* comment, 207 const char* comment, 223 const char* comment, 240 const char* comment, 266 const char* comment, 287 const char* comment,
|
/external/proguard/src/proguard/io/ |
D | JarWriter.java | 41 private final String comment; field in JarWriter 66 String comment) in JarWriter() argument 70 this.comment = comment; in JarWriter() 207 if (comment != null) in prepareEntry() 209 currentJarOutputStream.setComment(comment); in prepareEntry()
|