Home
last modified time | relevance | path

Searched refs:LastErrorCode (Results 1 – 25 of 130) sorted by relevance

123456

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libunwindstack/tests/
H A DDwarfOpTest.cpp56 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->op_->LastErrorCode()); in TYPED_TEST_P()
63 ASSERT_EQ(DWARF_ERROR_NONE, this->op_->LastErrorCode()); in TYPED_TEST_P()
71 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->op_->LastErrorCode()); in TYPED_TEST_P()
89 ASSERT_EQ(DWARF_ERROR_NONE, this->op_->LastErrorCode()); in TYPED_TEST_P()
116 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
209 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->op_->LastErrorCode()); in TYPED_TEST_P()
236 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
241 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
246 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->op_->LastErrorCode()); in TYPED_TEST_P()
839 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
[all …]
H A DElfInterfaceArmTest.cpp306 EXPECT_EQ(ERROR_UNWIND_INFO, interface.LastErrorCode()); in TEST_F()
320 EXPECT_EQ(ERROR_MEMORY_INVALID, interface.LastErrorCode()); in TEST_F()
326 EXPECT_EQ(ERROR_UNWIND_INFO, interface.LastErrorCode()); in TEST_F()
331 EXPECT_EQ(ERROR_UNWIND_INFO, interface.LastErrorCode()); in TEST_F()
340 EXPECT_EQ(ERROR_UNWIND_INFO, interface.LastErrorCode()); in TEST_F()
344 EXPECT_EQ(ERROR_UNWIND_INFO, interface.LastErrorCode()); in TEST_F()
366 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode()); in TEST_F()
390 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode()); in TEST_F()
413 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode()); in TEST_F()
440 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode()); in TEST_F()
[all …]
H A DDwarfSectionImplTest.cpp105 EXPECT_EQ(DWARF_ERROR_MEMORY_INVALID, this->section_->LastErrorCode()); in TYPED_TEST_P()
122 EXPECT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->section_->LastErrorCode()); in TYPED_TEST_P()
140 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
174 EXPECT_EQ(DWARF_ERROR_NOT_IMPLEMENTED, this->section_->LastErrorCode()); in TYPED_TEST_P()
184 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
205 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
211 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
217 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
223 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
344 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
[all …]
H A DUnwinderTest.cpp152 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
213 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
269 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
297 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
325 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
360 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
432 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
491 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
538 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
557 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
[all …]
H A DDwarfEhFrameWithHdrTest.cpp101 ASSERT_EQ(DWARF_ERROR_NO_FDES, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
107 ASSERT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
110 ASSERT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
119 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
122 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
192 ASSERT_EQ(DWARF_ERROR_NONE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
288 ASSERT_EQ(DWARF_ERROR_NONE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
296 ASSERT_EQ(DWARF_ERROR_NONE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
H A DDwarfEhFrameTest.cpp146 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
232 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
324 ASSERT_EQ(DWARF_ERROR_NONE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
328 ASSERT_EQ(DWARF_ERROR_NONE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
341 ASSERT_EQ(DWARF_ERROR_NONE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
362 ASSERT_EQ(DWARF_ERROR_NONE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
H A DDwarfDebugFrameTest.cpp146 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
271 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
408 ASSERT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
412 ASSERT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
426 ASSERT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
448 ASSERT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libunwindstack/tests/
H A DDwarfOpTest.cpp56 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->op_->LastErrorCode()); in TYPED_TEST_P()
63 ASSERT_EQ(DWARF_ERROR_NONE, this->op_->LastErrorCode()); in TYPED_TEST_P()
71 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->op_->LastErrorCode()); in TYPED_TEST_P()
89 ASSERT_EQ(DWARF_ERROR_NONE, this->op_->LastErrorCode()); in TYPED_TEST_P()
116 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
209 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->op_->LastErrorCode()); in TYPED_TEST_P()
236 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
241 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
246 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->op_->LastErrorCode()); in TYPED_TEST_P()
839 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
[all …]
H A DElfInterfaceArmTest.cpp268 EXPECT_EQ(ERROR_UNWIND_INFO, interface.LastErrorCode()); in TEST_F()
282 EXPECT_EQ(ERROR_MEMORY_INVALID, interface.LastErrorCode()); in TEST_F()
288 EXPECT_EQ(ERROR_UNWIND_INFO, interface.LastErrorCode()); in TEST_F()
293 EXPECT_EQ(ERROR_UNWIND_INFO, interface.LastErrorCode()); in TEST_F()
303 EXPECT_EQ(ERROR_UNWIND_INFO, interface.LastErrorCode()); in TEST_F()
308 EXPECT_EQ(ERROR_UNWIND_INFO, interface.LastErrorCode()); in TEST_F()
330 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode()); in TEST_F()
354 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode()); in TEST_F()
377 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode()); in TEST_F()
404 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode()); in TEST_F()
[all …]
H A DDwarfSectionImplTest.cpp77 EXPECT_EQ(DWARF_ERROR_MEMORY_INVALID, this->section_->LastErrorCode()); in TYPED_TEST_P()
82 EXPECT_EQ(DWARF_ERROR_MEMORY_INVALID, this->section_->LastErrorCode()); in TYPED_TEST_P()
88 EXPECT_EQ(DWARF_ERROR_MEMORY_INVALID, this->section_->LastErrorCode()); in TYPED_TEST_P()
93 EXPECT_EQ(DWARF_ERROR_MEMORY_INVALID, this->section_->LastErrorCode()); in TYPED_TEST_P()
109 EXPECT_EQ(DWARF_ERROR_MEMORY_INVALID, this->section_->LastErrorCode()); in TYPED_TEST_P()
126 EXPECT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->section_->LastErrorCode()); in TYPED_TEST_P()
144 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
188 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
209 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
215 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
[all …]
H A DUnwinderTest.cpp170 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
235 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
295 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
325 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
355 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
386 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
423 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
499 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
561 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
609 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode()); in TEST_F()
[all …]
H A DDwarfDebugFrameTest.cpp478 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
485 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
493 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
500 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
508 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
516 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
524 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
532 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
540 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
548 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
[all …]
H A DDwarfEhFrameWithHdrTest.cpp101 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
108 ASSERT_EQ(DWARF_ERROR_NO_FDES, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
114 ASSERT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
117 ASSERT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
226 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
229 ASSERT_EQ(DWARF_ERROR_MEMORY_INVALID, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
300 ASSERT_EQ(DWARF_ERROR_NONE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
340 ASSERT_EQ(DWARF_ERROR_NONE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/configservice/types/
H A Dtypes.go63 LastErrorCode *string
331 LastErrorCode *string
485 LastErrorCode *string
556 LastErrorCode *string
709 LastErrorCode *string
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/configservice/types/
H A Dtypes.go63 LastErrorCode *string member
331 LastErrorCode *string member
485 LastErrorCode *string member
556 LastErrorCode *string member
709 LastErrorCode *string member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/configservice/types/
H A Dtypes.go63 LastErrorCode *string member
331 LastErrorCode *string member
485 LastErrorCode *string member
556 LastErrorCode *string member
709 LastErrorCode *string member
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/
H A DReplicationFailure.cs63 public int LastErrorCode => lastResult; field in System.DirectoryServices.ActiveDirectory.ReplicationFailure
65 public string LastErrorMessage => ExceptionHelper.GetErrorMessage(LastErrorCode, false);
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/configservice/types/
H A Dtypes.go154 LastErrorCode *string member
422 LastErrorCode *string member
576 LastErrorCode *string member
647 LastErrorCode *string member
800 LastErrorCode *string member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/configservice/types/
H A Dtypes.go154 LastErrorCode *string member
422 LastErrorCode *string member
576 LastErrorCode *string member
647 LastErrorCode *string member
800 LastErrorCode *string member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/configservice/types/
H A Dtypes.go160 LastErrorCode *string member
428 LastErrorCode *string member
582 LastErrorCode *string member
653 LastErrorCode *string member
806 LastErrorCode *string member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/configservice/types/
H A Dtypes.go154 LastErrorCode *string member
422 LastErrorCode *string member
576 LastErrorCode *string member
647 LastErrorCode *string member
800 LastErrorCode *string member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/configservice/types/
H A Dtypes.go180 LastErrorCode *string member
471 LastErrorCode *string member
634 LastErrorCode *string member
708 LastErrorCode *string member
869 LastErrorCode *string member
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.DirectoryServices/System.DirectoryServices.ActiveDirectory/
H A DReplicationFailure.cs47 public int LastErrorCode { property in System.DirectoryServices.ActiveDirectory.ReplicationFailure
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/config/
H A Dstruct_config_rule_evaluation_status.go22 LastErrorCode string `json:"LastErrorCode" xml:"LastErrorCode"` member
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/discord/src/
H A Ddiscord_rpc.cpp59 static int LastErrorCode{0}; variable
163 LastErrorCode = GetIntMember(data, "code"); in Discord_UpdateConnection()
418 Handlers.errored(LastErrorCode, LastErrorMessage); in Discord_RunCallbacks()

123456