Home
last modified time | relevance | path

Searched refs:term (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/external/chromium_org/third_party/sqlite/src/test/
Dfts3aux1.test27 SELECT term, documents, occurrences FROM terms WHERE col = '*';
35 SELECT term, documents, occurrences FROM terms WHERE col = '*';
43 SELECT term, documents, occurrences FROM terms WHERE col = '*';
56 SELECT term, documents, occurrences FROM terms WHERE col = '*';
63 # * when there is equality comparison against the term column using the
66 # * when there is a range constraint on the term column using the BINARY
70 # form "ORDER BY term ASC" or equivalent.
88 SELECT term, documents, occurrences FROM terms WHERE col = '*';
103 # Use EQP to show that the WHERE expression "term='braid'" uses a different
104 # index number (1) than "+term='braid'" (0).
[all …]
Dmake-where7.tcl31 set term($expr) $a
36 set term($expr) $x
38 set term($expr) $a
40 set term($expr) {}
42 lappend term($expr) $a
44 lappend term($expr) $a
46 lappend term($expr) $a
49 lappend term($expr) $a
51 lappend term($expr) $a
71 set term(b<0) {}
[all …]
Dfts3rnd.test45 # 1. query = <term>
47 # 3. query = "<term> <term>"
48 # 4. query = "<term> <term> <term>"
50 # 6. query = <term> NEAR <term>
51 # 7. query = <term> NEAR/11 <term> NEAR/11 <term>
52 # 8. query = <term> OR <term>
53 # 9. query = <term> NOT <term>
54 # 10. query = <term> AND <term>
55 # 11. query = <term> NEAR <term> OR <term> NEAR <term>
56 # 12. query = <term> NEAR <term> NOT <term> NEAR <term>
[all …]
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml109 <term>-p path</term>
116 <term>-g control socket path</term>
124 <term>-i ifname</term>
132 <term>-h</term>
138 <term>-v</term>
144 <term>-B</term>
149 <term>-a file</term>
167 <term>-P file</term>
174 <term>-G ping interval</term>
181 <term>command</term>
[all …]
Deapol_test.sgml82 <term>-c configuration file path</term>
90 <term>-a AS address</term>
97 <term>-A client address</term>
104 <term>-p AS port</term>
111 <term>-s AS secret</term>
118 <term>-r count</term>
124 <term>-t timeout</term>
130 <term>-C info</term>
138 <term>-M mac address</term>
145 <term>-o file</term>
[all …]
Dwpa_supplicant.sgml249 <term>wext</term>
256 <term>wired</term>
263 <term>roboswitch</term>
270 <term>bsd</term>
277 <term>ndis</term>
293 <term>-b br_ifname</term>
300 <term>-B</term>
307 <term>-c filename</term>
314 <term>-C ctrl_interface</term>
322 <term>-i ifname</term>
[all …]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dparse-events.y63 %type <term> event_term
85 struct parse_events_term *term; member
345 struct parse_events_term *term = $3; variable
348 list_add_tail(&term->list, head);
355 struct parse_events_term *term = $1; variable
359 list_add_tail(&term->list, head);
366 struct parse_events_term *term; variable
368 ABORT_ON(parse_events_term__str(&term, PARSE_EVENTS__TERM_TYPE_USER,
370 $$ = term;
375 struct parse_events_term *term; variable
[all …]
Dpmu.c190 struct parse_events_term *term, *clone; in pmu_alias_terms() local
194 list_for_each_entry(term, &alias->terms, list) { in pmu_alias_terms()
195 ret = parse_events_term__clone(&clone, term); in pmu_alias_terms()
418 struct parse_events_term *term) in pmu_config_term() argument
428 if (parse_events__is_hardcoded_term(term)) in pmu_config_term()
431 if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM) in pmu_config_term()
434 format = pmu_find_format(formats, term->config); in pmu_config_term()
457 *vp |= pmu_format_value(format->bits, term->val.num); in pmu_config_term()
465 struct parse_events_term *term; in perf_pmu__config_terms() local
467 list_for_each_entry(term, head_terms, list) in perf_pmu__config_terms()
[all …]
Dparse-events.c544 struct parse_events_term *term) in config_term() argument
548 if (PARSE_EVENTS__TERM_TYPE_ ## type != term->type_val) \ in config_term()
552 switch (term->type_term) { in config_term()
555 attr->config = term->val.num; in config_term()
559 attr->config1 = term->val.num; in config_term()
563 attr->config2 = term->val.num; in config_term()
567 attr->sample_period = term->val.num; in config_term()
589 struct parse_events_term *term; in config_attr() local
591 list_for_each_entry(term, head, list) in config_attr()
592 if (config_term(attr, term) && fail) in config_attr()
[all …]
Dparse-events-bison.c174 struct parse_events_term *term; member
1799 struct parse_events_term *term = (yyvsp[(3) - (3)].term); local
1802 list_add_tail(&term->list, head);
1813 struct parse_events_term *term = (yyvsp[(1) - (1)].term); local
1817 list_add_tail(&term->list, head);
1827 struct parse_events_term *term; local
1829 ABORT_ON(parse_events_term__str(&term, PARSE_EVENTS__TERM_TYPE_USER,
1831 (yyval.term) = term;
1840 struct parse_events_term *term; local
1842 ABORT_ON(parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_USER,
[all …]
/external/lldb/test/pexpect-2.4/examples/
Dchess3.py18 self.term = ANSI.ANSI ()
30 self.term.process (k)
31 fout.write ('(r,c):(%d,%d)\n' %(self.term.cur_r, self.term.cur_c))
33 if self.term.cur_r == r and self.term.cur_c == c:
43 self.term.process (c)
44 fout.write ('(r,c):(%d,%d)\n' %(self.term.cur_r, self.term.cur_c))
84 c1 = white.term.get_abs(17,58)
85 c2 = white.term.get_abs(17,59)
86 c3 = white.term.get_abs(17,60)
87 c4 = white.term.get_abs(17,61)
[all …]
Dchess2.py16 self.term = ANSI.ANSI ()
31 while self.term.cur_r != r or self.term.cur_c != c:
35 print 'EXCEPTION, (r,c):(%d,%d)\n' %(self.term.cur_r, self.term.cur_c)
37 self.term.process (k)
38 fout.write ('(r,c):(%d,%d)\n' %(self.term.cur_r, self.term.cur_c))
43 if self.term.cur_r == r and self.term.cur_c == c:
59 self.term.process (c)
60 fout.write ('(r,c):(%d,%d)\n' %(self.term.cur_r, self.term.cur_c))
72 r = self.term.get_region (14,50,14,60)[0]
86 r = self.term.get_region (17,50,17,62)[0]
/external/llvm/utils/lit/lit/
DProgressBar.py224 def __init__(self, term, header, useETA=True): argument
225 self.term = term
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
229 self.BOL = self.term.BOL # BoL from col#79
231 if self.term.COLS:
232 self.width = self.term.COLS
233 if not self.term.XN:
234 self.BOL = self.term.UP + self.term.BOL
238 self.bar = term.render(self.BAR)
239 self.header = self.term.render(self.HEADER % header.center(self.width))
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_test_blend.c244 double *term) in compute_blend_ref_term() argument
250 term[0] = factor[0]; /* R */ in compute_blend_ref_term()
251 term[1] = factor[1]; /* G */ in compute_blend_ref_term()
252 term[2] = factor[2]; /* B */ in compute_blend_ref_term()
255 term[0] = factor[0] * src[0]; /* R */ in compute_blend_ref_term()
256 term[1] = factor[1] * src[1]; /* G */ in compute_blend_ref_term()
257 term[2] = factor[2] * src[2]; /* B */ in compute_blend_ref_term()
260 term[0] = factor[0] * src[3]; /* R */ in compute_blend_ref_term()
261 term[1] = factor[1] * src[3]; /* G */ in compute_blend_ref_term()
262 term[2] = factor[2] * src[3]; /* B */ in compute_blend_ref_term()
[all …]
Dlp_bld_blend_soa.c110 LLVMValueRef term[2][4]; member
289 if(j < i && bld.term[k][j]) in lp_build_blend_soa()
290 bld.term[k][i] = bld.term[k][j]; in lp_build_blend_soa()
292 … bld.term[k][i] = lp_build_mul(&bld.base, bld.factor[k][0][i], bld.factor[k][1][i]); in lp_build_blend_soa()
306 bld.term[k][i] = lp_build_mul(&bld.base, bld.factor[k][0][i], in lp_build_blend_soa()
322 bld.term[0][j] == bld.term[0][i] && in lp_build_blend_soa()
323 bld.term[1][j] == bld.term[1][i]) || in lp_build_blend_soa()
325 bld.term[0][j] == bld.term[1][i] && in lp_build_blend_soa()
326 bld.term[1][j] == bld.term[0][i])) in lp_build_blend_soa()
333 res[i] = lp_build_blend_func(&bld.base, func, bld.term[0][i], bld.term[1][i]); in lp_build_blend_soa()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_blend.c244 double *term) in compute_blend_ref_term() argument
250 term[0] = factor[0]; /* R */ in compute_blend_ref_term()
251 term[1] = factor[1]; /* G */ in compute_blend_ref_term()
252 term[2] = factor[2]; /* B */ in compute_blend_ref_term()
255 term[0] = factor[0] * src[0]; /* R */ in compute_blend_ref_term()
256 term[1] = factor[1] * src[1]; /* G */ in compute_blend_ref_term()
257 term[2] = factor[2] * src[2]; /* B */ in compute_blend_ref_term()
260 term[0] = factor[0] * src[3]; /* R */ in compute_blend_ref_term()
261 term[1] = factor[1] * src[3]; /* G */ in compute_blend_ref_term()
262 term[2] = factor[2] * src[3]; /* B */ in compute_blend_ref_term()
[all …]
Dlp_bld_blend_soa.c110 LLVMValueRef term[2][4]; member
289 if(j < i && bld.term[k][j]) in lp_build_blend_soa()
290 bld.term[k][i] = bld.term[k][j]; in lp_build_blend_soa()
292 … bld.term[k][i] = lp_build_mul(&bld.base, bld.factor[k][0][i], bld.factor[k][1][i]); in lp_build_blend_soa()
306 bld.term[k][i] = lp_build_mul(&bld.base, bld.factor[k][0][i], in lp_build_blend_soa()
322 bld.term[0][j] == bld.term[0][i] && in lp_build_blend_soa()
323 bld.term[1][j] == bld.term[1][i]) || in lp_build_blend_soa()
325 bld.term[0][j] == bld.term[1][i] && in lp_build_blend_soa()
326 bld.term[1][j] == bld.term[0][i])) in lp_build_blend_soa()
333 res[i] = lp_build_blend_func(&bld.base, func, bld.term[0][i], bld.term[1][i]); in lp_build_blend_soa()
/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 …]
Darping.sgml39 <term><option/-A/</term>
47 <term><option>-b</option></term>
56 <term><option><anchor id="arping.count">-c <replaceable/count/</option></term>
67 <term><option/-D/</term>
76 <term><option>-f</option></term>
83 <term><option><anchor id="opt.interface">-I <replaceable/interface/</option></term>
90 <term><option>-h</option></term>
98 <term><option/-q/</term>
105 <term><option><anchor id="opt.source">-s <replaceable/source/</option></term>
125 <term><option/-U/</term>
[all …]
Dpg3.sgml47 <term><option>odev <replaceable/DEVICE/</option></term>
55 <term><option>pkt_size <replaceable/BYTES/</option></term>
64 <term><option>frags <replaceable/NUMBER/</option></term>
73 <term><option>count <replaceable/NUMBER/</option></term>
80 <term><option>ipg <replaceable/TIME/</option></term>
88 <term><option>dst <replaceable/IP_ADDRESS/</option></term>
97 <term><option>dst <replaceable/MAC_ADDRESS/</option></term>
106 <term><option>stop</option></term>
Drdisc.sgml73 <term><option/-a/</term>
82 <term><option/-b/</term>
89 <term><option/-d/</term>
95 <term><option/-f/</term>
107 <term><option/-r/</term>
114 <term><option/-s/</term>
125 <term><option>-p <replaceable/preference/</option></term>
133 <term><option>-T <replaceable/max_interval/</option></term>
141 <term><option/-t/</term>
148 <term><option/-v/</term>
[all …]
/external/icu/icu4c/source/common/
Drbbirpt.txt58 … escaped term ^break-rule-end doExprStart
64 default term ^break-rule-end doExprStart
98 default term ^break-rule-end doExprStart
102 # term. Eat through a single rule character, or a composite thing, which
105 term:
107 white_space n term
110 '(' n term ^expr-mod doLParen
111 '$' scan-var-name ^term-var-ref
118 # term-var-ref We've just finished scanning a reference to a $variable.
122 term-var-ref:
[all …]
/external/chromium_org/third_party/icu/source/common/
Drbbirpt.txt58 … escaped term ^break-rule-end doExprStart
64 default term ^break-rule-end doExprStart
98 default term ^break-rule-end doExprStart
102 # term. Eat through a single rule character, or a composite thing, which
105 term:
107 white_space n term
110 '(' n term ^expr-mod doLParen
111 '$' scan-var-name ^term-var-ref
118 # term-var-ref We've just finished scanning a reference to a $variable.
122 term-var-ref:
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_texcombine.c104 GLuint i, term; in texture_combine() local
148 for (term = 0; term < numArgsRGB; term++) { in texture_combine()
149 const GLenum srcRGB = combine->SourceRGB[term]; in texture_combine()
150 const GLenum operandRGB = combine->OperandRGB[term]; in texture_combine()
154 argRGB[term] = get_texel_array(swrast, unit); in texture_combine()
157 argRGB[term] = primary_rgba; in texture_combine()
160 argRGB[term] = rgba; in texture_combine()
164 float4_array c = ccolor[term]; in texture_combine()
172 argRGB[term] = ccolor[term]; in texture_combine()
179 float4_array c = ccolor[term]; in texture_combine()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_texcombine.c96 GLuint i, term; in texture_combine() local
140 for (term = 0; term < numArgsRGB; term++) { in texture_combine()
141 const GLenum srcRGB = combine->SourceRGB[term]; in texture_combine()
142 const GLenum operandRGB = combine->OperandRGB[term]; in texture_combine()
146 argRGB[term] = get_texel_array(swrast, unit); in texture_combine()
149 argRGB[term] = primary_rgba; in texture_combine()
152 argRGB[term] = rgba; in texture_combine()
156 float4_array c = ccolor[term]; in texture_combine()
164 argRGB[term] = ccolor[term]; in texture_combine()
171 float4_array c = ccolor[term]; in texture_combine()
[all …]

12345678910>>...21