Home
last modified time | relevance | path

Searched refs:result (Results 11851 - 11875 of 21896) sorted by relevance

1...<<471472473474475476477478479480>>...876

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_module_tests.c226 u8 result[24], result2[24]; in test_omac1_vector() local
230 if (omac1_aes_128(tv->k, tv->msg, tv->msg_len, result) || in test_omac1_vector()
231 os_memcmp(result, tv->tag, 16) != 0) { in test_omac1_vector()
243 if (omac1_aes_128_vector(tv->k, 2, addr, len, result) || in test_omac1_vector()
244 os_memcmp(result, tv->tag, 16) != 0) { in test_omac1_vector()
258 if (omac1_aes_128_vector(tv->k, 3, addr, len, result) || in test_omac1_vector()
259 os_memcmp(result, tv->tag, 16) != 0) { in test_omac1_vector()
273 if (omac1_aes_128(key, msg, sizeof(msg), result) || in test_omac1_vector()
275 os_memcmp(result, result2, 16) != 0) { in test_omac1_vector()
614 u8 result[4 in test_key_wrap() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_module_tests.c226 u8 result[24], result2[24]; in test_omac1_vector() local
230 if (omac1_aes_128(tv->k, tv->msg, tv->msg_len, result) || in test_omac1_vector()
231 os_memcmp(result, tv->tag, 16) != 0) { in test_omac1_vector()
243 if (omac1_aes_128_vector(tv->k, 2, addr, len, result) || in test_omac1_vector()
244 os_memcmp(result, tv->tag, 16) != 0) { in test_omac1_vector()
258 if (omac1_aes_128_vector(tv->k, 3, addr, len, result) || in test_omac1_vector()
259 os_memcmp(result, tv->tag, 16) != 0) { in test_omac1_vector()
273 if (omac1_aes_128(key, msg, sizeof(msg), result) || in test_omac1_vector()
275 os_memcmp(result, result2, 16) != 0) { in test_omac1_vector()
614 u8 result[4 in test_key_wrap() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc62 const Type* result; in Visit() local
66 result = Visit(name::cast(stmt)); \ in Visit()
73 DCHECK_EQ(result == TypeOracle::GetNeverType(), in Visit()
75 return result; in Visit()
359 const Type* result = Visit(*macro->body()); in InlineMacro() local
361 if (result->IsNever()) { in InlineMacro()
382 if (!result->IsNever()) { in InlineMacro()
386 if (macro->HasReturns() || !result->IsNever()) { in InlineMacro()
799 // the result of both the true and false of the condition needs to be known in Visit()
966 VisitResult result in Visit() local
1034 VisitResult result = Visit(e); Visit() local
1110 const Type* result = Visit(stmt->if_true); Visit() local
1119 const Type* result = Visit(*stmt->if_false); Visit() local
1199 std::string result; FormatAssertSource() local
1397 InitializerResults result; VisitInitializerResults() local
2016 Callable* result = nullptr; LookupCallable() local
2683 std::pair<std::string, std::string> result; GetClassInstanceTypeRange() local
2864 std::stringstream result; GenerateCall() local
3054 std::stringstream result; GenerateCall() local
3239 VisitResult result = GenerateFetchFromLocation(target); Visit() local
3340 std::vector<Binding<LocalLabel>*> result; LabelsFromIdentifiers() local
4039 std::vector<Field> result; GetOrderedUniqueIndexFields() local
5412 CollectAllFields(const std::string& path, const Field& field, std::vector<std::string>& result) CollectAllFields() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp955 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& frameNode, in InitScrollBarGestureEvent()
960 coordinateOffset, getEventTargetImpl, result, frameNode, targetComponent, responseLinkResult); in InitScrollBarGestureEvent()
964 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& frameNode, in InitScrollBarGestureEvent()
969 coordinateOffset, getEventTargetImpl, result, frameNode, targetComponent, responseLinkResult); in InitScrollBarGestureEvent()
971 coordinateOffset, getEventTargetImpl, result, frameNode, targetComponent, responseLinkResult); in InitScrollBarGestureEvent()
1927 auto result = OnScrollCallback(overOffset, source); in HandleScrollImpl() local
1929 return result; in HandleScrollImpl()
2039 auto result = parent->HandleScroll(offset, source, NestedState::CHILD_SCROLL, GetVelocity()); in HandleScrollParentFirst() local
2040 offset = IsReverse() ? -result.remain : result in HandleScrollParentFirst()
2077 auto result = parent->HandleScroll(offset, source, NestedState::CHILD_OVER_SCROLL, GetVelocity()); HandleScrollSelfFirst() local
2098 auto result = parent->HandleScroll(overOffset + remainOffset, source, NestedState::CHILD_SCROLL, GetVelocity()); HandleScrollSelfFirst() local
2153 auto result = parent->HandleScroll(offset, source, NestedState::CHILD_OVER_SCROLL, GetVelocity()); HandleScrollParallel() local
2165 auto result = parent->HandleScroll(parentOffset, source, NestedState::CHILD_SCROLL, GetVelocity()); HandleScrollParallel() local
2187 HandleOutBoundary(float& offset, int32_t source, NestedState state, ScrollResult& result) HandleOutBoundary() argument
2214 ScrollResult result = { 0, false }; HandleScroll() local
2288 bool result = false; HandleScrollableOverScroll() local
3035 OnCollectClickTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) OnCollectClickTarget() argument
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_state_machine_test.cpp2587 int result = pSelfCureStateMachine->GetLegalIpConfiguration(dhcpResults); in HWTEST_F() local
2588 EXPECT_EQ(result, -1); in HWTEST_F()
2596 int result = pSelfCureStateMachine->GetLegalIpConfiguration(dhcpResults); in HWTEST_F() local
2597 EXPECT_EQ(result, 0); in HWTEST_F()
2754 bool result = pSelfCureStateMachine->IsSameEncryptType(scanInfoKeymgmt, deviceKeymgmt); in HWTEST_F() local
2755 EXPECT_TRUE(result); in HWTEST_F()
2759 result = pSelfCureStateMachine->IsSameEncryptType(scanInfoKeymgmt, deviceKeymgmt); in HWTEST_F()
2760 EXPECT_TRUE(result); in HWTEST_F()
2764 result = pSelfCureStateMachine->IsSameEncryptType(scanInfoKeymgmt, deviceKeymgmt); in HWTEST_F()
2765 EXPECT_TRUE(result); in HWTEST_F()
2895 int result = pSelfCureStateMachine->SetSelfCureFailInfo(info, histories, cnt); HWTEST_F() local
2905 int result = pSelfCureStateMachine->SetSelfCureFailInfo(info, histories, cnt); HWTEST_F() local
3003 int result = pSelfCureStateMachine->GetIpAssignment(ipAssignment); HWTEST_F() local
3037 int result = pSelfCureStateMachine->SetSelfCureHistoryInfo(selfCureHistory); HWTEST_F() local
3055 int result = pSelfCureStateMachine->SetSelfCureHistoryInfo(selfCureHistory); HWTEST_F() local
3066 int result = pSelfCureStateMachine->SetIsReassocWithFactoryMacAddress(isReassocWithFactoryMacAddress); HWTEST_F() local
3073 int result = pSelfCureStateMachine->SetIsReassocWithFactoryMacAddress(isReassocWithFactoryMacAddress); HWTEST_F() local
3080 int result = pSelfCureStateMachine->SetIsReassocWithFactoryMacAddress(isReassocWithFactoryMacAddress); HWTEST_F() local
3104 bool result = pSelfCureStateMachine->SelfCureAcceptable(historyInfo, requestCureLevel); HWTEST_F() local
3113 bool result = pSelfCureStateMachine->SelfCureAcceptable(historyInfo, requestCureLevel); HWTEST_F() local
3122 bool result = pSelfCureStateMachine->SelfCureAcceptable(historyInfo, requestCureLevel); HWTEST_F() local
3131 bool result = pSelfCureStateMachine->SelfCureAcceptable(historyInfo, requestCureLevel); HWTEST_F() local
3140 bool result = pSelfCureStateMachine->SelfCureAcceptable(historyInfo, requestCureLevel); HWTEST_F() local
3149 bool result = pSelfCureStateMachine->SelfCureAcceptable(historyInfo, requestCureLevel); HWTEST_F() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc260 // This class resolves the result of WebAssembly.compile. It just places the
261 // compilation result in the supplied {promise}.
274 void OnCompilationSucceeded(i::Handle<i::WasmModuleObject> result) override {
278 i::JSPromise::Resolve(promise_, result);
301 // This class resolves the result of WebAssembly.instantiate(module, imports).
302 // It just places the instantiation result in the supplied {promise}.
340 // This class resolves the result of WebAssembly.instantiate(bytes, imports).
365 // The result is a JSObject with 2 fields which contain the
367 i::Handle<i::JSObject> result = variable
376 i::JSObject::AddProperty(isolate_, result, instance_nam
676 Maybe<bool> result = i::JSObject::SetPrototype( TransferPrototype() local
1022 GetIntegerProperty(v8::Isolate* isolate, ErrorThrower* thrower, Local<Context> context, v8::Local<v8::Value> value, i::Handle<i::String> property_name, int64_t* result, int64_t lower_bound, uint64_t upper_bound) GetIntegerProperty() argument
1047 GetOptionalIntegerProperty(v8::Isolate* isolate, ErrorThrower* thrower, Local<Context> context, Local<v8::Object> object, Local<String> property, bool* has_property, int64_t* result, int64_t lower_bound, uint64_t upper_bound) GetOptionalIntegerProperty() argument
1076 GetInitialOrMinimumProperty(v8::Isolate* isolate, ErrorThrower* thrower, Local<Context> context, Local<v8::Object> object, int64_t* result, int64_t lower_bound, uint64_t upper_bound) GetInitialOrMinimumProperty() argument
1306 Maybe<bool> result = WebAssemblyMemory() local
1900 i::Handle<i::JSFunction> result = i::WasmJSFunction::New( WebAssemblyFunction() local
2048 i::Handle<i::Object> result = WebAssemblyTableGet() local
2167 Maybe<bool> result = WebAssemblyMemoryGetBuffer() local
2304 Local<Value> result; WebAssemblyExceptionGetArg() local
2424 i::Handle<i::Object> result = receiver->GetRef(); WebAssemblyGlobalGetValueCommon() local
2592 i::Handle<i::JSFunction> result = WebAssemblySuspenderReturnPromiseOnSuspend() local
2635 i::Handle<i::JSFunction> result = WebAssemblySuspenderSuspendOnReturnedPromise() local
3030 Maybe<bool> result = JSObject::DefineOwnPropertyIgnoreAttributes( InstallConditionalFeatures() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jar ... test final synthetic junit.framework.TestResult val$result final synthetic junit.extensions.ActiveTestSuite this$0 ...
/kernel/linux/linux-5.10/drivers/hwmon/
H A Df71882fg.c1883 int result = 0; in show_pwm_enable() local
1890 result = 2; /* Normal auto mode */ in show_pwm_enable()
1893 result = 1; /* Manual mode */ in show_pwm_enable()
1897 result = 3; /* Thermostat mode */ in show_pwm_enable()
1899 result = 1; /* Manual mode */ in show_pwm_enable()
1903 return sprintf(buf, "%d\n", result); in show_pwm_enable()
1966 int result; in show_pwm_auto_point_pwm() local
1974 result = data->pwm_auto_point_pwm[pwm][point]; in show_pwm_auto_point_pwm()
1977 result = 32 * 255 / (32 + data->pwm_auto_point_pwm[pwm][point]); in show_pwm_auto_point_pwm()
1981 return sprintf(buf, "%d\n", result); in show_pwm_auto_point_pwm()
2021 int result = 0; show_pwm_auto_point_temp_hyst() local
2076 int result; show_pwm_interpolate() local
2115 int result; show_pwm_auto_point_channel() local
2166 int result; show_pwm_auto_point_temp() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Di915_request.c307 int result; member
333 thread->result = -ENOMEM; in __igt_breadcrumbs_smoketest()
451 thread->result = err; in __igt_breadcrumbs_smoketest()
505 threads[n].result = 0; in mock_breadcrumbs_smoketest()
519 err = READ_ONCE(threads[n].result); in mock_breadcrumbs_smoketest()
1461 int result; member
1499 thread->result = err; in __live_parallel_engine1()
1528 thread->result = err; in __live_parallel_engineN()
1571 thread->result = -ENOMEM; in __live_parallel_spin()
1605 thread->result in __live_parallel_spin()
2961 int result; global() member
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Df71882fg.c1153 int result = 0; in show_pwm_enable() local
1160 result = 2; /* Normal auto mode */ in show_pwm_enable()
1163 result = 1; /* Manual mode */ in show_pwm_enable()
1167 result = 3; /* Thermostat mode */ in show_pwm_enable()
1169 result = 1; /* Manual mode */ in show_pwm_enable()
1173 return sprintf(buf, "%d\n", result); in show_pwm_enable()
1235 int result; in show_pwm_interpolate() local
1239 result = (data->pwm_auto_point_mapping[nr] >> 4) & 1; in show_pwm_interpolate()
1241 return sprintf(buf, "%d\n", result); in show_pwm_interpolate()
1409 int result; in show_pwm_auto_point_channel() local
1460 int result; show_pwm_auto_point_pwm() local
1515 int result; show_pwm_auto_point_temp() local
1556 int result = 0; show_pwm_auto_point_temp_hyst() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c181 * This would result in non-disk devices being skipped during driver load
1445 scp->result = 0; in megaraid_queue_command_lck()
1513 scp->result = (DID_OK << 16); in megaraid_mbox_build_cmd()
1518 scp->result = (DID_ERROR << 16); in megaraid_mbox_build_cmd()
1555 scp->result = (DID_OK << 16); in megaraid_mbox_build_cmd()
1590 scp->result = (DID_BAD_TARGET << 16); in megaraid_mbox_build_cmd()
1594 scp->result = (DID_BAD_TARGET << 16); in megaraid_mbox_build_cmd()
1601 scp->result = (DID_ERROR << 16); in megaraid_mbox_build_cmd()
1646 scp->result = (DID_ERROR << 16); in megaraid_mbox_build_cmd()
1713 scp->result in megaraid_mbox_build_cmd()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_rt.c1119 nir_ssa_def *result, const struct rt_variables *vars, in insert_traversal_triangle_case()
1122 nir_ssa_def *dist = nir_channel(b, result, 0); in insert_traversal_triangle_case()
1123 nir_ssa_def *div = nir_channel(b, result, 1); in insert_traversal_triangle_case()
1176 nir_ssa_def *ij = nir_fdiv(b, nir_channels(b, result, 0xc), nir_vec(b, divs, 2)); in insert_traversal_triangle_case()
1533 nir_ssa_def *result = intrinsic_result; in build_traversal_shader() local
1534 if (!result) { in build_traversal_shader()
1537 result = intersect_ray_amd_software_box(device, in build_traversal_shader()
1543 nir_ssa_def *new_node = nir_channel(&b, result, i); in build_traversal_shader()
1559 nir_ssa_def *result = intrinsic_result; in build_traversal_shader() local
1560 if (!result) { in build_traversal_shader()
1117 insert_traversal_triangle_case(struct radv_device *device, const VkRayTracingPipelineCreateInfoKHR *pCreateInfo, nir_builder *b, nir_ssa_def *result, const struct rt_variables *vars, const struct rt_traversal_vars *trav_vars, nir_ssa_def *bvh_node) insert_traversal_triangle_case() argument
1821 VkResult result; radv_rt_pipeline_create() local
1945 VkResult result = VK_SUCCESS; radv_CreateRayTracingPipelinesKHR() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc82 size_t result = 0; in BytesNeededForVarint() local
84 result++; in BytesNeededForVarint()
87 return result; in BytesNeededForVarint()
407 auto result = std::make_pair(buffer_, buffer_size_); in Release() local
411 return result; in Release()
1108 Maybe<bool> result = in WriteHostObject() local
1111 USE(result); in WriteHostObject()
1112 DCHECK(!result.IsNothing()); in WriteHostObject()
1113 DCHECK(result.ToChecked()); in WriteHostObject()
1255 // same end state and result in ReadVarint()
1397 MaybeHandle<Object> result = ReadObject(); ReadObjectWrapper() local
1421 MaybeHandle<Object> result = ReadObjectInternal(); ReadObject() local
1964 MaybeHandle<JSArrayBuffer> result = ReadJSArrayBuffer() local
2203 Handle<WasmMemoryObject> result = ReadWasmMemory() local
[all...]
/third_party/python/Lib/urllib/
H A Drequest.py234 the result is a copy from local file to new file.
258 result = filename, headers
282 % (read, size), result)
284 return result
496 result = func(*args)
497 if result is not None:
498 return result
530 result = self._call_chain(self.handle_open, 'default',
532 if result:
533 return result
[all...]
/third_party/python/Modules/
H A Darraymodule.c719 int result = va->ob_descr->compareitems(va->ob_item, wa->ob_item, in array_richcompare() local
721 if (result == 0) in array_richcompare()
726 case Py_LT: cmp = result < 0; break; in array_richcompare()
727 case Py_LE: cmp = result <= 0; break; in array_richcompare()
728 case Py_EQ: cmp = result == 0; break; in array_richcompare()
729 case Py_NE: cmp = result != 0; break; in array_richcompare()
730 case Py_GT: cmp = result > 0; break; in array_richcompare()
731 case Py_GE: cmp = result >= 0; break; in array_richcompare()
1561 Py_DECREF(res); /* drop write result */ in array_array_tofile_impl()
1986 PyObject *result; in array__array_reconstructor_impl() local
2191 PyObject *result; array_array___reduce_ex___impl() local
2359 PyObject* result; array_subscr() local
2373 PyObject *result = newarrayobject(state->ArrayType, array_subscr() local
[all...]
/third_party/astc-encoder/Source/
H A Dstb_image.h150 // int desired_channels -- if non-zero, # of image components requested in result
193 // hard to change without causing breakage. As a result, the various image
712 // As a result, enabling SSE2 on 32-bit MinGW is dangerous when not
1261 void *result = stbi__load_main(s, x, y, comp, req_comp, &ri, 8); in stbi__load_and_postprocess_8bit() local
1263 if (result == NULL) in stbi__load_and_postprocess_8bit()
1270 result = stbi__convert_16_to_8((stbi__uint16 *) result, *x, *y, req_comp == 0 ? *comp : req_comp); in stbi__load_and_postprocess_8bit()
1278 stbi__vertical_flip(result, *x, *y, channels * sizeof(stbi_uc)); in stbi__load_and_postprocess_8bit()
1281 return (unsigned char *) result; in stbi__load_and_postprocess_8bit()
1287 void *result in stbi__load_and_postprocess_16bit() local
1312 stbi__float_postprocess(float *result, int *x, int *y, int *comp, int req_comp) stbi__float_postprocess() argument
1367 unsigned char *result; stbi_load() local
1376 unsigned char *result; stbi_load_from_file() local
1389 stbi__uint16 *result; stbi_load_from_file_16() local
1403 stbi__uint16 *result; stbi_load_16() local
1444 unsigned char *result; stbi_load_gif_from_memory() local
1493 float *result; stbi_loadf() local
1532 int result=0; stbi_is_hdr() local
4028 unsigned char* result; stbi__jpeg_load() local
4068 int result; stbi__jpeg_info() local
5264 void *result=NULL; stbi__do_png() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H A Dform_extension_provider_client.cpp470 bool result = false; in AcquireShareFormData() local
471 auto taskProc = [client = sptr<FormExtensionProviderClient>(this), formId, &wantParams, &result]() { in AcquireShareFormData()
472 result = client->AcquireFormExtensionProviderShareFormInfo(formId, wantParams); in AcquireShareFormData()
475 formCall->OnShareAcquire(formId, remoteDeviceId, wantParams, requestCode, result); in AcquireShareFormData()
511 bool result = false; in AcquireFormData() local
512 auto taskProc = [client = wptr<FormExtensionProviderClient>(this), formId, &wantParams, &result]() { in AcquireFormData()
513 result = client->FormExtensionProviderAcquireFormData(formId, wantParams); in AcquireFormData()
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp183 auto result = parser.Init(modelCache[0]); in PrepareModelFromModelCache() local
184 if (result != HDF_SUCCESS) { in PrepareModelFromModelCache()
210 if (result != NNRT_ReturnCode::NNRT_SUCCESS) { in PrepareModelFromModelCache()
507 NNRT_ReturnCode NnrtDeviceService::ConvertVecToFloat(std::vector<int8_t> vecFloat, float& result) const in ConvertVecToFloat()
514 result = *(reinterpret_cast<float*>(vecFloat.data())); in ConvertVecToFloat()
518 NNRT_ReturnCode NnrtDeviceService::ConvertVecToString(std::vector<int8_t> vecFloat, std::string& result) const in ConvertVecToString()
525 result = reinterpret_cast<char*>(vecFloat.data()); in ConvertVecToString()
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drender_transform.cpp455 double result = 0.0; in CovertDimensionToPxBySize() local
457 result = dimension.Value() * size; in CovertDimensionToPxBySize()
459 result = NormalizeToPx(dimension); in CovertDimensionToPxBySize()
461 result = dimension.Value(); in CovertDimensionToPxBySize()
463 return result; in CovertDimensionToPxBySize()
467 const Offset& coordinateOffset, const TouchRestrict& touchRestrict, TouchTestResult& result) in OnTouchTestHit()
471 result.emplace_back(rawRecognizer_); in OnTouchTestHit()
466 OnTouchTestHit( const Offset& coordinateOffset, const TouchRestrict& touchRestrict, TouchTestResult& result) OnTouchTestHit() argument
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp662 Rect result; in DidExceedMaxLines() local
663 GetCaretRect(extend, result); in DidExceedMaxLines()
664 selectHeight_ = result.Bottom() - result.Top(); in DidExceedMaxLines()
665 Offset handleLocalOffset = Offset((result.Left() + result.Right()) / 2.0, result.Bottom()); in DidExceedMaxLines()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h147 void EditingValueFilter(TextEditingValue& result);
463 std::string result = "Offset: "; in ToString() local
464 result += offset.ToString(); in ToString()
465 result += ", height: "; in ToString()
466 result += std::to_string(height); in ToString()
467 return result; in ToString()
488 const Offset& coordinateOffset, const TouchRestrict& touchRestrict, TouchTestResult& result) override;
516 * When calling GetGraphemeClusterLength(3, false), '?' is not in Utf16Bmp, so result is 2.
517 * When calling GetGraphemeClusterLength(3, true), '3' is in Utf16Bmp, so result is 1.
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.cpp332 panda::Local<JSValueRef> result = JSON::Parse(vm, valueRef); in ToJsonObject() local
334 if (result.IsEmpty() || trycatch.HasCaught()) { in ToJsonObject()
339 return JsiRef<JsiValue>::Make(result); in ToJsonObject()
385 auto result = GetHandle()->Call(vm, thisObj, arguments.data(), argc); in Call() local
388 if (result.IsEmpty() || trycatch.HasCaught()) { in Call()
390 result = JSValueRef::Undefined(vm); in Call()
395 return JsiRef<JsiValue>::Make(result); in Call()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddata_detector_adapter.cpp218 auto textFunc = [weak = WeakClaim(this), instanceID, startPos, info](const TextDataDetectResult result) { in InitTextDetect()
224 [result, weak, instanceID, startPos, info] { in InitTextDetect()
231 dataDetectorAdapter->ParseAIResult(result, startPos); in InitTextDetect()
248 void DataDetectorAdapter::ParseAIResult(const TextDataDetectResult& result, int32_t startPos) in ParseAIResult() argument
250 auto entityJson = JsonUtil::ParseJsonString(result.entity); in ParseAIResult()
280 resultJson->Put("code", result.code); in ParseAIResult()
281 SetTextDetectResult(result); in ParseAIResult()
290 TAG_LOGW(AceLogTag::ACE_TEXT, "Wrong AI result"); in ParseAIJson()
303 TAG_LOGW(AceLogTag::ACE_TEXT, "The result of AI is wrong"); in ParseAIJson()
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event_recognizer.cpp540 auto result = keyMap_.try_emplace(keyCode, false); in GetKeyEvents() local
541 auto iter = result.first; in GetKeyEvents()
564 std::vector<KeyCode> result; in getPressedKeys() local
566 result.push_back(static_cast<KeyCode>(item)); in getPressedKeys()
568 return result; in getPressedKeys()
574 std::vector<KeyCode>::iterator result = std::find(pressedkeys.begin(), in addPressedKey() local
576 if (result == pressedkeys.end()) { in addPressedKey()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.cpp47 const VkResult result = vkEnumerateInstanceVersionFunc(&apiVersion); in GetInstanceApiVersion() local
48 if (result != VK_SUCCESS) { in GetInstanceApiVersion()
50 PLUGIN_LOG_D("vkEnumerateInstanceVersion error: %i", result); in GetInstanceApiVersion()
495 const VkResult result = vkEnumeratePhysicalDevices(instance, &usedPhysicalDeviceCount, physicalDevices.data()); in CreatePhysicalDevice() local
496 PLUGIN_UNUSED(result); in CreatePhysicalDevice()
497 PLUGIN_ASSERT_MSG((result == VK_SUCCESS || result == VK_INCOMPLETE), "vulkan device enumeration failed"); in CreatePhysicalDevice()

Completed in 66 milliseconds

1...<<471472473474475476477478479480>>...876