/test/xts/tools/lite/checksum/src/ |
H A D | checksum_file.c | 161 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 D | PrctlApiTest.cpp | 78 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 D | exp_test.cpp | 35 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 D | devattest_core_network_fuzz.c | 48 int base = 10;
in StringToInt32() local 50 sum = (sum * base) + (value[i] - '0');
in StringToInt32()
|
/test/xts/hats/kernel/freelist/safe_unlink/ |
H A D | Malloc_safe_unlink.cpp | 74 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 D | Malloc_modify_pointer.cpp | 79 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 D | Malloc_encode_pointer.cpp | 74 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 D | OhSampleShortVideo.java | 26 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 D | OhSampleBusinessComment.java | 26 import org.jeecg.common.system.base.entity.JeecgEntity;
|
H A D | OhSampleGroupSite.java | 26 import org.jeecg.common.system.base.entity.JeecgEntity;
|
H A D | OhSampleBusinessGoods.java | 26 import org.jeecg.common.system.base.entity.JeecgEntity;
|
H A D | OhSampleBusiness.java | 26 import org.jeecg.common.system.base.entity.JeecgEntity;
|
/test/xts/hats/hdf/manager/managerBenchmarkTest/ |
H A D | hdf_manager_benchmark_test.cpp | 23 #include <base/hdi_smq.h>
|
/test/xts/hats/hdf/manager/managerServiceTest/ |
H A D | service_manager_hdi_test.cpp | 16 #include <base/hdi_smq.h>
|