Home
last modified time | relevance | path

Searched full:term (Results 1 – 25 of 3404) sorted by relevance

12345678910>>...137

/external/arm-trusted-firmware/docs/
Dglobal_substitutions.txt1 .. |AArch32| replace:: :term:`AArch32`
2 .. |AArch64| replace:: :term:`AArch64`
3 .. |AMU| replace:: :term:`AMU`
4 .. |AMUs| replace:: :term:`AMUs <AMU>`
5 .. |API| replace:: :term:`API`
6 .. |BTI| replace:: :term:`BTI`
7 .. |CoT| replace:: :term:`CoT`
8 .. |COT| replace:: :term:`COT`
9 .. |CSS| replace:: :term:`CSS`
10 .. |CVE| replace:: :term:`CVE`
[all …]
/external/libxml2/doc/
Dxmllint.xml158 <term><option>--auto</option></term>
165 <term><option>--catalogs</option></term>
177 <term><option>--chkregister</option></term>
189 <term><option>--compress</option></term>
201 <term><option>--copy</option></term>
208 <term><option>--c14n</option></term>
219 <term><option>--dtdvalid <replaceable class="option">URL</replaceable></option></term>
229 … <term><option>--dtdvalidfpi <replaceable class="option">FPI</replaceable></option></term>
240 <term><option>--debug</option></term>
250 <term><option>--debugent</option></term>
[all …]
Dxmlcatalog.xml107 <term>
113 </term>
144 <term><option>--add <replaceable>FILENAME</replaceable></option></term>
158 <term><option>--convert</option></term>
167 <term><option>--create</option></term>
180 <term><option>--del <replaceable>VALUE(S)</replaceable></option></term>
193 <term><option>--noout</option></term>
203 <term><option>--no-super-update</option></term>
212 <term><option>--shell</option></term>
223 <term><option>--sgml</option></term>
[all …]
Dxmllint.html11 … class="term"><code class="option">--auto</code></span></dt><dd><p>Generate a small document for t…
15 </p></dd><dt><span class="term"><code class="option">--chkregister</code></span></dt><dd><p>
17 </p></dd><dt><span class="term"><code class="option">--compress</code></span></dt><dd><p>
19 …<span class="term"><code class="option">--copy</code></span></dt><dd><p>Test the internal copy imp…
23 …</p></dd><dt><span class="term"><code class="option">--dtdvalid <em class="replaceable"><code>URL<…
26 …</p></dd><dt><span class="term"><code class="option">--dtdvalidfpi <em class="replaceable"><code>F…
30 </p></dd><dt><span class="term"><code class="option">--debug</code></span></dt><dd><p>
33term"><code class="option">--debugent</code></span></dt><dd><p>Debug the entities defined in the d…
36term"><code class="option">--encode <em class="replaceable"><code>ENCODING</code></em></code></spa…
40term"><code class="option">--help</code></span></dt><dd><p>Print out a short usage summary for <sp…
[all …]
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml113 <term>-p path</term>
120 <term>-g control socket path</term>
128 <term>-i ifname</term>
136 <term>-h</term>
142 <term>-v</term>
148 <term>-B</term>
153 <term>-a file</term>
171 <term>-P file</term>
178 <term>-G ping interval</term>
185 <term>command</term>
[all …]
Dwpa_supplicant.sgml254 <term>nl80211</term>
262 <term>wext</term>
270 <term>wired</term>
277 <term>macsec_linux</term>
284 <term>roboswitch</term>
291 <term>none</term>
298 <term>bsd</term>
305 <term>ndis</term>
321 <term>-b br_ifname</term>
328 <term>-B</term>
[all …]
Deapol_test.sgml86 <term>-c configuration file path</term>
94 <term>-a AS address</term>
101 <term>-A client address</term>
108 <term>-p AS port</term>
115 <term>-s AS secret</term>
122 <term>-r count</term>
128 <term>-t timeout</term>
134 <term>-C info</term>
142 <term>-M mac address</term>
149 <term>-o file</term>
[all …]
/external/icing/icing/transform/icu/
Dicu-normalizer_test.cc237 // the prefix match when given a non-normalized term and a normalized term in TEST_F()
243 std::string term = "MDI"; in TEST_F() local
245 normalizer->FindNormalizedMatchEndPosition(term, "md"); in TEST_F()
246 EXPECT_THAT(term.substr(0, match_end.utf8_index()), Eq("MD")); in TEST_F()
248 term = "Icing"; in TEST_F()
249 match_end = normalizer->FindNormalizedMatchEndPosition(term, "icin"); in TEST_F()
250 EXPECT_THAT(term.substr(0, match_end.utf8_index()), Eq("Icin")); in TEST_F()
253 term = "525600"; in TEST_F()
254 match_end = normalizer->FindNormalizedMatchEndPosition(term, "525"); in TEST_F()
255 EXPECT_THAT(term.substr(0, match_end.utf8_index()), Eq("525")); in TEST_F()
[all …]
/external/kmod/man/
Dmodprobe.xml123 <term>
125 </term>
126 <term>
128 </term>
134 <term>
136 </term>
137 <term>
139 </term>
152 <term>
154 </term>
[all …]
Ddepmod.xml105 <term>
107 </term>
108 <term>
110 </term>
119 <term>
121 </term>
122 <term>
124 </term>
134 <term>
136 </term>
[all …]
Dmodinfo.xml77 <term>
79 </term>
80 <term>
82 </term>
90 <term>
92 </term>
93 <term>
95 </term>
111 <term>
113 </term>
[all …]
/external/icing/icing/transform/map/
Dmap-normalizer_test.cc205 // the prefix match when given a non-normalized term and a normalized term in TEST()
211 std::string term = "MDI"; in TEST() local
213 normalizer->FindNormalizedMatchEndPosition(term, "md"); in TEST()
214 EXPECT_THAT(term.substr(0, match_end.utf8_index()), Eq("MD")); in TEST()
216 term = "Icing"; in TEST()
217 match_end = normalizer->FindNormalizedMatchEndPosition(term, "icin"); in TEST()
218 EXPECT_THAT(term.substr(0, match_end.utf8_index()), Eq("Icin")); in TEST()
221 term = "525600"; in TEST()
222 match_end = normalizer->FindNormalizedMatchEndPosition(term, "525"); in TEST()
223 EXPECT_THAT(term.substr(0, match_end.utf8_index()), Eq("525")); in TEST()
[all …]
/external/iputils/doc/
Dping.sgml57 <term><option/-a/</term>
63 <term><option/-A/</term>
72 <term><option/-b/</term>
78 <term><option/-B/</term>
85 <term><option><anchor id="ping.count">-c <replaceable/count/</option></term>
95 <term><option/-d/</term>
102 <term><option/-D/</term>
109 <term><option/-f/</term>
121 <term><option>-F <replaceable/flow label/</option></term>
129 <term><option/-h/</term>
[all …]
/external/markdown/tests/php/extra/
DDefinition Lists.text3 Term 1
6 Term 2
11 Term 1
12 Term 2
15 Term 3
16 Term 4
21 Term 1
25 Term 2
31 Term 1
37 Term 2
[all …]
/external/cronet/third_party/icu/source/common/
Drbbirpt.txt65 … escaped term ^break-rule-end doExprStart
72 default term ^break-rule-end doExprStart
89 escaped term doExprStart
92 '$' scan-var-name ^term-var-ref doExprStart
95 default term doExprStart
120 default term ^break-rule-end doExprStart
124 # term. Eat through a single rule character, or a composite thing, which
127 term:
129 white_space n term
132 '(' n term ^expr-mod doLParen
[all …]
/external/icu/icu4c/source/common/
Drbbirpt.txt65 … escaped term ^break-rule-end doExprStart
72 default term ^break-rule-end doExprStart
89 escaped term doExprStart
92 '$' scan-var-name ^term-var-ref doExprStart
95 default term doExprStart
120 default term ^break-rule-end doExprStart
124 # term. Eat through a single rule character, or a composite thing, which
127 term:
129 white_space n term
132 '(' n term ^expr-mod doLParen
[all …]
/external/selinux/secilc/
Dsecilc.8.xml39 <term><option>-o, --output=&lt;file></option></term>
44 <term><option>-f, --filecontext=&lt;file></option></term>
49 <term><option>-t, --target=&lt;type></option></term>
54 <term><option>-M, --mls true|false</option></term>
59 <term><option>-c, --policyvers=&lt;version></option></term>
64 <term><option>-U, --handle-unknown=&lt;action></option></term>
69 <term><option>-D, --disable-dontaudit</option></term>
74 <term><option>-P, --preserve-tunables</option></term>
79 <term><option>-Q, --qualified-names</option></term>
84 <term><option>-m, --multiple-decls</option></term>
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_blend.c203 double *term) in compute_blend_ref_term() argument
209 term[0] = factor[0]; /* R */ in compute_blend_ref_term()
210 term[1] = factor[1]; /* G */ in compute_blend_ref_term()
211 term[2] = factor[2]; /* B */ in compute_blend_ref_term()
214 term[0] = factor[0] * src[0]; /* R */ in compute_blend_ref_term()
215 term[1] = factor[1] * src[1]; /* G */ in compute_blend_ref_term()
216 term[2] = factor[2] * src[2]; /* B */ in compute_blend_ref_term()
219 term[0] = factor[0] * src[3]; /* R */ in compute_blend_ref_term()
220 term[1] = factor[1] * src[3]; /* G */ in compute_blend_ref_term()
221 term[2] = factor[2] * src[3]; /* B */ in compute_blend_ref_term()
[all …]
/external/python/cpython3/Doc/
Dglossary.rst35 Abstract base classes complement :term:`duck-typing` by
50 used by convention as a :term:`type hint`.
58 See :term:`variable annotation`, :term:`function annotation`, :pep:`484`
64 A value passed to a :term:`function` (or :term:`method`) when calling the
77 and/or be passed as elements of an :term:`iterable` preceded by ``*``.
89 See also the :term:`parameter` glossary entry, the FAQ question on
99 A function which returns an :term:`asynchronous generator iterator`. It
113 An object created by a :term:`asynchronous generator` function.
115 This is an :term:`asynchronous iterator` which when called using the
128 Must return an :term:`asynchronous iterator` from its
[all …]
/external/markdown/tests/test_syntax/extensions/
Dtest_def_list.py32 term
34 : this is a definition for term. it has
53 <dt>term</dt>
55 <p>this is a definition for term. it has
83 term
85 : this is a definition for term. it has
104 <dt>term</dt>
106 <p>this is a definition for term. it has
134 term
136 : this is a definition for term. it has
[all …]
/external/jemalloc_new/doc/
Djemalloc.xml.in246 <term><constant>MALLOCX_LG_ALIGN(<parameter>la</parameter>)
247 </constant></term>
256 <term><constant>MALLOCX_ALIGN(<parameter>a</parameter>)
257 </constant></term>
266 <term><constant>MALLOCX_ZERO</constant></term>
275 <term><constant>MALLOCX_TCACHE(<parameter>tc</parameter>)
276 </constant></term>
287 <term><constant>MALLOCX_TCACHE_NONE</constant></term>
298 <term><constant>MALLOCX_ARENA(<parameter>a</parameter>)
299 </constant></term>
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp94 void openIf(BranchInst *Term);
96 void insertElse(BranchInst *Term);
100 BranchInst *Term);
102 void handleLoop(BranchInst *Term);
210 void SIAnnotateControlFlow::openIf(BranchInst *Term) { in openIf() argument
211 if (isUniform(Term)) in openIf()
214 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term); in openIf()
215 Term->setCondition(ExtractValueInst::Create(Ret, 0, "", Term)); in openIf()
216 push(Term->getSuccessor(1), ExtractValueInst::Create(Ret, 1, "", Term)); in openIf()
220 void SIAnnotateControlFlow::insertElse(BranchInst *Term) { in insertElse() argument
[all …]
/external/python/cpython3/Lib/test/test_peg_generator/
Dtest_first_sets.py53 sum: (term)? 'b'
54 term: NUMBER
57 "term": {"NUMBER"},
65 sum: '+' ? term
66 term: NUMBER
69 "term": {"NUMBER"},
76 start: term NEWLINE
77 term: NUMBER ['+']
79 … self.assertEqual(self.calculate_first_sets(grammar), {"term": {"NUMBER"}, "start": {"NUMBER"}})
83 start: term NEWLINE
[all …]
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp84 void openIf(BranchInst *Term);
86 void insertElse(BranchInst *Term);
89 llvm::Loop *L, BranchInst *Term);
91 void handleLoop(BranchInst *Term);
215 void SIAnnotateControlFlow::openIf(BranchInst *Term) { in openIf() argument
216 if (isUniform(Term)) { in openIf()
219 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term); in openIf()
220 Term->setCondition(ExtractValueInst::Create(Ret, 0, "", Term)); in openIf()
221 push(Term->getSuccessor(1), ExtractValueInst::Create(Ret, 1, "", Term)); in openIf()
225 void SIAnnotateControlFlow::insertElse(BranchInst *Term) { in insertElse() argument
[all …]
/external/icing/icing/scoring/
Dbm25f-calculator.h32 // Bm25fCalculator encapsulates the logic to compute BM25F term-weight based
40 // term q_i in the corpus with document D, and tf(q_i, D) is the weighted and
41 // normalized term frequency of query term q_i in the document D.
50 // of documents in the corpus containing the query term q_i.
58 // where f(q_i, D) is the frequency of query term q_i in document D,
89 // Compact ID for each query term.
114 // Returns idf weight for the term and provided corpus.
115 float GetCorpusIdfWeightForTerm(std::string_view term, CorpusId corpus_id);
122 // Returns the normalized term frequency for the term match and document hit.
123 // This normalizes the term frequency by applying smoothing parameters and
[all …]

12345678910>>...137