Home
last modified time | relevance | path

Searched +defs:error +defs:c (Results 676 – 700 of 2573) sorted by relevance

1...<<21222324252627282930>>...103

/aosp_15_r20/external/boringssl/src/crypto/kyber/
H A Dkyber.c67 uint16_t c[DEGREE]; member
639 vector error; in KYBER_generate_key_external_entropy() local
674 vector error; in encrypt_cpa() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dcrypto_test_utils.cc72 bool error() const { return error_; } in error() function in quic::test::crypto_test_utils::__anonf2c951070111::CryptoFramerVisitor
85 bool HexChar(char c, uint8_t* value) { in HexChar()
260 void Run(QuicErrorCode error, const std::string& error_details, in Run()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/kyber/
H A Dkyber.c66 uint16_t c[DEGREE]; member
638 vector error; in KYBER_generate_key_external_entropy() local
673 vector error; in encrypt_cpa() local
/aosp_15_r20/external/pigweed/pw_transfer/
H A Dclient_test.cc533 Chunk c = DecodeChunk(payloads.back()); in TEST_F() local
548 Chunk error = DecodeChunk(payloads.back()); in TEST_F() local
794 Chunk c = DecodeChunk(payloads.back()); in TEST_F() local
867 Chunk c = DecodeChunk(payloads.back()); in TEST_F() local
927 Chunk c = DecodeChunk(payloads.back()); in TEST_F() local
983 Chunk c = DecodeChunk(payloads.back()); in TEST_F() local
1007 Chunk c = DecodeChunk(payloads.back()); in TEST_F() local
1454 Chunk c = DecodeChunk(payloads.back()); in TEST_F() local
1654 Chunk c = DecodeChunk(payloads.back()); in TEST_F() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dethread.c105 int c) { in av1_row_mt_sync_read_dummy()
112 int c, int cols) { in av1_row_mt_sync_write_dummy()
119 void av1_row_mt_sync_read(AV1EncRowMultiThreadSync *row_mt_sync, int r, int c) { in av1_row_mt_sync_read()
140 void av1_row_mt_sync_write(AV1EncRowMultiThreadSync *row_mt_sync, int r, int c, in av1_row_mt_sync_write()
1294 struct aom_internal_error_info *const error = cur_cpi->common.error; in prepare_fpmt_workers() local
1425 const struct aom_internal_error_info *error = NULL; in sync_fpmt_workers() local
2064 int r, int c) { in av1_tpl_row_mt_sync_read_dummy()
2071 int r, int c, int cols) { in av1_tpl_row_mt_sync_write_dummy()
2079 int c) { in av1_tpl_row_mt_sync_read()
2099 int c, int cols) { in av1_tpl_row_mt_sync_write()
/aosp_15_r20/external/testng/src/main/java/org/testng/
H A DTestNG.java534 Class c = ClassHelper.forName(splitMethod(m)[0]); in createCommandLineSuitesForMethods() local
577 Class c = classes[i]; in createCommandLineSuitesForClasses() local
682 public void setObjectFactory(Class c) { in setObjectFactory()
1214 private static void error(String s) { in error() method in TestNG
1974 private void setConfigurable(IConfigurable c) { in setConfigurable()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp439 float minv3(Vec3 c) in minv3()
444 float maxv3(Vec3 c) in maxv3()
449 float lumv3(Vec3 c) in lumv3()
454 float satv3(Vec3 c) in satv3()
1569 std::ostringstream error; in checkSupport() local
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_quantized_api_test.cpp348 int c; in TEST_F() member
480 const int error = diff.abs().max().item<int>(); in test_cpu_to_vulkan_and_vulkan_to_cpu() local
604 const auto error = in test_cpu_to_vulkan_and_dequantize() local
753 const int error = diff.abs().max().item<int>(); in test_quantize_per_tensor_and_vulkan_to_cpu() local
953 const auto error = in test_quantize_per_tensor_and_dequantize() local
3548 int c = 5; in TEST_F() local
3602 int c = 5; in TEST_F() local
3654 int c = 5; in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.cc1066 friend H AbslHashValue(H h, const ComputationToEmit& c) { in AbslHashValue()
1080 ComputationToEmit c; in SubcomputationEmissionOrder() local
1361 std::string error; in CompileAheadOfTime() local
/aosp_15_r20/external/curl/lib/
H A Dftplistparser.c167 CURLcode error; member
393 char c = buffer[i]; in Curl_ftp_parselist() local
/aosp_15_r20/external/python/cpython2/Modules/
D_hashopenssl.c282 char c; in EVP_hexdigest() local
768 int error; member
/aosp_15_r20/external/skia/tests/graphite/
H A DReadWritePixelsGraphiteTest.cpp328 auto error = std::function<ComparePixmapsErrorReporter>([&](int x, int y, in graphite_read_pixels_test_driver() local
517 static void async_callback(void* c, std::unique_ptr<const SkImage::AsyncReadResult> result) { in async_callback()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_def_builder.cc199 string error; in FinalizeAttr() local
635 OpDefBuilder& OpDefBuilder::SetTypeConstructor(OpTypeConstructor c) { in SetTypeConstructor()
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/
H A DParcelTest.java378 Throwable error = assertThrows(BadParcelableException.class, () -> p.enforceNoDataAvail()); in testEnforceNoDataAvail() local
1030 …char[] c = {'a', Character.MAX_VALUE, Character.MIN_VALUE, Character.MAX_SURROGATE, Character.MIN_… in testReadCharArray() local
1099 …char[] c = {'a', Character.MAX_VALUE, Character.MIN_VALUE, Character.MAX_SURROGATE, Character.MIN_… in testCreateCharArray() local
1207 int[] c = {Integer.MAX_VALUE, 111, 11, 1, 0, -1, -11, -111, Integer.MIN_VALUE}; in testReadIntArray() local
1274 int[] c = {Integer.MAX_VALUE, 111, 11, 1, 0, -1, -11, -111, Integer.MIN_VALUE}; in testCreateIntArray() local
1368 long[] c = {Long.MAX_VALUE, 111L, 11L, 1L, 0L, -1L, -11L, -111L, Long.MIN_VALUE}; in testReadLongArray() local
1435 long[] c = {Long.MAX_VALUE, 111L, 11L, 1L, 0L, -1L, -11L, -111L, Long.MIN_VALUE}; in testCreateLongArray() local
1541 … float[] c = {Float.MAX_VALUE, 11.1f, 1.1f, 0.1f, .0f, -0.1f, -1.1f, -11.1f, Float.MIN_VALUE}; in testReadFloatArray() local
1608 … float[] c = {Float.MAX_VALUE, 11.1f, 1.1f, 0.1f, .0f, -0.1f, -1.1f, -11.1f, Float.MIN_VALUE}; in testCreateFloatArray() local
1714 … double[] c = {Double.MAX_VALUE, 11.1d, 1.1d, 0.1d, .0d, -0.1d, -1.1d, -11.1d, Double.MIN_VALUE}; in testReadDoubleArray() local
[all …]
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.28.0/
HDsqlite-jdbc-3.28.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/sqlite/ org/ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/tools/common/m2/xerial-sqlite-jdbc/linux_glibc_common/local-combined/
Dxerial-sqlite-jdbc.jar ... .sql.SQLException String value protected final synchronized void error (java.lang.String) throws java. ...
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Doghttp2_session.cc133 Http2ErrorCode GetHttp2ErrorCode(SpdyFramerError error) { in GetHttp2ErrorCode()
720 FrameAttributeCollector c; in SendQueuedFrames() local
1039 void OgHttp2Session::OnError(SpdyFramerError error, in OnError()
1896 ConnectionError error) { in LatchErrorAndNotify()
/aosp_15_r20/external/libopus/celt/
H A Dcelt_encoder.c149 CELTEncoder *opus_custom_encoder_create(const CELTMode *mode, int channels, int *error) in opus_custom_encoder_create()
236 int c; in transient_analysis() local
426 int i, c; in patch_transient_decision() local
469 int i, b, c; in compute_mdcts() local
804 int c; in alloc_trim_analysis() local
987 int i, c; in dynalloc_analysis() local
1191 int c; in run_prefilter() local
1433 int i, c, N; in celt_encode_with_ec() local
/aosp_15_r20/external/slf4j/log4j-over-slf4j/compatibility/lib/
HDlog4j-1.3alpha-8.jar ... event int writes org.apache.log4j.Category c void closeNestedAppenders () java.util.Enumeration enumeration ...
/aosp_15_r20/external/libxml2/
H A DHTMLparser.c51 #define IS_WS_HTML(c) \ argument
55 #define IS_HEX_DIGIT(c) \ argument
59 #define IS_UPPER(c) \ argument
62 #define IS_ALNUM(c) \ argument
131 htmlParseErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, in htmlParseErr()
363 htmlMaskMatch(htmlAsciiMask mask, unsigned c) { in htmlMaskMatch()
371 unsigned c = str[0]; in htmlValidateUtf8() local
2020 unsigned c, d; in UTF8ToHtml() local
2102 unsigned int c, d; in htmlEncodeEntities() local
2374 int c, size; in htmlParseHTMLName() local
[all …]
/aosp_15_r20/external/guice/lib/build/
HDbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd ...
/aosp_15_r20/external/e2fsprogs/resize/
H A Dresize2fs.c351 blk64_t b, c, d, old_desc_blocks, new_desc_blocks, j; in move_bg_metadata() local
1762 __u64 c, size; in block_mover() local
1915 errcode_t error; member
2093 #define BLK_IN_CACHE(b,c) ((b) == (c).blks[0] || (b) == (c).blks[1] || \ argument
2095 #define BLK_ADD_CACHE(b,c) { \ argument
/aosp_15_r20/external/leveldb/db/
H A Dversion_set.cc987 std::string error = s.ToString(); in Recover() local
1220 Iterator* VersionSet::MakeInputIterator(Compaction* c) { in MakeInputIterator()
1254 Compaction* c; in PickCompaction() local
1386 void VersionSet::SetupOtherInputs(Compaction* c) { in SetupOtherInputs()
1472 Compaction* c = new Compaction(options_, level); in CompactRange() local
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/cronet/transport/
H A Dcronet_transport.cc451 [&](absl::string_view error, const grpc_core::Slice& value) { in convert_cronet_array_to_metadata()
829 const uint8_t c = *data; in parse_grpc_header() local
1318 grpc_error_handle error; in execute_stream_op() local
/aosp_15_r20/external/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c51 …const union { unsigned u; char c[4]; } one = { 1 }; /* don't use static : performance detrimenta… in ZWRAP_isLittleEndian() member
229 static int ZWRAPC_finishWithError(ZWRAP_CCtx* zwc, z_streamp strm, int error) in ZWRAPC_finishWithError()
579 static int ZWRAPD_finishWithError(ZWRAP_DCtx* zwd, z_streamp strm, int error) in ZWRAPD_finishWithError()

1...<<21222324252627282930>>...103