Home
last modified time | relevance | path

Searched defs:code (Results 551 – 575 of 9275) sorted by relevance

1...<<21222324252627282930>>...371

/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dcoap.py148 def __init__(self, code): argument
152 def code(self): member in CoapCode
204 code, argument
229 def code(self): member in CoapMessage
300 def code(self): member in CoapMessageProxy
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DJDWPConstants.java654 public static String getName(int code) { in getName()
684 public static String getName(int code) { in getName()
714 public static String getName(int code) { in getName()
743 public static String getName(int code) { in getName()
807 public static String getName(int code) { in getName()
/aosp_15_r20/out/soong/.intermediates/packages/modules/RemoteKeyProvisioning/app/statslog-rkpd-java-gen/gen/com/android/rkpdapp/metrics/
DRkpdStatsLog.java213 public static void write(int code, int arg1, int arg2, int arg3) { in write()
224 …public static void write(int code, int arg1, int arg2, int arg3, int arg4, int arg5, java.lang.Str… in write()
240 …public static void write(int code, int arg1, java.lang.String arg2, int arg3, int arg4, boolean ar… in write()
256 public static void write(int code, java.lang.String arg1, int arg2, int arg3, int arg4) { in write()
268 …public static void write(int code, java.lang.String arg1, int arg2, int arg3, int arg4, int arg5) { in write()
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DErrorCode.java71 public static ErrorCode fromSpdy3Rst(int code) { in fromSpdy3Rst()
78 public static ErrorCode fromHttp2(int code) { in fromHttp2()
85 public static ErrorCode fromSpdyGoAway(int code) { in fromSpdyGoAway()
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
H A DErrorCode.java75 public static ErrorCode fromSpdy3Rst(int code) { in fromSpdy3Rst()
82 public static ErrorCode fromHttp2(int code) { in fromHttp2()
89 public static ErrorCode fromSpdyGoAway(int code) { in fromSpdyGoAway()
/aosp_15_r20/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
H A DErrorCode.java75 public static ErrorCode fromSpdy3Rst(int code) { in fromSpdy3Rst()
82 public static ErrorCode fromHttp2(int code) { in fromHttp2()
89 public static ErrorCode fromSpdyGoAway(int code) { in fromSpdyGoAway()
/aosp_15_r20/external/python/cpython2/Lib/
Durllib2.py181 def __init__(self, url, code, msg, hdrs, fp): argument
555 def http_error_default(self, req, fp, code, msg, hdrs): argument
566 def redirect_request(self, req, fp, code, msg, headers, newurl): argument
600 def http_error_302(self, req, fp, code, msg, headers): argument
906 def http_error_401(self, req, fp, code, msg, headers): argument
917 def http_error_407(self, req, fp, code, msg, headers): argument
1095 def http_error_401(self, req, fp, code, msg, headers): argument
1108 def http_error_407(self, req, fp, code, msg, headers): argument
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dtext_to_binary.literal_test.cpp64 const std::string code = in TEST_F() local
70 const std::string code = in TEST_F() local
80 const std::string code = in TEST_F() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.literal_test.cpp64 const std::string code = in TEST_F() local
70 const std::string code = in TEST_F() local
80 const std::string code = in TEST_F() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.literal_test.cpp64 const std::string code = in TEST_F() local
70 const std::string code = in TEST_F() local
80 const std::string code = in TEST_F() local
/aosp_15_r20/external/libfuse/
H A Dmeson.build103 code = ''' variable
122 code = ''' variable
152 code = ''' variable
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppInitiatorViewModel.java96 public void onConfiguratorSuccess(int code) { in onConfiguratorSuccess()
102 public void onFailure(int code, String ssid, SparseArray<int[]> channelListArray, in onFailure()
112 public void onProgress(int code) { in onProgress()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dverhoeff_checksum.cpp96 uint8_t code; in Calculate() local
108 uint8_t code; in Validate() local
120 uint8_t code = 0; in ComputeCode() local
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/pdf417/decoder/
H A DDecodedBitStreamParser.java105 int code = codewords[codeIndex++]; in decode() local
305 int code = codewords[codeIndex++]; in textCompaction() local
600 int code = codewords[codeIndex++]; in byteCompaction() local
631 int code = codewords[codeIndex++]; in numericCompaction() local
/aosp_15_r20/external/libwebsockets/lib/roles/http/
H A Dheader.c177 lws_add_http_common_headers(struct lws *wsi, unsigned int code, in lws_add_http_common_headers()
312 unsigned int code = _code & LWSAHH_CODE_MASK; in lws_add_http_header_status() local
410 lws_return_http_status(struct lws *wsi, unsigned int code, in lws_return_http_status()
524 lws_http_redirect(struct lws *wsi, int code, const unsigned char *loc, int len, in lws_http_redirect()
/aosp_15_r20/frameworks/base/core/java/android/content/
H A DIntentSender.java181 public void sendIntent(Context context, int code, Intent intent, in sendIntent()
213 public void sendIntent(Context context, int code, Intent intent, in sendIntent()
247 @Deprecated public void sendIntent(Context context, int code, Intent intent, in sendIntent()
286 public void sendIntent(@Nullable Context context, int code, @Nullable Intent intent, in sendIntent()
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/sdksandbox/service/sdksandbox-statsd/android_common_apex33/javac/
Dsdksandbox-statsd.jar ... , boolean, int, int, int) int code int arg1 int arg2 boolean arg3 int arg4 int arg5 ...
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dtestapi.c37107 int code; /* UCS code point */ in test_xmlUCSIsAegeanNumbers() local
37141 int code; /* UCS code point */ in test_xmlUCSIsAlphabeticPresentationForms() local
37175 int code; /* UCS code point */ in test_xmlUCSIsArabic() local
37209 int code; /* UCS code point */ in test_xmlUCSIsArabicPresentationFormsA() local
37243 int code; /* UCS code point */ in test_xmlUCSIsArabicPresentationFormsB() local
37277 int code; /* UCS code point */ in test_xmlUCSIsArmenian() local
37311 int code; /* UCS code point */ in test_xmlUCSIsArrows() local
37345 int code; /* UCS code point */ in test_xmlUCSIsBasicLatin() local
37379 int code; /* UCS code point */ in test_xmlUCSIsBengali() local
37413 int code; /* UCS code point */ in test_xmlUCSIsBlock() local
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libjpeg-turbo/simd/arm/
Djchuff.h94 #define PUT_AND_FLUSH(code, size) { \ argument
105 #define PUT_BITS(code, size) { \ argument
113 #define PUT_CODE(code, size, diff) { \ argument
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libjpeg-turbo/simd/arm/
Djchuff.h94 #define PUT_AND_FLUSH(code, size) { \ argument
105 #define PUT_BITS(code, size) { \ argument
113 #define PUT_CODE(code, size, diff) { \ argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libjpeg-turbo/simd/arm/
Djchuff.h94 #define PUT_AND_FLUSH(code, size) { \ argument
105 #define PUT_BITS(code, size) { \ argument
113 #define PUT_CODE(code, size, diff) { \ argument
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libjpeg-turbo/simd/arm/
Djchuff.h94 #define PUT_AND_FLUSH(code, size) { \ argument
105 #define PUT_BITS(code, size) { \ argument
113 #define PUT_CODE(code, size, diff) { \ argument
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libjpeg-turbo/simd/arm/
Djchuff.h94 #define PUT_AND_FLUSH(code, size) { \ argument
105 #define PUT_BITS(code, size) { \ argument
113 #define PUT_CODE(code, size, diff) { \ argument
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libjpeg-turbo/simd/arm/
Djchuff.h94 #define PUT_AND_FLUSH(code, size) { \ argument
105 #define PUT_BITS(code, size) { \ argument
113 #define PUT_CODE(code, size, diff) { \ argument
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libjpeg-turbo/simd/arm/
Djchuff.h94 #define PUT_AND_FLUSH(code, size) { \ argument
105 #define PUT_BITS(code, size) { \ argument
113 #define PUT_CODE(code, size, diff) { \ argument

1...<<21222324252627282930>>...371