Home
last modified time | relevance | path

Searched refs:result (Results 10376 - 10400 of 17282) sorted by relevance

1...<<411412413414415416417418419420>>...692

/third_party/python/Lib/test/test_asyncio/
H A Dtest_tasks.py181 self.assertEqual(t.result(), 'ok')
199 self.assertEqual(t.result(), 'ok')
212 self.assertEqual(t.result(), 'ok')
221 self.assertEqual(t.result(), 'ok')
230 self.assertEqual(f.result(), 'ko')
251 self.assertEqual(t.result(), 'ok')
279 self.assertEqual(fut.result(), 'ok')
371 "<Task finished name='TestTask' %s result='abc'>" % coro)
685 # Test Future.result() after calling cancel() with a message.
706 task.result()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessVertexArraysTests.cpp76 * @return Iteration result.
210 * @return Iteration result.
574 glw::GLint result = *result_ptr; in DrawAndCheck() local
579 /* Check result and return. */ in DrawAndCheck()
589 if (reference_sum == result) in DrawAndCheck()
603 if (reference_sum == result) in DrawAndCheck()
809 * @return Iteration result.
951 static const glw::GLchar* xfb_varying = "result"; in PrepareProgram()
1143 glw::GLint result[3] = { result_ptr[0], result_ptr[1], result_ptr[2] }; in DrawAndCheck() local
1148 /* Check result an in DrawAndCheck()
1675 glw::GLint result[2] = { result_ptr[0], result_ptr[1] }; DrawAndCheck() local
2350 T result[8] = { 0 }; DrawAndCheck() local
2408 ss << result[j]; DrawAndCheck() local
2907 glw::GLint result[2] = { result_ptr[0], result_ptr[1] }; DrawAndCheck() local
3392 glw::GLint* result = (glw::GLint*)gl.mapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, GL_READ_ONLY); CheckXFB() local
3550 glw::GLint result = 0; iterate() local
3837 glw::GLint result = 0; Check() local
3877 glw::GLint64 result = 0; Check64() local
4030 glw::GLint result = 0; Check() local
4061 glw::GLint result = 0; CheckIndexed() local
4092 glw::GLint64 result = 0; CheckIndexed64() local
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp491 HILOG_ERROR("FindFocusedElementInfo Failed to wait result"); in FindFocusedElementByConnection()
536 HILOG_ERROR("Failed to wait result, number %{public}" PRId64 "", ipcTimeoutNum_); in FindFocusedElement()
606 HILOG_ERROR("ExecuteAction Failed to wait result"); in ExecuteActionOnAccessibilityFocused()
675 HILOG_ERROR("Failed to wait RegisterCaptionObserver result"); in RegisterCaptionObserver()
720 HILOG_ERROR("Failed to wait RegisterEnableAbilityListsObserver result"); in RegisterEnableAbilityListsObserver()
813 bool result = operation->AsObject()->AddDeathRecipient(deathRecipient); in RegisterElementOperator()
815 HILOG_DEBUG("The result of adding operation's death recipient is %{public}d", result); in RegisterElementOperator()
925 bool result = operation->AsObject()->AddDeathRecipient(deathRecipient); in RegisterElementOperator()
927 HILOG_DEBUG("The result o in RegisterElementOperator()
960 bool result = object->RemoveDeathRecipient(deathRecipient); DeleteConnectionAndDeathRecipient() local
1059 bool result = remoteObject->RemoveDeathRecipient(deathRecipient); RemoveTreeDeathRecipient() local
1436 bool result = Singleton<AccessibilityWindowManager>::GetInstance().Init(); Init() local
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp399 bool result = false; in IsVolumeTypeValid() local
413 result = true; in IsVolumeTypeValid()
416 result = false; in IsVolumeTypeValid()
420 return result; in IsVolumeTypeValid()
425 bool result = true; in IsVolumeLevelValid() local
430 result = false; in IsVolumeLevelValid()
432 return result; in IsVolumeLevelValid()
835 int32_t result = audioPolicyService_.SetStreamMute(streamType, mute); in SetSingleStreamMute() local
836 CHECK_AND_RETURN_RET_LOG(result == SUCCESS, result, "Fai in SetSingleStreamMute()
1175 bool result = VerifyPermission(ACCESS_NOTIFICATION_POLICY_PERMISSION); SetRingerModeInner() local
1842 bool result = object->AddDeathRecipient(deathRecipient_); RegisterClientDeathRecipient() local
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
H A DSearchTest.java1382 StringSearch result; in TestInitialization()
1388 result = new StringSearch(pattern, new StringCharacterIterator(text), m_en_us_, null); in TestInitialization()
1400 result = new StringSearch(pattern, new StringCharacterIterator(text), m_en_us_, null); in TestInitialization()
1401 logln("pattern:" + result.getPattern()); in TestInitialization()
1444 StringSearch result; in TestOpenClose()
1453 result = new StringSearch(pattern, new StringCharacterIterator(text), null, null); in TestOpenClose()
1461 result = new StringSearch(pattern, chariter, null, null); in TestOpenClose()
1469 result = new StringSearch(pattern, new StringCharacterIterator(text), null, null); in TestOpenClose()
1477 result = new StringSearch(pattern, chariter, null, null); in TestOpenClose()
1486 result in TestOpenClose()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/
H A DSearchTest.java1385 StringSearch result; in TestInitialization()
1391 result = new StringSearch(pattern, new StringCharacterIterator(text), m_en_us_, null); in TestInitialization()
1403 result = new StringSearch(pattern, new StringCharacterIterator(text), m_en_us_, null); in TestInitialization()
1404 logln("pattern:" + result.getPattern()); in TestInitialization()
1447 StringSearch result; in TestOpenClose()
1456 result = new StringSearch(pattern, new StringCharacterIterator(text), null, null); in TestOpenClose()
1464 result = new StringSearch(pattern, chariter, null, null); in TestOpenClose()
1472 result = new StringSearch(pattern, new StringCharacterIterator(text), null, null); in TestOpenClose()
1480 result = new StringSearch(pattern, chariter, null, null); in TestOpenClose()
1489 result in TestOpenClose()
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.cc1336 // Ensure that the top tier never downgrades a compilation result. If in DecodeCompilationHintsSection()
1486 ModuleResult result = toResult(std::move(module_)); in FinishDecoding() local
1487 if (verify_functions && result.ok() && intermediate_error_.has_error()) { in FinishDecoding()
1491 return result; in FinishDecoding()
1562 const FunctionSig* result = consume_sig(zone); in DecodeFunctionSignature() local
1563 return ok() ? result : nullptr; in DecodeFunctionSignature()
1677 DecodeResult result = VerifyWasmCode(allocator, enabled_features_, module, in VerifyFunctionBody() local
1682 if (result.failed() && intermediate_error_.empty()) { in VerifyFunctionBody()
1686 << result.error().message(); in VerifyFunctionBody()
1687 intermediate_error_ = WasmError{result in VerifyFunctionBody()
1966 ValueType result = value_type_reader::read_value_type<kFullValidation>( consume_value_type() local
1996 ValueType result = consume_value_type(); consume_reference_type() local
2248 ModuleResult result = DecodeWasmModule() local
2323 IdentifyUnknownSection(ModuleDecoder* decoder, base::Vector<const uint8_t> bytes, uint32_t offset, SectionCode* result) IdentifyUnknownSection() argument
2431 std::vector<CustomSectionOffset> result; DecodeCustomSections() local
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Didlharness.js28 * parser found, an .inheritance property equal to either null or the result of
633 let result = default_set || ["Window"];
634 if (result && !(result instanceof Set)) {
635 result = new Set(result);
646 result = new Set(set);
648 if (result && result.has("*")) {
651 if (result
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp498 matrix<T, C, R> result; in writeOuterProduct()
500 result[c] = a * b[c]; in writeOuterProduct()
502 return result; in writeOuterProduct()
784 // Use select to detect zero inputs and force a -1 result. in writeIntrinsicCall()
1154 array<%s, N> result; in writeConstructorArrayCast()
1156 result[i] = %s(x[i]); in writeConstructorArrayCast()
1158 return result; in writeConstructorArrayCast()
1380 const Type& result) { in writeMatrixTimesEqualHelper()
1383 SkASSERT(result.isMatrix()); in writeMatrixTimesEqualHelper()
1386 SkASSERT(left.rows() == result in writeMatrixTimesEqualHelper()
1379 writeMatrixTimesEqualHelper(const Type& left, const Type& right, const Type& result) writeMatrixTimesEqualHelper() argument
2559 Requirements result = this->requirements(f.function()); requirements() local
2574 Requirements result = kNo_Requirements; requirements() local
2610 Requirements result = kNo_Requirements; requirements() local
2638 Requirements result = kNo_Requirements; requirements() local
2674 Requirements result = this->requirements(sw.value().get()); requirements() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageV3.java160 final TreeMap<FieldDescriptor, Object> result = in getAllFieldsMutable()
187 result.put(field, value); in getAllFieldsMutable()
197 result.put(field, getFieldRaw(field)); in getAllFieldsMutable()
199 result.put(field, getField(field)); in getAllFieldsMutable()
202 return result; in getAllFieldsMutable()
631 final TreeMap<FieldDescriptor, Object> result = in getAllFieldsMutable()
658 result.put(field, value); in getAllFieldsMutable()
667 result.put(field, getField(field)); in getAllFieldsMutable()
669 return result; in getAllFieldsMutable()
1238 final Map<FieldDescriptor, Object> result in getAllFields()
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_image.cpp735 // Checks sparse image opcode result type and returns the second struct member.
766 // Returns a string describing actual result type of an opcode.
1013 // TODO(atgoo@github.com) Check compatibility of result type and received in ValidateSampledImage()
1070 << " Found result <id> " << _.getIdName(inst->id()) in ValidateSampledImage()
1082 << " Found result <id> " << _.getIdName(inst->id()) in ValidateSampledImage()
1260 if (spv_result_t result = ValidateImageProj(_, inst, info)) return result; in ValidateImageLod()
1317 if (spv_result_t result = in ValidateImageLod()
1319 return result; in ValidateImageLod()
1373 if (spv_result_t result in ValidateImageDrefLod()
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglSyncTests.cpp537 // Run the test. Return whether validation can continue. If false then the test result must
646 EGLBoolean result; in test() local
652 result = egl.makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, in test()
655 if (!result || egl.getError() != EGL_SUCCESS) in test()
1300 EGLint result = (egl.*clientWaitSyncFunc)(m_eglDisplay, m_sync, 0, eglTime); in test() local
1301 log << TestLog::Message << result << " = " << funcNames[FUNC_NAME_CLIENT_WAIT_SYNC] << in test()
1305 TCU_CHECK(result == condSatisfied); in test()
1883 EGLBoolean result = (egl.*getSyncAttribFunc)(EGL_NO_DISPLAY, m_sync, attribute, &condition); in test() local
1884 log << TestLog::Message << result << " = " << funcNames[FUNC_NAME_GET_SYNC_ATTRIB] << in test()
1899 TCU_CHECK(result in test()
1952 EGLBoolean result = (egl.*getSyncAttribFunc)(m_eglDisplay, syncValue, test() local
2028 EGLBoolean result = (egl.*getSyncAttribFunc)(m_eglDisplay, m_sync, EGL_NONE, &condition); test() local
2103 EGLBoolean result = (egl.*getSyncAttribFunc)(m_eglDisplay, NULL, attribute, &value); test() local
2239 EGLBoolean result = (egl.*destroySyncFunc)(EGL_NO_DISPLAY, m_sync); test() local
2302 EGLBoolean result = (egl.*destroySyncFunc)(m_eglDisplay, syncValue); test() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp558 GLint result = 0; in QuerySingleGLInt() local
559 functions->getIntegerv(name, &result); in QuerySingleGLInt()
560 return result; in QuerySingleGLInt()
565 GLint result; in QuerySingleIndexGLInt() local
566 functions->getIntegeri_v(name, index, &result); in QuerySingleIndexGLInt()
567 return result; in QuerySingleIndexGLInt()
572 GLint result[2] = {}; in QueryGLIntRange() local
573 functions->getIntegerv(name, result); in QueryGLIntRange()
574 return result[index]; in QueryGLIntRange()
584 GLint result in QuerySingleGLInt64() local
590 GLint64 result = 0; QuerySingleGLInt64() local
598 GLfloat result = 0.0f; QuerySingleGLFloat() local
605 GLfloat result[2] = {}; QueryGLFloatRange() local
622 GLint result; QueryQueryValue() local
[all...]
/third_party/typescript/lib/
H A Dtypescript.js181 var result = callback(array[i], i);
182 if (result) {
183 return result;
196 var result = callback(array[i], i);
197 if (result) {
198 return result;
211 var result = callback(array[i], i);
212 if (result !== undefined) {
213 return result;
225 var result
[all...]
H A DtypescriptServices.js181 var result = callback(array[i], i);
182 if (result) {
183 return result;
196 var result = callback(array[i], i);
197 if (result) {
198 return result;
211 var result = callback(array[i], i);
212 if (result !== undefined) {
213 return result;
225 var result
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp443 auto result = sceneSystemGraphUri_.empty() ? false : systemGraphLoader->Load(sceneSystemGraphUri_, *ecs_).success; in CreateDefaultEcs() local
445 if (!result) { in CreateDefaultEcs()
475 auto result = callback->Invoke(ecs_); in CreateDefaultEcs() local
476 if (!result) { in CreateDefaultEcs()
902 BASE_NS::string_view backupCollection, BASE_NS::shared_ptr<BASE_NS::vector<BASE_NS::string_view>>& result, in ExtractQueryResults()
910 result->push_back(id); in ExtractQueryResults()
998 BASE_NS::string result; in GetResourceId() local
1001 result = scene_->GetUniqueIdentifierRecursive(entity); in GetResourceId()
1003 return result; in GetResourceId()
2987 auto result in GetWorldMatrixComponentAABB() local
901 ExtractQueryResults(CORE_NS::ComponentQuery& query, SCENE_NS::IEntityCollection& collection, BASE_NS::string_view backupCollection, BASE_NS::shared_ptr<BASE_NS::vector<BASE_NS::string_view>>& result, CORE3D_NS::INameComponentManager& nameComponentManager) ExtractQueryResults() argument
3000 auto result = picking_->GetTransformComponentAABB(entity, isRecursive, *ecs_); GetTransformComponentAABB() local
3014 auto result = picking_->GetWorldAABB(world, aabbMin, aabbMax); GetWorldAABB() local
3024 ConvertToToolkit(const BASE_NS::vector<CORE3D_NS::RayCastResult>& result, SCENE_NS::IRayCastResult::Ptr ret) ConvertToToolkit() argument
3043 auto result = picking_->RayCast(*ecs_, start, direction); RayCast() local
3053 auto result = picking_->RayCast(*ecs_, start, direction, layerMask); RayCast() local
3063 auto result = picking_->ScreenToWorld(*ecs_, camera, screenCoordinate); ScreenToWorld() local
3077 auto result = picking_->WorldToScreen(*ecs_, camera, worldCoordinate); WorldToScreen() local
3090 auto result = picking_->RayCastFromCamera(*ecs_, camera, screenPos); RayCastFromCamera() local
3100 auto result = picking_->RayCastFromCamera(*ecs_, camera, screenPos, layerMask); RayCastFromCamera() local
[all...]
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
H A Dsample_hdi_service_stub.cpp46 int32_t result; in SampleServiceStubSum() local
60 int32_t ret = SampleHdiImplInstance()->sum(client->device, parm0, parm1, &result); in SampleServiceStubSum()
62 if (!HdfSbufWriteInt32(reply, result)) { in SampleServiceStubSum()
63 HDF_LOGE("SampleHdi.sum: failed to write result "); in SampleServiceStubSum()
/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/
H A Dunit_test.py144 result = self.run()
147 if result:
151 return result
/drivers/peripheral/camera/test/ut/v4l2/
H A Dtest_camera_base.h182 int32_t OnResult(uint64_t timestamp, const std::vector<uint8_t>& result) override;
184 void PrintStabiliInfo(const std::vector<uint8_t>& result);
185 void PrintFpsInfo(const std::vector<uint8_t>& result);
/drivers/peripheral/camera/vdi_base/common/include/
H A DTimeOutExecutor.h113 ExecuteResult Execute(Result &result, Args... args) in Execute() argument
127 std::thread workThread([=, &result]() { in Execute()
145 result = r; in Execute()
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp106 std::string result(data, size); in DoSomethingInterestingWithMyAPI()
107 appMgrService->Dump(args, result); in DoSomethingInterestingWithMyAPI()
108 appMgrService->ShowHelp(args, result); in DoSomethingInterestingWithMyAPI()
/foundation/ai/ai_engine/test/function/async_process/
H A Dasync_process_function_test.cpp66 void OnResult(const DataInfo &result, int resultCode, int requestId) override
70 resultCode, requestId, result.data, result.length);
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service_manager.h51 static void SetEnrollResult(IntellVoiceEngineType type, bool result) in SetEnrollResult() argument
57 g_enrollResult[type].store(result); in SetEnrollResult()
143 void HandleUpdateComplete(UpdateState result, const std::string &param) override;
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.h117 void InnerCreateCallbackRetMsg(napi_env env, int32_t code, napi_value (&result)[CALLBACK_RETURN_MSG_SIZE]);
118 void InnerCreatePromiseRetMsg(napi_env env, int32_t code, napi_value* result);
122 void ParseRunningFormInfoIntoNapi(napi_env env, const AppExecFwk::RunningFormInfo &runningFormInfo, napi_value &result);
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/include/
H A Dconnection_manager.h50 void OnBindResult(const PeerTargetId &targetId, int32_t result, int32_t status, std::string content) override;
61 void OnUnbindResult(const PeerTargetId &targetId, int32_t result, std::string content) override;
106 bool NotifySessionEvent(const std::string &deviceId, int result);

Completed in 57 milliseconds

1...<<411412413414415416417418419420>>...692