Home
last modified time | relevance | path

Searched +defs:error +defs:c (Results 151 – 175 of 1996) sorted by relevance

12345678910>>...80

/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/include/aidl/android/hardware/camera/device/
DNotifyMsg.h24 #define __assert2(a,b,c,d) ((void)0) argument
38 error = 0, enumerator
43 static const inline Tag error = Tag::error; variable
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/include/aidl/android/hardware/camera/device/
DNotifyMsg.h24 #define __assert2(a,b,c,d) ((void)0) argument
38 error = 0, enumerator
43 static const inline Tag error = Tag::error; variable
DStreamBuffersVal.h24 #define __assert2(a,b,c,d) ((void)0) argument
38 error = 0, enumerator
43 static const inline Tag error = Tag::error; variable
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V1-ndk-source/gen/include/aidl/android/hardware/camera/device/
DNotifyMsg.h24 #define __assert2(a,b,c,d) ((void)0) argument
38 error = 0, enumerator
43 static const inline Tag error = Tag::error; variable
/aosp_15_r20/external/libdav1d/src/
H A Dgetbits.h36 int bits_left, error; member
52 static inline void dav1d_bytealign_get_bits(GetBits *c) { in dav1d_bytealign_get_bits()
67 static inline unsigned dav1d_get_bits_pos(const GetBits *c) { in dav1d_get_bits_pos()
H A Dlib.c107 static COLD void get_num_threads(Dav1dContext *const c, const Dav1dSettings *const s, in get_num_threads()
163 Dav1dContext *const c = *c_out = dav1d_alloc_aligned(ALLOC_COMMON_CTX, sizeof(*c), 64); in dav1d_open() local
309 static int output_image(Dav1dContext *const c, Dav1dPicture *const out) in output_image()
330 static int output_picture_ready(Dav1dContext *const c, const int drain) { in output_picture_ready()
351 static int drain_picture(Dav1dContext *const c, Dav1dPicture *const out) { in drain_picture()
381 const int error = f->task_thread.retval; in drain_picture() local
410 static int gen_picture(Dav1dContext *const c) in gen_picture()
436 int dav1d_send_data(Dav1dContext *const c, Dav1dData *const in) in dav1d_send_data()
456 int dav1d_get_picture(Dav1dContext *const c, Dav1dPicture *const out) in dav1d_get_picture()
483 int dav1d_apply_grain(Dav1dContext *const c, Dav1dPicture *const out, in dav1d_apply_grain()
[all …]
/aosp_15_r20/system/teeui/libteeui/src/
H A Dlabel.cpp28 Error error; in draw() local
55 auto drawBox = [&](const Box<pxs>& box, Color c) { in draw()
145 if (auto error = drawText(&face, curLine->lineText, drawPixelBoundsEnforced, in draw() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V3-ndk-source/gen/include/aidl/android/hardware/camera/device/
DStreamBuffersVal.h32 #define __assert2(a,b,c,d) ((void)0) argument
49 error = 0, enumerator
54 static const inline Tag error = Tag::error; variable
DNotifyMsg.h32 #define __assert2(a,b,c,d) ((void)0) argument
50 error = 0, enumerator
55 static const inline Tag error = Tag::error; variable
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/aidl/android.hardware.camera.device-V2-ndk-source/gen/include/aidl/android/hardware/camera/device/
DStreamBuffersVal.h32 #define __assert2(a,b,c,d) ((void)0) argument
49 error = 0, enumerator
54 static const inline Tag error = Tag::error; variable
DNotifyMsg.h32 #define __assert2(a,b,c,d) ((void)0) argument
50 error = 0, enumerator
55 static const inline Tag error = Tag::error; variable
/aosp_15_r20/system/keymaster/legacy_support/
H A Dkeymaster1_legacy_support.cpp65 keymaster_error_t error = in add_digests() local
89 keymaster_error_t error = in map_digests() local
100 keymaster_error_t error = in map_digests() local
113 template <typename Collection, typename Value> bool contains(const Collection& c, const Value& v) { in contains()
241 keymaster_error_t error = EcCurveToKeySize(curve, &key_size_from_curve); in GenerateKey() local
/aosp_15_r20/external/webrtc/pc/
H A Dsdp_offer_answer.cc185 const RTCError& error) { in GetSetDescriptionErrorMessage()
478 for (const auto& c : media_description->as_audio()->codecs()) { in ValidateBundledPayloadTypes() local
479 auto error = FindDuplicateCodecParameters( in ValidateBundledPayloadTypes() local
487 for (const auto& c : media_description->as_video()->codecs()) { in ValidateBundledPayloadTypes() local
488 auto error = FindDuplicateCodecParameters( in ValidateBundledPayloadTypes() local
1061 void OnFailure(RTCError error) override { in OnFailure()
1109 void OnFailure(RTCError error) override { in OnFailure()
1145 void OnSetLocalDescriptionComplete(RTCError error) override { in OnSetLocalDescriptionComplete()
1149 void OnSetRemoteDescriptionComplete(RTCError error) override { in OnSetRemoteDescriptionComplete()
1154 void OnSetDescriptionComplete(RTCError error) { in OnSetDescriptionComplete()
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dvalidate_metadata.cc49 ValidateMetadataResult error) { in ConformsTo()
50 for (uint8_t c : x) { in ConformsTo() local
94 static int error2int(grpc_error_handle error) { in error2int()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dvalidate_metadata.cc49 ValidateMetadataResult error) { in ConformsTo()
50 for (uint8_t c : x) { in ConformsTo() local
94 static int error2int(grpc_error_handle error) { in error2int()
/aosp_15_r20/sdk/find_lock/
H A Dfind_lock.cpp186 char *error = NULL; in adjustPrivileges() local
257 const char *c = buf + 96; in getHandleType() local
295 const char *c = buf + 96; in isFileHandleType() local
471 static SYSTEM_PROCESS_INFORMATION *queryAllProcess(const char **error) { in queryAllProcess()
522 static SYSTEM_HANDLE_INFORMATION *queryAllHandles(const char **error) { in queryAllHandles()
570 const char *error = NULL; in findLock() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c29 #define error(fmt, args...) do { \ macro
70 static unsigned int translate_rgb_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_rgb_op()
92 static unsigned int translate_alpha_op(struct r300_fragment_program_compiler *c, rc_opcode opcode) in translate_alpha_op()
159 static uint32_t translate_alu_result_op(struct r300_fragment_program_compiler * c, rc_compare_func … in translate_alu_result_op()
201 static void alu_nop(struct r300_fragment_program_compiler *c, int ip) in alu_nop()
213 static void emit_paired(struct r300_fragment_program_compiler *c, struct rc_pair_instruction *inst) in emit_paired()
351 static int emit_tex(struct r300_fragment_program_compiler *c, struct rc_sub_instruction *inst) in emit_tex()
604 void r500BuildFragmentProgramHwCode(struct radeon_compiler *c, void *user) in r500BuildFragmentProgramHwCode()
/aosp_15_r20/art/test/401-optimizing-compiler/src/
H A DMain.java22 Error error = null; in main() local
142 static int $opt$TestInvokeWith3Parameters(int a, int b, int c) { in $opt$TestInvokeWith3Parameters()
146 static int $opt$TestInvokeWith5Parameters(int a, int b, int c, int d, int e) { in $opt$TestInvokeWith5Parameters()
150 static int $opt$TestInvokeWith7Parameters(int a, int b, int c, int d, int e, int f, int g) { in $opt$TestInvokeWith7Parameters()
194 public static void printStaticMethodWith5Args(int a, int b, int c, int d, int e) { in printStaticMethodWith5Args()
199 public static void printStaticMethodWith7Args(int a, int b, int c, int d, int e, int f, int g) { in printStaticMethodWith7Args()
/aosp_15_r20/external/libcap/libcap/
H A Dcap_proc.c214 int error; in capgetp() local
261 int error; in capsetp() local
344 cap_value_t c; in _cap_reset_ambient() local
450 cap_flag_t c; in _cap_set_mode() local
530 cap_value_t c; in cap_get_mode() local
727 cap_value_t c; in cap_iab_get_proc() local
749 cap_value_t c; in _cap_iab_set_proc() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/
H A Dmain.cpp125 int error = 0; in doTest() local
303 int error; in main() local
586 int error; in InitCL() local
779 char c[1024]; in InitCL() local
906 int error; in InitILogbConstants() local
968 int error; in IsTininessDetectedBeforeRounding() local
1031 int error; in IsInRTZMode() local
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
H A DSSLEngineTest.java70 TestSSLContext c = TestSSLContext.create(); in test_SSLEngine_getSupportedCipherSuites_returnsCopies() local
146 TestSSLContext c = TestSSLContext.newBuilder() in test_SSLEngine_getSupportedCipherSuites_connect() local
199 StringBuilder error = new StringBuilder(); in test_SSLEngine_getSupportedCipherSuites_connect() local
376 TestSSLContext c = TestSSLContext.create(); in test_SSLEngine_getEnabledCipherSuites_returnsCopies() local
384 TestSSLContext c = TestSSLContext.create(); in test_SSLEngine_setEnabledCipherSuites_storesCopy() local
457 TestSSLContext c = TestSSLContext.create(); in test_SSLEngine_getSupportedProtocols_returnsCopies() local
465 TestSSLContext c = TestSSLContext.create(); in test_SSLEngine_getEnabledProtocols_returnsCopies() local
473 TestSSLContext c = TestSSLContext.create(); in test_SSLEngine_setEnabledProtocols_storesCopy() local
484 TestSSLContext c = TestSSLContext.create(); in test_SSLEngine_setEnabledProtocols() local
531 TestSSLContext c = TestSSLContext.create(); in test_SSLEngine_getSession() local
[all …]
/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
H A DSSLEngineTest.java78 TestSSLContext c = TestSSLContext.create(); in test_SSLEngine_getSupportedCipherSuites_returnsCopies() local
154 TestSSLContext c = TestSSLContext.newBuilder() in test_SSLEngine_getSupportedCipherSuites_connect() local
207 StringBuilder error = new StringBuilder(); in test_SSLEngine_getSupportedCipherSuites_connect() local
384 TestSSLContext c = TestSSLContext.create(); in test_SSLEngine_getEnabledCipherSuites_returnsCopies() local
392 TestSSLContext c = TestSSLContext.create(); in test_SSLEngine_setEnabledCipherSuites_storesCopy() local
465 TestSSLContext c = TestSSLContext.create(); in test_SSLEngine_getSupportedProtocols_returnsCopies() local
473 TestSSLContext c = TestSSLContext.create(); in test_SSLEngine_getEnabledProtocols_returnsCopies() local
481 TestSSLContext c = TestSSLContext.create(); in test_SSLEngine_setEnabledProtocols_storesCopy() local
492 TestSSLContext c = TestSSLContext.create(); in test_SSLEngine_setEnabledProtocols() local
539 TestSSLContext c = TestSSLContext.create(); in test_SSLEngine_getSession() local
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DCommandResultPayload.h29 #define __assert2(a,b,c,d) ((void)0) argument
43 error = 0, enumerator
53 static const inline Tag error = Tag::error; variable
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DCommandResultPayload.h29 #define __assert2(a,b,c,d) ((void)0) argument
43 error = 0, enumerator
53 static const inline Tag error = Tag::error; variable
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DCommandResultPayload.h29 #define __assert2(a,b,c,d) ((void)0) argument
43 error = 0, enumerator
53 static const inline Tag error = Tag::error; variable

12345678910>>...80