/third_party/python/Lib/test/decimaltestdata/ |
D | dqOr.decTest | 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… 39 dqor009 or 1000000000000000000000000000000000 1000000000000000000000000000000000 -> 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 | 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 39 ddor009 or 1000000000000000 1000000000000000 -> 1000000000000000 [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 …]
|
D | incrementOperatorWithNumberTypeInvalidOperations.errors.txt | 1 …25): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 2 …23): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 3 …s.ts(22,25): error TS2357: The operand of an increment or decrement operator must be a variable or… 4 …25): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 5 …25): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 6 …s.ts(26,23): error TS2357: The operand of an increment or decrement operator must be a variable or… 7 …23): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 8 …23): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 9 …s.ts(31,25): error TS2357: The operand of an increment or decrement operator must be a variable or… 10 …s.ts(32,26): error TS2357: The operand of an increment or decrement operator must be a variable or… [all …]
|
D | decrementOperatorWithNumberTypeInvalidOperations.errors.txt | 1 …25): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 2 …23): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 3 …s.ts(22,25): error TS2357: The operand of an increment or decrement operator must be a variable or… 4 …25): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 5 …25): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 6 …s.ts(26,23): error TS2357: The operand of an increment or decrement operator must be a variable or… 7 …23): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 8 …23): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type. 9 …s.ts(31,25): error TS2357: The operand of an increment or decrement operator must be a variable or… 10 …s.ts(32,26): error TS2357: The operand of an increment or decrement operator must be a variable or… [all …]
|
D | overloadConsecutiveness.errors.txt | 1 …Consecutiveness.ts(3,10): error TS2391: Function implementation is missing or not immediately foll… 2 tests/cases/compiler/overloadConsecutiveness.ts(3,14): error TS1144: '{' or ';' expected. 3 …Consecutiveness.ts(3,25): error TS2391: Function implementation is missing or not immediately foll… 4 …Consecutiveness.ts(4,10): error TS2391: Function implementation is missing or not immediately foll… 5 tests/cases/compiler/overloadConsecutiveness.ts(4,14): error TS1144: '{' or ';' expected. 6 …Consecutiveness.ts(5,10): error TS2391: Function implementation is missing or not immediately foll… 7 tests/cases/compiler/overloadConsecutiveness.ts(5,17): error TS1128: Declaration or statement expec… 8 …Consecutiveness.ts(5,28): error TS2391: Function implementation is missing or not immediately foll… 9 …dConsecutiveness.ts(8,2): error TS2391: Function implementation is missing or not immediately foll… 10 tests/cases/compiler/overloadConsecutiveness.ts(8,6): error TS1144: '{' or ';' expected. [all …]
|
/third_party/mesa3d/src/intel/tools/tests/gen9/ |
D | or.asm | 1 or(8) g53<1>UD g49<8,8,1>UD g21<8,8,1>UD { align1 1Q }; 2 or.nz.f0.0(8) null<1>UD g21<8,8,1>UD g2<8,8,1>UD { align1 1Q }; 3 or.nz.f0.0(8) g5<1>UD g62<8,8,1>UD g67<8,8,1>UD { align1 1Q }; 4 or(8) g5<1>UD g106.1<8,4,2>UD 0x7ff00000UD { align1 2Q }; 5 or.nz.f0.0(16) null<1>UD g35<8,8,1>UD g32<8,8,1>UD { align1 1H }; 6 or(16) g36<1>UD g34<8,8,1>UD g20<8,8,1>UD { align1 1H }; 7 or.nz.f0.0(16) g53<1>UD g51<8,8,1>UD g49<8,8,1>UD { align1 1H }; 8 or(1) g8<1>UD g8<0,1,0>UD g4<0,1,0>UD { align1 WE_all 1N }; 9 or(1) a0<1>UD g8<0,1,0>UD 0x060ba000UD { align1 WE_all 1N }; 10 (+f0.0) or(8) g3<1>UD g3<8,8,1>UD 0x3f800000UD { align1 1Q }; [all …]
|
/third_party/mesa3d/src/intel/tools/tests/gen7.5/ |
D | or.asm | 1 or(1) g113.5<1>UD g0.5<0,1,0>UD 0x0000ff00UD { align1 WE_all 1N }; 2 or.nz.f0.0(8) null<1>.xUD g21<4>.xUD g19<4>.xUD { align16 1Q }; 3 or(8) g13<1>.xyUD g5.4<0>.zwwwUD g6<0>.xUD { align16 1Q }; 4 or.nz.f0.0(8) null<1>UD g12<8,8,1>UD g6<8,8,1>UD { align1 1Q }; 5 or.nz.f0.0(16) null<1>UD g4<8,8,1>UD g2<8,8,1>UD { align1 1H }; 6 or(8) g20<1>UD g19<8,8,1>UD g17<8,8,1>UD { align1 1Q }; 7 or(16) g30<1>UD g28<8,8,1>UD g24<8,8,1>UD { align1 1H }; 8 or(1) g2<1>UD g2<0,1,0>UD g4<0,1,0>UD { align1 WE_all 1N }; 9 or(1) a0<1>UD g2<0,1,0>UD 0x064a7000UD { align1 WE_all 1N }; 10 (+f0.0) or(8) g3<1>UD g3<8,8,1>UD 0x3f800000UD { align1 1Q }; [all …]
|
/third_party/mesa3d/src/intel/tools/tests/gen7/ |
D | or.asm | 1 or(1) g113.5<1>UD g0.5<0,1,0>UD 0x0000ff00UD { align1 WE_all 1N }; 2 or.nz.f0.0(8) null<1>.xUD g21<4>.xUD g19<4>.xUD { align16 1Q }; 3 or(8) g13<1>.xyUD g5.4<0>.zwwwUD g6<0>.xUD { align16 1Q }; 4 or(8) g10<1>UD g9<8,8,1>UD g8<8,8,1>UD { align1 1Q }; 5 or(16) g16<1>UD g14<8,8,1>UD g12<8,8,1>UD { align1 1H }; 6 (+f0.0) or(8) g22<1>.xUD g22<4>.xUD 0x3f800000UD { align16 1Q }; 7 or.nz.f0.0(8) g8<1>UD g4<8,8,1>UD g7<8,8,1>UD { align1 1Q }; 8 or.nz.f0.0(8) null<1>UD g12<8,8,1>UD g15<8,8,1>UD { align1 1Q }; 9 or.nz.f0.0(16) g12<1>UD g5<8,8,1>UD g10<8,8,1>UD { align1 1H }; 10 or.nz.f0.0(16) null<1>UD g20<8,8,1>UD g26<8,8,1>UD { align1 1H }; [all …]
|
/third_party/mesa3d/src/intel/tools/tests/gen8/ |
D | or.asm | 1 or(8) g53<1>UD g49<8,8,1>UD g21<8,8,1>UD { align1 1Q }; 2 or.nz.f0.0(8) null<1>UD g21<8,8,1>UD g2<8,8,1>UD { align1 1Q }; 3 or.nz.f0.0(8) g5<1>UD g62<8,8,1>UD g67<8,8,1>UD { align1 1Q }; 4 or(8) g5<1>UD g106.1<8,4,2>UD 0x7ff00000UD { align1 2Q }; 5 or.nz.f0.0(16) null<1>UD g35<8,8,1>UD g32<8,8,1>UD { align1 1H }; 6 or(16) g36<1>UD g34<8,8,1>UD g20<8,8,1>UD { align1 1H }; 7 or.nz.f0.0(16) g56<1>UD g54<8,8,1>UD g52<8,8,1>UD { align1 1H }; 8 or(1) g2<1>UD g2<0,1,0>UD g4<0,1,0>UD { align1 WE_all 1N }; 9 or(1) a0<1>UD g2<0,1,0>UD 0x064a7000UD { align1 WE_all 1N }; 10 (+f0.0) or(8) g3<1>UD g3<8,8,1>UD 0x3f800000UD { align1 1Q }; [all …]
|
/third_party/libsnd/src/ALAC/ |
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 20 (i) the power, direct or indirect, to cause the direction or management 21 of such entity, whether by contract or otherwise, or (ii) ownership 22 of fifty percent (50%) or more of the outstanding shares, or (iii) 25 "You" (or "Your") shall mean an individual or Legal Entity exercising 33 transformation or translation of a Source form, including but not 37 "Work" shall mean the work of authorship, whether in Source or Object 39 notice that is included in or attached to the work (an example is 42 "Derivative Works" shall mean any work, whether in Source or Object [all …]
|
/third_party/typescript/ |
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 …]
|
/third_party/libphonenumber/ |
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/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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/ |
D | LICENSE.txt | 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/jsframework/ |
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/node/deps/npm/node_modules/oauth-sign/ |
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 …]
|
/third_party/node/deps/npm/node_modules/tunnel-agent/ |
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 …]
|
/third_party/node/deps/npm/node_modules/aws-sign2/ |
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 …]
|
/third_party/flutter/skia/third_party/externals/wuffs/ |
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/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/chromium/ |
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/node/deps/npm/node_modules/forever-agent/ |
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 …]
|
/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 …]
|