Home
last modified time | relevance | path

Searched refs:end (Results 1 - 25 of 1618) sorted by relevance

12345678910>>...65

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dcomplexndk.cpp748 double end; in Cacos() local
751 end = creal(resultValue); in Cacos()
752 sprintf(buffer, "%.2f", end); in Cacos()
755 end = cimag(resultValue); in Cacos()
756 sprintf(buffer, "%.2f", end); in Cacos()
774 double end; in Cacosl() local
777 end = creal(resultValue); in Cacosl()
778 sprintf(buffer, "%.2f", end); in Cacosl()
781 end = cimag(resultValue); in Cacosl()
782 sprintf(buffer, "%.2f", end); in Cacosl()
800 double end; Cacosf() local
826 double end; Cacosh() local
852 double end; Cacoshf() local
878 double end; Cacoshl() local
961 double end; Casin() local
987 double end; Casinl() local
1013 double end; Casinf() local
1039 double end; Casinh() local
1065 double end; Casinhf() local
1091 double end; Casinhl() local
1117 double end; Catan() local
1143 double end; Catanl() local
1169 double end; Catanf() local
1195 double end; Catanh() local
1221 double end; Catanhf() local
1247 double end; Catanhl() local
1273 double end; Ccos() local
1299 double end; Ccosl() local
1325 double end; Ccosf() local
1351 double end; Ccosh() local
1377 double end; Ccoshf() local
1403 double end; Ccoshl() local
1429 double end; Cexp() local
1455 double end; Cexpl() local
1481 double end; Cexpf() local
1507 double end; Clog() local
1533 double end; Clogf() local
1559 double end; Clogl() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/stack/
H A Dstack_lineargradient_test.cpp27 float end = 1.0; in TestStackLinearGradient001() local
28 float stops[] = {begin, end}; in TestStackLinearGradient001()
49 ASSERT_EQ(((ArkUI_ColorStop *)(nodeAPI->getAttribute(stack, NODE_LINEAR_GRADIENT)->object))->stops[1], end); in TestStackLinearGradient001()
61 float end = 1.0; in TestStackLinearGradient002() local
62 float stops[] = {begin, end}; in TestStackLinearGradient002()
83 ASSERT_EQ(((ArkUI_ColorStop *)(nodeAPI->getAttribute(stack, NODE_LINEAR_GRADIENT)->object))->stops[1], end); in TestStackLinearGradient002()
95 float end = 1.0; in TestStackLinearGradient003() local
96 float stops[] = {begin, end}; in TestStackLinearGradient003()
117 ASSERT_EQ(((ArkUI_ColorStop *)(nodeAPI->getAttribute(stack, NODE_LINEAR_GRADIENT)->object))->stops[1], end); in TestStackLinearGradient003()
129 float end in TestStackLinearGradient004() local
163 float end = 1.0; TestStackLinearGradient005() local
197 float end = 1.0; TestStackLinearGradient006() local
231 float end = 1.0; TestStackLinearGradient007() local
265 float end = 1.0; TestStackLinearGradient008() local
299 float end = 1.0; TestStackLinearGradient009() local
333 float end = 1.0; TestStackLinearGradient010() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dasn1.h148 unsigned char unused_bits; /**< Number of unused bits at the end of the string */
180 * \param end End of data
184 * end of data, MBEDTLS_ERR_ASN1_INVALID_LENGTH if length is
188 const unsigned char *end,
196 * \param end End of data
204 const unsigned char *end,
212 * \param end End of data
218 const unsigned char *end,
226 * \param end End of data
232 const unsigned char *end,
[all...]
H A Dx509.h48 * That is, maximum length of the chain, excluding the end-entity certificate
287 int mbedtls_x509_get_name( unsigned char **p, const unsigned char *end,
289 int mbedtls_x509_get_alg_null( unsigned char **p, const unsigned char *end,
291 int mbedtls_x509_get_alg( unsigned char **p, const unsigned char *end,
298 int mbedtls_x509_get_sig( unsigned char **p, const unsigned char *end, mbedtls_x509_buf *sig );
302 int mbedtls_x509_get_time( unsigned char **p, const unsigned char *end,
304 int mbedtls_x509_get_serial( unsigned char **p, const unsigned char *end,
306 int mbedtls_x509_get_ext( unsigned char **p, const unsigned char *end,
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga_dma_buf.c56 unsigned long start, end; in rga_buf_size_cal() local
71 end = yrgb_addr + size_yrgb; in rga_buf_size_cal()
72 end = (end + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in rga_buf_size_cal()
73 pageCount = end - start; in rga_buf_size_cal()
80 end = yrgb_addr + size_yrgb; in rga_buf_size_cal()
81 end = (end + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in rga_buf_size_cal()
82 pageCount = end - start; in rga_buf_size_cal()
97 end in rga_buf_size_cal()
[all...]
/build/scripts/
H A Dninja2trace.py27 def __init__(self, start, end):
29 self.end = int(end)
33 return "{} {} {} ".format(self.start, self.end, self.target_obj_names)
54 start, end, time_stamp, name, cmdhash = line.strip().split(
57 storing_data.setdefault(cmdhash, StoringDataLine(start, end))
63 key=lambda line: line.end - line.start,
71 duration = item.end - item.start
86 'dur': str((storingdataline.end - storingdataline.start) * 1000),
107 self.tids = [] # store the tid's end tim
[all...]
/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c700 goto end; in StorageWriteLba()
706 goto end; in StorageWriteLba()
710 goto end; in StorageWriteLba()
713 end: in StorageWriteLba()
725 goto end; in StorageReadLba()
730 goto end; in StorageReadLba()
733 goto end; in StorageReadLba()
736 end: in StorageReadLba()
747 goto end; in write_data()
751 goto end; in write_data()
1004 char *end = buf + content.content_size - 1; test_charge() local
[all...]
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dresource_tool.c717 goto end; in StorageWriteLba()
722 goto end; in StorageWriteLba()
726 goto end; in StorageWriteLba()
729 end: in StorageWriteLba()
740 goto end; in StorageReadLba()
744 goto end; in StorageReadLba()
747 goto end; in StorageReadLba()
750 end: in StorageReadLba()
760 goto end; in write_data()
763 goto end; in write_data()
1019 char *end = buf + content.content_size - 1; test_charge() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_check_boot_bin.c201 goto end; in upg_boot_decrypt()
208 goto end; in upg_boot_decrypt()
217 goto end; in upg_boot_decrypt()
220 goto end; in upg_boot_decrypt()
228 goto end; in upg_boot_decrypt()
232 end: in upg_boot_decrypt()
296 goto end; in upg_check_encrpt_boot_code()
302 goto end; in upg_check_encrpt_boot_code()
306 end: in upg_check_encrpt_boot_code()
332 goto end; in upg_check_unencrpt_boot_code()
[all...]
/test/xts/acts/multimedia/media/media_js_standard/
H A DAVPlayerTestBase.js765 // end: release
814 // end: release
944 let end;
952 end = Date.now();
953 console.info(`createTimeCallback end time is : ${end}`)
954 execution = parseInt(end - createStart)
985 let end = Date.now()
986 let execution = parseInt(end - start)
1010 let end;
[all...]
H A DAVRecorderTestBase.js2234 let end = Date.now()
2235 let execution = parseInt(end - start)
2258 let end;
2263 end = Date.now()
2264 console.info(`prepareTimeWithoutCallback end time is : ${end}`)
2269 let execution = parseInt(end - start)
2288 let end;
2300 end = Date.now()
2301 console.info(`getInputSurfaceTimeTestCallback end tim
[all...]
/test/testfwk/arkxtest/uitest/test/
H A Dmock_element_node_iterator.h64 if (obj.find("accessibilityId") != obj.end()) { in WrapperJsonToElement()
67 if (obj.find("inspectorKey") != obj.end()) { in WrapperJsonToElement()
70 if (obj.find("content") != obj.end()) { in WrapperJsonToElement()
73 if (obj.find("componentType") != obj.end()) { in WrapperJsonToElement()
76 if (obj.find("bundleName") != obj.end()) { in WrapperJsonToElement()
79 if (obj.find("hierarchy") != obj.end()) { in WrapperJsonToElement()
82 if (obj.find("enabled") != obj.end()) { in WrapperJsonToElement()
85 if (obj.find("focused") != obj.end()) { in WrapperJsonToElement()
88 if (obj.find("selected") != obj.end()) { in WrapperJsonToElement()
91 if (obj.find("checkable") != obj.end()) { in WrapperJsonToElement()
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/
H A Dimage_sweepgradient_test.cpp41 float end = DEFAULT_END_VALUE; in TestImageSweepGradient001() local
46 {.f32 = end}, {.f32 = rotation}, {.i32 = repeating}}; in TestImageSweepGradient001()
54 ASSERT_EQ(nodeAPI->getAttribute(image, NODE_SWEEP_GRADIENT)->value[PARAM_3].f32, end); in TestImageSweepGradient001()
68 float end = END_VALUE; in TestImageSweepGradient002() local
73 {.f32 = end}, {.f32 = rotation}, {.i32 = repeating}}; in TestImageSweepGradient002()
81 ASSERT_EQ(nodeAPI->getAttribute(image, NODE_SWEEP_GRADIENT)->value[PARAM_3].f32, end); in TestImageSweepGradient002()
95 float end = DEFAULT_END_VALUE; in TestImageSweepGradient003() local
100 {.f32 = end}, {.f32 = rotation}, {.i32 = repeating}}; in TestImageSweepGradient003()
108 ASSERT_EQ(nodeAPI->getAttribute(image, NODE_SWEEP_GRADIENT)->value[PARAM_3].f32, end); in TestImageSweepGradient003()
122 float end in TestImageSweepGradient004() local
[all...]
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2_mmu_info.c648 unsigned long start, end; in rga2_mem_size_cal() local
651 end = (Mem + (MemSize + PAGE_SIZE - 1)) >> PAGE_SHIFT; in rga2_mem_size_cal()
653 pageCount = end - start; in rga2_mem_size_cal()
665 unsigned long start, end; in rga2_buf_size_cal() local
680 end = yrgb_addr + size_yrgb; in rga2_buf_size_cal()
681 end = (end + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in rga2_buf_size_cal()
682 pageCount = end - start; in rga2_buf_size_cal()
689 end = yrgb_addr + size_yrgb; in rga2_buf_size_cal()
690 end in rga2_buf_size_cal()
[all...]
/build/tools/component_tools/static_check/gn_check/
H A Dcheck_gn_online.py44 end = -2
49 if pos == end + 1:
50 end = pos
52 elif start != end:
53 row_range.append([start, end, contents])
56 end = pos
60 end = pos
62 if pos == values[-1][0] and start != end:
63 row_range.append([start, end, contents])
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dnnrt_utils.cpp44 if (std::find(graphArgs.paramIndices[j].begin(), graphArgs.paramIndices[j].end(), opCnt) != in BuildMultiOpGraph()
45 graphArgs.paramIndices[j].end()) { in BuildMultiOpGraph()
94 if (std::find(graphArgs.paramIndices.begin(), graphArgs.paramIndices.end(), i) != in BuildSingleOpGraph()
95 graphArgs.paramIndices.end()) { in BuildSingleOpGraph()
229 if (std::find(graphArgs.inputIndices.begin(), graphArgs.inputIndices.end(), i) != in ExecuteGraphMock()
230 graphArgs.inputIndices.end()) { in ExecuteGraphMock()
238 } else if (std::find(graphArgs.outputIndices.begin(), graphArgs.outputIndices.end(), i) != in ExecuteGraphMock()
239 graphArgs.outputIndices.end()) { in ExecuteGraphMock()
272 if (std::find(graphArgs.inputIndices.begin(), graphArgs.inputIndices.end(), i) != in ExecutorWithMemory()
273 graphArgs.inputIndices.end()) { in ExecutorWithMemory()
379 char end = str1[str1.size() - 1]; ConcatPath() local
[all...]
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dnnrt_utils.cpp44 if (std::find(graphArgs.paramIndices[j].begin(), graphArgs.paramIndices[j].end(), opCnt) != in BuildMultiOpGraph()
45 graphArgs.paramIndices[j].end()) { in BuildMultiOpGraph()
94 if (std::find(graphArgs.paramIndices.begin(), graphArgs.paramIndices.end(), i) != in BuildSingleOpGraph()
95 graphArgs.paramIndices.end()) { in BuildSingleOpGraph()
229 if (std::find(graphArgs.inputIndices.begin(), graphArgs.inputIndices.end(), i) != in ExecuteGraphMock()
230 graphArgs.inputIndices.end()) { in ExecuteGraphMock()
238 } else if (std::find(graphArgs.outputIndices.begin(), graphArgs.outputIndices.end(), i) != in ExecuteGraphMock()
239 graphArgs.outputIndices.end()) { in ExecuteGraphMock()
272 if (std::find(graphArgs.inputIndices.begin(), graphArgs.inputIndices.end(), i) != in ExecutorWithMemory()
273 graphArgs.inputIndices.end()) { in ExecutorWithMemory()
379 char end = str1[str1.size() - 1]; ConcatPath() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/include/linux/mali/
H A Dmali_utgard.h361 .end = (addr) + 0x200, \
369 .end = (gp_addr) + 0x100, \
375 .end = (gp_irq), \
383 .end = (gp_addr) + 0x100, \
389 .end = (gp_irq), \
395 .end = (gp_mmu_addr) + 0x100, \
401 .end = (gp_mmu_irq), \
409 .end = (pp_addr) + 0x1100, \
415 .end = (pp_irq), \
423 .end
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/include/linux/mali/
H A Dmali_utgard.h282 .end = addr + 0x200, \
290 .end = gp_addr + 0x100, \
296 .end = gp_irq, \
304 .end = gp_addr + 0x100, \
310 .end = gp_irq, \
316 .end = gp_mmu_addr + 0x100, \
322 .end = gp_mmu_irq, \
330 .end = pp_addr + 0x1100, \
336 .end = pp_irq, \
344 .end
[all...]
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStoreCustomDir.test.js44 console.info(TAG + "*************Unit Test end*************");
68 console.info(TAG + "************* CustomDirTest0100 end*************");
98 console.info(TAG + "************* CustomDirTest0200 end *************");
133 console.log(TAG + "************* insert end *************");
158 console.info(TAG + "************* query end*************");
176 console.info(TAG + "*************update end*************");
201 console.info(TAG + "************* query end*************");
212 console.info(TAG + "************* delete end*************")
221 console.info(TAG + "************* query end*************")
231 console.info(TAG + "************* CustomDirTest0300 end *************");
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_platform_fake.c61 linux_resources[PLATFORM_CONFIG_IRQ_START_COUNT].end = io_resources->io_memory_region.end; in kbasep_config_parse_io_resources()
65 linux_resources[PLATFORM_CONFIG_IRQ_ACTION_COUNT].end = io_resources->job_irq_number; in kbasep_config_parse_io_resources()
69 linux_resources[PLATFORM_CONFIG_IRQ_NUMBER_COUNT].end = io_resources->mmu_irq_number; in kbasep_config_parse_io_resources()
73 linux_resources[PLATFORM_CONFIG_IRQ_RES_COUNT].end = io_resources->gpu_irq_number; in kbasep_config_parse_io_resources()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_platform_fake.c60 linux_resources[0].end = io_resources->io_memory_region.end; in kbasep_config_parse_io_resources()
64 linux_resources[1].end = io_resources->job_irq_number; in kbasep_config_parse_io_resources()
68 linux_resources[2].end = io_resources->mmu_irq_number; in kbasep_config_parse_io_resources()
72 linux_resources[3].end = io_resources->gpu_irq_number; in kbasep_config_parse_io_resources()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_platform_fake.c66 linux_resources[PLATFORM_CONFIG_IRQ_START_COUNT].end = io_resources->io_memory_region.end; in kbasep_config_parse_io_resources()
70 linux_resources[PLATFORM_CONFIG_IRQ_ACTION_COUNT].end = io_resources->job_irq_number; in kbasep_config_parse_io_resources()
74 linux_resources[PLATFORM_CONFIG_IRQ_NUMBER_COUNT].end = io_resources->mmu_irq_number; in kbasep_config_parse_io_resources()
78 linux_resources[PLATFORM_CONFIG_IRQ_RES_COUNT].end = io_resources->gpu_irq_number; in kbasep_config_parse_io_resources()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_platform_fake.c60 linux_resources[0].end = io_resources->io_memory_region.end; in kbasep_config_parse_io_resources()
64 linux_resources[1].end = io_resources->job_irq_number; in kbasep_config_parse_io_resources()
68 linux_resources[2].end = io_resources->mmu_irq_number; in kbasep_config_parse_io_resources()
72 linux_resources[3].end = io_resources->gpu_irq_number; in kbasep_config_parse_io_resources()
/test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/
H A DExecutorTest.cpp302 if (std::find(graphArgs.inputIndices.begin(), graphArgs.inputIndices.end(), i) != in HWTEST_F()
303 graphArgs.inputIndices.end()) { in HWTEST_F()
307 } else if (std::find(graphArgs.outputIndices.begin(), graphArgs.outputIndices.end(), i) != in HWTEST_F()
308 graphArgs.outputIndices.end()) { in HWTEST_F()
342 if (std::find(graphArgs.inputIndices.begin(), graphArgs.inputIndices.end(), i) != in HWTEST_F()
343 graphArgs.inputIndices.end()) { in HWTEST_F()
347 } else if (std::find(graphArgs.outputIndices.begin(), graphArgs.outputIndices.end(), i) != in HWTEST_F()
348 graphArgs.outputIndices.end()) { in HWTEST_F()
382 if (std::find(graphArgs.inputIndices.begin(), graphArgs.inputIndices.end(), i) != in HWTEST_F()
383 graphArgs.inputIndices.end()) { in HWTEST_F()
[all...]

Completed in 23 milliseconds

12345678910>>...65