Home
last modified time | relevance | path

Searched defs:expected_code (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2_test.cc263 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 Drelative_patcher_arm64_test.cc229 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 Drelative_patcher_x86_test.cc52 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 Drelative_patcher_x86_64_test.cc72 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 Drelative_patcher_riscv64_test.cc134 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 Dnegative_http2_client.py38 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 Din_memory_request_response_test.cc488 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 Drelative_patcher_test.h227 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 Dmethods.py44 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 Dresult.cc67 Error ExpectBase::TraceUnexpectedStatus(fcp::StatusCode expected_code, in TraceUnexpectedStatus()
H A Dtracing_schema_generated.h206 TracingStatusCode expected_code = TracingStatusCode_Ok; member
226 TracingStatusCode expected_code() const { in expected_code() function
H A Dtracing_schema.h121 …static flatbuffers::Offset<ResultExpectStatusError> Create(TracingStatusCode expected_code, Tracin… in Create()
/aosp_15_r20/external/yapf/yapftests/
H A Dyapf_test_helper.py40 def assertCodeEqual(self, expected_code, code): argument
H A Dyapf_test.py81 def assertCodeEqual(self, expected_code, code): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
H A Dgrpc_eager_client_test.cc48 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 Dclient.cc45 std::string message, grpc::StatusCode expected_code) { in unaryCall()
/aosp_15_r20/external/grpc-grpc/src/ruby/spec/
H A Dclient_server_spec.rb289 def client_cancel_test(cancel_proc, expected_code, argument
/aosp_15_r20/external/perfetto/src/traceconv/
H A Dutils.cc158 void DeflateTraceWriter::CheckEq(int actual_code, int expected_code) { in CheckEq()
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dhttp2_client.cc59 bool Http2Client::AssertStatusCode(const Status& s, StatusCode expected_code) { in AssertStatusCode()
/aosp_15_r20/external/tensorflow/tensorflow/c/kernels/
H A Dsummary_op_test.cc55 error::Code expected_code) { in TestScalarSummaryOp()
H A Dbitcast_op_test.cc37 TensorShape expected_shape, error::Code expected_code) { in TestBitcastOp()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dwhile_loop_test.cc65 void ExpectError(TF_Code expected_code, const string& expected_msg) { in ExpectError()
/aosp_15_r20/hardware/interfaces/wifi/aidl/vts/functional/
H A Dwifi_aidl_test_utils.cpp84 bool checkStatusCode(ndk::ScopedAStatus* status, WifiStatusCode expected_code) { in checkStatusCode()
/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Ddbus_object_test.cc147 void ExpectError(dbus::Response* response, const std::string& expected_code) { in ExpectError()
/aosp_15_r20/external/zucchini/
H A Darm_utils_unittest.cc641 uint32_t clean_slate_code, rva_t expected_target_rva) { in TEST()

12