Home
last modified time | relevance | path

Searched +defs:error +defs:c (Results 101 – 125 of 1968) sorted by relevance

12345678910>>...79

/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcnormtst.c340 UErrorCode error = U_ZERO_ERROR; in TestQuickCheckResultNO() local
385 UErrorCode error = U_ZERO_ERROR; in TestQuickCheckResultYES() local
455 UErrorCode error = U_ZERO_ERROR; in TestQuickCheckResultMAYBE() local
479 UChar *c = NULL; in TestQuickCheckStringResult() local
480 UErrorCode error = U_ZERO_ERROR; in TestQuickCheckStringResult() local
1322 UChar32 c; in TestFCNFKCClosure() member
1368 UChar32 c, lead, trail; in TestQuickCheckPerCP() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/
H A Dsubhelpers.h425 int error; in int64_ok() local
443 int error; in double_ok() local
444 cl_device_fp_config c; in double_ok() local
457 int error; in half_ok() local
458 cl_device_fp_config c; in half_ok() local
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
H A Druntime_fallback_batch_tf_opkernels.cc57 Status GetTfrtExecutionContext(OpKernelContext* c, in GetTfrtExecutionContext()
208 Status CreateBatchTask(OpKernelContext* c, in CreateBatchTask()
276 OpKernelConstruction* c) in BatchFunctionFallbackKernel()
328 void BatchFunctionFallbackKernel::ComputeAsync(OpKernelContext* c, in ComputeAsync()
429 OpKernelConstruction* c, int32_t num_batch_threads) { in SetAdaptiveBatchSchedulerOptions()
591 if (auto* error = result->GetErrorIfPresent()) { in ProcessFuncBatchImpl() local
613 for (auto* error : errors) { in ProcessFuncBatchImpl() local
/aosp_15_r20/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp1097 INT error = noError; in FDKsbrEnc_EnvEncodeFrame() local
1254 for (int c = 0; c < (int)numChannels; c++) { in FDKsbrEnc_Downsample() local
1264 for (int c = 0; c < (int)numChannels; c++) { in FDKsbrEnc_Downsample() local
2076 INT error = 0; in sbrEncoder_Init() local
2386 INT error; in sbrEncoder_EncodeFrame() local
2411 int c; in sbrEncoder_UpdateBuffers() local
2422 int c; in sbrEncoder_UpdateBuffers() local
2450 INT error = -1; in sbrEncoder_SendHeader() local
2504 INT error = -1; in sbrEncoder_SAPPrepare() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext.cpp52 const char* c = textValue; in spvIsValidID() local
195 if (auto error = encodeImmediate(context, textValue, pInst)) { in spvTextEncodeOperand() local
309 if (auto error = context->binaryEncodeNumericLiteral( in spvTextEncodeOperand() local
320 if (auto error = context->binaryEncodeNumericLiteral( in spvTextEncodeOperand() local
329 if (auto error = context->binaryEncodeNumericLiteral( in spvTextEncodeOperand() local
368 if (auto error = context->binaryEncodeNumericLiteral( in spvTextEncodeOperand() local
377 spv_result_t error = spvTextToLiteral(textValue, &literal); in spvTextEncodeOperand() local
420 if (auto error = grammar.parseMaskOperand(type, textValue, &value)) { in spvTextEncodeOperand() local
425 if (auto error = context->binaryEncodeU32(value, pInst)) return error; in spvTextEncodeOperand() local
430 auto error = spvTextEncodeOperand( in spvTextEncodeOperand() local
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dtext.cpp52 const char* c = textValue; in spvIsValidID() local
195 if (auto error = encodeImmediate(context, textValue, pInst)) { in spvTextEncodeOperand() local
308 if (auto error = context->binaryEncodeNumericLiteral( in spvTextEncodeOperand() local
319 if (auto error = context->binaryEncodeNumericLiteral( in spvTextEncodeOperand() local
328 if (auto error = context->binaryEncodeNumericLiteral( in spvTextEncodeOperand() local
367 if (auto error = context->binaryEncodeNumericLiteral( in spvTextEncodeOperand() local
376 spv_result_t error = spvTextToLiteral(textValue, &literal); in spvTextEncodeOperand() local
421 if (auto error = grammar.parseMaskOperand(type, textValue, &value)) { in spvTextEncodeOperand() local
426 if (auto error = context->binaryEncodeU32(value, pInst)) return error; in spvTextEncodeOperand() local
431 auto error = spvTextEncodeOperand( in spvTextEncodeOperand() local
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dtext.cpp52 const char* c = textValue; in spvIsValidID() local
195 if (auto error = encodeImmediate(context, textValue, pInst)) { in spvTextEncodeOperand() local
309 if (auto error = context->binaryEncodeNumericLiteral( in spvTextEncodeOperand() local
320 if (auto error = context->binaryEncodeNumericLiteral( in spvTextEncodeOperand() local
329 if (auto error = context->binaryEncodeNumericLiteral( in spvTextEncodeOperand() local
368 if (auto error = context->binaryEncodeNumericLiteral( in spvTextEncodeOperand() local
377 spv_result_t error = spvTextToLiteral(textValue, &literal); in spvTextEncodeOperand() local
419 if (auto error = grammar.parseMaskOperand(type, textValue, &value)) { in spvTextEncodeOperand() local
424 if (auto error = context->binaryEncodeU32(value, pInst)) return error; in spvTextEncodeOperand() local
429 auto error = spvTextEncodeOperand( in spvTextEncodeOperand() local
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dcall.cc804 grpc_error_handle error; in Create() local
937 auto* c = static_cast<FilterStackCall*>(call); in DestroyCall() local
1026 void FilterStackCall::CancelWithError(grpc_error_handle error) { in CancelWithError()
1048 void FilterStackCall::SetFinalStatus(grpc_error_handle error) { in SetFinalStatus()
1107 [md](absl::string_view error, const Slice& value) { in PrepareApplicationMetadata()
1216 grpc_error_handle error; in RecvTrailingFilter() local
1307 grpc_error_handle error = batch_error_.get(); in PostCompletion() local
1404 grpc_error_handle error) { in ReceivingStreamReady()
1432 grpc_error_handle error) { in ReceivingInitialMetadataReady()
1470 [](void* bctl, grpc_error_handle error) { in ReceivingInitialMetadataReady()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/timeouts/
Dasync_tcp_client.cpp144 void handle_connect(const boost::system::error_code& error, in handle_connect()
198 void handle_read(const boost::system::error_code& error, std::size_t n) in handle_read()
235 void handle_write(const boost::system::error_code& error) in handle_write()
299 client c(io_context); in main() local
Dblocking_tcp_client.cpp49 boost::system::error_code error; in connect() local
71 boost::system::error_code error; in read_line() local
103 boost::system::error_code error; in write_line() local
162 client c; in main() local
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/tests/
H A Dio_test.cpp44 for(size_t c = 0; c < 100; ++c) { in main() local
167 promise<bool> error; in main() local
192 promise<bool> error; in main() local
222 for(int c = 0; c < 1000; ++c) in main() local
331 for(int c = 0; c < 20; ++c) { in main() local
335 for(int c = 0; c < 20; ++c) { in main() local
554 for(size_t c = 0; c < 100; ++c) { in main() local
581 for(size_t c = 0; c < 5; ++c) { in main() local
606 for(size_t c = 0; c < 10; ++c) { in main() local
628 for(size_t c = 0; c < 5000; ++c) { in main() local
[all …]
/aosp_15_r20/external/icu/icu4c/source/common/
H A Ddictbe.cpp45 DictionaryBreakEngine::handles(UChar32 c, const char*) const { in handles()
68 UChar32 c = utext_current32(text); in findBreaks() local
1178 UChar32 c = utext_next32(inText); in divideUpDictionaryRange() local
1202 UChar32 c = inString.char32At(srcI); in divideUpDictionaryRange() local
1474 void CjkBreakEngine::initJapanesePhraseParameter(UErrorCode& error) { in initJapanesePhraseParameter()
1479 void CjkBreakEngine::loadJapaneseExtensions(UErrorCode& error) { in loadJapaneseExtensions()
1490 void CjkBreakEngine::loadHiragana(UErrorCode& error) { in loadHiragana()
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Ddictbe.cpp45 DictionaryBreakEngine::handles(UChar32 c, const char*) const { in handles()
68 UChar32 c = utext_current32(text); in findBreaks() local
1178 UChar32 c = utext_next32(inText); in divideUpDictionaryRange() local
1202 UChar32 c = inString.char32At(srcI); in divideUpDictionaryRange() local
1474 void CjkBreakEngine::initJapanesePhraseParameter(UErrorCode& error) { in initJapanesePhraseParameter()
1479 void CjkBreakEngine::loadJapaneseExtensions(UErrorCode& error) { in loadJapaneseExtensions()
1490 void CjkBreakEngine::loadHiragana(UErrorCode& error) { in loadHiragana()
/aosp_15_r20/external/freetype/src/base/
H A Dftoutln.c58 FT_Error error; in FT_Outline_Decompose() local
309 FT_Error error; in FT_Outline_New() local
608 FT_Error error; in FT_Outline_Render() local
920 FT_Int c, first, last; in FT_Outline_EmboldenXY() local
1055 FT_Int c, n, first, last; in FT_Outline_Get_Orientation() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c340 UErrorCode error = U_ZERO_ERROR; in TestQuickCheckResultNO() local
385 UErrorCode error = U_ZERO_ERROR; in TestQuickCheckResultYES() local
455 UErrorCode error = U_ZERO_ERROR; in TestQuickCheckResultMAYBE() local
479 UChar *c = NULL; in TestQuickCheckStringResult() local
480 UErrorCode error = U_ZERO_ERROR; in TestQuickCheckStringResult() local
1322 UChar32 c; in TestFCNFKCClosure() member
1368 UChar32 c, lead, trail; in TestQuickCheckPerCP() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/tls/
H A Dtls_security_connector.cc372 grpc_error_handle error = grpc_ssl_check_alpn(&peer); in check_peer() local
417 int c = channel_security_connector_cmp(other); in cmp() local
511 grpc_error_handle error; in OnVerifyDone() local
648 grpc_error_handle error = grpc_ssl_check_alpn(&peer); in check_peer() local
696 int c = server_security_connector_cmp(other); in cmp() local
779 grpc_error_handle error; in OnVerifyDone() local
/aosp_15_r20/packages/screensavers/Basic/src/com/android/dreams/basic/
DColorsGLRenderer.java180 int error = mEgl.eglGetError(); in initGL() local
251 String error = glGetProgramInfoLog(program); in buildProgram() local
274 String error = glGetShaderInfoLog(shader); in buildShader() local
284 int error = mEgl.eglGetError(); in checkEglError() local
295 int error = glGetError(); in checkGlError() local
418 final int c = Color.HSVToColor(_tmphsv); in draw() local
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/
DOptions.cpp83 std::string error; in GetError() local
87 [](char c) { return std::toupper(c); }); in GetError()
99 bool from_env, std::string& error) { in GetNumeric()
343 [](char c) { return std::toupper(c); }); in Process()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dliteral_test_util_test.cc125 ErrorSpec error(0.001); in TEST() local
205 auto c = LiteralUtil::CreateR1<complex64>({{0.0, 1.0}, in TEST() local
248 auto c = LiteralUtil::CreateR1<complex128>({{0.0, 1.0}, in TEST() local
292 ErrorSpec error(0.001); in TEST() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dvla.cpp9 template<typename T> struct error { struct
10 typename T::error e; // expected-error {{cannot be used prior to '::'}}
17 incomplete c[n]; // expected-error {{incomplete}} in f() local
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dchttp2_transport.cc271 grpc_closure* c) { in InitTransportClosure()
274 [](void* tp, grpc_error_handle error) { in InitTransportClosure()
325 grpc_error_handle error) { in ForEachContextListEntryExecute()
392 grpc_error_handle error = GRPC_ERROR_CREATE("Transport destroyed"); in ~grpc_chttp2_transport() local
578 GRPC_UNUSED grpc_error_handle error) { in init_keepalive_pings_if_enabled_locked()
699 grpc_error_handle error) { in close_transport_locked()
1057 grpc_error_handle error) { in write_action_end()
1072 grpc_error_handle error) { in write_action_end_locked()
1118 grpc_error_handle error, bool tarpit) { in cancel_unstarted_streams()
1260 grpc_closure* c = *closure; in null_then_sched_closure() local
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_interfaces.cpp169 if (auto error = NumConsumedLocations( in NumConsumedLocations() local
376 if (auto error = NumConsumedLocations(_, sub_type, &num_locations)) in GetLocationsForVariable() local
447 if (auto error = NumConsumedLocations(_, member, &num_locations)) in GetLocationsForVariable() local
468 for (uint32_t c = component; c < component + num_components; ++c) { in GetLocationsForVariable() local
553 if (auto error = GetLocationsForVariable(_, entry_point, interface_var, in ValidateLocations() local
567 if (auto error = GetLocationsForVariable( in ValidateLocations() local
639 if (auto error = check_interface_variable(_, &inst)) { in ValidateInterfaces() local
648 if (auto error = ValidateLocations(_, &inst)) { in ValidateInterfaces() local
651 if (auto error = ValidateStorageClass(_, &inst)) { in ValidateInterfaces() local
/aosp_15_r20/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp827 UErrorCode error = U_ZERO_ERROR; in doForwardIterTest() local
989 UErrorCode error = U_ZERO_ERROR; in doBackwardIterTest() local
1216 UBool error() {return fError;}; in error() function in UCharFile
1272 char16_t c; in get() local
1557 char16_t c = f.get(); in main() local
1672 char16_t c = gFileLines[line].name[i]; in main() local
1705 unsigned char c = gFileLines[line].icuSortKey[i]; in main() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp827 UErrorCode error = U_ZERO_ERROR; in doForwardIterTest() local
989 UErrorCode error = U_ZERO_ERROR; in doBackwardIterTest() local
1216 UBool error() {return fError;}; in error() function in UCharFile
1272 char16_t c; in get() local
1557 char16_t c = f.get(); in main() local
1672 char16_t c = gFileLines[line].name[i]; in main() local
1705 unsigned char c = gFileLines[line].icuSortKey[i]; in main() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtimer_generic.cc134 grpc_closure* c = t->closure; in add_to_ht() local
170 grpc_closure* c = t->closure; in remove_from_ht() local
187 grpc_closure* c = t->closure; in validate_non_pending_timer() local
544 grpc_error_handle error) { in pop_timers()
564 grpc_error_handle error) { in run_some_expired_timers()

12345678910>>...79