/aosp_15_r20/external/zstd/contrib/linux-kernel/ |
H A D | zstd_decompress_module.c | 21 unsigned int zstd_is_error(size_t code) in zstd_is_error() 27 zstd_error_code zstd_get_error_code(size_t code) in zstd_get_error_code() 33 const char *zstd_get_error_name(size_t code) in zstd_get_error_name()
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libjpeg-turbo/simd/arm/ |
D | jchuff.h | 94 #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/external/aws-sdk-java-v2/services/redshift/src/main/resources/codegen-resources/ |
H A D | service-2.json | 2493 "code":"AccessToClusterDenied", string 2505 "code":"AccessToSnapshotDenied", string 2703 "code":"AuthenticationProfileAlreadyExistsFault", string 2724 "code":"AuthenticationProfileNotFoundFault", string 2736 "code":"AuthenticationProfileQuotaExceededFault", string 2748 "code":"AuthorizationAlreadyExists", string 2760 "code":"AuthorizationNotFound", string 2772 "code":"AuthorizationQuotaExceeded", string 2955 "code":"BatchDeleteRequestSizeExceeded", string 2967 "code":"BatchModifyClusterSnapshotsLimitExceededFault", string [all …]
|
/aosp_15_r20/external/zstd/lib/common/ |
H A D | error_private.h | 58 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() 60 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; ret… in ERR_getErrorCode() 78 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/ |
H A D | tf_op_registry_test.cc | 49 const char *const code = R"mlir( in TEST() local 68 const char *const code = R"mlir( in TEST() local 99 std::string code = llvm::formatv(code_template, std::get<0>(it)).str(); in TEST() local
|
H A D | utility_test.cc | 33 const char *const code = R"mlir( in TEST() local 68 const char *const code = R"mlir( in TEST() local 103 const char *const code = R"mlir( in TEST() local
|
/aosp_15_r20/external/federated-compute/fcp/client/http/curl/ |
H A D | curl_api.cc | 34 CURLcode code = curl_easy_getinfo(easy_handle_, info, &data); in GetInfo() local 39 std::string CurlEasyHandle::StrError(CURLcode code) { in StrError() 76 std::string CurlMultiHandle::StrError(CURLMcode code) { in StrError()
|
/aosp_15_r20/external/libjpeg-turbo/simd/arm/ |
H A D | jchuff.h | 108 #define PUT_AND_FLUSH(code, size) { \ argument 119 #define PUT_BITS(code, size) { \ argument 127 #define PUT_CODE(code, size, diff) { \ argument
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libjpeg-turbo/simd/arm/ |
D | jchuff.h | 108 #define PUT_AND_FLUSH(code, size) { \ argument 119 #define PUT_BITS(code, size) { \ argument 127 #define PUT_CODE(code, size, diff) { \ argument
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libjpeg-turbo/simd/arm/ |
D | jchuff.h | 108 #define PUT_AND_FLUSH(code, size) { \ argument 119 #define PUT_BITS(code, size) { \ argument 127 #define PUT_CODE(code, size, diff) { \ argument
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libjpeg-turbo/simd/arm/ |
D | jchuff.h | 108 #define PUT_AND_FLUSH(code, size) { \ argument 119 #define PUT_BITS(code, size) { \ argument 127 #define PUT_CODE(code, size, diff) { \ argument
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libjpeg-turbo/simd/arm/ |
D | jchuff.h | 108 #define PUT_AND_FLUSH(code, size) { \ argument 119 #define PUT_BITS(code, size) { \ argument 127 #define PUT_CODE(code, size, diff) { \ argument
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libjpeg-turbo/simd/arm/ |
D | jchuff.h | 108 #define PUT_AND_FLUSH(code, size) { \ argument 119 #define PUT_BITS(code, size) { \ argument 127 #define PUT_CODE(code, size, diff) { \ argument
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libjpeg-turbo/simd/arm/ |
D | jchuff.h | 108 #define PUT_AND_FLUSH(code, size) { \ argument 119 #define PUT_BITS(code, size) { \ argument 127 #define PUT_CODE(code, size, diff) { \ argument
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libjpeg-turbo/simd/arm/ |
D | jchuff.h | 108 #define PUT_AND_FLUSH(code, size) { \ argument 119 #define PUT_BITS(code, size) { \ argument 127 #define PUT_CODE(code, size, diff) { \ argument
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libjpeg-turbo/simd/arm/ |
D | jchuff.h | 108 #define PUT_AND_FLUSH(code, size) { \ argument 119 #define PUT_BITS(code, size) { \ argument 127 #define PUT_CODE(code, size, diff) { \ argument
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | zipimport.c | 312 PyObject *code, *mod, *dict; in zipimporter_load_module() local 377 PyObject *code; in zipimporter_get_filename() local 1057 PyObject *code; in unmarshal_code() local 1142 PyObject *code, *fixed_source; in compile_source() local 1205 PyObject *data, *code; in get_code_from_data() local 1246 PyObject *code = NULL; in get_module_code() local
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/form/ |
H A D | fty_generic.c | 109 int code = E_SYSTEM_ERROR; in _nc_generic_fieldtype() local 221 int code = E_SYSTEM_ERROR; in _nc_set_generic_fieldtype() local 274 int code = E_SYSTEM_ERROR; in _nc_form_cursor() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/hwui/statslog_hwui.cpp/gen/ |
D | statslog_hwui.cpp | 12 int stats_write(int32_t code, int32_t arg1, int32_t arg2, bool arg3, int32_t arg4) { in stats_write() 27 int stats_write(int32_t code, int32_t arg1, int64_t arg2, int32_t arg3) { in stats_write() 46 void addAStatsEvent(AStatsEventList* pulled_data, int32_t code, char const* arg1, int64_t arg2, int… in addAStatsEvent()
|
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/ |
D | WifiDetailsActionButtonsPreferenceController.java | 199 public void onFailure(int code) { in onFailure() 214 public void onConfiguratorSuccess(int code) { in onConfiguratorSuccess() 219 public void onProgress(int code) { in onProgress()
|
/aosp_15_r20/frameworks/base/media/java/android/mtp/ |
H A D | MtpPropertyGroup.java | 38 int code; field in MtpPropertyGroup.Property 42 Property(int code, int type, int column) { in Property() 74 private Property createProperty(int code, ArrayList<String> columns) { in createProperty()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/ |
D | test_fixture.h | 153 SpirvVector code = in EncodeSuccessfullyDecodeFailed() local 174 const SpirvVector code = CompileSuccessfully(txt, env); variable 184 void SetText(const std::string& code) { in SetText()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/ |
H A D | rtm.rs | 126 let code = rtm::_xbegin(); in test_xbegin_xend() localVariable 145 let code = rtm::_xbegin(); in test_xabort() localVariable 162 let code = rtm::_xbegin(); in test_xtest() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | status_macros.cc | 35 static Status MakeStatus(tensorflow::error::Code code, in MakeStatus() 77 tensorflow::error::Code code, in MakeError() 96 tensorflow::error::Code code, in Impl()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | test_fixture.h | 153 SpirvVector code = in EncodeSuccessfullyDecodeFailed() local 174 const SpirvVector code = CompileSuccessfully(txt, env); variable 184 void SetText(const std::string& code) { in SetText()
|