Home
last modified time | relevance | path

Searched defs:comment (Results 701 – 725 of 2668) sorted by relevance

1...<<21222324252627282930>>...107

/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dcustom_trampolines_arm_to_x86.json137 "comment": [ array
148 "comment": "See description for android_getaddrinfofornet", string
195 "comment": "See description for android_getaddrinfofornet", string
202 "comment": "See description for android_getaddrinfofornet", string
209 "comment": "See description for android_getaddrinfofornet", string
216 "comment": "See description for android_getaddrinfofornet", string
223 "comment": "See description for android_getaddrinfofornet", string
230 "comment": "See description for android_getaddrinfofornet", string
242 "comment": "performance optimization", string
248 "comment": "performance optimization", string
[all …]
/aosp_15_r20/external/fhir/spec/r4/json_definitions/
Dprofiles-resources.json21001 …"comment" : "The result of invoking this operation is a resource of the type specified by the acti… string
21139 …"comment" : "The effect of invoking this operation is to determine the aggregate set of data requi… string
21193 …"comment" : "The operation performs a full comparison of the functionality described by the two ca… string
21287 …"comment" : "The operation does not perform a full conformance check; in particular it does not ch… string
21495 …"comment" : "The result of invoking this operation is a resource of the type specified by the acti… string
21920 …"comment" : "Note that the $lookup operation is more than just a code system search - the server … string
22457 …"comment" : "Note: this operation definition does not resolve the question how document signatures… string
22899 …"comment" : "The key differences between this operation and simply searching the encounter compart… string
22977 …"comment" : "The key differences between this operation and simply searching the group's patients … string
23071 …"comment" : "The effect of invoking this operation is to determine the aggregate set of data requi… string
[all …]
Dprofiles-types.json125 …"comment" : "There can be no stigma associated with the use of extensions by any application, proj… string
224 …"comment" : "There can be no stigma associated with the use of extensions by any application, proj… string
360 …"comment" : "There can be no stigma associated with the use of extensions by any application, proj… string
401 …"comment" : "There can be no stigma associated with the use of extensions by any application, proj… string
467 …"comment" : "There can be no stigma associated with the use of extensions by any application, proj… string
533 "comment" : "A stream of bytes, base64 encoded", string
580 …"comment" : "There can be no stigma associated with the use of extensions by any application, proj… string
646 "comment" : "A stream of bytes, base64 encoded", string
764 …"comment" : "There can be no stigma associated with the use of extensions by any application, proj… string
901 "comment" : "see [Canonical References](references.html#canonical)", string
[all …]
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
H A DBlockComment.java22 public abstract String comment(); in comment() method in BlockComment
33 public static BlockComment withComment(String comment) { in withComment()
39 public abstract Builder setComment(String comment); in setComment()
H A DCommentStatement.java21 public abstract Comment comment(); in comment() method in CommentStatement
23 public static CommentStatement withComment(Comment comment) { in withComment()
38 public abstract Builder setComment(Comment comment); in setComment()
/aosp_15_r20/external/cronet/net/tools/
H A Dbuild_hpack_constants.py294 comment = ' // %s' % spec_bitstring variable
296 comment = ' // %3s %s' % (spec_comment, spec_bitstring) variable
298 comment = ' // %s' % spec_bitstring variable
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/ast/
H A DJavaDocCommentTest.java71 String comment = "sample codes:"; in createJavaDocComment_sampleCode() local
86 String comment = "sample codes:"; in createJavaDocComment_sampleCodePreserveIndentAndLineBreaks() local
147 String comment = "This is a block comment."; in createJavaDocComment_multipleParams() local
169 String comment = "This is a block comment."; in createJavaDocComment_multipleParamsAndReturn() local
/aosp_15_r20/external/strace/tests/
H A Dprint_time.c37 const int comment) in print_time_t_ex()
64 print_time_t_nsec(const time_t t, const unsigned long long nsec, int comment) in print_time_t_nsec()
70 print_time_t_usec(const time_t t, const unsigned long long usec, int comment) in print_time_t_usec()
/aosp_15_r20/external/strace/tests-m32/
H A Dprint_time.c37 const int comment) in print_time_t_ex()
64 print_time_t_nsec(const time_t t, const unsigned long long nsec, int comment) in print_time_t_nsec()
70 print_time_t_usec(const time_t t, const unsigned long long usec, int comment) in print_time_t_usec()
/aosp_15_r20/external/strace/tests-mx32/
H A Dprint_time.c37 const int comment) in print_time_t_ex()
64 print_time_t_nsec(const time_t t, const unsigned long long nsec, int comment) in print_time_t_nsec()
70 print_time_t_usec(const time_t t, const unsigned long long usec, int comment) in print_time_t_usec()
/aosp_15_r20/external/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/test/message2/
H A Dicu-test-functions.json52 "comment": "Make sure we ignore date / time fields if needed", string
57 "comment": "Make sure we ignore date / time fields if needed", string
62 "comment": "Make sure we ignore date / time fields if needed", string
67 "comment": "Make sure we ignore date / time fields if needed", string
100 …"comment": "Horibly long, but I really wanted to test multiple declarations with overrides, and yo… string
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
H A Dicu-test-functions.json52 "comment": "Make sure we ignore date / time fields if needed", string
57 "comment": "Make sure we ignore date / time fields if needed", string
62 "comment": "Make sure we ignore date / time fields if needed", string
67 "comment": "Make sure we ignore date / time fields if needed", string
100 …"comment": "Horibly long, but I really wanted to test multiple declarations with overrides, and yo… string
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
H A DNodeWithJavadoc.java37 Node setComment(Comment comment); in setComment()
66 default N setJavadocComment(String comment) { in setJavadocComment()
70 default N setJavadocComment(JavadocComment comment) { in setJavadocComment()
/aosp_15_r20/external/ComputeLibrary/scripts/
H A Dformat_doxygen.py6 def process_comment(fd, comment, first_param, last_param): argument
105 comment = list() variable
164 comment = list() variable
/aosp_15_r20/external/cronet/third_party/ced/src/util/
H A Dcommandlineflags.h22 #define DEFINE_bool(name, default_value, comment) \ argument
25 #define DEFINE_int32(name, default_value, comment) \ argument
28 #define DEFINE_string(name, default_value, comment) \ argument
/aosp_15_r20/external/parameter-framework/upstream/tools/xmlGenerator/
H A DEddParser.py715 comment = "syntax error in %(line)s " variable in MySyntaxProblems
740 comment = "Configurations in domain '%(domainName)s' do not all set the same parameters " variable in UndefinedParameter
759 comment = """syntax error in %(line)s has no father element. variable in IndentationSyntaxError
763 comment = "warning : %(line)s is an empty line and has been ommited" variable in EmptyLineWarning
766 comment = "warning : %(line)s is a commentary and has been ommited" variable in CommentWarning
776 comment = " error in line %(line)s , not known element type were matched " variable in UnknownElementTypeError
779 comment = " error in ,%(line)s space is not permited in indentation" variable in SpaceInIndentationError
/aosp_15_r20/external/cronet/third_party/icu/source/tools/genrb/
H A Dreslist.h246 const UString* comment, UErrorCode &errorCode) in ContainerResource()
270 const UString* comment, UErrorCode &errorCode) in TableResource()
290 const UString* comment, UErrorCode &errorCode) in ArrayResource()
342 const UString* comment, UErrorCode &errorCode) in StringResource()
381 const UString* comment, UErrorCode &errorCode) in AliasResource()
/aosp_15_r20/external/icu/icu4c/source/tools/genrb/
H A Dreslist.h246 const UString* comment, UErrorCode &errorCode) in ContainerResource()
270 const UString* comment, UErrorCode &errorCode) in TableResource()
290 const UString* comment, UErrorCode &errorCode) in ArrayResource()
342 const UString* comment, UErrorCode &errorCode) in StringResource()
381 const UString* comment, UErrorCode &errorCode) in AliasResource()
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dfeat_profile.json33 "comment" : "gpu hang recovery", string
49 "comment" : "cursor support", string
60 "comment" : "vblank timestamps and async flips", string
101 "comment" : "subslice ungating - sseu", string
/aosp_15_r20/external/json-schema-validator/src/test/resources/draft2020-12/
H A Dissue495.json31 "comment": "Test fails" string
39 "comment": "Test fails" string
84 "comment": "Test fails" string
92 "comment": "Test fails" string
/aosp_15_r20/external/mesa3d/src/intel/dev/
H A Dintel_device_info.py32 def __init__(self, name, value, comment=None): argument
40 def __init__(self, name, value=None, comment=None, argument
70 comment=None): argument
/aosp_15_r20/frameworks/base/core/java/android/text/util/
H A DRfc822Token.java33 public Rfc822Token(@Nullable String name, @Nullable String address, @Nullable String comment) { in Rfc822Token()
80 public void setComment(@Nullable String comment) { in setComment()
161 public static String quoteComment(String comment) { in quoteComment()
/aosp_15_r20/frameworks/base/tools/aapt2/java/
H A DAnnotationProcessor.cpp33 StringPiece AnnotationProcessor::ExtractFirstSentence(StringPiece comment) { in ExtractFirstSentence()
67 void AnnotationProcessor::AppendCommentLine(std::string comment, bool add_api_annotations) { in AppendCommentLine()
114 void AnnotationProcessor::AppendComment(StringPiece comment, bool add_api_annotations) { in AppendComment()
/aosp_15_r20/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
H A DAesGcmHkdfAeadCrypterTest.java34 final String comment; field in AesGcmHkdfAeadCrypterTest.TestVector
56 String comment; field in AesGcmHkdfAeadCrypterTest.TestVectorBuilder
75 TestVectorBuilder withComment(String comment) { in withComment()
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/
H A DMetaSerializableJsonTest.kt9 annotation class JsonComment(val comment: String) in <lambda>() constant in kotlinx.serialization.features.JsonComment
26 …private fun List<Annotation>.comment(): String? = filterIsInstance<JsonComment>().firstOrNull()?.c… in <lambda>() method in kotlinx.serialization.features.MetaSerializableJsonTest.CarrierSerializer
53 commentMap[key]?.let { comment -> in <lambda>() method

1...<<21222324252627282930>>...107