/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-setjmp.tex | 4 \input{common.tex}
|
H A D | unw_get_proc_info_by_ip.tex | 4 \input{common.tex}
|
H A D | unw_get_proc_name.tex | 4 \input{common.tex}
|
H A D | unw_reg_states_iterate.tex | 4 \input{common.tex}
|
H A D | unw_resume.tex | 4 \input{common.tex}
|
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
H A D | tusb.c | 51 #include <linux/input.h>
|
/third_party/node/test/parallel/ |
H A D | test-readline-keys.js | 16 new Interface({ input: fi, output: fo, terminal: true });
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | smpdtfmt.h | 705 * 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 D | pan_shader.c | 299 collect_varyings(s, nir_var_shader_in, info->varyings.input, in pan_shader_compile()
|
/third_party/libevdev/tools/ |
H A D | libevdev-tweak-device.c | 14 #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 D | pan_ir.h | 363 struct pan_shader_varying input[PAN_MAX_VARYINGS]; member
|
/third_party/rust/crates/bindgen/csmith-fuzzing/ |
H A D | predicate.py | 13 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 D | module-allow-passthrough.c | 30 #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 D | module-match.c | 44 #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 D | test_prototypes.py | 54 # 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 D | cmd.py | 5 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 D | source-output.h | 34 #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 D | sound-file-stream.c | 36 #include <pulsecore/sink-input.h>
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | preprocessor.y | 112 input
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/ |
H A D | htmldiff.pl | 369 <form action=""><input type="button" onclick="setOldDisplay()" value="Show/Hide Old Content" /></form>
|
/third_party/skia/src/core/ |
H A D | SkScalerCache.cpp | 159 for (auto [i, packedID, pos] : SkMakeEnumerate(drawables->input())) { in commonFilterLoop()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | ExpressionParser.y | 124 input
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Context.hpp | 36 enum In // Default input stream semantic 450 Stream input[MAX_VERTEX_INPUTS]; member in sw::Context
|
H A D | VertexProcessor.hpp | 139 Input input[MAX_VERTEX_INPUTS]; member
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | smpdtfmt.h | 704 * 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...] |