Searched refs:three (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/napi/sample/native_module_calc/ |
H A D | napi_number.cpp | 44 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 D | rs_cubic_bezier_interpolator.cpp | 29 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 D | demo_javascript_class.cpp | 38 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 D | cloud_file_utils.cpp | 54 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 D | videodec_api11_sample.cpp | 545 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 D | frame_node_test_ng.cpp | 49 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 D | videodec_api11_sample.cpp | 678 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 D | videodec_api11_sample.cpp | 668 uint32_t three = 3; in PushData() local 670 ((ch[three] & 0xFF) << TWENTY_FOUR)); in PushData()
|
Completed in 9 milliseconds