Searched refs:ACCEPTED (Results 1 – 11 of 11) sorted by relevance
/external/igt-gpu-tools/m4/ |
D | as-compiler-flag.m4 | 9 dnl AS_COMPILER_FLAG(CFLAGS, ACTION-IF-ACCEPTED, [ACTION-IF-NOT-ACCEPTED]) 11 dnl Runs ACTION-IF-ACCEPTED if the compiler can compile with the flags, 12 dnl and ACTION-IF-NOT-ACCEPTED otherwise.
|
/external/libopus/m4/ |
D | as-gcc-inline-assembly.m4 | 7 dnl AS_COMPILER_FLAG(ACTION-IF-ACCEPTED, [ACTION-IF-NOT-ACCEPTED]) 9 dnl Runs ACTION-IF-ACCEPTED if the compiler can compile with the flags, 10 dnl and ACTION-IF-NOT-ACCEPTED otherwise.
|
/external/nist-sip/java/javax/sip/message/ |
D | Response.java | 12 int ACCEPTED = 202; field
|
/external/python/cpython3/Lib/http/ |
D | __init__.py | 42 ACCEPTED = (202, 'Accepted', variable in HTTPStatus
|
/external/oauth/core/src/main/java/net/oauth/http/ |
D | HttpMessageDecoder.java | 50 public static final String ACCEPTED = GZIP + "," + DEFLATE; field in HttpMessageDecoder
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
D | HttpDeleteRequestTest.java | 99 …r.response = NanoHTTPD.newFixedLengthResponse(NanoHTTPD.Response.Status.ACCEPTED, "application/xml… in testDeleteRequestThatSendsBackResponseBody_Accepted()
|
/external/python/cpython3/Doc/library/ |
D | http.rst | 68 ``202`` ``ACCEPTED`` HTTP/1.1 :rfc:`7231`, Section 6.3.3
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | SIPResponse.java | 104 case ACCEPTED : in getReasonPhrase()
|
/external/python/cpython2/Lib/ |
D | httplib.py | 113 ACCEPTED = 202 variable
|
/external/python/cpython2/Doc/library/ |
D | httplib.rst | 248 | :const:`ACCEPTED` | ``202`` | HTTP/1.1, `RFC 2616, Section …
|
/external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
D | NanoHTTPD.java | 1192 ACCEPTED(202, "Accepted"), enumConstant
|