Home
last modified time | relevance | path

Searched full:joined (Results 1 - 25 of 331) sorted by relevance

12345678910>>...14

/third_party/pulseaudio/src/modules/alsa/mixer/samples/
H A DATI IXP--Realtek ALC655 rev 02 Capabilities: pvolume pswitch pswitch-joined
9 Capabilities: pvolume pvolume-joined pswitch pswitch-joined
14 Capabilities: pvolume pswitch pswitch-joined
32 Capabilities: pvolume pvolume-joined pswitch pswitch-joined
37 Capabilities: pvolume pvolume-joined pswitch pswitch-joined
42 Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-exclusive
50 Capabilities: pvolume pswitch pswitch-joined cswitc
[all...]
H A DEnsoniq AudioPCI--Cirrus Logic CS4297A rev 32 Capabilities: pvolume pswitch pswitch-joined
9 Capabilities: pvolume pvolume-joined pswitch pswitch-joined
14 Capabilities: pvolume pswitch pswitch-joined
21 Capabilities: volume volume-joined
27 Capabilities: volume volume-joined
33 Capabilities: pswitch pswitch-joined
37 Capabilities: pvolume pswitch pswitch-joined
44 Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-exclusive
52 Capabilities: pvolume pswitch pswitch-joined cswitc
[all...]
H A DVIA 8237--C-Media Electronics CMI9761A+2 Capabilities: pvolume pswitch pswitch-joined
9 Capabilities: pvolume pswitch pswitch-joined
26 Capabilities: pvolume pvolume-joined pswitch pswitch-joined
31 Capabilities: pvolume pvolume-joined pswitch pswitch-joined
36 Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-exclusive
44 Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-exclusive
52 Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-exclusive
60 Capabilities: pswitch pswitch-joined
[all...]
H A DIntel 82801CA-ICH3--Analog Devices AD1881A2 Capabilities: pvolume pswitch pswitch-joined
9 Capabilities: pvolume pvolume-joined pswitch pswitch-joined
14 Capabilities: volume volume-joined
20 Capabilities: volume volume-joined
26 Capabilities: pswitch pswitch-joined
30 Capabilities: pvolume pswitch pswitch-joined
41 Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-exclusive
49 Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-exclusive
57 Capabilities: pvolume pvolume-joined pswitc
[all...]
H A DVIA 8237--Analog Devices AD18889 Capabilities: pvolume pvolume-joined pswitch pswitch-joined
21 Capabilities: pswitch pswitch-joined
43 Capabilities: pvolume pvolume-joined pswitch pswitch-joined
48 Capabilities: pvolume pvolume-joined pswitch pswitch-joined
61 Capabilities: pswitch pswitch-joined
73 Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitc
[all...]
H A DUSB Audio--USB Mixer2 Capabilities: pvolume pvolume-joined pswitch pswitch-joined
7 Capabilities: pvolume cvolume pswitch pswitch-joined cswitch cswitch-joined
14 Capabilities: pvolume pvolume-joined cvolume cvolume-joined pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
21 Capabilities: pswitch pswitch-joined
25 Capabilities: cswitch cswitch-joined
[all...]
H A DHDA Intel--Realtek ALC889A2 Capabilities: pvolume pvolume-joined pswitch pswitch-joined
48 Capabilities: pvolume pvolume-joined pswitch pswitch-joined
53 Capabilities: pvolume pvolume-joined pswitch pswitch-joined
86 Capabilities: pswitch pswitch-joined cswitch cswitch-joined
91 Capabilities: pswitch pswitch-joined
H A DBrooktree Bt878--Bt87x2 Capabilities: cswitch cswitch-joined cswitch-exclusive
7 Capabilities: cswitch cswitch-joined cswitch-exclusive
12 Capabilities: cvolume cvolume-joined
17 Capabilities: pswitch pswitch-joined
21 Capabilities: cswitch cswitch-joined cswitch-exclusive
H A DLogitech USB Speaker--USB Mixer2 Capabilities: volume volume-joined
8 Capabilities: pswitch pswitch-joined
12 Capabilities: volume volume-joined
18 Capabilities: pvolume pswitch pswitch-joined
25 Capabilities: pswitch pswitch-joined
H A DHDA Intel--Analog Devices AD198116 Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
25 Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
41 Capabilities: pswitch pswitch-joined
45 Capabilities: pswitch pswitch-joined
59 Capabilities: cswitch cswitch-joined cswitch-exclusive
H A DUSB Device 0x46d:0x9a4--USB Mixer2 Capabilities: cvolume cvolume-joined cswitch cswitch-joined
/third_party/skia/src/utils/
H A DSkMultiPictureDocument.cpp44 SkSize joined = {0, 0}; in join() local
46 joined = SkSize{std::max(joined.width(), s.width()), std::max(joined.height(), s.height())}; in join()
48 return joined; in join()
195 SkSize joined = {0.0f, 0.0f}; in SkMultiPictureDocumentRead() local
197 joined = SkSize{std::max(joined.width(), dstArray[i].fSize.width()), in SkMultiPictureDocumentRead()
198 std::max(joined.height(), dstArray[i].fSize.height())}; in SkMultiPictureDocumentRead()
206 PagerCanvas canvas(joined in SkMultiPictureDocumentRead()
[all...]
/third_party/python/Objects/
H A Daccu.c34 PyObject *joined; in flush_accumulator() local
40 joined = join_list_unicode(acc->small); in flush_accumulator()
41 if (joined == NULL) in flush_accumulator()
44 Py_DECREF(joined); in flush_accumulator()
47 ret = PyList_Append(acc->large, joined); in flush_accumulator()
48 Py_DECREF(joined); in flush_accumulator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H A DOptParser.td33 def KIND_JOINED : OptionKind<"Joined", 1>;
40 // An option which is either joined to its (non-empty) value, or followed by its
43 // An option which is both joined to its (first) value, and followed by its
48 // An option which consumes an optional joined argument and any other remaining
65 // RenderJoined - The option should be rendered joined, even if separate (only
69 // RenderSeparate - The option should be rendered separately, even if joined
70 // (only sensible on joined options).
106 class Joined<list<string> prefixes, string name>
/third_party/node/lib/
H A Dpath.js425 let joined;
431 if (joined === undefined)
432 joined = firstPart = arg;
434 joined += `\\${arg}`;
438 if (joined === undefined)
441 // Make sure that the joined path doesn't start with two slashes, because
474 while (slashCount < joined.length &&
475 isPathSeparator(StringPrototypeCharCodeAt(joined, slashCount))) {
481 joined = `\\${StringPrototypeSlice(joined, slashCoun
[all...]
/third_party/lwip/src/core/ipv6/
H A Dmld6.c136 * Search for a group that is joined on a netif
261 /* Have we joined this group? in mld6_input()
273 /* Have we joined this group? in mld6_input()
303 * If the group is to be joined on all interfaces, the given group address must
305 * If the group is to be joined on one particular interface, the given group
312 * @return ERR_OK if group was joined on the netif(s), an err_t otherwise
348 * @return ERR_OK if group was joined on the netif, an err_t otherwise
/third_party/ltp/testcases/network/multicast/mc_member/
H A Dmc_member.sh66 # joined on all specified interfaces.
90 # See if the groups are joined
95 tst_brkm TFAIL "$agroup NOT joined to $ipaddr"
106 tst_brkm TFAIL "$agroup still joined on "\
/third_party/pulseaudio/src/pulsecore/
H A Dthread-posix.c44 bool joined; member
139 if (t->joined) in pa_thread_join()
142 t->joined = true; in pa_thread_join()
157 t->joined = true; in pa_thread_self()
/third_party/node/test/parallel/
H A Dtest-http-request-join-authorization-headers.js39 assert.strictEqual(req.headers.authorization, '1'); // non joined value
77 assert.strictEqual(res.headers.authorization, '3'); // non joined value
/third_party/python/Lib/distutils/tests/
H A Dtest_text_file.py43 # "collapse" joined lines
47 # "collapse" joined lines
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
H A DOptions.td10 Joined<["/", "-", "/?", "-?"], name#":">, HelpText<help>;
32 class QF<string name> : Joined<["/", "-", "/?", "-?"], name#":">;
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_deferred_host_operations/
H A Ddeferred_host_operations.adoc92 These operations may: occur concurrently and may: be performed by any joined
215 To query the number of additional threads that can usefully be joined to a
235 If pname:operation is currently joined to any threads, the value returned by
257 Each time a joined thread receives ename:VK_THREAD_IDLE_KHR, the application
/third_party/skia/third_party/externals/spirv-tools/tools/reduce/
H A Dreduce.cpp293 std::stringstream joined; in main() local
294 joined << interestingness_test[0]; in main()
296 joined << " " << interestingness_test[i]; in main()
298 std::string interestingness_command_joined = joined.str(); in main()
/third_party/skia/src/gpu/tessellate/
H A DStrokeIterator.h93 // Defer the first verb until the end when we know what it's joined to. in next()
181 // There are no caps, but inject a "move" so the first stroke doesn't get joined in finishOpenContour()
187 // getting joined with the end of the contour. We just need to make sure that in finishOpenContour()
198 // Move to the beginning cap and append it right before (and joined to) the in finishOpenContour()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/reduce/
H A Dreduce.cpp293 std::stringstream joined; in main() local
294 joined << interestingness_test[0]; in main()
296 joined << " " << interestingness_test[i]; in main()
298 std::string interestingness_command_joined = joined.str(); in main()

Completed in 8 milliseconds

12345678910>>...14