Home
last modified time | relevance | path

Searched refs:base (Results 1 - 14 of 14) sorted by relevance

/test/xts/tools/lite/checksum/src/
H A Dchecksum_file.c161 char* CreatePathName(char *base, int len, char *name0, char *name1, char *name2) in CreatePathName() argument
165 err = memset_s(base, len, '\0', len); in CreatePathName()
170 err = strcpy_s(base, len, name0); in CreatePathName()
175 err = strcat_s(base, len, name1); in CreatePathName()
180 err = strcat_s(base, len, name2); in CreatePathName()
185 return base; in CreatePathName()
/test/xts/hats/kernel/prctl/
H A DPrctlApiTest.cpp78 size_t base = 0; in str_split() local
82 found = s.find_first_of(delimiters, base); in str_split()
83 result.push_back(s.substr(base, found - base)); in str_split()
86 base = found + 1; in str_split()
/test/xts/acts/ai/nncore/opstest/src/
H A Dexp_test.cpp35 OHNNOperandTest base = {OH_NN_FLOAT32, OH_NN_EXP_BASE, {1}, &baseValue, sizeof(float)}; member
39 .operands = {input, output, base, scale, shift},
69 OHNNOperandTest base = {OH_NN_FLOAT32, OH_NN_EXP_BASE, {1}, &baseValue, sizeof(float)}; member
73 .operands = {input, output, base, scale, shift},
89 OHNNOperandTest base = {OH_NN_FLOAT32, OH_NN_EXP_BASE, {1}, &baseValue, sizeof(float)}; member
93 .operands = {input, output, base, scale, shift},
228 expModel.base, expModel.scale, expModel.shift}; in HWTEST_F()
250 expModel.base, expModel.scale, expModel.shift}; in HWTEST_F()
274 graphArgs.operands = {expModel.input, expModel.output, expModel.base, in HWTEST_F()
/test/xts/device_attest/test/fuzztest/devattestcorenetwork_fuzzer/
H A Ddevattest_core_network_fuzz.c48 int base = 10; in StringToInt32() local
50 sum = (sum * base) + (value[i] - '0'); in StringToInt32()
/test/xts/hats/kernel/freelist/safe_unlink/
H A DMalloc_safe_unlink.cpp74 struct group_in *base = (struct group_in *)((uintptr_t)p - UNIT*offset - UNIT); in get_group() local
75 return base; in get_group()
/test/xts/hats/kernel/freelist/modify_pointer/
H A DMalloc_modify_pointer.cpp79 struct group_in *base = (struct group_in *)((uintptr_t)p - UNIT*offset - UNIT); in get_group() local
80 return base; in get_group()
/test/xts/hats/kernel/freelist/encode_pointer/
H A DMalloc_encode_pointer.cpp74 struct group_in *base = (struct group_in *)((uintptr_t)p - UNIT*offset - UNIT); in get_group() local
75 return base; in get_group()
/test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/entity/
H A DOhSampleShortVideo.java26 import org.jeecg.common.system.base.entity.JeecgEntity;
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/entity/
H A DOhSampleBusinessComment.java26 import org.jeecg.common.system.base.entity.JeecgEntity;
H A DOhSampleGroupSite.java26 import org.jeecg.common.system.base.entity.JeecgEntity;
H A DOhSampleBusinessGoods.java26 import org.jeecg.common.system.base.entity.JeecgEntity;
H A DOhSampleBusiness.java26 import org.jeecg.common.system.base.entity.JeecgEntity;
/test/xts/hats/hdf/manager/managerBenchmarkTest/
H A Dhdf_manager_benchmark_test.cpp23 #include <base/hdi_smq.h>
/test/xts/hats/hdf/manager/managerServiceTest/
H A Dservice_manager_hdi_test.cpp16 #include <base/hdi_smq.h>

Completed in 9 milliseconds