Home
last modified time | relevance | path

Searched full:without (Results 1 – 25 of 32606) sorted by relevance

12345678910>>...1305

/external/oss-fuzz/projects/libxslt/
Dbuild.sh13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26 CRYPTO_CONF=--without-crypto
36 --without-c14n \
37 --without-legacy \
38 --without-push \
39 --without-python \
40 --without-reader \
41 --without-regexps \
42 --without-sax1 \
43 --without-schemas \
[all …]
/external/skia/resources/sksl/errors/
DCanExitWithoutReturningValue.sksl98 function 'if_only' can exit without returning a value
99 function 'return_on_if_but_not_else' can exit without returning a value
100 function 'return_on_else_but_not_if' can exit without returning a value
101 function 'for_with_conditional_return' can exit without returning a value
102 function 'for_with_conditional_break' can exit without returning a value
103 function 'for_with_conditional_continue' can exit without returning a value
104 function 'do_with_conditional_return' can exit without returning a value
105 function 'do_with_conditional_break' can exit without returning a value
106 function 'do_with_conditional_continue' can exit without returning a value
107 function 'bad_if_else_chain' can exit without returning a value
[all …]
/external/oss-fuzz/projects/dlplibs/
Dbuild.sh12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28 ./configure --disable-shared --enable-static --without-jpeg --without-tiff
44 …figure --disable-shared --enable-static --disable-ipv6 --without-python --without-zlib --without-l…
81 ./configure --without-docs --disable-werror --disable-shared --enable-static --disable-tests --enab…
95 ./configure --without-docs --disable-werror --disable-shared --enable-static --disable-tools --enab…
101 ./configure --without-docs --disable-werror --disable-shared --enable-static --disable-tools --enab…
107 ./configure --without-docs --disable-werror --disable-shared --enable-static --disable-tools --enab…
113 ./configure --without-docs --disable-werror --disable-shared --enable-static --disable-tools --enab…
119 ./configure --without-docs --disable-werror --disable-shared --enable-static --disable-tools --enab…
125 ./configure --without-docs --disable-werror --disable-shared --enable-static --disable-tools --enab…
[all …]
/external/skia/tests/sksl/errors/
DCanExitWithoutReturningValue.glsl3 error: 6: function 'if_only' can exit without returning a value
6 error: 7: function 'return_on_if_but_not_else' can exit without returning a value
9 error: 8: function 'return_on_else_but_not_if' can exit without returning a value
12 error: 10: function 'for_with_conditional_return' can exit without returning a value
15 error: 11: function 'for_with_conditional_break' can exit without returning a value
18 error: 12: function 'for_with_conditional_continue' can exit without returning a value
21 error: 14: function 'do_with_conditional_return' can exit without returning a value
24 error: 15: function 'do_with_conditional_break' can exit without returning a value
27 error: 16: function 'do_with_conditional_continue' can exit without returning a value
30 error: 18: function 'bad_if_else_chain' can exit without returning a value
[all …]
/external/igt-gpu-tools/
DLICENSE6 "Software"), to deal in the Software without restriction, including
7 without limitation the rights to use, copy, modify, merge, publish,
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
29 "Software"), to deal in the Software without restriction, including
30 without limitation the rights to use, copy, modify, merge, publish,
39 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
51 to deal in the Software without restriction, including without limitation
60 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
72 to deal in the Software without restriction, including without limitation
81 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
[all …]
DCOPYING6 "Software"), to deal in the Software without restriction, including
7 without limitation the rights to use, copy, modify, merge, publish,
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
29 "Software"), to deal in the Software without restriction, including
30 without limitation the rights to use, copy, modify, merge, publish,
39 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
51 to deal in the Software without restriction, including without limitation
60 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
72 to deal in the Software without restriction, including without limitation
81 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
[all …]
/external/perfetto/test/trace_processor/diff_tests/stdlib/span_join/
Dtests_outer_join.py12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
39 ) WITHOUT ROWID;
46 ) WITHOUT ROWID;
70 ) WITHOUT ROWID;
76 ) WITHOUT ROWID;
95 ) WITHOUT ROWID;
101 ) WITHOUT ROWID;
128 ) WITHOUT ROWID;
134 ) WITHOUT ROWID;
168 ) WITHOUT ROWID;
[all …]
/external/fonttools/Tests/ttLib/data/
Dtest_woff2_metadata.xml11 Description without language.
22 License without language.
33 Copyright without language.
44 Trademark without language.
55 <name>Extension 1 - Name Without Language</name>
59 <name>Extension 1 - Item 1 - Name Without Language</name>
62 <value>Extension 1 - Item 1 - Value Without Language</value>
67 <name>Extension 1 - Item 2 - Name Without Language</name>
70 <value>Extension 1 - Item 2 - Value Without Language</value>
76 <name>Extension 2 - Name Without Language</name>
[all …]
/external/pdfium/
DDEPS48 # and whatever else without interference from each other.
52 # and whatever else without interference from each other.
56 # and whatever else without interference from each other.
60 # and whatever else without interference from each other.
64 # and whatever else without interference from each other.
68 # and whatever else without interference from each other.
72 # and whatever else without interference from each other.
76 # and whatever else without interference from each other.
80 # and whatever else without interference from each other.
84 # and whatever else without interference from each other.
[all …]
/external/clang/test/CodeGenObjC/
Dterminate.m2 …e-10.7 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s -check-prefix=CHECK-WITHOUT
22 // CHECK-WITHOUT-LABEL: define void @test0()
23 // CHECK-WITHOUT-SAME: personality i8* bitcast (i32 (...)* @__gcc_personality_v0 to i8*)
24 // CHECK-WITHOUT: [[PTR:%.*]] = alloca i8*,
25 // CHECK-WITHOUT: call void @destroy(i8** [[PTR]])
26 // CHECK-WITHOUT-NEXT: ret void
27 // CHECK-WITHOUT: invoke void @destroy(i8** [[PTR]])
28 // CHECK-WITHOUT: landingpad { i8*, i32 }
29 // CHECK-WITHOUT-NEXT: catch i8* null
30 // CHECK-WITHOUT-NEXT: call void @abort()
/external/libxkbcommon/
DLICENSE31 to deal in the Software without restriction, including without limitation
40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
56 to deal in the Software without restriction, including without limitation
64 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
73 sale, use or other dealings in this Software without prior written
83 software and its documentation for any purpose and without
89 of the software without specific prior written permission.
92 without any express or implied warranty.
112 documentation for any purpose and without fee is hereby granted,
117 software without specific, written prior permission.
[all …]
/external/clang/test/CodeGen/
Daddress-safety-attr.cpp6 …4-apple-darwin -emit-llvm -o - %s -include %t.extra-source.cpp | FileCheck -check-prefix=WITHOUT %s
23 // WITHOUT: DefinedInDifferentFile{{.*}} [[NOATTR:#[0-9]+]]
30 // WITHOUT: @__cxx_global_var_init{{.*}}[[NOATTR:#[0-9]+]]
31 // WITHOUT: @__cxx_global_array_dtor{{.*}}[[NOATTR]]
40 // WITHOUT: NoAddressSafety1{{.*}}) [[NOATTR]]
47 // WITHOUT: NoAddressSafety2{{.*}}) [[NOATTR]]
55 // WITHOUT: NoAddressSafety3{{.*}}) [[NOATTR]]
62 // WITHOUT: NoAddressSafety4{{.*}}) [[NOATTR]]
70 // WITHOUT: NoAddressSafety5{{.*}}) [[NOATTR]]
77 // WITHOUT: NoAddressSafety6{{.*}}) [[NOATTR]]
[all …]
/external/mesa3d/
DLICENSE5 to deal in the Software without restriction, including without limitation
13 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
123 Work or Derivative Works thereof in any medium, with or without
166 this License, without any additional terms or conditions.
179 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
180 implied, including, without limitation, any warranties or conditions
232 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
245 in the Software without restriction, including without limitation the rights
253 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
348 closely related to copyright including, without limitation,
[all …]
/external/clang/test/SemaCXX/
Dwarn-assignment-condition.cpp15 …if (x = 7) {} // expected-warning {{using the result of an assignment as a condition without paren… in test()
20 …} while (x = 7); // expected-warning {{using the result of an assignment as a condition without pa… in test()
25 …while (x = 7) {} // expected-warning {{using the result of an assignment as a condition without pa… in test()
30 …for (; x = 7; ) {} // expected-warning {{using the result of an assignment as a condition without in test()
35 …if (p = p) {} // expected-warning {{using the result of an assignment as a condition without paren… in test()
40 …} while (p = p); // expected-warning {{using the result of an assignment as a condition without pa… in test()
45 …while (p = p) {} // expected-warning {{using the result of an assignment as a condition without pa… in test()
49 …for (; p = p; ) {} // expected-warning {{using the result of an assignment as a condition without in test()
61 …) {} // expected-warning {{using the result of an assignment as a condition without parentheses}} \ in test()
66 …()); // expected-warning {{using the result of an assignment as a condition without parentheses}} \ in test()
[all …]
/external/tinycompress/
DNOTICE9 Redistribution and use in source and binary forms, with or without
19 without specific prior written permission.
43 This program is distributed in the hope it will be useful, but WITHOUT
44 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
63 Redistribution and use in source and binary forms, with or without
73 without specific prior written permission.
96 This program is distributed in the hope it will be useful, but WITHOUT
97 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
116 Redistribution and use in source and binary forms, with or without
126 without specific prior written permission.
[all …]
/external/clang/test/Sema/
Dempty2.c9 struct emp_3 { // expected-warning {{struct without named members is a GNU extension}}
13 union emp_4 { // expected-warning {{union without named members is a GNU extension}}
17 struct emp_5 { // expected-warning {{struct without named members is a GNU extension}}
22 union emp_6 { // expected-warning {{union without named members is a GNU extension}}
27 struct nonamed_1 { // expected-warning {{struct without named members is a GNU extension}}
31 union nonamed_2 { // expected-warning {{union without named members is a GNU extension}}
35 struct nonamed_3 { // expected-warning {{struct without named members is a GNU extension}}
40 union nonamed_4 { // expected-warning {{union without named members is a GNU extension}}
/external/libxml2/
Dpost_update.sh17 --without-ftp
18 --without-http
19 --without-html
20 --without-legacy
21 --without-iconv
22 --without-zlib
23 --without-lzma
/external/mesa3d/src/gfxstream/
DLICENSE95 Work or Derivative Works thereof in any medium, with or without
138 this License, without any additional terms or conditions.
151 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
152 implied, including, without limitation, any warranties or conditions
204 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
217 in the Software without restriction, including without limitation the rights
225 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
320 closely related to copyright including, without limitation,
322 Rights, without regard to how the rights are labeled or
524 IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
[all …]
/external/ipsec-tools/
DNOTICE4 Redistribution and use in source and binary forms, with or without
14 without specific prior written permission.
33 Redistribution and use in source and binary forms, with or without
43 without specific prior written permission.
62 Redistribution and use in source and binary forms, with or without
72 without specific prior written permission.
91 Redistribution and use in source and binary forms, with or without
101 without specific prior written permission.
119 Redistribution and use in source and binary forms, with or without
129 without specific prior written permission.
[all …]
/external/iperf3/
DLICENSE5 Redistribution and use in source and binary forms, with or without
17 be used to endorse or promote products derived from this software without
35 Laboratory, without imposing a separate written license agreement for such
49 in the Software without restriction, including without limitation the rights
57 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76 "Software"), to deal in the Software without restriction, including
77 without limitation the rights to use, copy, modify, merge, publish,
85 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
101 * purpose without fee is hereby granted, provided that this entire notice
105 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
[all …]
/external/harfbuzz_ng/
DLICENSE78 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
104 Permission is hereby granted, without written agreement and without
129 purpose with or without fee is hereby granted, provided that the above
152 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
162 files (the "Software"), to deal in the Software without
163 restriction, including without limitation the rights to use, copy,
171 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
186 Permission is hereby granted, without written agreement and without
290 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING …
304 Copying and distribution of this file, with or without modification, are
[all …]
/external/cronet/third_party/libxml/chromium/
Droll.py71 # the final state without running the configure scripts on all three platforms,
102 ('--without-c14n', 'c14n=no'),
103 ('--without-catalog', 'catalog=no'),
104 ('--without-debug', 'xml_debug=no'),
105 ('--without-ftp', 'ftp=no'),
106 ('--without-http', 'http=no'),
107 ('--without-iconv', 'iconv=no'),
108 ('--without-iso8859x', 'iso8859x=no'),
109 ('--without-legacy', 'legacy=no'),
110 ('--without-lzma', 'lzma=no'),
[all …]
/external/curl/.github/workflows/
Dmacos.yml57 configure: --without-ssl --enable-websockets
61 configure: --enable-debug --without-ssl --enable-websockets
65 …configure: --enable-debug --with-libssh2=$(brew --prefix)/opt/libssh2 --without-ssl --enable-webso…
77 configure: --enable-debug --enable-ares --without-ssl --enable-websockets
102 --without-brotli \
103 --without-gssapi \
104 --without-libidn2 \
105 --without-libpsl \
106 --without-librtmp \
107 --without-libssh2 \
[all …]
/external/rust/crates/cesu8/
DLICENSE40 or without modification, are permitted provided that the
59 promote products derived from this software without
86 or without modification, are permitted provided that the
105 promote products derived from this software without
157 Software without restriction, including without
177 products derived from this Software without
180 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
213 Software without restriction, including without
233 products derived from this Software without
236 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
[all …]
DCOPYRIGHT-RUST.txt40 or without modification, are permitted provided that the
59 promote products derived from this software without
86 or without modification, are permitted provided that the
105 promote products derived from this software without
157 Software without restriction, including without
177 products derived from this Software without
180 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
213 Software without restriction, including without
233 products derived from this Software without
236 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
[all …]

12345678910>>...1305