Home
last modified time | relevance | path

Searched full:input (Results 1 – 25 of 13111) sorted by relevance

12345678910>>...525

/third_party/pulseaudio/src/modules/alsa/mixer/paths/
Danalog-input.conf.common17 ; input paths. If multiple options by the same id are discovered they
23 ; input -- If we don't know the exact kind of input
24 ; input-microphone
25 ; input-microphone-internal
26 ; input-microphone-external
27 ; input-linein
28 ; input-video
29 ; input-radio
30 ; input-docking-microphone
31 ; input-docking-linein
[all …]
/third_party/mesa3d/src/gallium/frontends/lavapipe/ci/
Dlvp-fails.txt14 …ics_pipeline_library.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.cl…
15 …ics_pipeline_library.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.dont_care.dont_car…
16 …ics_pipeline_library.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.dont_care.dont_car…
17 …ics_pipeline_library.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.load.dont_care.cle…
18 …cs_pipeline_library.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.dont_care.dont_car…
19 …cs_pipeline_library.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.load.dont_care.cle…
20 …cs_pipeline_library.dedicated_allocation.formats.a2b10g10r10_unorm_pack32.input.load.dont_care.dra…
21 …cs_pipeline_library.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.dont_car…
22 …cs_pipeline_library.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.dont_care.dont_car…
23 …cs_pipeline_library.dedicated_allocation.formats.a2r10g10b10_unorm_pack32.input.load.dont_care.cle…
[all …]
/third_party/vk-gl-cts/android/cts/main/vk-master-2019-03-01/
Drenderpass.txt1225 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.clear
1226 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.clear…
1227 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.clear…
1228 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.clear…
1229 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.draw
1230 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.draw_…
1231 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.self_…
1232 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.self_…
1233 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.self_…
1234 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.self_…
[all …]
/third_party/grpc/src/core/util/
Dif_list.h28 auto IfList(CheckArg input, ActionArg action_arg, ActionFail action_fail, in IfList() argument
30 if (check0(input)) return action0(action_arg); in IfList()
36 auto IfList(CheckArg input, ActionArg action_arg, ActionFail action_fail, in IfList() argument
38 if (check0(input)) return action0(action_arg); in IfList()
39 if (check1(input)) return action1(action_arg); in IfList()
46 auto IfList(CheckArg input, ActionArg action_arg, ActionFail action_fail, in IfList() argument
49 if (check0(input)) return action0(action_arg); in IfList()
50 if (check1(input)) return action1(action_arg); in IfList()
51 if (check2(input)) return action2(action_arg); in IfList()
59 auto IfList(CheckArg input, ActionArg action_arg, ActionFail action_fail, in IfList() argument
[all …]
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dmanual_clamp.rs19 let (input, min, max) = (0, -2, 3); in main()
21 let x0 = if max < input { in main()
23 } else if min > input { in main()
26 input in main()
29 let x1 = if input > max { in main()
31 } else if input < min { in main()
34 input in main()
37 let x2 = if input < min { in main()
39 } else if input > max { in main()
42 input in main()
[all …]
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionClassesCjsExportAssignment.types58 * Input type definition
60 * @typedef {Object} Input
77 * @param {Input} input
80 function Context(input) {
82 >input : Input
91 return new Context(input)
92 >new Context(input) : Context
94 >input : Input
96 this.state = this.construct(input);
97 >this.state = this.construct(input) : State
[all …]
DspecedNoStackBlown.types8 …alue<ROOTINPUT, ROOTINPUT> = SpecValue<ROOTINPUT, ROOTINPUT>>(spec: SPEC, input: ROOTINPUT): Resul…
9 …alue<ROOTINPUT, ROOTINPUT> = SpecValue<ROOTINPUT, ROOTINPUT>>(spec: SPEC, input: ROOTINPUT) => Res…
11 >input : ROOTINPUT
13 type Predicate<INPUT, ROOTINPUT> = (value: INPUT, inputs: ROOTINPUT) => boolean;
14 >Predicate : Predicate<INPUT, ROOTINPUT>
15 >value : INPUT
18 type ErrorMsg<INPUT> =
19 >ErrorMsg : ErrorMsg<INPUT>
24 | ((value: INPUT, field: string) => any);
25 >value : INPUT
[all …]
DspecedNoStackBlown.symbols8 …alue<ROOTINPUT, ROOTINPUT> = SpecValue<ROOTINPUT, ROOTINPUT>>(spec: SPEC, input: ROOTINPUT): Resul…
20 >input : Symbol(input, Decl(specedNoStackBlown.ts, 6, 127))
26 type Predicate<INPUT, ROOTINPUT> = (value: INPUT, inputs: ROOTINPUT) => boolean;
28 >INPUT : Symbol(INPUT, Decl(specedNoStackBlown.ts, 8, 15))
31 >INPUT : Symbol(INPUT, Decl(specedNoStackBlown.ts, 8, 15))
35 type ErrorMsg<INPUT> =
37 >INPUT : Symbol(INPUT, Decl(specedNoStackBlown.ts, 10, 14))
40 | ((value: INPUT, field: string) => any);
42 >INPUT : Symbol(INPUT, Decl(specedNoStackBlown.ts, 10, 14))
45 export type Spec<INPUT, ROOTINPUT = any> = [Predicate<INPUT, ROOTINPUT>, ErrorMsg<INPUT>];
[all …]
DmultipleDeclarations.symbols1 === tests/cases/conformance/salsa/input.js ===
3 >C : Symbol(C, Decl(input.js, 0, 0))
6 >this.m : Symbol(C.m, Decl(input.js, 0, 14))
7 >this : Symbol(C, Decl(input.js, 0, 0))
8 >m : Symbol(C.m, Decl(input.js, 0, 14))
11 >C.prototype : Symbol(C.m, Decl(input.js, 2, 1))
12 >C : Symbol(C, Decl(input.js, 0, 0))
14 >m : Symbol(C.m, Decl(input.js, 2, 1))
17 >this : Symbol(C, Decl(input.js, 0, 0))
20 >X : Symbol(X, Decl(input.js, 5, 1))
[all …]
DmethodsReturningThis.symbols1 === tests/cases/conformance/salsa/input.js ===
3 >Class : Symbol(Class, Decl(input.js, 0, 0))
9 >Class.prototype : Symbol(Class.containsError, Decl(input.js, 2, 1))
10 >Class : Symbol(Class, Decl(input.js, 0, 0))
12 >containsError : Symbol(Class.containsError, Decl(input.js, 2, 1))
13 >this : Symbol(Class, Decl(input.js, 0, 0))
17 >Class.prototype : Symbol(Class.m1, Decl(input.js, 5, 72))
18 >Class : Symbol(Class, Decl(input.js, 0, 0))
20 >m1 : Symbol(Class.m1, Decl(input.js, 5, 72))
21 >a : Symbol(a, Decl(input.js, 8, 31))
[all …]
DspecedNoStackBlown.js8 …alue<ROOTINPUT, ROOTINPUT> = SpecValue<ROOTINPUT, ROOTINPUT>>(spec: SPEC, input: ROOTINPUT): Resul…
10 type Predicate<INPUT, ROOTINPUT> = (value: INPUT, inputs: ROOTINPUT) => boolean; argument
12 type ErrorMsg<INPUT> =
14 | ((value: INPUT, field: string) => any);
16 export type Spec<INPUT, ROOTINPUT = any> = [Predicate<INPUT, ROOTINPUT>, ErrorMsg<INPUT>];
18 export type SpecArray<INPUT, ROOTINPUT = any> = Array<Spec<INPUT, ROOTINPUT>>;
20 export type SpecFunction<INPUT, ROOTINPUT = any> = [INPUT] extends [ReadonlyArray<infer U>]
21 ? (value: INPUT) => ReadonlyArray<SpecArray<U, ROOTINPUT>>
22 : [INPUT] extends [object]
23 ? (value: INPUT) => SpecObject<INPUT, ROOTINPUT>
[all …]
/third_party/vk-gl-cts/external/vulkancts/mustpass/main/vk-default/
Drenderpass.txt1325 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.clear
1326 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.clear…
1327 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.clear…
1328 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.clear…
1329 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.draw
1330 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.draw_…
1331 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.self_…
1332 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.self_…
1333 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.self_…
1334 dEQP-VK.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.self_…
[all …]
/third_party/openssl/test/recipes/30-test_evp_data/
Devpmd_sha.txt18 Input = "abc"
22 Input = "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq"
26 Input = "a"
32 Input = "abc"
36 Input = "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq"
40 Input = "a"
46 Input = "abc"
50 Input = "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq"
54 Input = "a"
57 Input = "a"
[all …]
Devpmac_blake.txt18 Input =
25 Input = 00
31 Input = 0001
37 Input = 000102
42 Input = 00010203
47 Input = 0001020304
52 Input = 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2…
57 Input = 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2…
62 Input = 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2…
67 Input = 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f202122232425262728292a2b2c2…
[all …]
Devpmac_poly1305.txt18 Input = 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000…
24 Input = 416e79207375626d697373696f6e20746f20746865204945544620696e74656e6465642062792074686520436f6…
30 Input = 416e79207375626d697373696f6e20746f20746865204945544620696e74656e6465642062792074686520436f6…
36 Input = 2754776173206272696c6c69672c20616e642074686520736c6974687920746f7665730a4469642067797265206…
43 Input = FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
50 Input = 02000000000000000000000000000000
57 Input = FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF110000000000000000000000000…
64 Input = FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBFEFEFEFEFEFEFEFEFEFEFEFEFEFEFE010101010101010101010101010…
71 Input = FDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
79 Input = 43727970746f6772617068696320466f72756d2052657365617263682047726f7570
[all …]
/third_party/vk-gl-cts/external/vulkancts/mustpass/main/vksc-default/
Drenderpass.txt1325 dEQP-VKSC.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.cle…
1326 dEQP-VKSC.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.cle…
1327 dEQP-VKSC.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.cle…
1328 dEQP-VKSC.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.cle…
1329 dEQP-VKSC.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.draw
1330 dEQP-VKSC.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.dra…
1331 dEQP-VKSC.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.sel…
1332 dEQP-VKSC.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.sel…
1333 dEQP-VKSC.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.sel…
1334 dEQP-VKSC.renderpass.dedicated_allocation.formats.a2b10g10r10_uint_pack32.input.clear.dont_care.sel…
[all …]
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/
Drenderpass.txt20 dEQP-VK.renderpass.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.clear
21 dEQP-VK.renderpass.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.self_dep_clear
22 dEQP-VK.renderpass.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.draw
23 dEQP-VK.renderpass.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.self_dep_draw
24 dEQP-VK.renderpass.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.clear_draw
25 dEQP-VK.renderpass.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.self_dep_clear_draw
26 dEQP-VK.renderpass.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.clear_use_input_aspe…
27 dEQP-VK.renderpass.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.self_dep_clear_use_i…
28 dEQP-VK.renderpass.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.draw_use_input_aspect
29 dEQP-VK.renderpass.suballocation.formats.r5g6b5_unorm_pack16.input.clear.store.self_dep_draw_use_in…
[all …]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStreamReader.java31 private final CodedInputStream input; field in CodedInputStreamReader
36 public static CodedInputStreamReader forCodedInput(CodedInputStream input) { in forCodedInput() argument
37 if (input.wrapper != null) { in forCodedInput()
38 return input.wrapper; in forCodedInput()
40 return new CodedInputStreamReader(input); in forCodedInput()
43 private CodedInputStreamReader(CodedInputStream input) { in CodedInputStreamReader() argument
44 this.input = Internal.checkNotNull(input, "input"); in CodedInputStreamReader()
45 this.input.wrapper = this; in CodedInputStreamReader()
50 return input.shouldDiscardUnknownFields(); in shouldDiscardUnknownFields()
59 tag = input.readTag(); in getFieldNumber()
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/config_level0/
Dmodels_onnx.cfg1 mtk_detect-mbv2-shortcut-400-400-simplified.onnx;1:input
7 shufflenet-v2-10.onnx;1:input
21 ml_face_3d.onnx;1:input.1
22 gts_version-RFB-320_simplified.onnx;1:input
24 crnn_lite_lstm_v2.onnx;1:input;32,32,32,1
25 psenet_lite_mbv2.onnx;1:input;1,32,32,3
26 super-resolution-10.onnx;1:input;1,224,224,1
28 ml_2012_ocr_cn.onnx;1:input.1
29 ml_2012_ocr_cn_noLSTM.onnx;1:input.1
35 # adversarial_pruning.onnx;1:input
[all …]
/third_party/alsa-lib/src/
Dinput.c2 * \file input.c
3 * \brief Generic stdio-like input interface
7 * Generic stdio-like input interface
10 * Input object
39 int (*close)(snd_input_t *input);
40 int (*scan)(snd_input_t *input, const char *format, va_list args);
41 char *(*(gets))(snd_input_t *input, char *str, size_t size);
42 int (*getch)(snd_input_t *input);
43 int (*ungetch)(snd_input_t *input, int c);
54 * \brief Closes an input handle.
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/
Ddvpp_image_utils.cc75 APP_ERROR DvppAdjustBrightness(const std::shared_ptr<DeviceTensorAscend910B> &input, in DvppAdjustBrightness() argument
78 if (input == nullptr || output == nullptr) { in DvppAdjustBrightness()
79 MS_LOG(ERROR) << "The input or output is nullptr."; in DvppAdjustBrightness()
83 // the input should be 1HWC or 1CHW in DvppAdjustBrightness()
84 if (input->GetShape().Rank() != kNHWCImageRank) { in DvppAdjustBrightness()
85 MS_LOG(ERROR) << "The input data's dims is not 4."; // NHWC in DvppAdjustBrightness()
90 if (input->GetShape().AsVector()[kChannelIndexNHWC] != kDefaultImageChannel && in DvppAdjustBrightness()
91 input->GetShape().AsVector()[kChannelIndexNHWC] != 1) { in DvppAdjustBrightness()
92 MS_LOG(ERROR) << "The input data's channel is not 3 or 1."; in DvppAdjustBrightness()
96 if (input->GetShape().AsVector()[0] != 1) { in DvppAdjustBrightness()
[all …]
/third_party/rust/crates/proc-macro2/src/
Dparse.rs77 fn skip_whitespace(input: Cursor) -> Cursor { in skip_whitespace()
78 let mut s = input; in skip_whitespace()
125 fn block_comment(input: Cursor) -> PResult<&str> { in block_comment()
126 if !input.starts_with("/*") { in block_comment()
131 let bytes = input.as_bytes(); in block_comment()
142 return Ok((input.advance(i + 2), &input.rest[..i + 2])); in block_comment()
157 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break()
158 match input.chars().next() { in word_break()
160 Some(_) | None => Ok(input), in word_break()
168 pub(crate) fn token_stream(mut input: Cursor) -> Result<TokenStream, LexError> { in token_stream()
[all …]
/third_party/typescript/tests/cases/compiler/
DspecedNoStackBlown.ts7 …alue<ROOTINPUT, ROOTINPUT> = SpecValue<ROOTINPUT, ROOTINPUT>>(spec: SPEC, input: ROOTINPUT): Resul…
9 type Predicate<INPUT, ROOTINPUT> = (value: INPUT, inputs: ROOTINPUT) => boolean;
11 type ErrorMsg<INPUT> =
13 | ((value: INPUT, field: string) => any);
15 export type Spec<INPUT, ROOTINPUT = any> = [Predicate<INPUT, ROOTINPUT>, ErrorMsg<INPUT>];
17 export type SpecArray<INPUT, ROOTINPUT = any> = Array<Spec<INPUT, ROOTINPUT>>;
19 export type SpecFunction<INPUT, ROOTINPUT = any> = [INPUT] extends [ReadonlyArray<infer U>]
20 ? (value: INPUT) => ReadonlyArray<SpecArray<U, ROOTINPUT>>
21 : [INPUT] extends [object]
22 ? (value: INPUT) => SpecObject<INPUT, ROOTINPUT>
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Darithmetic_self_fp32.c22 int ElementAbs(const float *input, float *output, const int element_size) { in ElementAbs() argument
26 SIMD_RUN_AVX512(ElementAbs, i, input, output, element_size); in ElementAbs()
28 output[i] = fabsf(input[i]); in ElementAbs()
33 int ElementAbsInt(const int32_t *input, int32_t *output, const int element_size) { in ElementAbsInt() argument
37 SIMD_RUN_AVX512(ElementAbsInt, i, input, output, element_size); in ElementAbsInt()
39 output[i] = abs(input[i]); in ElementAbsInt()
45 int ElementCos(const float *input, float *output, const int element_size) { in ElementCos() argument
47 SIMD_RUN_X86_NO_SCALAR(ElementCos, i, input, output, element_size); in ElementCos()
49 output[i] = cosf(input[i]); in ElementCos()
55 int ElementLog(const float *input, float *output, const int element_size) { in ElementLog() argument
[all …]
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_ENUMINPUT.c46 struct v4l2_input input; in test_VIDIOC_ENUMINPUT() local
52 memset(&input, 0xff, sizeof(input)); in test_VIDIOC_ENUMINPUT()
53 input.index = i; in test_VIDIOC_ENUMINPUT()
54 ret_enum = ioctl(get_video_fd(), VIDIOC_ENUMINPUT, &input); in test_VIDIOC_ENUMINPUT()
63 CU_ASSERT_EQUAL(input.index, i); in test_VIDIOC_ENUMINPUT()
65 CU_ASSERT(0 < strlen((char *)input.name)); in test_VIDIOC_ENUMINPUT()
67 ((char *)input.name, sizeof(input.name))); in test_VIDIOC_ENUMINPUT()
69 //CU_ASSERT_EQUAL(input.type, ?); in test_VIDIOC_ENUMINPUT()
70 //CU_ASSERT_EQUAL(input.audioset, ?); in test_VIDIOC_ENUMINPUT()
71 //CU_ASSERT_EQUAL(input.tuner, ?); in test_VIDIOC_ENUMINPUT()
[all …]

12345678910>>...525