Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 7618) sorted by relevance

12345678910>>...305

/external/skia/tests/sksl/errors/
DLayoutRepeatedQualifiers.glsl3 error: 17: layout qualifier 'origin_upper_left' appears more than once
6 error: 18: layout qualifier 'push_constant' appears more than once
9 error: 19: layout qualifier 'blend_support_all_equations' appears more than once
12 error: 20: layout qualifier 'color' appears more than once
15 error: 21: layout qualifier 'location' appears more than once
18 error: 22: layout qualifier 'offset' appears more than once
21 error: 23: layout qualifier 'binding' appears more than once
24 error: 24: layout qualifier 'index' appears more than once
27 error: 25: layout qualifier 'set' appears more than once
30 error: 26: layout qualifier 'builtin' appears more than once
[all …]
DModifiersRepeated.glsl3 error: 1: 'const' appears more than once
6 error: 2: 'uniform' appears more than once
9 error: 3: 'flat' appears more than once
12 error: 3: 'noperspective' appears more than once
15 error: 3: 'uniform' appears more than once
18 error: 4: 'in' appears more than once
21 error: 5: 'out' appears more than once
24 error: 6: 'inout' appears more than once
/external/skia/resources/sksl/errors/
DLayoutRepeatedQualifiers.sksl34 layout qualifier 'origin_upper_left' appears more than once
35 layout qualifier 'push_constant' appears more than once
36 layout qualifier 'blend_support_all_equations' appears more than once
37 layout qualifier 'color' appears more than once
38 layout qualifier 'location' appears more than once
39 layout qualifier 'offset' appears more than once
40 layout qualifier 'binding' appears more than once
41 layout qualifier 'index' appears more than once
42 layout qualifier 'set' appears more than once
43 layout qualifier 'builtin' appears more than once
[all …]
DModifiersRepeated.sksl9 'const' appears more than once
10 'uniform' appears more than once
11 'flat' appears more than once
12 'noperspective' appears more than once
13 'uniform' appears more than once
14 'in' appears more than once
15 'out' appears more than once
16 'inout' appears more than once
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/
Deu_member_states_raw.txt7 Read more about Austria
15 Read more about Belgium
23 Read more about Bulgaria
30 Read more about Croatia
37 Read more about Cyprus
44 Read more about Czech Republic
51 Read more about Denmark
58 Read more about Estonia
65 Read more about Finland
72 Read more about France
[all …]
/external/tflite-support/third_party/zlib/
Dfill_window_sse.c40 unsigned more; /* Amount of free space at the end of the window. */ in fill_window_sse() local
46 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); in fill_window_sse()
50 if (more == 0 && s->strstart == 0 && s->lookahead == 0) { in fill_window_sse()
51 more = wsize; in fill_window_sse()
53 } else if (more == (unsigned)(-1)) { in fill_window_sse()
57 more--; in fill_window_sse()
106 more += wsize; in fill_window_sse()
121 Assert(more >= 2, "more < 2"); in fill_window_sse()
125 more); in fill_window_sse()
135 Call UPDATE_HASH() MIN_MATCH-3 more times in fill_window_sse()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/
Dglossary.md29 For more information, see the
36 For more information, see the
51 container formats because they contain one or more [tracks](#track) of media,
67 For more information, see the
75 For more information, see the
86 For more information, see the
106 For more information, see the
113 For more information, see the
130 For more information, see the
139 For more information, see the
[all …]
/external/armnn/docs/
D05_01_parsers.dox17 All parsers are written in C++ but it is also possible to use them in python. For more information …
38 …documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Add) for more information
41 …tion](https://github.com/onnx/onnx/blob/master/docs/Operators.md#AveragePool) for more information.
44 …mentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Concat) for more information.
47 …ntation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Constant) for more information.
50 …cumentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Clip) for more information.
53 …entation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Flatten) for more information.
56 …mentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Gather) for more information.
59 …https://github.com/onnx/onnx/blob/master/docs/Operators.md#GlobalAveragePool) for more information.
62 …tation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#LeakyRelu) for more information.
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue100/
DDataBean.java21 private DataMore more; field in DataBean
40 return more; in getMore()
43 public void setMore(DataMore more) { in setMore() argument
44 this.more = more; in setMore()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/
Dglossary.md29 For more information, see the
36 For more information, see the
51 container formats because they contain one or more [tracks](#track) of media,
67 For more information, see the
75 For more information, see the
86 For more information, see the
106 For more information, see the
113 For more information, see the
130 For more information, see the
139 For more information, see the
[all …]
/external/libcap-ng/libcap-ng-0.7/utils/
Dnetcap.c255 char rem_addr[128], local_addr[128], more[512]; in read_tcp() local
270 more[0] = 0; in read_tcp()
275 &uid, &timeout, &inode, more); in read_tcp()
289 char rem_addr[128], local_addr[128], more[512]; in read_udp() local
304 more[0] = 0; in read_udp()
309 &uid, &timeout, &inode, more); in read_udp()
323 char rem_addr[128], local_addr[128], more[512]; in read_raw() local
338 more[0] = 0; in read_raw()
343 &uid, &timeout, &inode, more); in read_raw()
355 char buf[256], more[256]; in get_interface() local
[all …]
/external/obex/src/com/android/obex/
DClientOperation.java594 boolean more = true; in startProcessing()
600 while ((more) && (mReplyHeader.responseCode == in startProcessing()
602 more = sendRequest(ObexHelper.OBEX_OPCODE_GET); in startProcessing()
617 more = sendRequest(ObexHelper.OBEX_OPCODE_GET_FINAL); in startProcessing()
619 if (more) { in startProcessing()
630 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) { in startProcessing()
631 more = sendRequest(ObexHelper.OBEX_OPCODE_PUT); in startProcessing()
731 boolean more = true; in streamClosed()
736 more = false; in streamClosed()
743 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) { in streamClosed()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/testdata/
Dtestdata_en.txt207 more than 1 month
208 more than 1 month and 2 weeks
209 more than 1 month, 2 weeks, and 3 days
210 more than 1 month ago
211 more than 1 month and 2 weeks ago
212 more than 1 month, 2 weeks, and 3 days ago
213 more than 1 month from now
214 more than 1 month and 2 weeks from now
215 more than 1 month, 2 weeks, and 3 days from now
234 more than 1 hour
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/
Dtestdata_en.txt207 more than 1 month
208 more than 1 month and 2 weeks
209 more than 1 month, 2 weeks, and 3 days
210 more than 1 month ago
211 more than 1 month and 2 weeks ago
212 more than 1 month, 2 weeks, and 3 days ago
213 more than 1 month from now
214 more than 1 month and 2 weeks from now
215 more than 1 month, 2 weeks, and 3 days from now
234 more than 1 hour
[all …]
/external/bzip2/
Dbzmore10 *less) more=less ;;
11 *) more=more ;;
37 bzip2 -cdfq | eval $more
55 bzip2 -cdfq "$FILE" | eval $more
/external/toybox/toys/lsb/
Dmount.c92 static long flag_opts(char *new, long flags, char **more) in flag_opts() argument
135 if (more && i == ARRAY_LEN(opts)) { in flag_opts()
136 i = *more ? strlen(*more) : 0; in flag_opts()
137 *more = xrealloc(*more, i + strlen(new) + 2); in flag_opts()
138 if (i) (*more)[i++] = ','; in flag_opts()
139 strcpy(i+*more, new); in flag_opts()
387 char *more = 0; in mount_main() local
389 flags = flag_opts(opts, flags, &more); in mount_main()
390 mount_filesystem(dev, dir, TT.t, flags, more); in mount_main()
391 if (CFG_TOYBOX_FREE) free(more); in mount_main()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DHandle.c113 TPMI_YES_NO more = NO; in PermanentCapGetHandles() local
139 more = YES; in PermanentCapGetHandles()
143 return more; in PermanentCapGetHandles()
160 TPMI_YES_NO more = NO; in PermanentHandleGetPolicy() local
196 more = YES; in PermanentHandleGetPolicy()
200 return more; in PermanentHandleGetPolicy()
/external/rust/crates/pin-project-lite/tests/ui/pin_project/
Dinvalid-bounds.stderr27 …crate::__pin_project_parse_generics` (in Nightly builds, run with -Z macro-backtrace for more info)
42 …crate::__pin_project_parse_generics` (in Nightly builds, run with -Z macro-backtrace for more info)
58 …crate::__pin_project_parse_generics` (in Nightly builds, run with -Z macro-backtrace for more info)
74 …crate::__pin_project_parse_generics` (in Nightly builds, run with -Z macro-backtrace for more info)
90 …crate::__pin_project_parse_generics` (in Nightly builds, run with -Z macro-backtrace for more info)
105 …crate::__pin_project_parse_generics` (in Nightly builds, run with -Z macro-backtrace for more info)
121 …crate::__pin_project_parse_generics` (in Nightly builds, run with -Z macro-backtrace for more info)
137 …crate::__pin_project_parse_generics` (in Nightly builds, run with -Z macro-backtrace for more info)
153 …crate::__pin_project_parse_generics` (in Nightly builds, run with -Z macro-backtrace for more info)
168 …crate::__pin_project_parse_generics` (in Nightly builds, run with -Z macro-backtrace for more info)
[all …]
/external/llvm/test/Transforms/ObjCARC/
Dcfg-hazards.ll132 br label %more
134 more:
165 br i1 undef, label %true, label %more
168 br label %more
170 more:
197 br i1 undef, label %true, label %more
201 br label %more
203 more:
231 br i1 undef, label %true, label %more
235 br label %more
[all …]
/external/wpa_supplicant_8/src/common/
Dgas.c49 u8 more, u16 comeback_delay, size_t size) in gas_build_resp() argument
62 wpabuf_put_u8(buf, frag_id | (more ? 0x80 : 0)); in gas_build_resp()
79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, in gas_build_comeback_resp() argument
83 status_code, frag_id, more, comeback_delay, in gas_build_comeback_resp()
169 u8 frag_id, u8 more, in gas_anqp_build_comeback_resp() argument
175 frag_id, more, comeback_delay, 4 + size); in gas_anqp_build_comeback_resp()
189 u8 frag_id, u8 more, in gas_anqp_build_comeback_resp_buf() argument
196 more, comeback_delay, in gas_anqp_build_comeback_resp_buf()
/external/python/cpython2/Lib/
Dcode.py226 more = 0
229 if more:
243 more = self.push(line)
247 more = 0
265 more = self.runsource(source, self.filename)
266 if not more:
268 return more
/external/python/cpython3/Lib/
Dcode.py219 more = 0
222 if more:
232 more = self.push(line)
236 more = 0
258 more = self.runsource(source, self.filename)
259 if not more:
261 return more
/external/apache-velocity-engine/velocity-engine-core/src/test/resources/templates/
Dcurly-directive.vm10 more text
15 ## a more realistic example
16 #if(true)sometext#{else}more text#{end}and yet more
/external/bazelbuild-rules_android/src/common/golang/
Dini_test.go37 key2=more data`,
44 #key3=more irrelevant data`,
51 yet_another_key = more data`,
58 key3=more data`,
100 key2=more data
/external/rust/crates/clap/examples/
Dtyped-derive.md29 For more information, try '--help'.
49 For more information, try '--help'.
62 For more information, try '--help'.
75 For more information, try '--help'.
81 For more information, try '--help'.
98 For more information, try '--help'.
105 For more information, try '--help'.
122 For more information, try '--help'.
129 For more information, try '--help'.

12345678910>>...305