Home
last modified time | relevance | path

Searched refs:result (Results 10401 - 10425 of 17103) sorted by relevance

1...<<411412413414415416417418419420>>...685

/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()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp1111 napi_ref result = nullptr; in OnRegisterCallback() local
1112 napi_create_reference(env, value, 1, &result); in OnRegisterCallback()
1113 callbackRef.reset(reinterpret_cast<NativeReference*>(result)); in OnRegisterCallback()
1339 napi_value result = nullptr; in OnGetAllAbilityInfos() local
1342 env, CreateAsyncTaskWithLastParam(env, callback, std::move(execute), std::move(complete), &result)); in OnGetAllAbilityInfos()
1343 return result; in OnGetAllAbilityInfos()
1386 napi_value result = nullptr; in OnGetBatchAbilityInfos() local
1389 env, CreateAsyncTaskWithLastParam(env, callback, std::move(execute), std::move(complete), &result)); in OnGetBatchAbilityInfos()
1390 return result; in OnGetBatchAbilityInfos()
1848 napi_value result in OnIsSceneSessionValid() local
2111 napi_value result = nullptr; OnGetSessionSnapshotFilePath() local
2190 napi_value result = nullptr; OnGetAllWindowVisibilityInfos() local
2250 napi_value result = nullptr; OnPrepareTerminate() local
2952 napi_value result = nullptr; OnGetSessionSnapshotPixelMap() local
2985 napi_value result = nullptr; OnGetCustomDecorHeight() local
3022 napi_value result = nullptr; OnGetIsLayoutFullScreen() local
3218 napi_value result = nullptr; OnIsScbCoreEnabled() local
3270 napi_value result = nullptr; OnGetMaxInstanceCount() local
3293 napi_value result = nullptr; OnGetInstanceCount() local
3317 napi_value result = nullptr; OnGetLastInstanceKey() local
3370 napi_value result = nullptr; OnGetWindowPid() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc400 // result other than the condition.
407 uint8_t result = 0; in GetBinopProperties() local
413 result = CanCommuteField::update(result, true); in GetBinopProperties()
414 result = MustCommuteCondField::update(result, true); in GetBinopProperties()
415 result = IsComparisonField::update(result, true); in GetBinopProperties()
419 result = IsAddSubField::update(result, tru in GetBinopProperties()
1646 InstructionOperand result = g.DefineAsRegister(node); EmitInt32MulWithOverflow() local
2905 Node* const result = NodeProperties::FindProjection(node, 0); VisitWordCompareZero() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp128 auto result = CheckImplicitCallPermission(request); in ImplicitStartAbility() local
129 if (ERR_OK != result) { in ImplicitStartAbility()
130 return result; in ImplicitStartAbility()
645 std::vector<std::string> result; in SplitStr() local
648 result.push_back(s); in SplitStr()
650 return result; in SplitStr()
675 int32_t result = ERR_OK; in ImplicitStartAbilityInner() local
683 result = abilityMgr->ImplicitStartAbility( in ImplicitStartAbilityInner()
689 result = abilityMgr->ImplicitStartAbility( in ImplicitStartAbilityInner()
694 result in ImplicitStartAbilityInner()
[all...]

Completed in 28 milliseconds

1...<<411412413414415416417418419420>>...685