/third_party/python/Lib/test/decimaltestdata/ |
D | dqOr.decTest | 2 -- dqOr.decTest -- digitwise logical OR for decQuads -- 13 -- or specification. The tests are not exhaustive. -- 30 dqor001 or 0 0 -> 0 31 dqor002 or 0 1 -> 1 32 dqor003 or 1 0 -> 1 33 dqor004 or 1 1 -> 1 34 dqor005 or 1100 1010 -> 1110 36 dqor006 or 0000000000000000000000000000000000 0000000000000000000000000000000000 -> 0 37 dqor007 or 0000000000000000000000000000000000 1000000000000000000000000000000000 -> 1000000000000… 38 dqor008 or 1000000000000000000000000000000000 0000000000000000000000000000000000 -> 1000000000000… [all …]
|
D | or.decTest | 2 -- or.decTest -- digitwise logical OR -- 13 -- or specification. The tests are not exhaustive. -- 29 orx001 or 0 0 -> 0 30 orx002 or 0 1 -> 1 31 orx003 or 1 0 -> 1 32 orx004 or 1 1 -> 1 33 orx005 or 1100 1010 -> 1110 35 orx006 or 000000000 000000000 -> 0 36 orx007 or 000000000 100000000 -> 100000000 37 orx008 or 100000000 000000000 -> 100000000 [all …]
|
D | ddOr.decTest | 2 -- ddOr.decTest -- digitwise logical OR for decDoubles -- 13 -- or specification. The tests are not exhaustive. -- 30 ddor001 or 0 0 -> 0 31 ddor002 or 0 1 -> 1 32 ddor003 or 1 0 -> 1 33 ddor004 or 1 1 -> 1 34 ddor005 or 1100 1010 -> 1110 36 ddor006 or 0000000000000000 0000000000000000 -> 0 37 ddor007 or 0000000000000000 1000000000000000 -> 1000000000000000 38 ddor008 or 1000000000000000 0000000000000000 -> 1000000000000000 [all …]
|
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
D | CMakeLists.txt | 26 if (NOT CONFIGTABLE OR ALLFFT OR CFFT_F32_16 OR CFFT_F32_32 OR CFFT_F32_64 OR CFFT_F32_128 OR CFFT_… 27 OR CFFT_F32_1024 OR CFFT_F32_2048 OR CFFT_F32_4096) 36 if (NOT CONFIGTABLE OR ALLFFT OR CFFT_F16_16 OR CFFT_F16_32 OR CFFT_F16_64 OR CFFT_F16_128 OR CFFT_… 37 OR CFFT_F16_1024 OR CFFT_F16_2048 OR CFFT_F16_4096) 46 if (NOT CONFIGTABLE OR ALLFFT OR RFFT_F16_128 OR RFFT_F16_512 OR RFFT_F16_2048 OR RFFT_F16_8192) 52 if (NOT CONFIGTABLE OR ALLFFT OR CFFT_F64_16 OR CFFT_F64_32 OR CFFT_F64_64 OR CFFT_F64_128 OR CFFT_… 53 OR CFFT_F64_1024 OR CFFT_F64_2048 OR CFFT_F64_4096) 58 if (NOT CONFIGTABLE OR ALLFFT OR CFFT_Q15_16 OR CFFT_Q15_32 OR CFFT_Q15_64 OR CFFT_Q15_128 OR CFFT_… 59 OR CFFT_Q15_1024 OR CFFT_Q15_2048 OR CFFT_Q15_4096) 66 if (NOT CONFIGTABLE OR ALLFFT OR CFFT_Q31_16 OR CFFT_Q31_32 OR CFFT_Q31_64 OR CFFT_Q31_128 OR CFFT_… [all …]
|
/third_party/chromium/ |
D | README.Chromium | 139 // Redistribution and use in source and binary forms, with or without 155 // in the documentation and/or other materials provided with the 161 // contributors may be used to endorse or promote products derived from 169 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 175 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 177 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 179 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 181 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 183 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 185 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE [all …]
|
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 17 other entities that control, are controlled by, or are under common 19 "control" means (i) the power, direct or indirect, to cause the 20 direction or management of such entity, whether by contract or 21 otherwise, or (ii) ownership of fifty percent (50%) or more of the 22 outstanding shares, or (iii) beneficial ownership of such entity. 24 "You" (or "Your") shall mean an individual or Legal Entity 32 transformation or translation of a Source form, including but 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work [all …]
|
/third_party/libabigail/relicensing-scripts/ |
D | file-licenses.orig.txt | 2 # LGPL-3.0-or-later license: 4 # find . -type f -exec grep -n "SPDX-License-Identifier:" {} /dev/null \; | grep LGPL-3.0-or-later 6 ./bash-completion/Makefile.am:1:## SPDX-License-Identifier: LGPL-3.0-or-later 7 ./bash-completion/abicompat:1:# SPDX-License-Identifier: LGPL-3.0-or-later 8 ./bash-completion/abidiff:1:# SPDX-License-Identifier: LGPL-3.0-or-later 9 ./bash-completion/abidw:1:# SPDX-License-Identifier: LGPL-3.0-or-later 10 ./bash-completion/abilint:1:# SPDX-License-Identifier: LGPL-3.0-or-later 11 ./bash-completion/abinilint:1:# SPDX-License-Identifier: LGPL-3.0-or-later 12 ./bash-completion/abipkgdiff:1:# SPDX-License-Identifier: LGPL-3.0-or-later 13 ./bash-completion/abisym:1:# SPDX-License-Identifier: LGPL-3.0-or-later [all …]
|
/third_party/node/ |
D | LICENSE | 9 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 14 all copies or substantial portions of the Software. 16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 19 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 33 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 38 all copies or substantial portions of the Software. 40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 43 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER [all …]
|
/third_party/node/deps/npm/node_modules/util-promisify/ |
D | LICENSE | 9 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 14 all copies or substantial portions of the Software. 16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 19 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 33 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 38 all copies or substantial portions of the Software. 40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 43 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER [all …]
|
/third_party/NuttX/ |
D | LICENSE | 12 "Licensor" shall mean the copyright owner or entity authorized by 16 other entities that control, are controlled by, or are under common 18 "control" means (i) the power, direct or indirect, to cause the 19 direction or management of such entity, whether by contract or 20 otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 outstanding shares, or (iii) beneficial ownership of such entity. 23 "You" (or "Your") shall mean an individual or Legal Entity 31 transformation or translation of a Source form, including but 35 "Work" shall mean the work of authorship, whether in Source or 37 copyright notice that is included in or attached to the work [all …]
|
/third_party/skia/third_party/externals/icu/ |
D | LICENSE | 8 (the "Data Files") or Unicode software and any associated documentation 9 (the "Software") to deal in the Data Files or Software 11 copy, modify, merge, publish, distribute, and/or sell copies of 12 the Data Files or Software, and to permit persons to whom the Data Files 13 or Software are furnished to do so, provided that either 15 of the Data Files or Software, or 20 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 23 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS 24 NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL 25 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, [all …]
|
/third_party/icu/icu4c/ |
D | LICENSE | 8 (the "Data Files") or Unicode software and any associated documentation 9 (the "Software") to deal in the Data Files or Software 11 copy, modify, merge, publish, distribute, and/or sell copies of 12 the Data Files or Software, and to permit persons to whom the Data Files 13 or Software are furnished to do so, provided that either 15 of the Data Files or Software, or 20 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 23 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS 24 NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL 25 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, [all …]
|
/third_party/flutter/skia/third_party/externals/icu/ |
D | LICENSE | 8 (the "Data Files") or Unicode software and any associated documentation 9 (the "Software") to deal in the Data Files or Software 11 copy, modify, merge, publish, distribute, and/or sell copies of 12 the Data Files or Software, and to permit persons to whom the Data Files 13 or Software are furnished to do so, provided that either 15 of the Data Files or Software, or 20 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 23 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS 24 NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL 25 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, [all …]
|
/third_party/node/deps/icu-small/ |
D | LICENSE | 8 (the "Data Files") or Unicode software and any associated documentation 9 (the "Software") to deal in the Data Files or Software 11 copy, modify, merge, publish, distribute, and/or sell copies of 12 the Data Files or Software, and to permit persons to whom the Data Files 13 or Software are furnished to do so, provided that either 15 of the Data Files or Software, or 20 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 23 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS 24 NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL 25 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, [all …]
|
/third_party/icu/icu4j/main/shared/licenses/ |
D | LICENSE | 8 (the "Data Files") or Unicode software and any associated documentation 9 (the "Software") to deal in the Data Files or Software 11 copy, modify, merge, publish, distribute, and/or sell copies of 12 the Data Files or Software, and to permit persons to whom the Data Files 13 or Software are furnished to do so, provided that either 15 of the Data Files or Software, or 20 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 23 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS 24 NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL 25 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, [all …]
|
/third_party/flutter/engine/flutter/sky/packages/sky_engine/ |
D | LICENSE | 6 Redistribution and use in source and binary forms, with or without modification, 13 and/or other materials provided with the distribution. 15 used to endorse or promote products derived from this software without 18 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 20 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE 21 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 22 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 23 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 24 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 25 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | decrementAndIncrementOperators.errors.txt | 1 …ors.ts(4,1): error TS2357: The operand of an increment or decrement operator must be a variable or… 2 …ors.ts(6,1): error TS2357: The operand of an increment or decrement operator must be a variable or… 3 …ors.ts(7,1): error TS2357: The operand of an increment or decrement operator must be a variable or… 4 …ors.ts(9,3): error TS2357: The operand of an increment or decrement operator must be a variable or… 5 …rs.ts(10,3): error TS2357: The operand of an increment or decrement operator must be a variable or… 6 …rs.ts(12,1): error TS2357: The operand of an increment or decrement operator must be a variable or… 7 …rs.ts(13,1): error TS2357: The operand of an increment or decrement operator must be a variable or… 8 …rs.ts(15,3): error TS2357: The operand of an increment or decrement operator must be a variable or… 9 …rs.ts(16,3): error TS2357: The operand of an increment or decrement operator must be a variable or… 10 …rs.ts(18,1): error TS2357: The operand of an increment or decrement operator must be a variable or… [all …]
|
/third_party/skia/third_party/externals/dawn/ |
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 17 other entities that control, are controlled by, or are under common 19 "control" means (i) the power, direct or indirect, to cause the 20 direction or management of such entity, whether by contract or 21 otherwise, or (ii) ownership of fifty percent (50%) or more of the 22 outstanding shares, or (iii) beneficial ownership of such entity. 24 "You" (or "Your") shall mean an individual or Legal Entity 32 transformation or translation of a Source form, including but 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work [all …]
|
/third_party/libinput/doc/api/style/ |
D | LICENSE | 2 not apply or affect libinput itself. 17 "Licensor" shall mean the copyright owner or entity authorized by 21 other entities that control, are controlled by, or are under common 23 "control" means (i) the power, direct or indirect, to cause the 24 direction or management of such entity, whether by contract or 25 otherwise, or (ii) ownership of fifty percent (50%) or more of the 26 outstanding shares, or (iii) beneficial ownership of such entity. 28 "You" (or "Your") shall mean an individual or Legal Entity 36 transformation or translation of a Source form, including but 40 "Work" shall mean the work of authorship, whether in Source or [all …]
|
/third_party/libevdev/doc/style/ |
D | LICENSE | 2 not apply or affect libinput itself. 17 "Licensor" shall mean the copyright owner or entity authorized by 21 other entities that control, are controlled by, or are under common 23 "control" means (i) the power, direct or indirect, to cause the 24 direction or management of such entity, whether by contract or 25 otherwise, or (ii) ownership of fifty percent (50%) or more of the 26 outstanding shares, or (iii) beneficial ownership of such entity. 28 "You" (or "Your") shall mean an individual or Legal Entity 36 transformation or translation of a Source form, including but 40 "Work" shall mean the work of authorship, whether in Source or [all …]
|
/third_party/rust/crates/libc/ |
D | LICENSE-APACHE | 12 "Licensor" shall mean the copyright owner or entity authorized by 16 other entities that control, are controlled by, or are under common 18 "control" means (i) the power, direct or indirect, to cause the 19 direction or management of such entity, whether by contract or 20 otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 outstanding shares, or (iii) beneficial ownership of such entity. 23 "You" (or "Your") shall mean an individual or Legal Entity 31 transformation or translation of a Source form, including but 35 "Work" shall mean the work of authorship, whether in Source or 37 copyright notice that is included in or attached to the work [all …]
|
/third_party/node/deps/npm/node_modules/caseless/ |
D | LICENSE | 7 "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is grant… 8 …or are under common control with that entity. For the purposes of this definition, "control" means… 9 "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this L… 11 "Object" form shall mean any form resulting from mechanical transformation or translation of a Sour… 12 …hip, whether in Source or Object form, made available under the License, as indicated by a copyrig… 13 …or Object form, that is based on (or derived from) the Work and for which the editorial revisions,… 14 …or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor… 15 "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contributi… 16 …ly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 17 …or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitt… [all …]
|
/third_party/flutter/skia/third_party/etc1/ |
D | LICENSE | 14 "Licensor" shall mean the copyright owner or entity authorized by the 18 entities that control, are controlled by, or are under common control with 20 power, direct or indirect, to cause the direction or management of such 21 entity, whether by contract or otherwise, or (ii) ownership of fifty 22 percent (50%) or more of the outstanding shares, or (iii) beneficial 25 "You" (or "Your") shall mean an individual or Legal Entity exercising 33 or translation of a Source form, including but not limited to compiled 36 "Work" shall mean the work of authorship, whether in Source or Object 38 notice that is included in or attached to the work (an example is 41 "Derivative Works" shall mean any work, whether in Source or Object [all …]
|
/third_party/rust/crates/cxx/gen/cmd/ |
D | LICENSE-APACHE | 12 "Licensor" shall mean the copyright owner or entity authorized by 16 other entities that control, are controlled by, or are under common 18 "control" means (i) the power, direct or indirect, to cause the 19 direction or management of such entity, whether by contract or 20 otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 outstanding shares, or (iii) beneficial ownership of such entity. 23 "You" (or "Your") shall mean an individual or Legal Entity 31 transformation or translation of a Source form, including but 35 "Work" shall mean the work of authorship, whether in Source or 37 copyright notice that is included in or attached to the work [all …]
|
/third_party/node/deps/npm/node_modules/request/ |
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is grant… 15 …or are under common control with that entity. For the purposes of this definition, "control" means… 17 "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this L… 21 "Object" form shall mean any form resulting from mechanical transformation or translation of a Sour… 23 …hip, whether in Source or Object form, made available under the License, as indicated by a copyrig… 25 …or Object form, that is based on (or derived from) the Work and for which the editorial revisions,… 27 …or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor… 29 "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contributi… 31 …ly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 33 …or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitt… [all …]
|