Home
last modified time | relevance | path

Searched refs:result (Results 10976 - 11000 of 17712) sorted by relevance

1...<<431432433434435436437438439440>>...709

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DParserLiteTest.java78 byte[] result = new byte[offset + data.length + padding]; in generatePaddingArray()
79 System.arraycopy(data, 0, result, offset, data.length); in generatePaddingArray()
80 return result; in generatePaddingArray()
/third_party/rust/crates/nix/src/mount/
H A Dbsd.rs160 pub type NmountResult = std::result::Result<(), NmountError>;
396 match Errno::result(res) { in nmount()
452 Errno::result(res).map(drop) in unmount()
/third_party/spirv-tools/source/fuzz/pass_management/
H A Drepeated_pass_recommender_standard.cpp368 std::vector<FuzzerPass*> result; in RandomOrderAndNonNull() local
376 result.push_back(maybe_pass); in RandomOrderAndNonNull()
379 return result; in RandomOrderAndNonNull()
/third_party/spirv-tools/source/fuzz/
H A Dshrinker.cpp51 protobufs::TransformationSequence result; in RemoveChunk()
58 *result.mutable_transformation()->Add() = transformation; in RemoveChunk()
60 return result; in RemoveChunk()
H A Dtransformation_add_copy_memory.cpp158 protobufs::Transformation result; in ToMessage() local
159 *result.mutable_add_copy_memory() = message_; in ToMessage()
160 return result; in ToMessage()
H A Dtransformation_add_parameter.cpp170 protobufs::Transformation result; in ToMessage() local
171 *result.mutable_add_parameter() = message_; in ToMessage()
172 return result; in ToMessage()
H A Dtransformation_composite_insert.cpp147 protobufs::Transformation result; in ToMessage() local
148 *result.mutable_composite_insert() = message_; in ToMessage()
149 return result; in ToMessage()
184 // If the result id arising from the insertion is irrelevant then do not add in AddDataSynonymFacts()
185 // any data synonym facts. (The result id can be irrelevant if the insertion in AddDataSynonymFacts()
193 // synonyms, every every element of the insertion result except for at the in AddDataSynonymFacts()
235 // synonymous with the result of the insert instruction at the given index. in AddDataSynonymFacts()
H A Dtransformation_equation_instruction.cpp43 // The result id must be fresh. in IsApplicable()
100 // Add an equation fact as long as the result id is not irrelevant (it could in Apply()
110 protobufs::Transformation result; in ToMessage() local
111 *result.mutable_equation_instruction() = message_; in ToMessage()
112 return result; in ToMessage()
H A Dtransformation_invert_comparison_operator.cpp73 // Change the result id of the original operator to |fresh_id|. in Apply()
173 protobufs::Transformation result; in ToMessage() local
174 *result.mutable_invert_comparison_operator() = message_; in ToMessage()
175 return result; in ToMessage()
H A Dtransformation_load.cpp42 // The result id must be fresh. in IsApplicable()
218 protobufs::Transformation result; in ToMessage() local
219 *result.mutable_load() = message_; in ToMessage()
220 return result; in ToMessage()
H A Dtransformation_push_id_through_variable.cpp174 protobufs::Transformation result; in ToMessage() local
175 *result.mutable_push_id_through_variable() = message_; in ToMessage()
176 return result; in ToMessage()
H A Dtransformation_store.cpp241 protobufs::Transformation result; in ToMessage() local
242 *result.mutable_store() = message_; in ToMessage()
243 return result; in ToMessage()
H A Dtransformation_vector_shuffle.cpp93 // result of the shuffle. in IsApplicable()
150 protobufs::Transformation result; in ToMessage() local
151 *result.mutable_vector_shuffle() = message_; in ToMessage()
152 return result; in ToMessage()
183 // Add synonym facts relating the defined elements of the shuffle result to in AddDataSynonymFacts()
193 // This describes the element of the result vector associated with in AddDataSynonymFacts()
231 // result component. in AddDataSynonymFacts()
/third_party/spirv-tools/test/fuzz/
H A Dfuzz_test_util.cpp70 // We then return the result of the equality comparison, to be used by an in IsEqual()
116 std::string result; in ToString() local
117 t.Disassemble(binary, &result, kFuzzDisassembleOption); in ToString()
118 return result; in ToString()
H A Dfuzzer_replayer_test.cpp1631 uint32_t result;
1632 memcpy(&result, &value, sizeof(float));
1633 return result;
/third_party/spirv-tools/test/
H A Doperand_pattern_test.cpp127 std::vector<spv_operand_type_t> result; in allOperandTypes() local
129 result.push_back(spv_operand_type_t(i)); in allOperandTypes()
131 return result; in allOperandTypes()
H A Dtest_fixture.h39 // Shorthand for SPIR-V compilation result.
146 // The given words are then appended to the binary, and the result
175 SpirvVector result; in CompiledInstructions() local
180 result = Subvector(code, kFirstInstruction); in CompiledInstructions()
181 return result; in CompiledInstructions()
/third_party/spirv-tools/test/val/
H A Dval_constants_test.cpp76 const auto result = ValidateInstructions(env); in TEST_P() local
78 EXPECT_EQ(SPV_SUCCESS, result); in TEST_P()
81 EXPECT_EQ(SPV_ERROR_INVALID_ID, result); in TEST_P()
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderRenderCase.hpp235 void render (tcu::Surface& result, int programID, const QuadGrid& quadGrid);
236 void computeVertexReference (tcu::Surface& result, const QuadGrid& quadGrid);
237 void computeFragmentReference(tcu::Surface& result, const QuadGrid& quadGrid);
/third_party/vk-gl-cts/framework/delibs/deimage/
H A DdeImage.c121 deImage* result = deImage_create(dstWidth, dstHeight, srcImage->format); in deImage_scale() local
153 deImage_setPixel(result, x, y, pix); in deImage_scale()
158 return result; in deImage_scale()
/third_party/vk-gl-cts/framework/qphelper/
H A DqpTestLog.h58 QP_TEST_RESULT_PENDING, /*!< The test is still running. Not a valid end result */
210 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* description);
215 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result);
255 const char* qpGetTestResultName (qpTestResult result);
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderFragDataTests.cpp200 tcu::Surface result (viewportW, viewportH); in iterate()
204 glu::readPixels(renderCtx, 0, 0, result.getAccess()); in iterate()
207 isOk = compareSingleColor(m_testCtx.getLog(), result, tcu::RGBA::green(), threshold); in iterate()
/vendor/hihope/rk3568/bluetooth/src/
H A Duserial_vendor.c271 int result; in userial_vendor_close() local
285 if ((result = close(vnd_userial.fd)) < 0) { in userial_vendor_close()
286 HILOGE("close(fd:%d) FAILED result:%d", vnd_userial.fd, result); in userial_vendor_close()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc480 /* Move the result in the double result register. */ \
490 /* Move the result in the double result register. */ \
1302 // Move the result in the double result register. in AssembleArchInstruction()
1506 Register result = kScratchReg; in AssembleArchInstruction() local
1513 __ cfc1(result, FCSR); in AssembleArchInstruction()
1515 __ And(result, result, in AssembleArchInstruction()
1525 Register result = kScratchReg; AssembleArchInstruction() local
1570 Register result = instr->OutputCount() > 1 ? i.OutputRegister(1) : no_reg; AssembleArchInstruction() local
1577 Register result = instr->OutputCount() > 1 ? i.OutputRegister(1) : no_reg; AssembleArchInstruction() local
3950 Register result = i.OutputRegister(instr->OutputCount() - 1); AssembleArchBoolean() local
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_connect_test.cpp258 int32_t result = dms->Dump(STDOUT_FD, args); in HWTEST_F() local
259 DTEST_LOG << "DistributedSchedServiceTest DumpConnectInfo_001 dump result: " << result << std::endl; in HWTEST_F()
1477 int32_t result = connectStub->OnRemoteRequest(IAbilityConnection::ON_ABILITY_CONNECT_DONE, data, reply, option); in HWTEST_F() local
1478 EXPECT_EQ(result, ERR_NONE); in HWTEST_F()
1502 int32_t result = connectStub->OnRemoteRequest(IAbilityConnection::ON_ABILITY_CONNECT_DONE, data, reply, option); in HWTEST_F() local
1503 EXPECT_EQ(result, ERR_NONE); in HWTEST_F()
1526 int32_t result = connectStub->OnRemoteRequest(IAbilityConnection::ON_ABILITY_DISCONNECT_DONE, data, reply, option); in HWTEST_F() local
1527 EXPECT_EQ(result, ERR_NONE); in HWTEST_F()
1550 int32_t result in HWTEST_F() local
1574 int32_t result = connectStub->OnRemoteRequest(IAbilityConnection::ON_ABILITY_DISCONNECT_DONE, data, reply, option); HWTEST_F() local
1596 int32_t result = connectStub->OnRemoteRequest(IAbilityConnection::ON_ABILITY_DISCONNECT_DONE, data, reply, option); HWTEST_F() local
1621 int32_t result = connectStub->OnRemoteRequest(ERROR_CONNECT_CODE, data, reply, option); HWTEST_F() local
1646 int32_t result = connectStub->OnRemoteRequest(IAbilityConnection::ON_ABILITY_CONNECT_DONE, data, reply, option); HWTEST_F() local
[all...]

Completed in 27 milliseconds

1...<<431432433434435436437438439440>>...709