Home
last modified time | relevance | path

Searched defs:content (Results 151 – 175 of 4780) sorted by relevance

12345678910>>...192

/aosp_15_r20/out/soong/.intermediates/external/lottie/lottie/android_common/turbine/
Dlottie.jar ... .lottie.network.NetworkFetcher networkFetcher (android.content.Context) public static com.airbnb.lottie ...
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/comments/
H A DComment.java37 private String content; field in Comment
43 public Comment(String content) { in Comment()
47 public Comment(Range range, String content) { in Comment()
67 public Comment setContent(String content) { in setContent()
/aosp_15_r20/external/google-cloud-java/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/
H A DContentName.java39 private final String content; field in ContentName
80 public static ContentName of(String project, String location, String lake, String content) { in of()
89 public static String format(String project, String location, String lake, String content) { in format()
206 private String content; field in ContentName.Builder
241 public Builder setContent(String content) { in setContent()
/aosp_15_r20/external/libxml2/
H A Dtree.c1433 xmlNodeParseContent(xmlNodePtr node, const xmlChar *content, int len) { in xmlNodeParseContent()
1954 xmlNewDocPI(xmlDocPtr doc, const xmlChar *name, const xmlChar *content) { in xmlNewDocPI()
2005 xmlNewPI(const xmlChar *name, const xmlChar *content) { in xmlNewPI()
2049 const xmlChar *content) { in xmlNewElem()
2104 const xmlChar *name, const xmlChar *content) { in xmlNewDocNode()
2150 xmlChar *name, const xmlChar *content) { in xmlNewDocNodeEatName()
2185 const xmlChar *name, const xmlChar *content) { in xmlNewDocRawNode()
2249 xmlNewText(const xmlChar *content) { in xmlNewText()
2297 const xmlChar *name, const xmlChar *content) { in xmlNewTextChild()
2490 xmlNewDocText(const xmlDoc *doc, const xmlChar *content) { in xmlNewDocText()
[all …]
/aosp_15_r20/external/webrtc/pc/
H A Dmedia_session.cc127 static bool IsMediaContentOfType(const ContentInfo* content, in IsMediaContentOfType()
188 const CryptoParamsVec* GetCryptos(const ContentInfo* content) { in GetCryptos()
290 for (const ContentInfo* content : active_local_contents) { in GetCurrentStreamParams() local
491 const ContentInfo* content = sdesc->GetContentByName(content_name); in GetCryptosByName() local
524 ContentInfo* content = sdesc->GetContentByName(content_name); in IsRtpContent() local
584 ContentInfo* content = sdesc->GetContentByName(content_name); in UpdateCryptoParamsForBundle() local
602 const ContentInfo& content = description.contents()[i]; in GetActiveContents() local
1504 static bool IsDtlsActive(const ContentInfo* content, in IsDtlsActive()
1741 for (const ContentInfo& content : offer->contents()) { in CreateOffer() local
2064 for (const ContentInfo* content : current_active_contents) { in MergeCodecsFromDescription() local
[all …]
H A Dchannel.cc250 bool BaseChannel::SetLocalContent(const MediaContentDescription* content, in SetLocalContent()
258 bool BaseChannel::SetRemoteContent(const MediaContentDescription* content, in SetRemoteContent()
689 bool BaseChannel::UpdateRemoteStreams_w(const MediaContentDescription* content, in UpdateRemoteStreams_w()
853 bool VoiceChannel::SetLocalContent_w(const MediaContentDescription* content, in SetLocalContent_w()
913 bool VoiceChannel::SetRemoteContent_w(const MediaContentDescription* content, in SetRemoteContent_w()
969 bool VideoChannel::SetLocalContent_w(const MediaContentDescription* content, in SetLocalContent_w()
1060 bool VideoChannel::SetRemoteContent_w(const MediaContentDescription* content, in SetRemoteContent_w()
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dexpr.rs1635 let content; in trailer_helper() localVariable
1678 let content; in trailer_helper() localVariable
1699 let content; in trailer_helper() localVariable
1725 let content; in trailer_expr() localVariable
1757 let content; in trailer_expr() localVariable
1778 let content; in trailer_expr() localVariable
1916 let content; in atom_expr() localVariable
2006 let content; in paren_or_tuple() localVariable
2045 let content; in array_or_repeat() localVariable
2092 let content; in parse() localVariable
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dexpr.rs1635 let content; in trailer_helper() localVariable
1678 let content; in trailer_helper() localVariable
1699 let content; in trailer_helper() localVariable
1725 let content; in trailer_expr() localVariable
1757 let content; in trailer_expr() localVariable
1778 let content; in trailer_expr() localVariable
1916 let content; in atom_expr() localVariable
2006 let content; in paren_or_tuple() localVariable
2045 let content; in array_or_repeat() localVariable
2092 let content; in parse() localVariable
[all …]
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/comments/
H A DComment.java36 private String content; field in Comment
42 public Comment(String content) { in Comment()
46 public Comment(int beginLine, int beginColumn, int endLine, int endColumn, String content) { in Comment()
66 public void setContent(String content) { in setContent()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationRowContentBinderImplTest.kt477 val content = PromotedNotificationContentModel.Builder("key").build() in <lambda>() constant
490 val content = PromotedNotificationContentModel.Builder("key").build() in <lambda>() constant
504 val content = PromotedNotificationContentModel.Builder("key").build() in <lambda>() constant
517 val content = PromotedNotificationContentModel.Builder("key").build() in <lambda>() constant
/aosp_15_r20/external/rust/android-crates-io/crates/zip/tests/
Daes_encryption.rs22 let mut content = String::new(); in aes256_encrypted_uncompressed_file() localVariable
40 let mut content = String::new(); in aes256_encrypted_file() localVariable
58 let mut content = String::new(); in aes192_encrypted_file() localVariable
76 let mut content = String::new(); in aes128_encrypted_file() localVariable
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/customization/SystemUICustomizationLib/android_common/kotlin_headers/
DSystemUICustomizationLib.jar ... .String) public final void update (android.content.Context) } com/android/systemui/ ...
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
H A DCertificationSuiteResultReporterTest.java111 String content = FileUtil.readStringFromFile(reportFile); in testSuiteVariant() local
137 String content = FileUtil.readStringFromFile(reportFile); in testSuiteVariantGSI() local
167 String content = FileUtil.readStringFromFile(reportFile); in testSuiteVariantGSI_R_Compatibility() local
199 String content = FileUtil.readStringFromFile(reportFile); in testSuiteVariantGSI_R_Compatibility_ATS() local
/aosp_15_r20/system/logging/liblog/
H A Dpmsg_reader.cpp166 struct content { in __android_log_pmsg_file_read() struct
167 struct listnode node; in __android_log_pmsg_file_read()
168 struct logger_entry entry; in __android_log_pmsg_file_read()
169 } * content; in __android_log_pmsg_file_read() local
172 struct listnode content; in __android_log_pmsg_file_read() member
/aosp_15_r20/cts/tests/tests/text/src/android/text/method/cts/
H A DCharacterPickerDialogTest.java68 final Editable content = Editable.Factory.getInstance().newEditable(str); in testConstructor() local
70 new CharacterPickerDialog(view.getContext(), view, content, "\u00A1", false); in testConstructor() local
77 final Editable content = Editable.Factory.getInstance().newEditable(str); in testConstructorNullContext() local
129 final Editable content = Editable.Factory.getInstance().newEditable(str); in testOnClick() local
/aosp_15_r20/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/
H A DJsonElement.kt46 public abstract val content: String in <lambda>() constant in kotlinx.serialization.json.JsonPrimitive
146 public override val content: String = body.toString() constant
180 override val content: String = "null" constant
191 private val content: Map<String, JsonElement> constant in JsonObject
218 public class JsonArray(private val content: List<JsonElement>) : JsonElement(), List<JsonElement> b… in <lambda>() constant in JsonArray
/aosp_15_r20/external/aws-sdk-java-v2/core/profiles/src/main/java/software/amazon/awssdk/profiles/
H A DProfileFile.java240 Builder content(InputStream contentStream); in content() method
245 Builder content(Path contentLocation); in content() method
257 private InputStream content; field in ProfileFile.BuilderImpl
265 public Builder content(InputStream contentStream) { in content() method in ProfileFile.BuilderImpl
276 public Builder content(Path contentLocation) { in content() method in ProfileFile.BuilderImpl
/aosp_15_r20/out/soong/.intermediates/frameworks/multidex/library/android-support-multidex/android_common/turbine/
Dandroid-support-multidex.jar ... app public android.app.Application extends android.content.ContextWrapper implements android.content.ComponentCallbacks2 { }
/aosp_15_r20/external/aws-sdk-java-v2/http-client-spi/src/main/java/software/amazon/awssdk/http/
H A DSdkHttpFullResponse.java56 Optional<AbortableInputStream> content(); in content() method
154 AbortableInputStream content(); in content() method
163 Builder content(AbortableInputStream content); in content() method
/aosp_15_r20/external/pdfium/fxbarcode/qrcode/
H A DBC_QRCoderEncoder.cpp76 bool AppendNumericBytes(const ByteString& content, CBC_QRCoderBitVector* bits) { in AppendNumericBytes()
98 bool AppendAlphaNumericBytes(const ByteString& content, in AppendAlphaNumericBytes()
122 bool Append8BitBytes(const ByteString& content, CBC_QRCoderBitVector* bits) { in Append8BitBytes()
149 bool AppendBytes(const ByteString& content, in AppendBytes()
281 CBC_QRCoderMode* ChooseMode(const ByteString& content) { in ChooseMode()
372 bool CBC_QRCoderEncoder::Encode(WideStringView content, in Encode()
/aosp_15_r20/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/homescreen/assistive/
DProjectionModelTest.java151 DescriptiveTextView content = (DescriptiveTextView) mModel.getCardContent(); in changeProjectionStatusToProjectingDevice_callsPresenter() local
161 DescriptiveTextView content = (DescriptiveTextView) mModel.getCardContent(); in changeProjectionStatusToNonProjectingDevice_callsPresenter() local
171 DescriptiveTextView content = (DescriptiveTextView) mModel.getCardContent(); in changeProjectionStatusToSingleProjectingAndNonProjectingDevice_callsPresenter() local
181 DescriptiveTextView content = (DescriptiveTextView) mModel.getCardContent(); in changeProjectionStatusToMultipleProjectingAndNonProjectingDevice_callsPresenter() local
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMultipartMimeContentImpl.java49 public boolean add(Content content) { in add()
91 ContentImpl content = new ContentImpl(body, delimiter); in createContentList() local
128 ContentImpl content = new ContentImpl(rest, boundary); in createContentList() local
177 public void addContent(Content content) { in addContent()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/cloud/
DOxygenUtilTest.java103 String content = in testCollectErrorSignatures() local
127 String content = in testCollectDeviceLaunchMetrics() local
156 String content = in testCollectDeviceLaunchMetricsV2() local
183 String content = "version_number \n\n\n"; in testCollectOxygenVersion() local
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_c_m_a_p.py223 def fromXML(self, name, attrs, content, ttFont): argument
405 def fromXML(self, name, attrs, content, ttFont): argument
758 def fromXML(self, name, attrs, content, ttFont): argument
1041 def fromXML(self, name, attrs, content, ttFont): argument
1108 def fromXML(self, name, attrs, content, ttFont): argument
1274 def fromXML(self, name, attrs, content, ttFont): argument
1420 def fromXML(self, name, attrs, content, ttFont): argument
1543 def fromXML(self, name, attrs, content, ttFont): argument
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DObjectReader.java1071 public JsonParser createParser(byte[] content) throws IOException { in createParser()
1084 public JsonParser createParser(byte[] content, int offset, int len) throws IOException { in createParser()
1097 public JsonParser createParser(String content) throws IOException { in createParser()
1110 public JsonParser createParser(char[] content) throws IOException { in createParser()
1123 public JsonParser createParser(char[] content, int offset, int len) throws IOException { in createParser()
1136 public JsonParser createParser(DataInput content) throws IOException { in createParser()
1522 public <T> T readValue(byte[] content) throws IOException in readValue()
1540 public <T> T readValue(byte[] content, Class<T> valueType) throws IOException in readValue()
1662 public <T> T readValue(JsonNode content) throws IOException in readValue()
1681 public <T> T readValue(JsonNode content, Class<T> valueType) throws IOException in readValue()
[all …]

12345678910>>...192