Home
last modified time | relevance | path

Searched refs:result (Results 16026 - 16050 of 17712) sorted by relevance

1...<<641642643644645646647648649650>>...709

/third_party/skia/third_party/externals/libpng/
H A Dconfigure398 # Perform arithmetic evaluation on the ARGs, and store the result in the
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2621 { $as_echo "$as_me:${as_lineno-$LINENO}: result
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp1035 auto result = dst.detachAsData(); in ToDataURL() local
1036 if (result == nullptr) { in ToDataURL()
1040 size_t len = SkBase64::Encode(result->data(), result->size(), nullptr); in ToDataURL()
1046 SkBase64::Encode(result->data(), result->size(), info.writable_str()); in ToDataURL()
2748 std::string result = str.substr(0, index); in UpdateTextStyleForeground() local
2749 std::istringstream iss(result); in UpdateTextStyleForeground()
2768 std::string result = str.substr(0, demIndex); in UpdateTextStyleForeground() local
2769 std::istringstream iss(result); in UpdateTextStyleForeground()
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_p2p.c184 extra.result = EVENT_STAGE_RESULT_OK; \
841 int32_t result = GetFirstGuideType(reqInfo.laneRequestInfo.laneReqId, reqInfo.laneRequestInfo.linkType, &guideType); in NotifyLinkFail() local
842 if (result == SOFTBUS_OK) { in NotifyLinkFail()
1517 .result = EVENT_STAGE_RESULT_OK, in OnAuthConnOpened()
1670 .result = EVENT_STAGE_RESULT_OK, in OnProxyChannelOpened()
1705 .result = EVENT_STAGE_RESULT_OK, in OpenProxyChannelToConnP2p()
1802 .result = EVENT_STAGE_RESULT_OK, in OnAuthTriggerConnOpened()
1891 .result = EVENT_STAGE_RESULT_OK, in DetectSuccess()
2028 .result = EVENT_STAGE_RESULT_OK, in OpenAuthToConnP2p()
2065 .result in OpenAuthTriggerToConn()
[all...]
/third_party/backends/backend/
H A Dplustek-usbshading.c2590 int result; local
2797 result = usb_DoIt( dev );
2798 if( result != 0 )
2799 return result;
2820 result = usb_DoIt( dev );
2821 if( result != 0 )
2822 return result;
2955 result = usb_DoIt( dev );
2956 if( result != 0 )
2957 return result;
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp1807 /* Set result */ in iterate()
1924 /* Set result */ in iterate()
2042 /* Set result */ in iterate()
2204 /* Set result */ in iterate()
2361 /* Set result */ in iterate()
2527 /* Set result */ in iterate()
2700 /* Set result */ in iterate()
2873 /* Set result */ in iterate()
3021 /* Set result */ in iterate()
3198 /* Set result */ in iterate()
3492 GLfloat* result = (GLfloat*)gl.mapBuffer(GL_SHADER_STORAGE_BUFFER, GL_READ_ONLY); iterate() local
3626 GLint* result = (GLint*)gl.mapBuffer(GL_SHADER_STORAGE_BUFFER, GL_READ_ONLY); iterate() local
3884 GLuint* result = (GLuint*)gl.mapBuffer(GL_SHADER_STORAGE_BUFFER, GL_READ_ONLY); iterate() local
4140 GLuint* result = (GLuint*)gl.mapBuffer(GL_SHADER_STORAGE_BUFFER, GL_READ_ONLY); iterate() local
4364 GLuint* result = (GLuint*)gl.mapBuffer(GL_SHADER_STORAGE_BUFFER, GL_READ_ONLY); iterate() local
[all...]
H A Dgl3cTransformFeedbackTests.cpp182 /* Default result. */ in iterate()
1641 "out float result;\n"
1645 " result = 0.5;\n"
1655 "out float result;\n"
1660 " result = 0.0;\n"
1664 " result = 1.0;\n"
1671 "out float result;\n"
1675 " result = float(gl_VertexID);\n"
1684 "out float result;\n"
1688 " result
2623 glw::GLfloat result = results[i + j * m_max_transform_feedback_components]; checkTransformFeedbackBuffer() local
2635 glw::GLfloat result[4] = { results[(j + 1) * m_max_transform_feedback_components - 4], checkTransformFeedbackBuffer() local
3268 glw::GLfloat result = results[j * 4 + k]; checkTransformFeedbackBuffer() local
3295 glw::GLfloat result[4] = { results[j * 4], results[j * 4 + 1], results[j * 4 + 2], results[j * 4 + 3] }; checkTransformFeedbackBuffer() local
[all...]
/third_party/python/Lib/test/
H A Dtest_math.py604 def testfrexp(name, result, expected):
605 (mant, exp), (emant, eexp) = result, expected
608 (name, result, expected))
1208 def testmodf(name, result, expected):
1209 (v1, v2), (e1, e2) = result, expected
1212 (name, result, expected))
1669 # as a result (and so raising OverflowError instead).
1695 # Skip if either the input or result is complex
1714 result = func(ar)
1716 result
[all...]
H A Dtest_collections.py612 'repr_fmt', 'representation', 'result', 'reuse_itemgetter', 's', 'seen',
1285 result = None
1290 result = ex.args[0] if ex.args else None
1292 return result
1525 result=v not in self.__s
1527 return result
1529 result=v in self.__s
1531 return result
2240 result = counterop(p, q)
2242 self.assertEqual(numberop(p[x], q[x]), result[
[all...]
H A Dtest_unicode.py69 def checkequalnofix(self, result, object, methodname, *args):
72 self.assertEqual(realresult, result)
73 self.assertTrue(type(realresult) is type(result))
84 self.assertEqual(realresult, result)
1177 self.assertEqual('{0:x<0s}'.format('result'), 'result')
1178 self.assertEqual('{0:x<5s}'.format('result'), 'result')
1179 self.assertEqual('{0:x<6s}'.format('result'), 'result')
[all...]
H A Dtest_dataclasses.py439 for (eq, order, result ) in [
446 if result == 'exception':
456 if result == 'neither':
462 elif result == 'both':
468 elif result == 'eq_only':
475 assert False, f'unknown result {result!r}'
563 for (hash_, compare, result ) in [
576 if result == 'field':
579 elif result
[all...]
H A Dtest_argparse.py149 result = parse_args(*args, **kwargs)
150 for key in list(vars(result)):
151 attr = getattr(result, key)
153 setattr(result, key, old_stdout)
155 setattr(result, key, getattr(old_stdout, 'buffer', BIN_STDOUT_SENTINEL))
157 setattr(result, key, old_stderr)
159 setattr(result, key, getattr(old_stderr, 'buffer', BIN_STDERR_SENTINEL))
160 return result
2472 result = parser.parse_args('1 2 3'.split())
2473 self.assertEqual(expected, result)
[all...]
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc179 Handle<Context> result() { return result_; } in result() function in v8::internal::Genesis
333 env = genesis.result(); in CreateEnvironment()
418 Handle<JSFunction> result = in CreateFunctionForBuiltinWithPrototype() local
445 prototype = factory->NewFunctionPrototype(result); in CreateFunctionForBuiltinWithPrototype()
447 JSFunction::SetInitialMap(isolate, result, initial_map, prototype); in CreateFunctionForBuiltinWithPrototype()
449 return result; in CreateFunctionForBuiltinWithPrototype()
473 Handle<JSFunction> result = CreateFunctionForBuiltinWithPrototype( in CreateFunction() local
478 JSObject::MakePrototypesFast(handle(result->prototype(), isolate), in CreateFunction()
482 JSObject::MakePrototypesFast(result, kStartAtReceiver, isolate); in CreateFunction()
483 result in CreateFunction()
4058 Handle<JSFunction> result = InstallFunction( InstallTypedArray() local
4074 InstallConstant(isolate(), result, "BYTES_PER_ELEMENT", bytes_per_element); InstallTypedArray() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list_manager.cpp581 TAG_LOGI(AAFwkTag::ABILITYMGR, "result:%{public}d", reUsedMissionInfo); in CreateOrReusedMissionInfo()
1658 // save result to caller AbilityRecord in TerminateAbilityInner()
1904 int result = DelayedSingleton<MissionInfoMgr>::GetInstance()->GetInnerMissionInfoById( in CompleteTerminateAndUpdateMission() local
1906 if (result != 0) { in CompleteTerminateAndUpdateMission()
1907 TAG_LOGE(AAFwkTag::ABILITYMGR, "error, result: %{public}d, missionId: %{public}d", in CompleteTerminateAndUpdateMission()
1908 result, missionId); in CompleteTerminateAndUpdateMission()
2737 sptr<IRemoteObject> result = nullptr; in GetAbilityTokenByMissionId() local
2739 if (missionList && (result = missionList->GetAbilityTokenByMissionId(missionId)) != nullptr) { in GetAbilityTokenByMissionId()
2740 return result; in GetAbilityTokenByMissionId()
2744 if ((result in GetAbilityTokenByMissionId()
3437 ResolveResultType result = targetAbility->Resolve(abilityRequest); ResolveAbility() local
4073 NotifyStartAbilityResult(const AbilityRequest &abilityRequest, int result) NotifyStartAbilityResult() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp545 // return the result as an object in GetAppInfo()
1049 shared_ptr<JsValue> result = arg->GetProperty(runtime, 1); in JsHandleCallback() local
1051 std::string resultStr = result->ToString(runtime); in JsHandleCallback()
1193 std::smatch result; in JsReadText() local
1194 if (!std::regex_match(uri, result, URI_PATTERN)) { in JsReadText()
1269 std::smatch result; in JsReadArrayBuffer() local
1270 if (!std::regex_match(uri, result, URI_PATTERN)) { in JsReadArrayBuffer()
2588 shared_ptr<JsValue> result = in JsPluralRulesFormat() local
2590 return result; in JsPluralRulesFormat()
3067 bool result in Initialize() local
[all...]
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_unittest.cpp3644 uint32_t result = sessionObject->sessionImpl_->GenerateOfflineReleaseRequest(licenseIdVec, ReleaseRequest); in killclearplay() local
3645 EXPECT_NE(result, DRM_ERR_OK); in killclearplay()
3646 result = sessionObject->sessionImpl_->ProcessOfflineReleaseResponse(licenseIdVec, ReleaseRequest); in killclearplay()
3647 EXPECT_NE(result, DRM_ERR_OK); in killclearplay()
3648 result = sessionObject->sessionImpl_->GetContentProtectionLevel(&securityLevel); in killclearplay()
3649 EXPECT_NE(result, DRM_ERR_OK); in killclearplay()
3651 result = sessionObject->sessionImpl_->CheckMediaKeyStatus(licenseStatus2); in killclearplay()
3652 EXPECT_NE(result, DRM_ERR_OK); in killclearplay()
3653 result = sessionObject->sessionImpl_->RestoreOfflineMediaKeys(licenseIdVec); in killclearplay()
3654 EXPECT_NE(result, DRM_ERR_O in killclearplay()
[all...]
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc359 // If the result is an object (in the ECMA sense), we should get rid in Generate_JSConstructStubGeneric()
360 // of the receiver and use the result; see ECMA-262 section 13.2.2-7 in Generate_JSConstructStubGeneric()
364 // If the result is undefined, we jump out to using the implicit receiver. in Generate_JSConstructStubGeneric()
368 // Throw away the result of the constructor invocation and use the in Generate_JSConstructStubGeneric()
369 // on-stack receiver as the result. in Generate_JSConstructStubGeneric()
388 // If the result is a smi, it is *not* an object in the ECMA sense. in Generate_JSConstructStubGeneric()
391 // If the type of the result (stored in its map) is less than in Generate_JSConstructStubGeneric()
641 // x0: result.
749 // Caught exception: Store result (exception) in the pending exception in Generate_JSEntryVariant()
805 // x0 holds the result in Generate_JSEntryVariant()
3265 const Register& result = x0; Generate_CEntry() local
3356 Register result = x7; Generate_DoubleToI() local
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp1588 bool result = this->uploadCompressedTexData(compression, in onUpdateCompressedBackendTexture() local
1599 return result; in onUpdateCompressedBackendTexture()
3717 bool result = this->uploadColorToTex(glFormat, in onClearBackendTexture() local
3725 return result; in onClearBackendTexture()
3759 GrGLboolean result; in isTestingOnlyBackendTexture() local
3760 GL_CALL_RET(result, IsTexture(info.fID)); in isTestingOnlyBackendTexture()
3762 return (GR_GL_TRUE == result); in isTestingOnlyBackendTexture()
4024 GrGLboolean result; in waitSync() local
4025 GL_CALL_RET(result, TestFence(nvFence)); in waitSync()
4026 return result in waitSync()
4035 GrGLenum result; waitSync() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp881 bool result = false; in ParseEdges() local
891 result = true; in ParseEdges()
895 result = true; in ParseEdges()
899 result = true; in ParseEdges()
903 result = true; in ParseEdges()
906 return result; in ParseEdges()
2931 CalcDimension result(minWidth->value, static_cast<DimensionUnit>(minWidth->unit)); in SetMinWidth()
2932 ViewAbstract::SetMinWidth(frameNode, CalcLength(result)); in SetMinWidth()
2953 CalcDimension result(maxWidth->value, static_cast<DimensionUnit>(maxWidth->unit)); in SetMaxWidth()
2954 ViewAbstract::SetMaxWidth(frameNode, CalcLength(result)); in SetMaxWidth()
3069 double result = value; SetAspectRatio() local
3099 double result = value; SetFlexGrow() local
3184 Dimension result; SetFlexBasis() local
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc507 TNode<Int32T> result = UncheckedCast<Int32T>( in HandleLoadICSmiHandlerCase() local
510 GotoIf(Word32Equal(Int32Constant(-1), result), miss); in HandleLoadICSmiHandlerCase()
511 CSA_DCHECK(this, Int32GreaterThanOrEqual(result, Int32Constant(0))); in HandleLoadICSmiHandlerCase()
512 var_intptr_index = ChangeInt32ToIntPtr(result); in HandleLoadICSmiHandlerCase()
598 TNode<String> result = StringFromSingleCharCode(code); in HandleLoadICSmiHandlerCase() local
599 Return(result); in HandleLoadICSmiHandlerCase()
2895 TNode<UintPtrT> result = in StubCachePrimaryOffset() local
2897 return Signed(result); in StubCachePrimaryOffset()
2913 TNode<UintPtrT> result = in StubCacheSecondaryOffset() local
2915 return Signed(result); in StubCacheSecondaryOffset()
3350 TNode<Object> result = LoadContextElement(script_context, slot_index); LoadGlobalIC_TryPropertyCellCase() local
3414 TNode<Object> result = LoadContextElement(script_context, var_index); ScriptContextTableLookup() local
4757 TNode<JSObject> result = AllocateJSObjectFromMap(initial_map); GenerateCloneObjectIC_Slow() local
4773 ReturnIf(IsNullOrUndefined(source), result); GenerateCloneObjectIC_Slow() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_branch_test_ng.cpp196 bool result = pattern->OnDirtyLayoutWrapperSwap(layoutWrapper, config); in HWTEST_F() local
197 EXPECT_EQ(result, false); in HWTEST_F()
202 result = pattern->OnDirtyLayoutWrapperSwap(layoutWrapper, config); in HWTEST_F()
203 EXPECT_EQ(result, false); in HWTEST_F()
327 bool result = true; in HWTEST_F() local
329 result = false; in HWTEST_F()
331 EXPECT_EQ(result, true); in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp843 std::string result = std::string(jsonString); in GesturePointsToStr() local
846 return result; in GesturePointsToStr()
1448 MMI_HILOGE("Get value from setting data, result is false"); in HandleRepeatKey()
1666 bool result = false; in MatchShortcutKeys() local
1670 result = MatchShortcutKey(keyEvent, item.second, upAbilities) || result; in MatchShortcutKeys()
1686 if (result) { in MatchShortcutKeys()
1692 return result; in MatchShortcutKeys()
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/
H A DSingleKvStoreKVCallbackJsTest.js2153 await kvStore.getResultSet('batch_test_string_key', async function (err, result) {
2155 resultSet = result;
2181 await kvStore.getResultSet(function (err, result) {
2203 await kvStore.getResultSet('test_key_string', 123, function (err, result) {
2225 await kvStore.getResultSet(query).then((result) => {
2275 await kvStore.getResultSet('batch_test_string_key', async function(err, result) {
2277 resultSet = result;
2333 console.info('SingleKvStoreCloseResultSetCallbackTest004 close result finish')
/third_party/nghttp2/src/
H A Dnghttp.cc1124 // Check NPN or ALPN result in connection_made()
2288 int result = 0; in communicate() local
2296 result = -1; in communicate()
2323 result = -1; in communicate()
2330 result = -1; in communicate()
2338 result = -1; in communicate()
2347 result = -1; in communicate()
2436 return result; in communicate()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_nir.cpp866 * from the LSB side. Subtract the result from 31 to convert the MSB count in emit_find_msb_using_lzd()
1313 /* If the result of the initial remainder operation is non-zero and the in nir_emit_alu()
1471 /* Produce a 32-bit boolean result from the DF comparison by selecting in nir_emit_alu()
1473 * so we can then move from there to the result using align16 again in nir_emit_alu()
1478 dst_reg result = dst_reg(this, glsl_type::bvec4_type); in nir_emit_alu() local
1479 emit(VEC4_OPCODE_PICK_LOW_32BIT, result, src_reg(temp)); in nir_emit_alu()
1480 emit(MOV(dst, src_reg(result))); in nir_emit_alu()
1563 * modifiers don't affect the result of the testing against 0.0. in nir_emit_alu()
1613 dst_reg result = dst_reg(this, glsl_type::dvec4_type); in nir_emit_alu() variable
1616 emit(VEC4_OPCODE_SET_LOW_32BIT, result, src_re in nir_emit_alu()
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c781 * configuration result).
1705 bool result; in iris_resource_get_param() local
1753 result = iris_bo_flink(bo, &handle) == 0; in iris_resource_get_param()
1754 if (result) in iris_resource_get_param()
1756 return result; in iris_resource_get_param()
1777 result = iris_bo_export_dmabuf(bo, (int *) &handle) == 0; in iris_resource_get_param()
1778 if (result) in iris_resource_get_param()
1780 return result; in iris_resource_get_param()

Completed in 114 milliseconds

1...<<641642643644645646647648649650>>...709