Home
last modified time | relevance | path

Searched full:select (Results 1 – 25 of 5509) sorted by relevance

12345678910>>...221

/third_party/ffmpeg/libavfilter/
Df_select.c159 double select; member
178 SelectContext *select = ctx->priv; in init() local
181 if ((ret = av_expr_parse(&select->expr, select->expr_str, in init()
184 select->expr_str); in init()
187 select->do_scene_detect = !!strstr(select->expr_str, "scene"); in init()
189 for (i = 0; i < select->nb_outputs; i++) { in init()
210 SelectContext *select = inlink->dst->priv; in config_input() local
216 select->bitdepth = desc->comp[0].depth; in config_input()
217 select->nb_planes = is_yuv ? 1 : av_pix_fmt_count_planes(inlink->format); in config_input()
219 for (int plane = 0; plane < select->nb_planes; plane++) { in config_input()
[all …]
/third_party/python/Lib/test/
Dtest_epoll.py26 import select
31 if not hasattr(select, "epoll"):
35 select.epoll()
67 ep = select.epoll(16)
76 if hasattr(select, "EPOLL_CLOEXEC"):
77 select.epoll(-1, select.EPOLL_CLOEXEC).close()
78 select.epoll(flags=select.EPOLL_CLOEXEC).close()
79 select.epoll(flags=0).close()
82 self.assertRaises(TypeError, select.epoll, 1, 2, 3)
83 self.assertRaises(TypeError, select.epoll, 'foo')
[all …]
Dtest_kqueue.py6 import select
11 if not hasattr(select, "kqueue"):
16 kq = select.kqueue()
29 ev = select.kevent(fd)
30 other = select.kevent(1000)
32 self.assertEqual(ev.filter, select.KQ_FILTER_READ)
33 self.assertEqual(ev.flags, select.KQ_EV_ADD)
46 ev = select.kevent(fd, select.KQ_FILTER_WRITE)
48 self.assertEqual(ev.filter, select.KQ_FILTER_WRITE)
49 self.assertEqual(ev.flags, select.KQ_EV_ADD)
[all …]
Dtest_select.py3 import select
24 self.assertRaises(TypeError, select.select, 1, 2, 3)
25 self.assertRaises(TypeError, select.select, [self.Nope()], [], [])
26 self.assertRaises(TypeError, select.select, [self.Almost()], [], [])
27 self.assertRaises(TypeError, select.select, [], [], [], "not a number")
28 self.assertRaises(ValueError, select.select, [], [], [], -1)
38 select.select([fd], [], [], 0)
46 r, w, x = select.select([], [], [], 1)
65 rfd, wfd, xfd = select.select([pipe], [], [], timeout)
79 self.fail('Unexpected return values from select():',
[all …]
Dtest_poll.py6 import select
18 select.poll
20 raise unittest.SkipTest("select.poll not defined")
37 p = select.poll()
50 p.modify(rd, select.POLLIN)
51 p.register(wr, select.POLLOUT)
61 ready_writers = find_ready_matching(ready, select.POLLOUT)
68 ready_readers = find_ready_matching(ready, select.POLLIN)
87 p = select.poll()
90 self.assertEqual(r[0], (FD, select.POLLNVAL))
[all …]
/third_party/skia/tests/sksl/runtime/
DSwitchWithLoops.skvm18 16 r11 = select r14 r13 r11
20 18 r11 = select r14 r13 r11
25 23 r11 = select r13 r12 r11
28 26 r11 = select r13 r15 r11
33 31 r11 = select r15 r14 r11
35 33 r11 = select r15 r14 r11
40 38 r11 = select r14 r13 r11
42 40 r11 = select r14 r13 r11
47 45 r11 = select r13 r15 r11
49 47 r11 = select r13 r15 r11
[all …]
DLoopInt.skvm121 65 r26 = select r24 r14 r26
130 74 r26 = select r25 r15 r26
139 83 r26 = select r24 r16 r26
148 92 r26 = select r25 r12 r26
157 101 r26 = select r24 r17 r26
166 110 r26 = select r25 r18 r26
175 119 r26 = select r24 r19 r26
184 128 r26 = select r25 r20 r26
232 176 r28 = select r24 r29 r28
248 192 r28 = select r27 r29 r28
[all …]
DLoopFloat.skvm130 72 r34 = select r32 r14 r34
139 81 r34 = select r33 r15 r34
148 90 r34 = select r32 r16 r34
157 99 r34 = select r33 r12 r34
166 108 r34 = select r32 r17 r34
175 117 r34 = select r33 r18 r34
184 126 r34 = select r32 r19 r34
193 135 r34 = select r33 r20 r34
241 183 r36 = select r32 r37 r36
257 199 r36 = select r35 r37 r36
[all …]
/third_party/icu/tools/release/java/src/main/resources/com/ibm/icu/dev/tools/docs/
DdumpAllCppFunc.xslt15 select="/doxygenindex/compound[@kind='class']/@refid" />
16 <xsl:for-each select="$files_node">
18 select="concat($docFolder, '/', . , '.xml')" />
20select="document($file)/doxygen/compounddef[@prot='public']/sectiondef/memberdef[@prot='public'][@…
22 select="document($file)/doxygen/compounddef[@prot='public']/compoundname/text()" />
23 <xsl:for-each select="$funcs_node">
25 <xsl:copy-of select="@id" />
27 select="detaileddescription/para/xrefsect/xreftitle/text()" /></xsl:attribute>
29 select="detaileddescription/para/xrefsect/xrefdescription/para/text()" /></xsl:attribute>
31 select="concat(definition/text(), argsstring/text())" /></xsl:attribute>
[all …]
DgenReport_md.xslt22 …: <xsl:value-of select="$leftVer"/><xsl:value-of select="$leftMilestone" /> with <xsl:value-of sel…
26 - [Removed from <xsl:value-of select="$leftVer"/>](#removed)
27 - [Deprecated or Obsoleted in <xsl:value-of select="$rightVer" />](#deprecated)
28 - [Changed in <xsl:value-of select="$rightVer" />](#changed)
29 - [Promoted to stable in <xsl:value-of select="$rightVer" />](#promoted)
30 - [Added in <xsl:value-of select="$rightVer" />](#added)
31 - [Other existing drafts in <xsl:value-of select="$rightVer" />](#other)
36 Removed from <xsl:value-of select="$leftVer"/>
38 <xsl:with-param name="nodes" select="/list/func[@rightStatus=$notFound]"/>
43 Deprecated or Obsoleted in <xsl:value-of select="$rightVer" />
[all …]
DgenReport.xslt37 …: <xsl:value-of select="$leftVer"/><xsl:value-of select="$leftMilestone" /> with <xsl:value-of sel…
45 …: <xsl:value-of select="$leftVer"/><xsl:value-of select="$leftMilestone" /> with <xsl:value-of sel…
49 <li><a href="#removed">Removed from <xsl:value-of select="$leftVer"/></a></li>
50 … <li><a href="#deprecated">Deprecated or Obsoleted in <xsl:value-of select="$rightVer" /></a></li>
51 <li><a href="#changed">Changed in <xsl:value-of select="$rightVer" /></a></li>
52 <li><a href="#promoted">Promoted to stable in <xsl:value-of select="$rightVer" /></a></li>
53 <li><a href="#added">Added in <xsl:value-of select="$rightVer" /></a></li>
54 <li><a href="#other">Other existing drafts in <xsl:value-of select="$rightVer" /></a></li>
61 <h2>Removed from <xsl:value-of select="$leftVer"/> </h2>
63 <xsl:with-param name="nodes" select="/list/func[@rightStatus=$notFound]"/>
[all …]
DdumpAllCFunc.xslt22 <xsl:variable name="files_node" select="/doxygenindex/compound[@kind='file']/@refid" />
23 <xsl:for-each select="$files_node">
24 <xsl:variable name="file" select="concat($docFolder, '/', . , '.xml')" />
25 …<xsl:variable name="funcs_node" select="document($file)/doxygen/compounddef/sectiondef/memberdef[@…
26 <xsl:for-each select="$funcs_node">
28 <xsl:copy-of select="@id" />
29 …<xsl:attribute name="status"><xsl:value-of select="detaileddescription/para/xrefsect/xreftitle/tex…
30 …<xsl:attribute name="version"><xsl:value-of select="detaileddescription/para/xrefsect/xrefdescript…
31 …<xsl:attribute name="prototype"><xsl:value-of select="concat(definition/text(), argsstring/text())…
32 <xsl:copy-of select="location/@file" />
[all …]
Dgenreport_xml.xslt38 <xsl:value-of select="$leftVer"/>
41 <xsl:value-of select="$rightVer" />
44 <xsl:value-of select="$dateTime" />
52 <xsl:with-param name="nodes" select="/list/func[@rightStatus=$nul]"/>
58 …<xsl:with-param name="nodes" select="/list/func[(@rightStatus='Deprecated' and @leftStatus!='Depre…
64 …<xsl:with-param name="nodes" select="/list/func[(@leftStatus != $nul) and (@rightStatus != $nul) a…
70 …<xsl:with-param name="nodes" select="/list/func[@leftStatus != 'Stable' and @rightStatus = 'Stabl…
76 <xsl:with-param name="nodes" select="/list/func[@leftStatus=$nul]"/>
82 …<xsl:with-param name="nodes" select="/list/func[@rightStatus = 'Draft' and @rightVersion != $right…
94 <th> <xsl:value-of select="'File'" /> </th>
[all …]
/third_party/parse5/test/data/parser-feedback/
Dtests17.test5 "description": "<!doctype html><table><tbody><select><tr>",
6 "input": "<!doctype html><table><tbody><select><tr>",
27 "select",
39 "description": "<!doctype html><table><tr><select><td>",
40 "input": "<!doctype html><table><tr><select><td>",
61 "select",
73 "description": "<!doctype html><table><tr><td><select><td>",
74 "input": "<!doctype html><table><tr><td><select><td>",
100 "select",
112 "description": "<!doctype html><table><tr><th><select><td>",
[all …]
/third_party/EGL/sdk/docs/man/xhtml/
Dctop.xsl22 <xsl:copy-of select="@*"/>
36 <mml:mn><xsl:apply-templates mode="c2p" select="text()[1]"/></mml:mn>
38 <mml:mn><xsl:apply-templates mode="c2p" select="text()[2]"/></mml:mn>
46 <mml:mn><xsl:apply-templates mode="c2p" select="text()[1]"/></mml:mn>
48 <mml:mn><xsl:apply-templates mode="c2p" select="text()[2]"/></mml:mn>
60 <mml:mn><xsl:value-of select="@base"/></mml:mn>
68 <mml:mn><xsl:apply-templates mode="c2p" select="text()[1]"/></mml:mn>
75 <mml:mn><xsl:apply-templates mode="c2p" select="text()[2]"/></mml:mn>
82 …<mml:mn><xsl:apply-templates mode="c2p" select="text()[1]"/>E<xsl:apply-templates mode="c2p" selec…
88 <mml:mi><xsl:value-of select="."/></mml:mi>
[all …]
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
Dctop.xsl22 <xsl:copy-of select="@*"/>
36 <mml:mn><xsl:apply-templates mode="c2p" select="text()[1]"/></mml:mn>
38 <mml:mn><xsl:apply-templates mode="c2p" select="text()[2]"/></mml:mn>
46 <mml:mn><xsl:apply-templates mode="c2p" select="text()[1]"/></mml:mn>
48 <mml:mn><xsl:apply-templates mode="c2p" select="text()[2]"/></mml:mn>
60 <mml:mn><xsl:value-of select="@base"/></mml:mn>
68 <mml:mn><xsl:apply-templates mode="c2p" select="text()[1]"/></mml:mn>
75 <mml:mn><xsl:apply-templates mode="c2p" select="text()[2]"/></mml:mn>
82 …<mml:mn><xsl:apply-templates mode="c2p" select="text()[1]"/>E<xsl:apply-templates mode="c2p" selec…
88 <mml:mi><xsl:value-of select="."/></mml:mi>
[all …]
/third_party/typescript/tests/baselines/reference/
DsubstitutionTypesInIndexedAccessTypes.types5 >UserArgs : { select?: boolean | undefined; }
7 select?: boolean
8 >select : boolean | undefined
24 >boundaryResult : { select: true; }
25 >withBoundary({ select: true,}) : { select: true; }
27 >{ select: true,} : { select: true; }
29 select: true,
30 >select : true
36 >withoutBoundaryResult : { select: true; }
37 >withoutBoundary({ select: true,}) : { select: true; }
[all …]
Dinheritance1.errors.txt2 Property 'select' is missing in type 'Control' but required in type 'SelectableControl'.
5 tests/cases/compiler/inheritance1.ts(31,1): error TS2741: Property 'select' is missing in type 'Con…
6 tests/cases/compiler/inheritance1.ts(37,1): error TS2741: Property 'select' is missing in type 'Con…
7 tests/cases/compiler/inheritance1.ts(40,1): error TS2741: Property 'select' is missing in type 'Con…
8 tests/cases/compiler/inheritance1.ts(46,1): error TS2741: Property 'select' is missing in type 'Con…
11 tests/cases/compiler/inheritance1.ts(55,1): error TS2741: Property 'select' is missing in type 'Con…
14 tests/cases/compiler/inheritance1.ts(61,1): error TS2741: Property 'select' is missing in type 'Con…
22 select(): void;
26 select() { }
29 select() { }
[all …]
DinterfaceExtendsClass1.symbols12 select(): void;
13 >select : Symbol(SelectableControl.select, Decl(interfaceExtendsClass1.ts, 3, 45))
19 select() { }
20 >select : Symbol(Button.select, Decl(interfaceExtendsClass1.ts, 6, 30))
26 select() { }
27 >select : Symbol(TextBox.select, Decl(interfaceExtendsClass1.ts, 9, 31))
36 select() { }
37 >select : Symbol(Location.select, Decl(interfaceExtendsClass1.ts, 14, 16))
/third_party/vk-gl-cts/doc/testlog-stylesheet/
Dtestlog.xsl34 <title><xsl:value-of select="@FileName"/></title>
38 …<tr><td><b><xsl:text>Total cases</xsl:text></b></td><td><b><xsl:value-of select="ResultTotals/@All…
39 …<tr><td><xsl:text>Pass</xsl:text></td><td class="Pass"><xsl:value-of select="ResultTotals/@Pass"/>…
40 …<tr><td><xsl:text>Fail</xsl:text></td><td class="Fail"><xsl:value-of select="ResultTotals/@Fail"/>…
41 …>Quality warning</xsl:text></td><td class="QualityWarning"><xsl:value-of select="ResultTotals/@Qua…
42 …ty warning</xsl:text></td><td class="CompatibilityWarning"><xsl:value-of select="ResultTotals/@Com…
43 …<!-- <tr><td><xsl:text>Pending</xsl:text></td><td class="Pending"><xsl:value-of select="ResultTota…
44 …<!-- <tr><td><xsl:text>Running</xsl:text></td><td class="Running"><xsl:value-of select="ResultTota…
45 …<tr><td><xsl:text>Not supported</xsl:text></td><td class="NotSupported"><xsl:value-of select="Resu…
46 …<tr><td><xsl:text>Resource error</xsl:text></td><td class="ResourceError"><xsl:value-of select="Re…
[all …]
/third_party/python/Lib/
Dselectors.py4 `select` module primitives.
12 import select
90 A selector can use various implementations (select(), poll(), epoll()...)
155 def select(self, timeout=None): member in BaseSelector
162 if timeout <= 0, the select() call won't block, and will
164 if timeout is None, select() will block until a monitored
291 """Select-based selector."""
314 r, w, x = select.select(r, w, w, timeout)
317 _select = select.select
319 def select(self, timeout=None): member in SelectSelector
[all …]
/third_party/libdrm/intel/tests/
Dgen6-3d.batch-ref.txt98 …b 1 (Override , Const Source 0, Swizzle Select 0, Source 0); Attrib 0 (Override , Const Source 0, …
99 …b 3 (Override , Const Source 0, Swizzle Select 0, Source 0); Attrib 2 (Override , Const Source 0, …
100 …b 5 (Override , Const Source 0, Swizzle Select 0, Source 0); Attrib 4 (Override , Const Source 0, …
101 …b 7 (Override , Const Source 0, Swizzle Select 0, Source 0); Attrib 6 (Override , Const Source 0, …
102 …b 9 (Override , Const Source 0, Swizzle Select 0, Source 0); Attrib 8 (Override , Const Source 0, …
103 … 11 (Override , Const Source 0, Swizzle Select 0, Source 0); Attrib 10 (Override , Const Source 0,…
104 … 13 (Override , Const Source 0, Swizzle Select 0, Source 0); Attrib 12 (Override , Const Source 0,…
105 … 15 (Override , Const Source 0, Swizzle Select 0, Source 0); Attrib 14 (Override , Const Source 0,…
221 …b 1 (Override , Const Source 0, Swizzle Select 0, Source 0); Attrib 0 (Override , Const Source 0, …
222 …b 3 (Override , Const Source 0, Swizzle Select 0, Source 0); Attrib 2 (Override , Const Source 0, …
[all …]
/third_party/bzip2/
Dbz-fo.xsl12 <xsl:param name="stylesheet.result.type" select="'fo'"/>
14 <xsl:param name="use.extensions" select="'1'"/>
15 <xsl:param name="xep.extensions" select="0"/>
16 <xsl:param name="fop.extensions" select="0"/>
17 <xsl:param name="saxon.extensions" select="0"/>
18 <xsl:param name="passivetex.extensions" select="1"/>
19 <xsl:param name="tablecolumns.extension" select="'1'"/>
22 <xsl:param name="double.sided" select="'0'"/>
25 <xsl:param name="insert.xref.page.number" select="1"/>
64 <xsl:with-param name="node" select="parent::itemizedlist"/>
[all …]
/third_party/iptables/iptables/
Diptables.xslt19 <xsl:text> -m </xsl:text><xsl:value-of select="name()"/>
21 <xsl:apply-templates select="node()"/>
26 <xsl:apply-templates select="*"/>
31 <xsl:apply-templates select="*"/>
36 <xsl:apply-templates select="*"/>
41 <xsl:text> -j </xsl:text><xsl:value-of select="name()"/>
42 <xsl:apply-templates select="*"/>
54 <xsl:value-of select="name()"/>
56 <xsl:apply-templates select="node()"/>
60 <xsl:value-of select="name()"/>
[all …]
/third_party/tex-hyphen/collaboration/source/conversion-to-xml/org/tug/texhyphen/
DConvertTeXPattern.xsl10 <xsl:param name="comment-length" select="72"/>
12 <xsl:param name="hyphen-min-before-default" select="2"/>
13 <xsl:param name="hyphen-min-after-default" select="3"/>
20 <xsl:variable name="set1" select="node()[following-sibling::tex:patterns]"/>
21 <xsl:variable name="set2" select="tex:patterns"/>
22 <xsl:variable name="set3" select="node()[preceding-sibling::tex:patterns]"/>
23 <xsl:apply-templates select="$set1"/>
25 <xsl:apply-templates select="$set3"/>
26 <xsl:apply-templates select="$set2"/>
30 <xsl:variable name="set1" select="node()[following-sibling::tex:patterns]"/>
[all …]

12345678910>>...221