Home
last modified time | relevance | path

Searched refs:POST (Results 1 – 12 of 12) sorted by relevance

/aosp12/bionic/libc/arch-common/bionic/
H A Dcrtbegin.c49 #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 DHttpClient.java22 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 DHttpConstants.java34 public static final String POST = "POST"; field in HttpConstants.RequestMethod
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
H A DVvm3Subscriber.java249 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 DTimeStatsTest.cpp92 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 DFrameTracerTest.cpp156 const auto type = FrameTracer::FrameEvent::POST; in TEST_F()
/aosp12/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/http/
H A DHttpClientTest.java178 .setRequestMethod(RequestMethod.POST) in request_postJson_doNotEscapeForwardSlash()
/aosp12/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
H A DEapAkaApi.java218 .setRequestMethod(RequestMethod.POST) in challengeResponse()
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Djquery-1.6.2.min.js18 …(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 Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dgoogle-http-client-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt54824 field public static final java.lang.String METHOD_NAME = "POST";