Home
last modified time | relevance | path

Searched refs:three (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/napi/sample/native_module_calc/
H A Dnapi_number.cpp44 napi_value three = nullptr; in Export() local
49 napi_create_int32(env, TestEnum::THREE, &three); in Export()
55 DECLARE_NAPI_STATIC_PROPERTY("THREE", three), in Export()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_cubic_bezier_interpolator.cpp29 constexpr static int three = 3.0; in GetCubicBezierValue() local
31 return three * oneMinusTime * oneMinusTime * time * ctl1 + three * oneMinusTime * time * time * ctl2 + in GetCubicBezierValue()
/foundation/arkui/napi/sample/native_module_demo/
H A Ddemo_javascript_class.cpp38 napi_value three = nullptr; in DemoJavascriptClassInit() local
43 napi_create_int32(env, TestEnum::THREE, &three); in DemoJavascriptClassInit()
53 DECLARE_NAPI_STATIC_PROPERTY("THREE", three), in DemoJavascriptClassInit()
/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H A Dcloud_file_utils.cpp54 const int32_t three = 3; in Str2HashBuf() local
67 if ((i % mod) == three) { in Str2HashBuf()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp545 uint32_t three = 3; in PushData() local
547 ((ch[three] & 0xFF) << TWENTY_FOUR)); in PushData()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.cpp49 auto three = FrameNode::GetOrCreateFrameNode("one", 1, nullptr); in HWTEST_F() local
50 ASSERT_NE(three, nullptr); in HWTEST_F()
51 three->PushDestroyCallbackWithTag([&flag]() { flag = !flag; }, ""); in HWTEST_F()
52 three = nullptr; in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp678 uint32_t three = 3; in PushData() local
680 ((ch[three] & 0xFF) << TWENTY_FOUR)); in PushData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp668 uint32_t three = 3; in PushData() local
670 ((ch[three] & 0xFF) << TWENTY_FOUR)); in PushData()

Completed in 9 milliseconds