Home
last modified time | relevance | path

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

12345678910>>...113

/third_party/boost/libs/test/test/writing-test-ts/
Doutput_test_stream-test.cpp29 output_test_stream output; in BOOST_AUTO_TEST_CASE() local
34 output_test_stream output( (char const*)0 ); in BOOST_AUTO_TEST_CASE() local
39 output_test_stream output( "" ); in BOOST_AUTO_TEST_CASE() local
44 output_test_stream output( "%&^$%&$%" ); in BOOST_AUTO_TEST_CASE() local
49 output_test_stream output( "pattern.temp" ); in BOOST_AUTO_TEST_CASE() local
54 output_test_stream output( "pattern.temp2", false ); in BOOST_AUTO_TEST_CASE() local
59 output_test_stream output( "pattern.temp2" ); in BOOST_AUTO_TEST_CASE() local
69 output_test_stream output; in BOOST_AUTO_TEST_CASE() local
88 output_test_stream output; in BOOST_AUTO_TEST_CASE() local
113 output_test_stream output; in BOOST_AUTO_TEST_CASE() local
[all …]
/third_party/node/test/fixtures/wpt/url/resources/
Dtoascii.json6 "output": "aa--" string
10 "output": "xn--a---kp0a" string
14 "output": "ab--c" string
19 "output": "-x" string
23 "output": "xn----xhn" string
27 "output": "-x.xn--nxa" string
31 "output": "-x.xn--nxa" string
36 "output": "x-.xn--nxa" string
40 "output": "x-.xn--nxa" string
45 "output": "x..xn--nxa" string
[all …]
/third_party/node/test/fixtures/
Dicu-punycode-toascii.json6 "output": "aa--" string
10 "output": "xn--a---kp0a" string
14 "output": "ab--c" string
19 "output": "-x" string
23 "output": "xn----xhn" string
27 "output": "-x.xn--nxa" string
31 "output": "-x.xn--nxa" string
36 "output": "x-.xn--nxa" string
40 "output": "x-.xn--nxa" string
45 "output": "x..xn--nxa" string
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dunary_op_impl.cu19 __global__ void ExponentialKernel(const T *input, T *output, const size_t count) { in ExponentialKernel()
26 __global__ void ExponentialKernel(const double *input, double *output, const size_t count) { in ExponentialKernel()
33 __global__ void ExponentialKernel(const half *input, half *output, const size_t count) { in ExponentialKernel()
40 __global__ void Expm1Kernel(const T *input, T *output, const size_t count) { in Expm1Kernel()
47 __global__ void Expm1Kernel(const double *input, double *output, const size_t count) { in Expm1Kernel()
54 __global__ void LogarithmKernel(const T *input, T *output, const size_t count) { in LogarithmKernel()
61 __global__ void LogarithmKernel(const double *input, double *output, const size_t count) { in LogarithmKernel()
68 __global__ void LogarithmKernel(const half *input, half *output, const size_t count) { in LogarithmKernel()
75 __global__ void Log1pKernel(const T *input, T *output, const size_t count) { in Log1pKernel()
82 __global__ void Log1pKernel(const double *input, double *output, const size_t count) { in Log1pKernel()
[all …]
Dunary_op_grad_impl.cu20 __global__ void SqrtGradKernel(const T *input, const T *dout, T *output, const size_t count) { in SqrtGradKernel()
31 __global__ void RsqrtGradKernel(const T *input, const T *dout, T *output, const size_t count) { in RsqrtGradKernel()
43 __global__ void AsinGradKernel(const T *input, const T *dout, T *output, const size_t count) { in AsinGradKernel()
53 __global__ void AsinGradKernel(const half *input, const half *dout, half *output, const size_t coun… in AsinGradKernel()
63 __global__ void ACosGradKernel(const T *input, const T *dout, T *output, const size_t count) { in ACosGradKernel()
74 __global__ void ACosGradKernel(const half *input, const half *dout, half *output, const size_t coun… in ACosGradKernel()
85 __global__ void AtanGradKernel(const T *input, const T *dout, T *output, const size_t count) { in AtanGradKernel()
95 __global__ void AsinhGradKernel(const T *input, const T *dout, T *output, const size_t count) { in AsinhGradKernel()
105 __global__ void AcoshGradKernel(const T *input, const T *dout, T *output, const size_t count) { in AcoshGradKernel()
115 __global__ void ReciprocalGradKernel(const T *input, const T *dout, T *output, const size_t count) { in ReciprocalGradKernel()
[all …]
/third_party/node/test/fixtures/wpt/encoding/streams/
Dencode-utf8.any.js23 output: [expectedOutputBytes], property
28 output: [astralCharacterEncoded], property
33 output: [astralCharacterEncoded.concat(astralCharacterEncoded)], property
39 output: [astralCharacterEncoded, astralCharacterEncoded], property
45 output: [astralCharacterEncoded.concat(replacementEncoded), astralCharacterEncoded], property
52 output: [replacementEncoded], property
58 output: [replacementEncoded.concat(astralCharacterEncoded)], property
65 output: [replacementEncoded.concat([65])], property
72 output: [replacementEncoded, astralCharacterEncoded], property
79 output: [replacementEncoded, replacementEncoded], property
[all …]
Ddecode-utf8.any.js14 const output = input.pipeThrough(new TextDecoderStream()); constant
22 const output = input.pipeThrough(new TextDecoderStream()); constant
29 const output = input.pipeThrough(new TextDecoderStream()); constant
37 const output = input.pipeThrough(new TextDecoderStream()); constant
49 const output = input.pipeThrough(new TextDecoderStream()); constant
58 const output = input.pipeThrough(new TextDecoderStream()); constant
/third_party/node/test/parallel/
Dtest-source-map-enable.js25 const output = spawnSync(process.execPath, [ constant
40 const output = spawnSync(process.execPath, [ constant
57 const output = spawnSync(process.execPath, [ constant
68 const output = spawnSync(process.execPath, [ constant
80 const output = spawnSync(process.execPath, [ constant
101 const output = spawnSync(process.execPath, [ constant
122 const output = spawnSync(process.execPath, [ constant
138 const output = spawnSync(process.execPath, [ constant
154 const output = spawnSync(process.execPath, [ constant
169 const output = spawnSync(process.execPath, [ constant
[all …]
Dtest-util-log.js43 { input: 'foo', output: 'foo' }, property
44 { input: undefined, output: 'undefined' }, property
45 { input: null, output: 'null' }, property
46 { input: false, output: 'false' }, property
47 { input: 42, output: '42' }, property
48 { input: function() {}, output: '[Function: input]' }, property
49 { input: parseInt('not a number', 10), output: 'NaN' }, property
50 { input: { answer: 42 }, output: '{ answer: 42 }' }, property
51 { input: [1, 2, 3], output: '[ 1, 2, 3 ]' }, property
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Darithmetic_self_fp32.c22 int ElementAbs(const float *input, float *output, const int element_size) { in ElementAbs()
30 int ElementCos(const float *input, float *output, const int element_size) { in ElementCos()
38 int ElementLog(const float *input, float *output, const int element_size) { in ElementLog()
49 int ElementSquare(const float *input, float *output, const int element_size) { in ElementSquare()
57 int ElementSqrt(const float *input, float *output, const int element_size) { in ElementSqrt()
68 int ElementRsqrt(const float *input, float *output, const int element_size) { in ElementRsqrt()
79 int ElementSin(const float *input, float *output, const int element_size) { in ElementSin()
87 int ElementLogicalNot(const float *input, float *output, const int element_size) { in ElementLogicalNot()
95 int ElementLogicalNotBool(const bool *input, bool *output, const int element_size) { in ElementLogicalNotBool()
103 int ElementRound(const float *input, float *output, const int element_size) { in ElementRound()
[all …]
Darithmetic_compare_fp32.c22 int ElementEqualFp32(const float *input0, const float *input1, uint8_t *output, int element_size) { in ElementEqualFp32()
29 int ElementEqualInt32(const int32_t *input0, const int32_t *input1, uint8_t *output, int element_si… in ElementEqualInt32()
37 int ElementNotEqualFp32(const float *input0, const float *input1, uint8_t *output, int element_size… in ElementNotEqualFp32()
44 int ElementNotEqualInt32(const int32_t *input0, const int32_t *input1, uint8_t *output, int element… in ElementNotEqualInt32()
52 int ElementLessFp32(const float *input0, const float *input1, uint8_t *output, int element_size) { in ElementLessFp32()
59 int ElementLessInt32(const int32_t *input0, const int32_t *input1, uint8_t *output, int element_siz… in ElementLessInt32()
67 int ElementLessEqualFp32(const float *input0, const float *input1, uint8_t *output, int element_siz… in ElementLessEqualFp32()
74 int ElementLessEqualInt32(const int32_t *input0, const int32_t *input1, uint8_t *output, int elemen… in ElementLessEqualInt32()
82 int ElementGreaterFp32(const float *input0, const float *input1, uint8_t *output, int element_size)… in ElementGreaterFp32()
89 int ElementGreaterInt32(const int32_t *input0, const int32_t *input1, uint8_t *output, int element_… in ElementGreaterInt32()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/
Dcast_base.h26 inline void BoolToFloat32(const bool *input, float *output, int number) { in BoolToFloat32()
32 inline void Uint8ToFloat32(const uint8_t *input, float *output, int number) { in Uint8ToFloat32()
38 inline void Int32ToFloat32(const int32_t *input, float *output, int number) { in Int32ToFloat32()
44 inline void Int64ToFloat32(const int64_t *input, float *output, int number) { in Int64ToFloat32()
51 inline void Int64ToFp16(const int64_t *input, float16_t *output, int number) { in Int64ToFp16()
57 inline void Int32ToFp16(const int32_t *input, float16_t *output, int number) { in Int32ToFp16()
63 inline void BoolToFp16(const bool *input, float16_t *output, int number) { in BoolToFp16()
69 inline void Uint8ToFp16(const uint8_t *input, float16_t *output, int number) { in Uint8ToFp16()
76 inline void Fp16ToFloat32(const uint16_t *input, float *output, int number) { in Fp16ToFloat32()
82 inline void Float32ToFp16(const float *input, uint16_t *output, int number) { in Float32ToFp16()
[all …]
/third_party/python/Lib/test/
Dtest_sys_settrace.py14 def __init__(self, output, value): argument
26 def __init__(self, output, value): argument
1303 def no_jump_to_non_integers(output): argument
1390 def test_jump_simple_forwards(output): argument
1396 def test_jump_simple_backwards(output): argument
1401 def test_jump_out_of_block_forwards(output): argument
1409 def test_jump_out_of_block_backwards(output): argument
1419 async def test_jump_out_of_async_for_block_forwards(output): argument
1427 async def test_jump_out_of_async_for_block_backwards(output): argument
1436 def test_jump_to_codeless_line(output): argument
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Darithmetic_self_fp16.c19 int ElementAbsFp16(const float16_t *input, float16_t *output, int element_size) { in ElementAbsFp16()
26 int ElementCosFp16(const float16_t *input, float16_t *output, int element_size) { in ElementCosFp16()
33 int ElementLogFp16(const float16_t *input, float16_t *output, int element_size) { in ElementLogFp16()
43 int ElementSquareFp16(const float16_t *input, float16_t *output, int element_size) { in ElementSquareFp16()
50 int ElementSqrtFp16(const float16_t *input, float16_t *output, int element_size) { in ElementSqrtFp16()
60 int ElementRsqrtFp16(const float16_t *input, float16_t *output, int element_size) { in ElementRsqrtFp16()
67 int ElementSinFp16(const float16_t *input, float16_t *output, int element_size) { in ElementSinFp16()
74 int ElementLogicalNotFp16(const float16_t *input, float16_t *output, int element_size) { in ElementLogicalNotFp16()
81 int ElementRoundFp16(const float16_t *input, float16_t *output, int element_size) { in ElementRoundFp16()
88 int ElementFloorFp16(const float16_t *input, float16_t *output, int element_size) { in ElementFloorFp16()
[all …]
/third_party/gn/src/gn/
Doutput_conversion.cc12 void ToString(const Value& output, std::ostream& out) { in ToString()
16 void ToStringQuoted(const Value& output, std::ostream& out) { in ToStringQuoted()
28 void RenderListToJSON(const Value& output, std::ostream& out, int indent) { in RenderListToJSON()
49 void RenderScopeToJSON(const Value& output, std::ostream& out, int indent) { in RenderScopeToJSON()
73 void OutputListLines(const Value& output, std::ostream& out) { in OutputListLines()
80 void OutputString(const Value& output, std::ostream& out) { in OutputString()
90 void OutputValue(const Value& output, std::ostream& out) { in OutputValue()
102 void OutputScope(const Value& output, std::ostream& out) { in OutputScope()
110 void OutputDefault(const Value& output, std::ostream& out) { in OutputDefault()
117 void OutputJSON(const Value& output, std::ostream& out) { in OutputJSON()
[all …]
/third_party/weston/libweston/
Dzoom.c41 struct weston_output *output, in weston_zoom_frame_z()
71 zoom_area_center_from_point(struct weston_output *output, in zoom_area_center_from_point()
81 weston_output_update_zoom_transform(struct weston_output *output) in weston_output_update_zoom_transform()
109 weston_zoom_transition(struct weston_output *output) in weston_zoom_transition()
125 weston_output_update_zoom(struct weston_output *output) in weston_output_update_zoom()
147 struct weston_output *output = in motion() local
154 weston_output_activate_zoom(struct weston_output *output, in weston_output_activate_zoom()
170 weston_output_init_zoom(struct weston_output *output) in weston_output_init_zoom()
/third_party/unity/auto/
Dgenerate_test_runner.rb212 def create_header(output, mocks, testfile_includes = []) argument
243 def create_externs(output, tests, _mocks) argument
255 def create_mock_management(output, mock_headers) argument
290 def create_setup(output) argument
297 def create_teardown(output) argument
304 def create_suite_setup(output) argument
314 def create_suite_teardown(output) argument
324 def create_reset(output) argument
342 def create_run_test(output) argument
348 def create_args_wrappers(output, tests) argument
[all …]
/third_party/alsa-lib/src/
Doutput.c57 int snd_output_close(snd_output_t *output) in snd_output_close()
71 int snd_output_printf(snd_output_t *output, const char *format, ...) in snd_output_printf()
88 int snd_output_vprintf(snd_output_t *output, const char *format, va_list args) in snd_output_vprintf()
99 int snd_output_puts(snd_output_t *output, const char *str) in snd_output_puts()
110 int snd_output_putc(snd_output_t *output, int c) in snd_output_putc()
124 int snd_output_flush(snd_output_t *output) in snd_output_flush()
135 static int snd_output_stdio_close(snd_output_t *output) in snd_output_stdio_close()
144 static int snd_output_stdio_print(snd_output_t *output, const char *format, va_list args) in snd_output_stdio_print()
150 static int snd_output_stdio_puts(snd_output_t *output, const char *str) in snd_output_stdio_puts()
156 static int snd_output_stdio_putc(snd_output_t *output, int c) in snd_output_stdio_putc()
[all …]
/third_party/boost/libs/gil/test/extension/numeric/
Dextend_boundary.cpp133 auto output = gil::extend_row(src_view, 2, gil::boundary_option::extend_constant); in test_extend_row_with_constant() local
146 auto output = gil::extend_row(src_view, 3, gil::boundary_option::extend_zero); in test_extend_row_with_zero() local
158 auto output = gil::extend_row(src_sub_view, 1, gil::boundary_option::extend_padded); in test_extend_row_with_padded() local
171 auto output = gil::extend_col(src_view, 1, gil::boundary_option::extend_constant); in test_extend_col_with_constant() local
184 auto output = gil::extend_col(src_view, 2, gil::boundary_option::extend_zero); in test_extend_col_with_zero() local
196 auto output = gil::extend_col(src_sub_view, 1, gil::boundary_option::extend_padded); in test_extend_col_with_padded() local
209 auto output = gil::extend_boundary(src_view, 2, gil::boundary_option::extend_constant); in test_extend_img_with_constant() local
222 auto output = gil::extend_boundary(src_view, 2, gil::boundary_option::extend_zero); in test_extend_img_with_zero() local
234 auto output = gil::extend_boundary(src_sub_view, 1, gil::boundary_option::extend_padded); in test_extend_img_with_padded() local
/third_party/gn/src/base/strings/
Dstring_number_conversions.cc142 value_type* output) { in Invoke()
180 typename traits::value_type* output) { in Invoke()
216 static bool CheckBounds(value_type* output, uint8_t new_digit) { in CheckBounds()
225 static void Increment(uint8_t increment, value_type* output) { in Increment()
232 static bool CheckBounds(value_type* output, uint8_t new_digit) { in CheckBounds()
241 static void Increment(uint8_t increment, value_type* output) { in Increment()
292 bool StringToIntImpl(std::string_view input, VALUE* output) { in StringToIntImpl()
304 bool String16ToIntImpl(std::u16string_view input, VALUE* output) { in String16ToIntImpl()
359 bool StringToInt(std::string_view input, int* output) { in StringToInt()
363 bool StringToInt(std::u16string_view input, int* output) { in StringToInt()
[all …]
/third_party/grpc/src/core/lib/json/
Djson_util.h45 NumericType* output, in ExtractJsonNumber()
64 bool* output, ErrorVectorType* error_list) { in ExtractJsonBool()
82 std::string* output, in ExtractJsonString()
97 const Json::Array** output, in ExtractJsonArray()
112 const Json::Object** output, in ExtractJsonObject()
127 NumericType* output, ErrorVectorType* error_list) { in ExtractJsonType()
133 bool* output, ErrorVectorType* error_list) { in ExtractJsonType()
139 std::string* output, ErrorVectorType* error_list) { in ExtractJsonType()
145 const Json::Array** output, in ExtractJsonType()
152 const Json::Object** output, in ExtractJsonType()
/third_party/googletest/googlemock/test/
Dgmock_output_test.py64 def RemoveReportHeaderAndFooter(output): argument
75 def RemoveLocations(output): argument
91 def NormalizeErrorMarker(output): argument
97 def RemoveMemoryAddresses(output): argument
103 def RemoveTestNamesOfLeakedMocks(output): argument
109 def GetLeakyTests(output): argument
118 def GetNormalizedOutputAndLeakyTests(output): argument
/third_party/weston/libweston/backend-drm/
Ddrm-virtual.c50 drm_virtual_plane_create(struct drm_backend *b, struct drm_output *output) in drm_virtual_plane_create()
108 drm_virtual_output_submit_frame(struct drm_output *output, in drm_virtual_output_submit_frame()
138 struct drm_output *output = to_drm_output(output_base); in drm_virtual_output_repaint() local
182 struct drm_output *output = to_drm_output(base); in drm_virtual_output_deinit() local
192 struct drm_output *output = to_drm_output(base); in drm_virtual_output_destroy() local
209 struct drm_output *output = to_drm_output(output_base); in drm_virtual_output_enable() local
256 struct drm_output *output = to_drm_output(base); in drm_virtual_output_disable() local
269 struct drm_output *output; in drm_virtual_output_create() local
296 struct drm_output *output = to_drm_output(base); in drm_virtual_output_set_gbm_format() local
309 struct drm_output *output = to_drm_output(output_base); in drm_virtual_output_set_submit_frame_cb() local
[all …]
/third_party/protobuf/src/google/protobuf/io/
Dprinter_unittest.cc57 ArrayOutputStream output(buffer, GOOGLE_ARRAYSIZE(buffer), block_size); in TEST() local
66 ArrayOutputStream output(buffer, sizeof(buffer), block_size); in TEST() local
92 ArrayOutputStream output(buffer, sizeof(buffer), block_size); in TEST() local
121 ArrayOutputStream output(buffer, sizeof(buffer), block_size); in TEST() local
157 ArrayOutputStream output(buffer, sizeof(buffer)); in TEST() local
212 ArrayOutputStream output(buffer, sizeof(buffer)); in TEST() local
255 ArrayOutputStream output(buffer, sizeof(buffer)); in TEST() local
295 ArrayOutputStream output(buffer, sizeof(buffer)); in TEST() local
319 ArrayOutputStream output(buffer, sizeof(buffer)); in TEST() local
344 ArrayOutputStream output(buffer, sizeof(buffer)); in TEST() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp150 void NodeArrayNode::output(OutputStream &OS, OutputFlags Flags) const { in output() function in NodeArrayNode
154 void NodeArrayNode::output(OutputStream &OS, OutputFlags Flags, in output() function in NodeArrayNode
166 void EncodedStringLiteralNode::output(OutputStream &OS, in output() function in EncodedStringLiteralNode
187 void IntegerLiteralNode::output(OutputStream &OS, OutputFlags Flags) const { in output() function in IntegerLiteralNode
193 void TemplateParameterReferenceNode::output(OutputStream &OS, in output() function in TemplateParameterReferenceNode
224 void DynamicStructorIdentifierNode::output(OutputStream &OS, in output() function in DynamicStructorIdentifierNode
242 void NamedIdentifierNode::output(OutputStream &OS, OutputFlags Flags) const { in output() function in NamedIdentifierNode
247 void IntrinsicFunctionIdentifierNode::output(OutputStream &OS, in output() function in IntrinsicFunctionIdentifierNode
348 void LocalStaticGuardIdentifierNode::output(OutputStream &OS, in output() function in LocalStaticGuardIdentifierNode
358 void ConversionOperatorIdentifierNode::output(OutputStream &OS, in output() function in ConversionOperatorIdentifierNode
[all …]

12345678910>>...113