/aosp_15_r20/art/dex2oat/linker/arm/ |
H A D | relative_patcher_thumb2_test.cc | 263 const std::vector<uint8_t> expected_code = CompileMethodCallThunk(); in CheckThunk() local 418 const uint8_t expected_code[] = { in CheckPcRelativePatch() local 435 static const uint8_t expected_code[] = { in TEST_F() local 479 auto expected_code = GenNopsAndBl(0u, kBlMinus256 | ((diff >> 1) & 0xffu)); in TEST_F() local 513 auto expected_code = GenNopsAndBl(3u, kBlPlus0 | ((diff >> 1) & 0xffu)); in TEST_F() local 538 auto expected_code = GenNopsAndBl(3u, kBlPlusMax); in TEST_F() local 562 auto expected_code = GenNopsAndBl(2u, kBlMinusMax); in TEST_F() local 608 auto expected_code = in TEST_F() local 642 auto expected_code = GenNopsAndBl(3u, kBlPlus0 | ((diff >> 1) & 0xffu)); in TEST_F() local 702 auto expected_code = GenNopsAndBl(0u, kBlPlus0 | ((diff >> 1) & 0xffu)); in TEST_F() local [all …]
|
/aosp_15_r20/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64_test.cc | 229 const std::vector<uint8_t> expected_code = CompileMethodCallThunk(); in CheckThunk() local 318 auto expected_code = GenNopsAndAdrpLdr(num_nops, method1_offset, target_offset); in TestNopsAdrpLdr() local 342 auto expected_code = GenNopsAndAdrpAdd(num_nops, method1_offset, string_offset); in TestNopsAdrpAdd() local 385 auto expected_code = GenNopsAndAdrpAndUse(num_nops, method1_offset, target_offset, use_insn); in TestNopsAdrpInsn2AndUse() local 407 auto expected_code = GenNopsAndAdrpAndUse(num_nops, method1_offset, target_offset, use_insn); in TestNopsAdrpInsn2AndUseHasThunk() local 600 const std::vector<uint8_t> expected_code = RawCode({kBlPlus0}); in TEST_F() local 640 auto expected_code = GenNopsAndBl(0u, kBlPlus0 | ((diff >> 2) & 0x03ffffffu)); in TEST_F() local 673 auto expected_code = GenNopsAndBl(1u, kBlPlus0 | (diff >> 2)); in TEST_F() local 702 auto expected_code = GenNopsAndBl(1u, kBlPlusMax); in TEST_F() local 726 auto expected_code = GenNopsAndBl(0u, kBlMinusMax); in TEST_F() local [all …]
|
/aosp_15_r20/art/dex2oat/linker/x86/ |
H A D | relative_patcher_x86_test.cc | 52 static const uint8_t expected_code[] = { in TEST_F() local 101 static const uint8_t expected_code[] = { in TEST_F() local 132 static const uint8_t expected_code[] = { in TEST_F() local 164 static const uint8_t expected_code[] = { in TEST_F() local
|
/aosp_15_r20/art/dex2oat/linker/x86_64/ |
H A D | relative_patcher_x86_64_test.cc | 72 static const uint8_t expected_code[] = { in TEST_F() local 121 static const uint8_t expected_code[] = { in TEST_F() local 145 static const uint8_t expected_code[] = { in TEST_F() local 169 static const uint8_t expected_code[] = { in TEST_F() local
|
/aosp_15_r20/art/dex2oat/linker/riscv64/ |
H A D | relative_patcher_riscv64_test.cc | 134 auto expected_code = in TestNopsAuipcAddi() local 159 auto expected_code = in TestNopsAuipcLwu() local 184 auto expected_code = in TestNopsAuipcLd() local
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/http2/ |
H A D | negative_http2_client.py | 38 def _expect_status_code(call, expected_code): argument 52 def _validate_status_code_and_details(call, expected_code, expected_details): argument
|
/aosp_15_r20/external/federated-compute/fcp/client/http/ |
H A D | in_memory_request_response_test.cc | 488 int expected_code = 201; // "201 Created" in TEST() local 511 int expected_code = kHttpOk; in TEST() local 563 int expected_code = kHttpOk; in TEST() local 585 int expected_code = kHttpOk; in TEST() local 612 int expected_code = kHttpOk; in TEST() local
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | relative_patcher_test.h | 227 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod() 253 void DumpDiff(const ArrayRef<const uint8_t>& expected_code, in DumpDiff()
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/interop/ |
H A D | methods.py | 44 def _expect_status_code(call, expected_code): argument 58 def _validate_status_code_and_details(call, expected_code, expected_details): argument
|
/aosp_15_r20/external/federated-compute/fcp/base/ |
H A D | result.cc | 67 Error ExpectBase::TraceUnexpectedStatus(fcp::StatusCode expected_code, in TraceUnexpectedStatus()
|
H A D | tracing_schema_generated.h | 206 TracingStatusCode expected_code = TracingStatusCode_Ok; member 226 TracingStatusCode expected_code() const { in expected_code() function
|
H A D | tracing_schema.h | 121 …static flatbuffers::Offset<ResultExpectStatusError> Create(TracingStatusCode expected_code, Tracin… in Create()
|
/aosp_15_r20/external/yapf/yapftests/ |
H A D | yapf_test_helper.py | 40 def assertCodeEqual(self, expected_code, code): argument
|
H A D | yapf_test.py | 81 def assertCodeEqual(self, expected_code, code): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/ |
H A D | grpc_eager_client_test.cc | 48 error::Code expected_code = i <= 5 ? error::OK : error::INVALID_ARGUMENT; in TEST() local
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/deadline/ |
H A D | client.cc | 45 std::string message, grpc::StatusCode expected_code) { in unaryCall()
|
/aosp_15_r20/external/grpc-grpc/src/ruby/spec/ |
H A D | client_server_spec.rb | 289 def client_cancel_test(cancel_proc, expected_code, argument
|
/aosp_15_r20/external/perfetto/src/traceconv/ |
H A D | utils.cc | 158 void DeflateTraceWriter::CheckEq(int actual_code, int expected_code) { in CheckEq()
|
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/ |
H A D | http2_client.cc | 59 bool Http2Client::AssertStatusCode(const Status& s, StatusCode expected_code) { in AssertStatusCode()
|
/aosp_15_r20/external/tensorflow/tensorflow/c/kernels/ |
H A D | summary_op_test.cc | 55 error::Code expected_code) { in TestScalarSummaryOp()
|
H A D | bitcast_op_test.cc | 37 TensorShape expected_shape, error::Code expected_code) { in TestBitcastOp()
|
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | while_loop_test.cc | 65 void ExpectError(TF_Code expected_code, const string& expected_msg) { in ExpectError()
|
/aosp_15_r20/hardware/interfaces/wifi/aidl/vts/functional/ |
H A D | wifi_aidl_test_utils.cpp | 84 bool checkStatusCode(ndk::ScopedAStatus* status, WifiStatusCode expected_code) { in checkStatusCode()
|
/aosp_15_r20/external/libbrillo/brillo/dbus/ |
H A D | dbus_object_test.cc | 147 void ExpectError(dbus::Response* response, const std::string& expected_code) { in ExpectError()
|
/aosp_15_r20/external/zucchini/ |
H A D | arm_utils_unittest.cc | 641 uint32_t clean_slate_code, rva_t expected_target_rva) { in TEST()
|