| /external/oss-fuzz/projects/libxslt/ |
| D | build.sh | 13 # 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/ |
| D | CanExitWithoutReturningValue.sksl | 98 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/ |
| D | build.sh | 12 # 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/ |
| D | CanExitWithoutReturningValue.glsl | 3 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/perfetto/test/trace_processor/diff_tests/span_join/ |
| D | tests.py | 12 # 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 …]
|
| D | tests_outer_join.py | 12 # 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/igt-gpu-tools/ |
| D | COPYING | 6 "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 …]
|
| D | LICENSE | 6 "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/fonttools/Tests/ttLib/data/ |
| D | test_woff2_metadata.xml | 11 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/ |
| D | DEPS | 36 # and whatever else without interference from each other. 40 # and whatever else without interference from each other. 44 # and whatever else without interference from each other. 48 # 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. [all …]
|
| /external/clang/test/CodeGenObjC/ |
| D | terminate.m | 2 …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/ |
| D | LICENSE | 31 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/ |
| D | address-safety-attr.cpp | 6 …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/clang/test/SemaCXX/ |
| D | warn-assignment-condition.cpp | 15 …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/ |
| D | NOTICE | 9 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/ImageMagick/ |
| D | NOTICE | 14 under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 29 ImageMagick without restriction, including without limitation the rights to 37 The software is provided "as is", without warranty of any kind, express or 47 use or other dealings in ImageMagick without prior written authorization from 57 Redistribution and use in source and binary forms, with or without modification, 91 "Software"), including without limitation the rights to use, copy, modify, 105 the Software without restriction, including without limitation the rights to 113 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 131 the Software without restriction, including without limitation the rights to 139 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR [all …]
|
| /external/ipsec-tools/ |
| D | NOTICE | 4 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/ppp/pppd/plugins/radius/ |
| D | COPYRIGHT | 7 purpose and without fee is hereby granted, provided that this 11 without specific prior permission, and notice be given in supporting 17 without express or implied warranty. 23 purpose and without fee is hereby granted, provided that this copyright and 26 distribution of the program without specific prior permission, and notice be 31 software for any purpose. It is provided "as is" without express or implied 39 purpose and without fee is hereby granted, provided that this copyright 42 publicity pertaining to distribution of the program without specific 47 of this software for any purpose. It is provided "as is" without express 54 documentation for any purpose and without fee is hereby granted, provided [all …]
|
| /external/clang/test/Sema/ |
| D | empty2.c | 9 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/ipsec-tools/src/racoon/ |
| D | NOTICE | 4 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/ |
| D | LICENSE | 5 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/cronet/third_party/libxml/chromium/ |
| D | roll.py | 96 ('--without-c14n', 'c14n=no'), 97 ('--without-catalog', 'catalog=no'), 98 ('--without-debug', 'xml_debug=no'), 99 ('--without-ftp', 'ftp=no'), 100 ('--without-http', 'http=no'), 101 ('--without-iconv', 'iconv=no'), 102 ('--without-iso8859x', 'iso8859x=no'), 103 ('--without-legacy', 'legacy=no'), 104 ('--without-lzma', 'lzma=no'), 105 ('--without-mem-debug', 'mem_debug=no'), [all …]
|
| /external/ppp/ |
| D | LICENSE | 40 purpose and without fee is hereby granted, provided that the above 43 or publicity pertaining to this material without the prior explicit 44 permission. The software is provided "as is" without any 70 but WITHOUT ANY WARRANTY; without even the implied warranty of 96 is" without express or implied warranty of any kind. ** 480 .\" purpose with or without fee is hereby granted, provided that the above 527 Redistribution and use in source and binary forms, with or without 540 endorse or promote products derived from this software without 557 endorse or promote products derived from this software without 613 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. [all …]
|
| /external/harfbuzz_ng/ |
| D | LICENSE | 78 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 Permission is hereby granted, without written agreement and without 266 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING … 280 Copying and distribution of this file, with or without modification, are 281 permitted in any medium without royalty provided the copyright notice 282 and this notice are preserved. This file is offered as-is, without any 296 WITHOUT ANY WARRANTY; without even the implied warranty of [all …]
|
| /external/curl/.github/workflows/ |
| D | macos.yml | 56 configure: --without-ssl 60 configure: --enable-debug --without-ssl 64 configure: --enable-debug --with-libssh2 --without-ssl 76 configure: --enable-debug --enable-ares --without-ssl 80 …without-brotli --without-gssapi --without-libidn2 --without-libpsl --without-librtmp --without-lib…
|