/aosp12/bionic/libc/arch-common/bionic/ |
H A D | crtbegin.c | 49 #define POST "; .size _start, .-_start" macro 52 __asm__(PRE "bti j; mov x29,#0; mov x30,#0; mov x0,sp; b _start_main" POST); 54 __asm__(PRE "mov fp,#0; mov lr,#0; mov r0,sp; b _start_main" POST); 58 "calll _start_main" POST); 60 __asm__(PRE "xorl %ebp, %ebp; movq %rsp,%rdi; andq $~0xf,%rsp; callq _start_main" POST); 66 #undef POST
|
/aosp12/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/ |
H A D | HttpClient.java | 22 import static com.android.libraries.entitlement.http.HttpConstants.RequestMethod.POST; 65 if (POST.equals(request.requestMethod())) { in request() 107 if (POST.equals(request.requestMethod())) { in createConnection()
|
H A D | HttpConstants.java | 34 public static final String POST = "POST"; field in HttpConstants.RequestMethod
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/ |
H A D | Vvm3Subscriber.java | 249 new StringRequest(Request.Method.POST, url, future, future) { in getSelfProvisionResponse() 278 new StringRequest(Request.Method.POST, subscribeLink, future, future); in clickSubscribeLink() 306 new StringRequest(Request.Method.POST, voicemailManagementGateway, future, future) { in vvm3XmlRequest()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | TimeStatsTest.cpp | 92 POST = 0, enumerator 99 TIME_STAMP_BEGIN = POST, 105 TimeStamp::POST, 113 TimeStamp::POST, 123 TimeStamp::POST, 129 TimeStamp::POST, 210 case TimeStamp::POST: in setTimeStamp()
|
H A D | FrameTracerTest.cpp | 156 const auto type = FrameTracer::FrameEvent::POST; in TEST_F()
|
/aosp12/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/http/ |
H A D | HttpClientTest.java | 178 .setRequestMethod(RequestMethod.POST) in request_postJson_doNotEscapeForwardSlash()
|
/aosp12/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/ |
H A D | EapAkaApi.java | 218 .setRequestMethod(RequestMethod.POST) in challengeResponse()
|
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | jquery-1.6.2.min.js | 18 …(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.aja…
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | google-http-client-1.30.1.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | google-http-client-1.36.0.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 54824 field public static final java.lang.String METHOD_NAME = "POST";
|