/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
H A D | ValidateRequest.cpp | 54 for (auto c : message) { in validate() local 85 const Timing& timing) { in validate() 162 [](ErrorStatus error, const hidl_vec<OutputShape>& outputShapes, const Timing& timing) { in validateRequestFailure()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/hash/internal/ |
H A D | spy_hash_state.h | 131 for (char c : s) { variable 189 absl::optional<std::string> error() const { in error() function 202 std::shared_ptr<absl::optional<std::string>> error; member
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/hash/internal/ |
H A D | spy_hash_state.h | 131 for (char c : s) { variable 189 absl::optional<std::string> error() const { in error() function 202 std::shared_ptr<absl::optional<std::string>> error; member
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/ |
H A D | parse.rs | 366 pub fn error<T: Display>(self, message: T) -> Error { in error() method 371 pub(crate) fn advance_step_cursor<'c, 'a>(proof: StepCursor<'c, 'a>, to: Cursor<'c>) -> Cursor<'a> { in advance_step_cursor() 1003 pub fn error<T: Display>(&self, message: T) -> Error { in error() method 1054 F: for<'c> FnOnce(StepCursor<'c, 'a>) -> Result<(R, Cursor<'c>)>, in step()
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/ |
D | parse.rs | 366 pub fn error<T: Display>(self, message: T) -> Error { in error() method 371 pub(crate) fn advance_step_cursor<'c, 'a>(proof: StepCursor<'c, 'a>, to: Cursor<'c>) -> Cursor<'a> { in advance_step_cursor() 1003 pub fn error<T: Display>(&self, message: T) -> Error { in error() method 1054 F: for<'c> FnOnce(StepCursor<'c, 'a>) -> Result<(R, Cursor<'c>)>, in step()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | marshal.c | 59 int error; /* see WFERR_* values */ member 69 #define w_byte(c, p) if (((p)->fp)) putc((c), (p)->fp); \ argument 74 w_more(int c, WFILE *p) in w_more() 750 Py_complex c; in r_object() local 784 Py_complex c; in r_object() local 1200 set_error(int error) in set_error()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/ |
H A D | CommandQueueTest.java | 379 ComponentName c = new ComponentName("testpkg", "testcls"); in addQsTile_withA11yQsShortcutFlagOff() local 390 ComponentName c = new ComponentName("testpkg", "testcls"); in addQsTileToFrontOrEnd_withA11yQsShortcutFlagOff_doNothing() local 401 ComponentName c = new ComponentName("testpkg", "testcls"); in addQsTile_withA11yQsShortcutFlagOn() local 412 ComponentName c = new ComponentName("testpkg", "testcls"); in addQsTileAtTheEnd_withA11yQsShortcutFlagOn() local 422 ComponentName c = new ComponentName("testpkg", "testcls"); in testRemoveQsTile() local 430 ComponentName c = new ComponentName("testpkg", "testcls"); in testClickQsTile() local 519 final int error = 2; in testOnBiometricError() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/ |
H A D | EmbeddedRungeKuttaIntegrator.java | 70 private final double[] c; field in EmbeddedRungeKuttaIntegrator 110 final double[] c, final double[][] a, final double[] b, in EmbeddedRungeKuttaIntegrator() 148 final double[] c, final double[][] a, final double[] b, in EmbeddedRungeKuttaIntegrator() 227 double error = 10; in integrate() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
H A D | EmbeddedRungeKuttaIntegrator.java | 72 private final double[] c; field in EmbeddedRungeKuttaIntegrator 110 final double[] c, final double[][] a, final double[] b, in EmbeddedRungeKuttaIntegrator() 148 final double[] c, final double[][] a, final double[] b, in EmbeddedRungeKuttaIntegrator() 238 double error = 10; in integrate() local
|
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/charsetdet/mbcs/ |
H A D | EUCTool.java | 189 ChEl c = (ChEl)encounteredChars[i]; in processDir() local 206 ChEl c = (ChEl)encounteredChars[i]; in processDir() local 241 ChEl(int c, int o) { in ChEl() 279 boolean error = false; field in EUCTool.iteratedChar
|
/aosp_15_r20/external/mtools/ |
H A D | vfat.c | 222 int error; in clear_vses() local 257 wchar_t *c; in write_vfat() local 356 wchar_t *c; in parse_vses() local 433 int error; in vfat_lookup_loop_common() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/ |
H A D | escaping_test.cc | 79 std::string error; in TEST() local 181 std::string error; in TEST() local 579 for (unsigned int c = 0; c < websafe_with_padding.size(); ++c) { in TestEscapeAndUnescape() local 587 for (unsigned int c = 0; c < websafe.size(); ++c) { in TestEscapeAndUnescape() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/ |
H A D | escaping_test.cc | 79 std::string error; in TEST() local 181 std::string error; in TEST() local 579 for (unsigned int c = 0; c < websafe_with_padding.size(); ++c) { in TestEscapeAndUnescape() local 587 for (unsigned int c = 0; c < websafe.size(); ++c) { in TestEscapeAndUnescape() local
|
/aosp_15_r20/external/abseil-cpp/absl/strings/ |
H A D | escaping_test.cc | 79 std::string error; in TEST() local 181 std::string error; in TEST() local 579 for (unsigned int c = 0; c < websafe_with_padding.size(); ++c) { in TestEscapeAndUnescape() local 587 for (unsigned int c = 0; c < websafe.size(); ++c) { in TestEscapeAndUnescape() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_basic_parameter_types.cpp | 53 int error; in test_parameter_types_long() local 203 int error; in test_parameter_types() local 221 cl_char c[16] = { 0, -1, 2, -3, 4, -5, 6, -7, in test_parameter_types() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/SVM/ |
H A D | test_migrate.cpp | 54 cl_int error = clWaitForEvents(n, evs); in wait_and_release() local 76 int test_svm_migrate(cl_device_id deviceID, cl_context c, cl_command_queue queue, int num_elements) in test_svm_migrate() 91 cl_int error; in test_svm_migrate() local
|
/aosp_15_r20/external/curl/tests/server/ |
H A D | rtspd.c | 89 #define SET_RTP_PKT_CHN(p,c) ((p)[1] = (char)((c) & 0xFF)) argument 291 int error = errno; in ProcessRequest() local 309 int error = getpart(&cmd, &cmdsize, "reply", "servercmd", stream); in ProcessRequest() local 600 int error = 0; in storerequest() local 655 int error; in get_request() local 776 int error = 0; in send_doc() local 1064 int error; in main() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/hash/ |
H A D | hash_testing.h | 206 EqClass* c = nullptr; in VerifyTypeImplementsAbslHashCorrectly() local 221 if (auto error = c->back().expand().error()) { in VerifyTypeImplementsAbslHashCorrectly() local 234 for (const auto& c : classes) { in VerifyTypeImplementsAbslHashCorrectly() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/ |
D | hash_testing.h | 206 EqClass* c = nullptr; in VerifyTypeImplementsAbslHashCorrectly() local 221 if (auto error = c->back().expand().error()) { in VerifyTypeImplementsAbslHashCorrectly() local 234 for (const auto& c : classes) { in VerifyTypeImplementsAbslHashCorrectly() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/hash/ |
H A D | hash_testing.h | 206 EqClass* c = nullptr; in VerifyTypeImplementsAbslHashCorrectly() local 221 if (auto error = c->back().expand().error()) { in VerifyTypeImplementsAbslHashCorrectly() local 234 for (const auto& c : classes) { in VerifyTypeImplementsAbslHashCorrectly() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/hash/ |
H A D | hash_testing.h | 206 EqClass* c = nullptr; in VerifyTypeImplementsAbslHashCorrectly() local 221 if (auto error = c->back().expand().error()) { in VerifyTypeImplementsAbslHashCorrectly() local 234 for (const auto& c : classes) { in VerifyTypeImplementsAbslHashCorrectly() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/hash/ |
H A D | hash_testing.h | 206 EqClass* c = nullptr; in VerifyTypeImplementsAbslHashCorrectly() local 221 if (auto error = c->back().expand().error()) { in VerifyTypeImplementsAbslHashCorrectly() local 234 for (const auto& c : classes) { in VerifyTypeImplementsAbslHashCorrectly() local
|
/aosp_15_r20/external/abseil-cpp/absl/hash/ |
H A D | hash_testing.h | 206 EqClass* c = nullptr; in VerifyTypeImplementsAbslHashCorrectly() local 221 if (auto error = c->back().expand().error()) { in VerifyTypeImplementsAbslHashCorrectly() local 234 for (const auto& c : classes) { in VerifyTypeImplementsAbslHashCorrectly() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/hash/ |
H A D | hash_testing.h | 206 EqClass* c = nullptr; in VerifyTypeImplementsAbslHashCorrectly() local 221 if (auto error = c->back().expand().error()) { in VerifyTypeImplementsAbslHashCorrectly() local 234 for (const auto& c : classes) { in VerifyTypeImplementsAbslHashCorrectly() local
|
/aosp_15_r20/external/aac/libAACdec/src/ |
H A D | aacdecoder.cpp | 367 AAC_DECODER_ERROR error = AAC_DEC_OK; in CAacDecoder_AncDataGet() local 392 AAC_DECODER_ERROR error = AAC_DEC_OK; in CAacDecoder_AncDataParse() local 440 AAC_DECODER_ERROR error = AAC_DEC_OK; in CDataStreamElement_Read() local 882 AAC_DECODER_ERROR error = AAC_DEC_OK; in CAacDecoder_ExtPayloadParse() local 2001 AAC_DECODER_ERROR error; in CAacDecoder_Init() local 3248 int c, cIdx; in CAacDecoder_DecodeFrame() local 3556 int c; in CAacDecoder_DecodeFrame() local
|