/external/clang/docs/tools/ |
D | dump_ast_matchers.py | 57 def extract_result_types(comment): argument 82 def strip_doxygen(comment): argument 103 def add_matcher(result_type, name, args, comment, is_dyncast=False): argument 131 def act_on_decl(declaration, comment, allowed_types): argument 337 comment = '' variable 346 comment = '' variable 366 comment = '' variable
|
D | dump_format_style.py | 36 def __init__(self, name, type, comment): argument 54 def __init__(self, name, comment): argument 63 def __init__(self, name, comment): argument 71 def __init__(self, name, comment): argument 80 def __init__(self, name, comment): argument
|
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/ |
D | UnitTestZipEntry.java | 44 public final String comment; field in UnitTestZipEntry 58 public UnitTestZipEntry(String path, int level, String content, String comment) { in UnitTestZipEntry() 69 public UnitTestZipEntry(String path, int level, boolean nowrap, String content, String comment) { in UnitTestZipEntry()
|
D | UnitTestZipArchive.java | 96 String path, int level, String contentPrefix, String comment) { in makeUnitTestZipEntry() 113 String path, int level, boolean nowrap, String contentPrefix, String comment) { in makeUnitTestZipEntry()
|
/external/webrtc/webrtc/base/ |
D | flags.h | 83 const char* comment() const { return comment_; } in comment() function 156 #define DEFINE_FLAG(type, c_type, name, default, comment) \ argument 172 #define DEFINE_bool(name, default, comment) \ argument 174 #define DEFINE_int(name, default, comment) \ argument 176 #define DEFINE_float(name, default, comment) \ argument 178 #define DEFINE_string(name, default, comment) \ argument
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ExtendedLexicalHandler.java | 38 public void comment(String comment) throws SAXException; in comment() argument
|
/external/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 90 struct UString comment; member 183 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenum… in getToken() 217 …okaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCo… in peekToken() 250 …ate, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t… in expect() 277 static char *getInvariantString(ParseState* state, uint32_t *line, struct UString *comment, UErrorC… in getInvariantString() 532 parseDependency(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UE… in parseDependency() 594 parseString(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UError… in parseString() 629 parseAlias(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorC… in parseAlias() 819 struct UString comment; in addCollation() local 1047 struct UString comment; in parseCollationElements() local [all …]
|
D | reslist.cpp | 150 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() 266 const UString* comment, UErrorCode &errorCode) in StringBaseResource() 324 const UString* comment, UErrorCode &errorCode) in IntResource() 334 const UString* comment, UErrorCode &errorCode) in IntVectorResource() 355 const UString* comment, UErrorCode &errorCode) in BinaryResource() 1087 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in table_open() 1092 ArrayResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… in array_open() 1097 …ot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErro… in string_open() 1103 … SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErro… in alias_open() 1109 …urce *intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErro… in intvector_open() [all …]
|
D | reslist.h | 229 const UString* comment, UErrorCode &errorCode) in ContainerResource() 250 const UString* comment, UErrorCode &errorCode) in TableResource() 268 const UString* comment, UErrorCode &errorCode) in ArrayResource() 320 const UString* comment, UErrorCode &errorCode) in StringResource() 359 const UString* comment, UErrorCode &errorCode) in AliasResource()
|
/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()
|
/external/libxml2/python/tests/ |
D | build.py | 9 comment = doc.newDocComment("This is a generated document") variable 23 comment = doc.children variable
|
/external/autotest/tko/ |
D | save_query.cgi | 9 comment = form['label'].value variable 11 comment = '' variable
|
/external/doclava/src/com/google/doclava/ |
D | KeywordEntry.java | 22 KeywordEntry(String label, String href, String comment) { in KeywordEntry() 44 private String comment; field in KeywordEntry
|
D | AuxSource.java | 23 public TagInfo[] paramAuxTags(MethodInfo method, ParameterInfo param, String comment); in paramAuxTags() 44 public TagInfo[] paramAuxTags(MethodInfo method, ParameterInfo param, String comment) { in paramAuxTags()
|
D | AndroidAuxSource.java | 91 public TagInfo[] paramAuxTags(MethodInfo method, ParameterInfo param, String comment) { in paramAuxTags() 104 String[] comment) { in auxTags()
|
/external/icu/icu4c/source/samples/legacy/ |
D | legacy.cpp | 45 void printArray(const char* const comment, const UChar UArray[][5], int32_t arraySize) { in printArray() 55 void printKeys(const char *comment, uint8_t keys[][32], int32_t keySize) { in printKeys()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | RetryAfter.java | 63 protected String comment; field in RetryAfter 157 public void setComment(String comment) throws ParseException { in setComment()
|
/external/openssh/ |
D | authfd.c | 209 char *comment = NULL; in deserialise_identity1() local 244 char *comment = NULL; in deserialise_identity2() local 485 ssh_encode_identity_rsa1(struct sshbuf *b, RSA *key, const char *comment) in ssh_encode_identity_rsa1() 505 const char *comment) in ssh_encode_identity_ssh2() 539 ssh_add_identity_constrained(int sock, struct sshkey *key, const char *comment, in ssh_add_identity_constrained()
|
/external/proguard/src/proguard/io/ |
D | JarWriter.java | 40 private final String comment; field in JarWriter 65 String comment) in JarWriter()
|
/external/iptables/include/linux/netfilter/ |
D | xt_comment.h | 7 char comment[XT_MAX_COMMENT_LEN]; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_comment.h | 7 char comment[XT_MAX_COMMENT_LEN]; member
|
/external/zlib/src/contrib/minizip/ |
D | mztools.c | 150 char* comment = ""; variable 225 char* comment = ""; // "ZIP File recovered by zlib/minizip/mztools"; variable
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
D | BuildResults.java | 34 String comment; field in BuildResults 434 void setComment(String comment) { in setComment() 443 void setSummary(int kind, String comment) { in setSummary()
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | EddParser.py | 709 comment = "syntax error in %(line)s " variable in MySyntaxProblems 734 comment = "Configurations in domain '%(domainName)s' do not all set the same parameters " variable in UndefinedParameter 753 comment = """syntax error in %(line)s has no father element. variable in IndentationSyntaxError 757 comment = "warning : %(line)s is an empty line and has been ommited" variable in EmptyLineWarning 760 comment = "warning : %(line)s is a commentary and has been ommited" variable in CommentWarning 769 comment = " error in line %(line)s , not known element type were matched " variable in UnknownElementTypeError 772 comment = " error in ,%(line)s space is not permited in indentation" variable in SpaceInIndentationError
|
/external/curl/lib/ |
D | checksrc.pl | 296 comment: label
|