Home
last modified time | relevance | path

Searched refs:input (Results 3026 - 3050 of 3779) sorted by relevance

1...<<121122123124125126127128129130>>...152

/third_party/libunwind/libunwind/doc/
H A Dlibunwind-setjmp.tex4 \input{common.tex}
H A Dunw_get_proc_info_by_ip.tex4 \input{common.tex}
H A Dunw_get_proc_name.tex4 \input{common.tex}
H A Dunw_reg_states_iterate.tex4 \input{common.tex}
H A Dunw_resume.tex4 \input{common.tex}
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dtusb.c51 #include <linux/input.h>
/third_party/node/test/parallel/
H A Dtest-readline-keys.js16 new Interface({ input: fi, output: fo, terminal: true });
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dsmpdtfmt.h705 * parsed specially. For example, the format "HHmmss" parses the input text
706 * "123456" to 12:34:56, parses the input text "12345" to 1:23:45, and fails to
896 * @param pos The formatting position. On input: an alignment field,
935 * By default, parsing is lenient: If the input is not in the form used by
942 * @param cal A Calendar set on input to the date and time to be used for
951 * @param pos On input, the position at which to start parsing; on
1464 * @param text input text
1501 * the input.
1503 * @param input input tex
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_shader.c299 collect_varyings(s, nir_var_shader_in, info->varyings.input, in pan_shader_compile()
/third_party/libevdev/tools/
H A Dlibevdev-tweak-device.c14 #include <linux/input.h>
28 printf("%s --abs <axis> [--min min] [--max max] [--res res] [--fuzz fuzz] [--flat flat] /dev/input/eventXYZ\n" in usage()
30 "%s --resolution res[,yres] /dev/input/eventXYZ\n" in usage()
32 "%s --led <led> --on|--off /dev/input/eventXYZ\n" in usage()
/third_party/mesa3d/src/panfrost/util/
H A Dpan_ir.h363 struct pan_shader_varying input[PAN_MAX_VARYINGS]; member
/third_party/rust/crates/bindgen/csmith-fuzzing/
H A Dpredicate.py13 Determine whether `bindgen` can successfully process a C or C++ input header.
15 First, `bindgen` is run on the input header. Then the emitted bindings are
46 help="An argument string that `bindgen` should be invoked with. By default, all traits are derived. Note that the input header and output bindings file will automatically be provided by this script, and you should not manually specify them.")
54 "input",
56 default="input.h",
57 help="The input header file. Defaults to 'input.h'.")
205 command += ["--", args.input, "-o", bindings]
/third_party/pulseaudio/src/modules/
H A Dmodule-allow-passthrough.c30 #include <pulsecore/sink-input.h>
103 pa_log_info("Failed to move sink input %u \"%s\" to %s.", i->index, in move_stream()
106 pa_log_info("Successfully moved sink input %u \"%s\" to %s.", i->index, in move_stream()
167 /* This is a bit of a hack, to determine whether the input stream will use in sink_input_new_cb()
189 pa_log_debug("Default sink does not match sink input requested formats"); in sink_input_new_cb()
H A Dmodule-match.c44 #include <pulsecore/sink-input.h>
227 pa_log_debug("updating proplist of sink input '%s'", n); in sink_input_fixate_hook_callback()
231 pa_log_debug("changing volume of sink input '%s' to 0x%03x", n, r->volume); in sink_input_fixate_hook_callback()
235 pa_log_debug("the volume of sink input '%s' is not writable, can't change it", n); in sink_input_fixate_hook_callback()
/third_party/python/Lib/ctypes/test/
H A Dtest_prototypes.py54 # and has a required parameter named 'input'
57 ((1, "input"),))
62 self.assertEqual(str(details), "required argument 'input' missing")
67 self.assertEqual(func(input=None), None)
/third_party/python/Lib/
H A Dcmd.py5 1. End of file on input is processed as the command 'EOF'.
22 input line (lstripped), begidx and endidx are the beginning and end
83 specify alternate input and output file objects; if not specified,
99 """Repeatedly issue a prompt, accept input, parse an initial prefix
100 off the received input, and dispatch to action methods, passing them
126 line = input(self.prompt)
152 interpreted, but after the input prompt is generated and issued.
230 """Called on an input line when the command prefix is not recognized.
239 """Method called to complete an input line when no command-specific
/third_party/pulseaudio/src/pulsecore/
H A Dsource-output.h34 #include <pulsecore/sink-input.h>
89 /* A source output can monitor just a single input of a sink, in which case we find it here */
H A Dsound-file-stream.c36 #include <pulsecore/sink-input.h>
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor.y112 input
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/
H A Dhtmldiff.pl369 <form action=""><input type="button" onclick="setOldDisplay()" value="Show/Hide Old Content" /></form>
/third_party/skia/src/core/
H A DSkScalerCache.cpp159 for (auto [i, packedID, pos] : SkMakeEnumerate(drawables->input())) { in commonFilterLoop()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.y124 input
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DContext.hpp36 enum In // Default input stream semantic
450 Stream input[MAX_VERTEX_INPUTS]; member in sw::Context
H A DVertexProcessor.hpp139 Input input[MAX_VERTEX_INPUTS]; member
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dsmpdtfmt.h704 * parsed specially. For example, the format "HHmmss" parses the input text
705 * "123456" to 12:34:56, parses the input text "12345" to 1:23:45, and fails to
895 * @param pos The formatting position. On input: an alignment field,
934 * By default, parsing is lenient: If the input is not in the form used by
941 * @param cal A Calendar set on input to the date and time to be used for
950 * @param pos On input, the position at which to start parsing; on
1447 * @param text input text
1484 * the input.
1486 * @param input input tex
[all...]

Completed in 17 milliseconds

1...<<121122123124125126127128129130>>...152