Home
last modified time | relevance | path

Searched refs:getBody (Results 1 – 15 of 15) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_ast_replace.cpp113 } else if (matchesStmt(DS->getBody())) { in VisitDoStmt()
127 } else if (matchesStmt(FS->getBody())) { in VisitForStmt()
162 } else if (matchesStmt(WS->getBody())) { in VisitWhileStmt()
Dslang_rs_check_ast.cpp187 if (clang::Stmt *Body = FD->getBody()) { in ValidateFunctionDecl()
305 } else if (clang::Stmt *Body = (*DI)->getBody()) { in Validate()
Dslang_rs_foreach_lowering.cpp389 VisitStmt(FD->getBody()); in handleForEachCalls()
Dslang_rs_object_ref_count.cpp1453 clang::Stmt *OldBody = FD->getBody(); in HandleParamsAndLocals()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DListWithMailMessages.java97 public String getBody() { in getBody() method in ListWithMailMessages.MailMessage
140 body.loadData(message.getBody(), mimeType, null); in getView()
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DMultimediaMessagePdu.java69 public PduBody getBody() { in getBody() method in MultimediaMessagePdu
DPduComposer.java897 body = ((RetrieveConf) mPdu).getBody(); in makeMessageBody()
899 body = ((SendReq) mPdu).getBody(); in makeMessageBody()
DPduPersister.java1353 body = ((MultimediaMessagePdu) pdu).getBody(); in persist()
/frameworks/base/core/java/android/net/
DMailTo.java140 public String getBody() { in getBody() method in MailTo
/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
DBluetoothPermissionChecker.java117 if (tree.getBody() == null && !BINDER_METHOD.matches(tree, state)) { in matchMethod()
DRequiresPermissionChecker.java139 if (tree.getBody() == null) return Description.NO_MATCH; in matchMethod()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17085 method public java.lang.String getBody();
42755 method public abstract java.io.OutputStream getBody() throws java.io.IOException;
42760 method public abstract java.io.InputStream getBody() throws java.io.IOException;
/frameworks/base/config/
Dboot-image-profile.txt23101 HSPLcom/android/org/bouncycastle/asn1/ASN1ObjectIdentifier;->getBody()[B
/frameworks/base/core/api/
Dcurrent.txt28799 method public String getBody();