Home
last modified time | relevance | path

Searched defs:output (Results 1 – 25 of 98) sorted by relevance

1234

/test/xts/hats/hdf/audio/idl/effect_additional/src/
Deffect_control_test.cpp90 struct AudioEffectBuffer output = {0}; variable
108 int8_t output[GET_BUFFER_LEN] = {0}; variable
127 int8_t output[GET_BUFFER_LEN] = {0}; variable
156 int8_t output[GET_BUFFER_LEN] = {0}; variable
175 int8_t output[GET_BUFFER_LEN] = {0}; variable
190 int8_t output[GET_BUFFER_LEN] = {0}; variable
221 int8_t output[GET_BUFFER_LEN] = {0}; variable
249 int8_t output[GET_BUFFER_LEN] = {0}; variable
268 int8_t output[GET_BUFFER_LEN] = {0}; variable
283 int8_t output[GET_BUFFER_LEN] = {0}; variable
[all …]
/test/xts/hats/hdf/audio/idl/effect/src/
Deffect_control_test.cpp98 struct AudioEffectBuffer output = {0}; variable
115 struct AudioEffectBuffer output = {0}; variable
131 struct AudioEffectBuffer output = {0}; variable
155 int8_t output[GET_BUFFER_LEN] = {0}; variable
189 int8_t output[GET_BUFFER_LEN] = {0}; variable
207 int8_t output[GET_BUFFER_LEN] = {0}; variable
225 int8_t output[GET_BUFFER_LEN] = {0}; variable
243 int8_t output[GET_BUFFER_LEN] = {0}; variable
261 int8_t output[GET_BUFFER_LEN] = {0}; variable
279 int8_t output[GET_BUFFER_LEN] = {0}; variable
[all …]
/test/testfwk/xdevice/src/xdevice/_core/driver/
Dparser_lite.py30 def driver_output_method(handler, output, end_mark="\n"): argument
64 def _process_output(self, output, end_mark="\n"): argument
89 def __read__(self, output): argument
/test/xts/tools/build/
Dutils.py91 def copy_file(output, sources="", source_dirs="", to_dir=True): argument
127 def _copy_files(sources, output): argument
134 def _copy_dir(sources, output): argument
/test/xts/acts/arkui/ace_ets_web_napis/entry/src/main/cpp/
Dhello.cpp82 napi_value output; in NativeWebInit() local
111 napi_value output; in RunJavaScript() local
132 napi_value output; in RegisterJavaScriptProxy() local
151 napi_value output; in UnregisterJavaScriptProxy() local
/test/xts/device_attest_lite/services/core/small/attest/
Dattest_service_pcid.c25 …ergePcid(char *osPcid, int32_t osPcidLen, char *privatePcid, int32_t privatePcidLen, char **output) in MergePcid()
56 static int32_t EncodePcid(char *buff, int32_t bufLen, char **output) in EncodePcid()
/test/xts/hats/kernel/mmap_v/
DMmapVApiTest.cpp82 static void FetchProc(string entry, int *output) in FetchProc()
101 static void FetchOvercommitMemory(int *output) in FetchOvercommitMemory()
111 static void FetchOvercommitRatio(int *output) in FetchOvercommitRatio()
/test/xts/tools/lite/build/
Dutils.py121 def copy_file(output, sources="", source_dirs="", to_dir=True): argument
159 def _copy_files(sources, output): argument
176 def _copy_dir(sources, output): argument
/test/xts/hats/hdf/audio/idl/benchmarktest/effect/
Deffect_control_test.cpp99 struct AudioEffectBuffer output = {0}; in BENCHMARK_F() local
116 int8_t output[GET_BUFFER_LEN] = {0}; in BENCHMARK_F() local
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
Dplugin_render.cpp885 napi_value output; in TestGetXComponentId() local
895 napi_value output; in TestOnSurfaceCreated() local
905 napi_value output; in TestGetXComponentSize_Height() local
914 napi_value output; in TestGetXComponentSize_Width() local
924 napi_value output; in TestGetXComponentOffset_x() local
935 napi_value output; in TestGetXComponentOffset_y() local
946 napi_value output; in TestGetXComponentpointtool_tiltx() local
957 napi_value output; in TestGetXComponentpointtool_tilty() local
968 napi_value output; in TestGetXComponentpointtool_type() local
/test/xts/hats/ai/nnrt/hdi/v1_0/common/
Dhdi_nnrt_test_utils.cpp53 OH_NN_Tensor output{OH_NN_FLOAT32, 3, dimensions, nullptr, OH_NN_TENSOR}; in BuildAddGraph() local
92 OH_NN_Tensor output{OH_NN_FLOAT32, 3, dimensions, nullptr, OH_NN_TENSOR}; in BuildAddGraphDynamic() local
266 bool CheckExpectOutput(const std::vector<float> &output, const std::vector<float> &expect) in CheckExpectOutput()
/test/xts/hats/ai/nnrt/hdi/v2_0/common/
Dhdi_nnrt_test_utils.cpp53 OH_NN_Tensor output{OH_NN_FLOAT32, 3, dimensions, nullptr, OH_NN_TENSOR}; in BuildAddGraph() local
92 OH_NN_Tensor output{OH_NN_FLOAT32, 3, dimensions, nullptr, OH_NN_TENSOR}; in BuildAddGraphDynamic() local
266 bool CheckExpectOutput(const std::vector<float> &output, const std::vector<float> &expect) in CheckExpectOutput()
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
Dtest_string.cpp43 napi_value output; in TestLatin1() local
/test/xts/acts/ai/nncore/opstest/src/
Dlogical_not_test.cpp31 OHNNOperandTest output = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, outputValue, 3*sizeof(bool)}; member
45 OHNNOperandTest output = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, outputValue, sizeof(bool)}; member
59 OHNNOperandTest output = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, outputValue, sizeof(bool)}; member
73 OHNNOperandTest output = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, outputValue, 2*sizeof(bool)}; member
87 OHNNOperandTest output = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, outputValue, 3*sizeof(bool)}; member
Dlogical_and_test.cpp33 OHNNOperandTest output = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, outputValue, 3*sizeof(bool)}; member
49 OHNNOperandTest output = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, outputValue, 3*sizeof(bool)}; member
65 OHNNOperandTest output = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, outputValue, 2*sizeof(bool)}; member
81 OHNNOperandTest output = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, outputValue, 2*sizeof(bool)}; member
97 OHNNOperandTest output = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, outputValue, 3*sizeof(bool)}; member
Dunstack_test.cpp33 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 3*sizeof(float)}; member
50 … OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, sizeof(float)}; member
67 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 3*sizeof(float)}; member
84 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 2*sizeof(float)}; member
100 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, outputValue, 0*sizeof(float)}; member
Dsparse_to_dense_test.cpp38 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 6*sizeof(float)}; member
60 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 6*sizeof(float)}; member
81 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 12*sizeof(float)… member
102 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 6*sizeof(float)}; member
124 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 6*sizeof(float)}; member
146 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 6*sizeof(float)}; member
Dflatten_test.cpp32 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 9*sizeof(float)}; member
47 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 8*sizeof(float)}; member
62 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 9*sizeof(float)}; member
76 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, outputValue, 0*sizeof(float)}; member
Dclip_test.cpp34 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 7*sizeof(float)}; member
53 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 7*sizeof(float)}; member
72 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 7*sizeof(float)}; member
91 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 7*sizeof(float)}; member
110 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, output_shape, outputValue, 0*sizeof(float)}; member
/test/xts/acts/ability/ability_runtime/actsdataabilityaccessdatasharetest/datashareserverhap/entry/src/main/ets/DataShareExtAbility/
DDataShareExtAbility.ts31 async function output() { function
/test/testfwk/arkxtest/uitest/record/
Doffset.h135 std::string output = ss.str(); in ToString() local
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dmodel.h36 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, TENSOR_SHAPE, outputValue, ADD_DATA_LENGTH}; member
59 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, {-1, -1, -1, -1}, outputValue, sizeof(outpu… member
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dmodel.h36 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, TENSOR_SHAPE, outputValue, ADD_DATA_LENGTH}; member
59 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, {-1, -1, -1, -1}, outputValue, sizeof(outpu… member
/test/xts/device_attest/services/core/attest/
Dattest_service_device.c244 …ergePcid(char *osPcid, int32_t osPcidLen, char *privatePcid, int32_t privatePcidLen, char **output) in MergePcid()
281 static int32_t EncodePcid(char *buff, int32_t bufLen, char **output) in EncodePcid()
/test/xts/device_attest_lite/services/core/utils/
Dattest_utils.c96 void URLSafeBase64ToBase64(const char* input, size_t inputLen, uint8_t** output, size_t* outputLen) in URLSafeBase64ToBase64()
295 int32_t HEXStringToAscii(const char* input, int32_t inputLen, char* output, int32_t outputLen) in HEXStringToAscii()

1234