Home
last modified time | relevance | path

Searched +full:- +full:- +full:output (Results 1 – 25 of 1408) sorted by relevance

12345678910>>...57

/external/libvpx/vpx_dsp/
Dfwd_txfm.c4 * Use of this source code is governed by a BSD-style license
15 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct4x4_c() argument
54 step[2] = in_high[1] - in_high[2]; in vpx_fdct4x4_c()
55 step[3] = in_high[0] - in_high[3]; in vpx_fdct4x4_c()
57 temp2 = (step[0] - step[1]) * cospi_16_64; in vpx_fdct4x4_c()
61 temp2 = -step[2] * cospi_8_64 + step[3] * cospi_24_64; in vpx_fdct4x4_c()
70 out = output; in vpx_fdct4x4_c()
76 for (j = 0; j < 4; ++j) output[j + i * 4] = (output[j + i * 4] + 1) >> 2; in vpx_fdct4x4_c()
81 void vpx_fdct4x4_1_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct4x4_1_c() argument
87 output[0] = sum * 2; in vpx_fdct4x4_1_c()
[all …]
/external/bazelbuild-rules_cc/tools/migration/
Dlegacy_fields_migration_lib_test.py42 debian_extra_requires: 'debian-1'
43 gcc_plugin_compiler_flag: 'gcc_plugin_compiler_flag-1'
44 ar_flag: 'ar_flag-1'
45 ar_thin_archives_flag: 'ar_thin_archives_flag-1'
46 gcc_plugin_header_directory: 'gcc_plugin_header_directory-1'
47 mao_plugin_header_directory: 'mao_plugin_header_directory-1'
48 default_python_top: 'default_python_top-1'
49 default_python_version: 'default_python_version-1'
64 output = migrate_to_string(crosstool)
65 self.assertNotIn("debian_extra_requires", output)
[all …]
/external/mesa3d/src/amd/compiler/
Daco_print_ir.cpp90 print_reg_class(const RegClass rc, FILE* output) in print_reg_class() argument
93 fprintf(output, " v%ub: ", rc.bytes()); in print_reg_class()
95 fprintf(output, " s%u: ", rc.size()); in print_reg_class()
97 fprintf(output, " lv%u: ", rc.size()); in print_reg_class()
99 fprintf(output, " v%u: ", rc.size()); in print_reg_class()
104 print_physReg(PhysReg reg, unsigned bytes, FILE* output, unsigned flags) in print_physReg() argument
107 fprintf(output, bytes > 4 ? "vcc" : "vcc_lo"); in print_physReg()
109 fprintf(output, "vcc_hi"); in print_physReg()
111 fprintf(output, "m0"); in print_physReg()
113 fprintf(output, "null"); in print_physReg()
[all …]
/external/boringssl/src/crypto/evp/
Devp_tests.txt6 PrivateKey = RSA-2048
13 PublicKey = RSA-2048-SPKI
20 PublicKey = RSA-2048-SPKI-Negative
25 PublicKey = RSA-2048-Even-Modulus
30 PublicKey = RSA-2048-SPKI-Invalid
34 # The same key but with an incorrectly-encoded length prefix.
35 PublicKey = RSA-2048-SPKI-Invalid2
40 PrivateKey = RSA-512
47 PrivateKey = RSA-515
53 # EC P-256 key
[all …]
/external/cronet/third_party/boringssl/src/crypto/evp/
Devp_tests.txt6 PrivateKey = RSA-2048
13 PublicKey = RSA-2048-SPKI
20 PublicKey = RSA-2048-SPKI-Negative
25 PublicKey = RSA-2048-Even-Modulus
30 PublicKey = RSA-2048-SPKI-Invalid
34 # The same key but with an incorrectly-encoded length prefix.
35 PublicKey = RSA-2048-SPKI-Invalid2
40 PrivateKey = RSA-512
47 PrivateKey = RSA-515
53 # EC P-256 key
[all …]
/external/skia/infra/bots/recipes/sync_and_compile.expected/
DBuild-Debian10-Clang-arm-Release-NoPatch.json5 "-u",
7 "--json-file",
9 "--url",
11 "--format",
13 "--log-limit",
19 "@@@STEP_LOG_LINE@json.output@{@@@",
20 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@",
21 "@@@STEP_LOG_LINE@json.output@ {@@@",
22 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@",
23 …"@@@STEP_LOG_LINE@json.output@ \"email\": \"fake_6e0e0a9f6cbf09078aa4730d1a0dc0aa722ddc11@f…
[all …]
/external/blktrace/doc/
Dbtt.11 .TH BTT 1 "September 29, 2007" "blktrace git\-20070910192508" ""
5 btt \- analyse block i/o traces produces by blktrace
11 [ \-a | \-\-seek\-absolute ]
13 [ \-A | \-\-all\-data ]
15 [ \-B <\fIoutput name\fR> | \-\-dump\-blocknos=<\fIoutput name\fR> ]
17 [ \-d <\fIseconds\fR> | \-\-range\-delta=<\fIseconds\fR> ]
19 [ \-D <\fIdev;...\fR> | \-\-devices=<\fIdev;...\fR> ]
21 [ \-e <\fIexe,...\fR> | \-\-exes=<\fIexe,...\fR> ]
23 [ \-h | \-\-help ]
25 [ \-i <\fIinput name\fR> | \-\-input\-file=<\fIinput name\fR> ]
[all …]
/external/libvpx/test/
Dvpxenc.sh5 ## Use of this source code is governed by a BSD-style license
22 if [ ! -e "${YUV_RAW_INPUT}" ]; then
27 if [ ! -e "${Y4M_NOSQ_PAR_INPUT}" ]; then
33 if [ -z "$(vpx_tool_path vpxenc)" ]; then
55 --width="${YUV_RAW_INPUT_WIDTH}"
56 --height="${YUV_RAW_INPUT_HEIGHT}""
70 local codec="${1:-vp8}"
71 echo "--codec=${codec}
72 --buf-initial-sz=500
73 --buf-optimal-sz=600
[all …]
/external/bazelbuild-rules_go/go/tools/bzltestutil/testdata/
Dreport.json2 {"Action":"output","Test":"TestPass","Output":"=== RUN TestPass\n"}
3 {"Action":"output","Test":"TestPass","Output":"=== PAUSE TestPass\n"} string
6 {"Action":"output","Test":"TestPassLog","Output":"=== RUN TestPassLog\n"}
7 {"Action":"output","Test":"TestPassLog","Output":"=== PAUSE TestPassLog\n"} string
10 {"Action":"output","Test":"TestFail","Output":"=== RUN TestFail\n"}
11 {"Action":"output","Test":"TestFail","Output":"--- FAIL: TestFail (0.00s)\n"} string
12 {"Action":"output","Test":"TestFail","Output":" test_test.go:23: Not working\n"}
15 {"Action":"output","Test":"TestSubtests","Output":"=== RUN TestSubtests\n"} string
17 {"Action":"output","Test":"TestSubtests/subtest_a","Output":"=== RUN TestSubtests/subtest_a\n"} string
19 {"Action":"output","Test":"TestSubtests/testB","Output":"=== RUN TestSubtests/testB\n"} string
[all …]
/external/libaom/test/
Daomenc.sh20 if [ ! -e "${YUV_RAW_INPUT}" ]; then
25 if [ ! -e "${Y4M_NOSQ_PAR_INPUT}" ]; then
31 if [ -z "$(aom_tool_path aomenc)" ]; then
60 cat "${input}" | eval "${AOM_TEST_PREFIX}" "${encoder}" - \
61 --test-decode=fatal \
73 --test-decode=fatal \
79 local output="${AV1_IVF_FILE}"
80 if [ -e "${AV1_IVF_FILE}" ]; then
81 output="${AOM_TEST_OUTPUT_DIR}/av1_test.ivf"
85 --ivf \
[all …]
/external/mesa3d/src/freedreno/common/
Dfreedreno_rd_output.c3 * SPDX-License-Identifier: MIT
43 /* If any of the more-detailed FD_RD_DUMP flags is enabled, the general in fd_rd_dump_env_init_once()
60 /* The name string is null-terminated after being constructed via snprintf. in fd_rd_output_sanitize_name()
65 if (isalnum(*s) || *s == '-' || *s == '_' || *s == '.') in fd_rd_output_sanitize_name()
72 fd_rd_output_init(struct fd_rd_output *output, char* output_name) in fd_rd_output_init() argument
74 snprintf(output->name, sizeof(output->name), "%s", output_name); in fd_rd_output_init()
75 fd_rd_output_sanitize_name(output->name); in fd_rd_output_init()
77 output->combine = false; in fd_rd_output_init()
78 output->file = NULL; in fd_rd_output_init()
79 output->trigger_fd = -1; in fd_rd_output_init()
[all …]
/external/pffft/
Dpf_carrier.cpp41 void generate_dc_f(float* output, int size) in generate_dc_f() argument
46 output[i++]=(127.0F / 128.0F); in generate_dc_f()
47 output[i++]=0.0F; in generate_dc_f()
52 void generate_dc_s16(short* output, int size) in generate_dc_s16() argument
57 output[i++]=SHRT_MAX; in generate_dc_s16()
58 output[i++]=0; in generate_dc_s16()
63 void generate_pos_fs4_f(float* output, int size) in generate_pos_fs4_f() argument
70 output[i++]=(127.0F / 128.0F); in generate_pos_fs4_f()
71 output[i++]=0.0F; in generate_pos_fs4_f()
73 output[i++]=0.0F; in generate_pos_fs4_f()
[all …]
/external/cldr/keyboards/import/
Dkeys-Latn-implied.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 1991-2024 Unicode, Inc.
5 SPDX-License-Identifier: Unicode-3.0
7 -->
8 <!--
11 -->
16 <key id="space" output="\u{0020}" stretch="true" width="1"/>
18 <key id="0" output="0"/>
19 <key id="1" output="1"/>
[all …]
Dkeys-Zyyy-punctuation.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 1991-2024 Unicode, Inc.
4 SPDX-License-Identifier: Unicode-3.0
6 -->
9 <!-- General Symbols -->
10 <key id="amp" output="\u{0026}" />
11 <key id="apos" output="'" />
12 <key id="asterisk" output="*" />
13 <key id="at" output="@" />
[all …]
/external/deqp/external/vulkancts/data/vulkan/glsl/es310/
Dconstants.test5 …input float in0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 | -1.123 | -0.75 | 512.0 | -72.13 | -1…
6output float out0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 | -1.123 | -0.75 | 512.0 | -72.13 |
16 ${OUTPUT}
25 uniform float uni0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 ];
26 output float out0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 ];
36 ${OUTPUT}
43 values { output float out0 = 1.123; }
51 ${OUTPUT}
58 values { output float out0 = -1.123; }
65 out0 = -1.123;
[all …]
/external/cldr/keyboards/3.0/
Dfr.xml1 <?xml version="1.0" encoding="UTF-8"?>
9 <!-- display for diacritics -->
10 <display output="\u0300" display="${grave}" />
11 <display output="\m{acute}" display="´" />
12 <display output="\m{grave}" display="`" />
13 <display output="\m{umlaut}" display="¨" />
14 <display output="\m{caret}" display="^" />
15 <display output="\m{tilde}" display="~" />
16 <display output="\m{invbreve}" display="\u{20}\u{0311}" />
18 <!-- display for 'mode' keys -->
[all …]
/external/deqp/data/gles2/shaders/
Dconstants.test4 …input float in0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 | -1.123 | -0.75 | 512.0 | -72.13 | -1…
5output float out0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 | -1.123 | -0.75 | 512.0 | -72.13 |
14 ${OUTPUT}
22 uniform float uni0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 ];
23 output float out0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 ];
33 ${OUTPUT}
39 values { output float out0 = 1.123; }
46 ${OUTPUT}
52 values { output float out0 = -1.123; }
58 out0 = -1.123;
[all …]
/external/mbedtls/tests/suites/
Dtest_suite_psa_crypto_low_hash.function3 * Test suite for the PSA hash built-in driver
5 * This test suite exercises some aspects of the built-in PSA driver for
12 * This test suite is currently incomplete. It focuses on non-regression
30 uint8_t *output = NULL;
31 size_t output_size = expected->len;
35 ASSERT_ALLOC(output, output_size);
36 TEST_EQUAL(mbedtls_psa_hash_compute(alg, input->x, input->len,
37 output, output_size, &length),
39 ASSERT_COMPARE(expected->x, expected->len, output, length);
40 mbedtls_free(output);
[all …]
/external/python/cpython3/Lib/test/
Dtest_sys_settrace.py17 def __init__(self, output, value): argument
18 self.output = output
22 self.output.append(self.value)
25 self.output.append(-self.value)
29 def __init__(self, output, value): argument
30 self.output = output
34 self.output.append(self.value)
37 self.output.append(-self.value)
150 def called(): # line -3
158 (-3, 'call'),
[all …]
/external/libxml2/
DdebugXML.c38 FILE *output; /* the output file */ member
57 ctxt->depth = 0; in xmlCtxtDumpInitCtxt()
58 ctxt->check = 0; in xmlCtxtDumpInitCtxt()
59 ctxt->errors = 0; in xmlCtxtDumpInitCtxt()
60 ctxt->output = stdout; in xmlCtxtDumpInitCtxt()
61 ctxt->doc = NULL; in xmlCtxtDumpInitCtxt()
62 ctxt->node = NULL; in xmlCtxtDumpInitCtxt()
63 ctxt->dict = NULL; in xmlCtxtDumpInitCtxt()
64 ctxt->nodict = 0; in xmlCtxtDumpInitCtxt()
65 ctxt->options = 0; in xmlCtxtDumpInitCtxt()
[all …]
/external/XNNPACK/src/x8-zip/
Dxm-sse2.c6 // This source code is licensed under the BSD-style license found in the
19 uint8_t* output) in xnn_x8_zip_xm_ukernel__sse2() argument
23 const size_t output_increment = 4 - m * n; in xnn_x8_zip_xm_ukernel__sse2()
24 const uint8_t* last_input = w + n * (m - 1); in xnn_x8_zip_xm_ukernel__sse2()
25 uint8_t* last_output = (uint8_t*) ((uintptr_t) output + (m - 4)); in xnn_x8_zip_xm_ukernel__sse2()
34 const uint8_t* z = (const uint8_t*) ((uintptr_t) w - n); in xnn_x8_zip_xm_ukernel__sse2()
35 const uint8_t* y = (const uint8_t*) ((uintptr_t) z - n); in xnn_x8_zip_xm_ukernel__sse2()
36 const uint8_t* x = (const uint8_t*) ((uintptr_t) y - n); in xnn_x8_zip_xm_ukernel__sse2()
55 unaligned_store_u32(output, (uint32_t) _mm_cvtsi128_si32(vxyzw0)); in xnn_x8_zip_xm_ukernel__sse2()
56 output = (uint8_t*) ((uintptr_t) output + m); in xnn_x8_zip_xm_ukernel__sse2()
[all …]
/external/webrtc/common_audio/
Dfir_filter_unittest.cc4 * Use of this source code is governed by a BSD-style license
32 const float* output, in VerifyOutput() argument
35 0, memcmp(expected_output, output, length * sizeof(expected_output[0]))); in VerifyOutput()
42 float output[kInputLength]; in TEST() local
45 filter->Filter(kInput, kInputLength, output); in TEST()
47 VerifyOutput(kInput, output, kInputLength); in TEST()
52 float output[kInputLength]; in TEST() local
55 filter->Filter(kInput, kInputLength, output); in TEST()
57 EXPECT_FLOAT_EQ(5.f, output[0]); in TEST()
58 EXPECT_FLOAT_EQ(20.f, output[3]); in TEST()
[all …]
/external/python/cpython2/Lib/test/
Dtest_sys_settrace.py12 def __init__(self, output, value): argument
13 self.output = output
17 self.output.append(self.value)
20 self.output.append(-self.value)
95 def called(): # line -3
103 (-3, 'call'),
104 (-2, 'line'),
105 (-2, 'return'),
120 (-3, 'call'),
121 (-2, 'line'),
[all …]
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
DMakefile1 # SPDX-License-Identifier: GPL-2.0
3 $(MAKE) -C ../
15 # loop.S can only be built 64-bit
16 $(OUTPUT)/count_instructions: CFLAGS += -m64
17 $(OUTPUT)/count_instructions: loop.S count_instructions.c $(EXTRA_SOURCES)
19 $(OUTPUT)/count_stcx_fail: CFLAGS += -m64
20 $(OUTPUT)/count_stcx_fail: loop.S $(EXTRA_SOURCES)
23 $(OUTPUT)/per_event_excludes: ../utils.c
28 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests
29 …TARGET=sampling_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET r…
[all …]
/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/
Dgmock_output_test.py32 r"""Tests the text output of Google C++ Mocking Framework.
35 gmock_output_test.py --build_dir=BUILD/DIR --gengolden
37 gmock_output_test.py --gengolden
42 from io import open # pylint: disable=redefined-builtin, g-importing-member
50 GENGOLDEN_FLAG = '--gengolden'
53 COMMAND = [PROGRAM_PATH, '--gtest_stack_trace_depth=0', '--gtest_print_time=0']
64 def RemoveReportHeaderAndFooter(output): argument
65 """Removes Google Test result report's header and footer from the output."""
67 output = re.sub(r'.*gtest_main.*\n', '', output)
68 output = re.sub(r'\[.*\d+ tests.*\n', '', output)
[all …]

12345678910>>...57