/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/impl/ |
H A D | make_boxed_from_unboxed_functor.h | 142 …"You tried to register a kernel with an unsupported input type: Dict<Key, Value> where Key is inva… 149 …"You tried to register a kernel with an unsupported input type: std::unordered_map<Key, Value>. Pl… 151 …"You tried to register a kernel with an unsupported input type: std::unordered_map<Key, Value> whe… 158 …"You tried to register a kernel with an unsupported input type: List<Scalar>. Please use List<int6… 165 …"You tried to register a kernel with an unsupported input type: ArrayRef<Scalar>. Please use List<… 172 …"You tried to register a kernel with an unsupported input type: OptionalArrayRef<Scalar>. Please u… 179 …"You tried to register a kernel with an unsupported input type: std::array<Scalar, N>. Please use … 186 …"You tried to register a kernel with an unsupported input type: float. Please use double instead; … 191 …"You tried to register a kernel with an unsupported input type: const char*. Please use c10::strin… 196 …"You tried to register a kernel with an unsupported input type: vector<bool>. Please use List<bool… [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
H A D | gmock_output_test_golden.txt | 36 Google Mock tried the following 1 expectation, but it didn't match: 50 Google Mock tried the following 1 expectation, but it didn't match: 97 Google Mock tried the following 2 expectations, but none matched: 99 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(_, _))... 104 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(0, 0))... 119 Google Mock tried the following 2 expectations, but none matched: 121 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))... 126 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(1, _))... 141 Google Mock tried the following 2 expectations, but none matched: 143 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))... [all …]
|
/aosp_15_r20/external/googletest/googlemock/test/ |
H A D | gmock_output_test_golden.txt | 36 Google Mock tried the following 1 expectation, but it didn't match: 50 Google Mock tried the following 1 expectation, but it didn't match: 97 Google Mock tried the following 2 expectations, but none matched: 99 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(_, _))... 104 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(0, 0))... 119 Google Mock tried the following 2 expectations, but none matched: 121 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))... 126 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(1, _))... 141 Google Mock tried the following 2 expectations, but none matched: 143 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))... [all …]
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/ |
H A D | gmock_output_test_golden.txt | 36 Google Mock tried the following 1 expectation, but it didn't match: 50 Google Mock tried the following 1 expectation, but it didn't match: 97 Google Mock tried the following 2 expectations, but none matched: 99 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(_, _))... 104 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(0, 0))... 119 Google Mock tried the following 2 expectations, but none matched: 121 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))... 126 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(1, _))... 141 Google Mock tried the following 2 expectations, but none matched: 143 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))... [all …]
|
/aosp_15_r20/external/vboot_reference/firmware/2lib/include/ |
H A D | 2recovery_reasons.h | 75 /* Latest tried RW firmware developer flag mismatch */ 78 /* Latest tried RW firmware recovery flag mismatch */ 81 /* Latest tried RW firmware keyblock verification failed */ 84 /* Latest tried RW firmware key version too old */ 87 /* Latest tried RW firmware unable to parse data key */ 90 /* Latest tried RW firmware preamble verification failed */ 93 /* Latest tried RW firmware version too old */ 96 /* Latest tried RW firmware header valid */ 99 /* Latest tried RW firmware unable to get firmware body */ 102 /* Latest tried RW firmware hash wrong size */ [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/ |
D | update.rs | 1012 /// Tried to write more elements than were available in a binding. 1022 /// Tried to write an image view with a 2D type and a 3D underlying image. 1025 /// Tried to write an image view that has both the `depth` and `stencil` aspects. 1028 /// Tried to write an image view with an attached sampler YCbCr conversion to a binding that 1032 /// Tried to write an image view of an arrayed type to a descriptor type that does not support 1036 /// Tried to write an image view that was not compatible with the sampler that was provided as 1044 /// Tried to write an image view to a descriptor type that requires it to be identity swizzled, 1048 /// Tried to write an element type that was not compatible with the descriptor type in the 1056 /// Tried to write to a nonexistent binding. 1074 /// Tried to write a sampler that has an attached sampler YCbCr conversion. [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ |
D | connect.hpp | 279 * indicate success. The @c next parameter is the next endpoint to be tried. 280 * The function object should return true if the next endpoint should be tried, 337 * indicate success. The @c next parameter is the next endpoint to be tried. 338 * The function object should return true if the next endpoint should be tried, 407 * indicate success. The @c next parameter is the next endpoint to be tried. 408 * The function object should return true if the next endpoint should be tried, 448 * indicate success. The @c next parameter is the next endpoint to be tried. 449 * The function object should return true if the next endpoint should be tried, 491 * indicate success. The @c next parameter is the next endpoint to be tried. 492 * The function object should return true if the next endpoint should be tried, [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/ |
H A D | KernelFunction_impl.h | 152 …static_assert(guts::is_functor<KernelFunctor>::value, "Tried to call KernelFunction::makeFromUnbox… in makeFromUnboxedFunctor() 154 …static_assert(std::is_base_of<OperatorKernel, KernelFunctor>::value, "Tried to call KernelFunction… in makeFromUnboxedFunctor() 175 …static_assert(is_compile_time_function_pointer<FuncPtr>::value, "Tried to call KernelFunction::mak… in makeFromUnboxedFunction() 176 …static_assert(!std::is_same<typename FuncPtr::FuncType, BoxedKernelFunction>::value, "Tried to cal… in makeFromUnboxedFunction() 194 …static_assert(guts::is_function_type<FuncType>::value, "Tried to call KernelFunction::makeFromUnbo… in makeFromUnboxedRuntimeFunction() 195 …static_assert(!std::is_same<FuncType, BoxedKernelFunction>::value, "Tried to call KernelFunction::… in makeFromUnboxedRuntimeFunction() 205 …static_assert(guts::is_functor<std::decay_t<Lambda>>::value, "Tried to call KernelFunction::makeFr… in makeFromUnboxedLambda() 222 …static_assert(guts::is_functor<std::decay_t<Lambda>>::value, "Tried to call KernelFunction::makeFr… in makeFromUnboxedLambda()
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_scriptmod_ann.py | 146 RuntimeError, "Tried to set nonexistent attribute", "self.x = x" 170 RuntimeError, "Tried to set nonexistent attribute", "self.x = x" 191 RuntimeError, "Tried to set nonexistent attribute", "self.x = x" 215 RuntimeError, "Tried to set nonexistent attribute", "self.x = x" 257 RuntimeError, "Tried to set nonexistent attribute", "self.x = x" 281 RuntimeError, "Tried to set nonexistent attribute", "self.x = x" 302 RuntimeError, "Tried to set nonexistent attribute", "self.x = x" 326 RuntimeError, "Tried to set nonexistent attribute", "self.x = x"
|
/aosp_15_r20/external/python/cpython2/Mac/scripts/ |
D | errors.txt | 70 -30526 kFBCillegalSessionChange tried to add/remove vols to a session 677 -5612 windowAttributeImmutableErr tried to change attributes which can't be changed 681 -5608 errWindowsAlreadyInitialized tried to call InitFloatingWindows twice, or called InitWindows a… 683 -5606 errCorruptWindowDescription tried to load a corrupt window description (size or version field… 684 -5605 errUnrecognizedWindowClass tried to create a window with a bad WindowClass 685 -5604 errWindowPropertyNotFound tried to get a nonexistent property 686 -5603 errInvalidWindowProperty tried to access a property tag with private creator 687 -5602 errWindowDoesNotHaveProxy tried to do something requiring a proxy to a window which doesn�t h… 688 -5601 errUnsupportedWindowAttributesForClass tried to create a window with WindowAttributes not sup… 689 -5600 errInvalidWindowPtr tried to pass a bad WindowRef argument [all …]
|
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/ |
H A D | cxfa_localemgr.h | 71 // 1. we might never have tried to determine |m_wsConfigLocale|. 72 // 2. we might have tried but gotten nothing and want to continue 74 // 3. we might have tried and gotten something. 75 // So |m_bConfigLocaleCached| indicates whether we've already tried, 76 // and |m_wsConfigLocale| is the possibly nothing we got if we tried.
|
/aosp_15_r20/external/flashrom/ |
H A D | at45db.c | 238 msg_cerr("%s: tried to read beyond flash boundary: addr=%u, len=%u, size=%u\n", in spi_read_at45db() 269 msg_cerr("%s: tried to read beyond flash boundary: addr=%u, len=%u, size=%u\n", in spi_read_at45db_e8() 352 msg_cerr("%s: tried to erase a block beyond flash boundary: addr=%u, blocklen=%u, size=%u\n", in spi_erase_at45db_page() 372 msg_cerr("%s: tried to erase a block beyond flash boundary: addr=%u, blocklen=%u, size=%u\n", in spi_erase_at45db_block() 392 msg_cerr("%s: tried to erase a sector beyond flash boundary: addr=%u, blocklen=%u, size=%u\n", in spi_erase_at45db_sector() 406 msg_cerr("%s: tried to erase beyond flash boundary: addr=%u, blocklen=%u, size=%u\n", in spi_erase_at45db_chip() 427 msg_cerr("%s: tried to erase a sector beyond flash boundary: addr=%u, blocklen=%u, size=%u\n", in spi_erase_at45cs_sector() 461 msg_cerr("Tried to write %u bytes at offset %u into a buffer of only %u B.\n", in at45db_fill_buffer1() 543 msg_cerr("%s: tried to write beyond flash boundary: start=%u, len=%u, size=%u\n", in spi_write_at45db()
|
H A D | parade_lspcon.c | 150 int tried = 0; in parade_lspcon_wait_command_done() local 154 } while (!ret && (val & mask) && ++tried < MAX_SPI_WAIT_RETRIES); in parade_lspcon_wait_command_done() 156 if (tried == MAX_SPI_WAIT_RETRIES) { in parade_lspcon_wait_command_done() 167 int tried = 0; in parade_lspcon_wait_rom_free() local 179 } while (!ret && (val & SWSPICTL_ACCESS_TRIGGER) && ++tried < MAX_SPI_WAIT_RETRIES); in parade_lspcon_wait_rom_free() 181 if (tried == MAX_SPI_WAIT_RETRIES) { in parade_lspcon_wait_rom_free()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/verifier/ |
H A D | bounds_deduction.c | 10 .errstr = "R0 tried to subtract pointer from scalar", 38 .errstr = "R0 tried to subtract pointer from scalar", 66 .errstr = "R0 tried to subtract pointer from scalar", 79 .errstr = "R0 tried to subtract pointer from scalar", 121 .errstr = "R0 tried to subtract pointer from scalar",
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_tracing_PerfettoDataSource.cpp | 113 LOG_ALWAYS_FATAL("Tried calling TraceIterateNext outside of a tracer iteration."); in TraceIterateNext() 139 LOG_ALWAYS_FATAL("Tried calling GetInstanceIndex outside of a tracer iteration."); in GetInstanceIndex() 148 LOG_ALWAYS_FATAL("Tried getting CustomTls outside of a tracer iteration."); in GetCustomTls() 160 LOG_ALWAYS_FATAL("Tried getting CustomTls outside of a tracer iteration."); in SetCustomTls() 172 LOG_ALWAYS_FATAL("Tried getting IncrementalState outside of a tracer iteration."); in GetIncrementalState() 184 LOG_ALWAYS_FATAL("Tried getting IncrementalState outside of a tracer iteration."); in SetIncrementalState() 196 LOG_ALWAYS_FATAL("Tried writing packets outside of a tracer iteration."); in WritePackets()
|
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/ |
D | macerrors.py | 75 kFBCillegalSessionChange = -30526 #tried to add/remove vols to a session 682 windowAttributeImmutableErr = -5612 #tried to change attributes which can't be changed 686 errWindowsAlreadyInitialized = -5608 #tried to call InitFloatingWindows twice, or called Ini… 688 errCorruptWindowDescription = -5606 #tried to load a corrupt window description (size or versio… 689 errUnrecognizedWindowClass = -5605 #tried to create a window with a bad WindowClass 690 errWindowPropertyNotFound = -5604 #tried to get a nonexistent property 691 errInvalidWindowProperty = -5603 #tried to access a property tag with private creator 692 errWindowDoesNotHaveProxy = -5602 #tried to do something requiring a proxy to a window which … 693 errUnsupportedWindowAttributesForClass = -5601 #tried to create a window with WindowAttributes… 694 errInvalidWindowPtr = -5600 #tried to pass a bad WindowRef argument [all …]
|
/aosp_15_r20/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/ |
H A D | RemoteEventQuerier.java | 199 …throw new AssertionError("Tried to bind to user " + mEventLogsQuery.getUserHandle() + " but does n… in blockingConnectOrFail() 202 throw new AssertionError("Tried to bind to user " + user in blockingConnectOrFail() 207 …throw new AssertionError("Tried to bind to package " + mPackageName + " but it is not installed on… in blockingConnectOrFail() 210 throw new IllegalStateException("Tried to bind but call returned false (intent is " in blockingConnectOrFail() 215 throw new IllegalStateException("Tried to bind but failed. Expected onServiceConnected" in blockingConnectOrFail()
|
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | vb2_misc_tests.c | 455 1, "vb2api_previous_boot_fail FW tried"); in previous_boot_fail_tests() 473 0, "vb2api_previous_boot_fail FW tried"); in previous_boot_fail_tests() 785 TEST_EQ(vb2_nv_get(ctx, VB2_NV_FW_TRIED), 0, "tried A"); in select_slot_tests() 796 TEST_EQ(vb2_nv_get(ctx, VB2_NV_FW_TRIED), 1, "tried B"); in select_slot_tests() 806 TEST_EQ(vb2_nv_get(ctx, VB2_NV_FW_TRIED), 1, "tried B"); in select_slot_tests() 817 TEST_EQ(vb2_nv_get(ctx, VB2_NV_FW_TRIED), 0, "tried A"); in select_slot_tests() 829 TEST_EQ(vb2_nv_get(ctx, VB2_NV_FW_TRIED), 1, "tried B"); in select_slot_tests() 840 TEST_EQ(vb2_nv_get(ctx, VB2_NV_FW_TRIED), 0, "tried A"); in select_slot_tests() 853 TEST_EQ(vb2_nv_get(ctx, VB2_NV_FW_TRIED), 0, "tried A"); in select_slot_tests() 858 /* Tried/result get copied to the previous fields */ in select_slot_tests()
|
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/ |
H A D | StrictModeTest.java | 805 assertViolation("Tried to access visual service " + WM_CLASS_NAME, in testIncorrectContextUse_Application_ThrowViolation() 822 assertViolation("Tried to access UI related API:", () -> in testIncorrectContextUse_Application_ThrowViolation() 841 assertViolation("Tried to access visual service " + WM_CLASS_NAME, in testIncorrectContextUse_DisplayContext_ThrowViolation() 858 assertViolation("Tried to access UI related API:", () -> in testIncorrectContextUse_DisplayContext_ThrowViolation() 1016 assertViolation("Tried to access visual service " + WM_CLASS_NAME, in testIncorrectContextUse_UiDerivedDisplayContext_ThrowViolation() 1033 assertViolation("Tried to access UI related API:", () -> in testIncorrectContextUse_UiDerivedDisplayContext_ThrowViolation() 1059 assertViolation("Tried to access visual service " + WM_CLASS_NAME, in testIncorrectContextUse_ConfigContext() 1077 assertViolation("Tried to access UI related API:", () -> in testIncorrectContextUse_ConfigContext() 1107 assertViolation("Tried to access visual service " + WM_CLASS_NAME, in testIncorrectContextUse_ConfigDerivedDisplayContext() 1124 assertViolation("Tried to access UI related API:", () -> in testIncorrectContextUse_ConfigDerivedDisplayContext() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/examples/derive_ref/ |
D | interop_tests.md | 40 If you tried to supply `--unknown` as a value rather than a flag, use `-- --unknown` 78 If you tried to supply `--unknown` as a value rather than a flag, use `-- --unknown` 148 If you tried to supply `--unknown` as a value rather than a flag, use `-- --unknown` 249 If you tried to supply `--unknown` as a value rather than a flag, use `-- --unknown`
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/ |
H A D | op_registration.cpp | 27 …"In operator registration: Tried to register an operator without specifying a schema or operator n… in checkSchemaAndRegisterOp_() 56 "In operator registration: Tried to register operator ", in checkSchemaAndRegisterOp_() 100 "In operator registration: Tried to register multiple kernels with same dispatch key ", in checkNoDuplicateKernels_() 108 … "In operator registration: Tried to register multiple catch-all kernels for operator schema ", in checkNoDuplicateKernels_()
|
H A D | op_registration.h | 110 …TORCH_CHECK(!schemaOrName_.has_value(), "Tried to register operator ", schemaOrName," but specifie… in schema() 113 …throw std::logic_error("Tried to register operator " + schemaOrName + ". We don't support register… in schema() 162 …static_assert(std::is_base_of<OperatorKernel, KernelFunctor>::value, "Tried to register a kernel f… in kernel() 214 …static_assert(std::is_base_of<OperatorKernel, KernelFunctor>::value, "Tried to register a kernel f… in catchAllKernel() 242 …static_assert(!std::is_same<FuncType, KernelFunction::BoxedKernelFunction>::value, "Tried to regis… in kernel() 271 …static_assert(!std::is_same<FuncType, KernelFunction::BoxedKernelFunction>::value, "Tried to regis… in catchAllKernel() 286 …static_assert(!std::is_same<FuncType, KernelFunction::BoxedKernelFunction>::value, "Tried to regis… in kernel() 301 …static_assert(!std::is_same<FuncType, KernelFunction::BoxedKernelFunction>::value, "Tried to regis… in catchAllKernel()
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/Skyline/ |
H A D | SkylineMatrix.h | 209 …eigen_assert(outer >= minOuterIndex && "You tried to access a coeff that does not exist in the sto… 215 …eigen_assert(inner >= minInnerIndex && "You tried to access a coeff that does not exist in the sto… 222 …eigen_assert(outer <= maxOuterIndex && "You tried to access a coeff that does not exist in the sto… 228 …eigen_assert(inner <= maxInnerIndex && "You tried to access a coeff that does not exist in the sto… 303 …eigen_assert(inner >= minInnerIndex && "You tried to access a coeff that does not exist in the sto… 307 …eigen_assert(inner <= maxInnerIndex && "You tried to access a coeff that does not exist in the sto… 339 …eigen_assert(outer >= minOuterIndex && "You tried to access a coeff that does not exist in the sto… 343 …eigen_assert(outer <= maxOuterIndex && "You tried to access a coeff that does not exist in the sto…
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/build/ |
D | build.go | 678 // tried records the location of unsuccessful package lookups 679 var tried struct { 704 tried.vendor = append(tried.vendor, dir) 746 tried.goroot = dir 767 tried.gopath = append(tried.gopath, dir) 770 // If we tried GOPATH first due to a "vendor/" prefix, fall back to GOPATH. 773 if ctxt.GOROOT != "" && tried.goroot == "" { 785 tried.goroot = dir 791 for _, dir := range tried.vendor { 795 if tried.goroot != "" { [all …]
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | dns_server_iterator.cc | 37 // not, try the next one and so on until we've tried them all. in GetNextAttemptIndex() 54 // If we've tried this server |max_times_returned_| already, then we're done in GetNextAttemptIndex() 111 // not, try the next one and so on until we've tried them all. in GetNextAttemptIndex() 122 // If we've tried this server |max_times_returned_| already, then we're done in GetNextAttemptIndex()
|