| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
| D | round.inl | 76 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) 79 return Source + (Multiple - std::fmod(Source, Multiple)); 81 return Source + std::fmod(-Source, Multiple); 89 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) 92 return Tmp + (Multiple - (Tmp % Multiple)); 100 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) 105 return Tmp + (Multiple - (Tmp % Multiple)); 108 return Source + (-Source % Multiple); 119 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) 122 return Source - std::fmod(Source, Multiple); [all …]
|
| D | round.hpp | 85 /// Return true if the 'Value' is a multiple of 'Multiple'. 89 GLM_FUNC_DECL bool isMultiple(genIUType Value, genIUType Multiple); 91 /// Return true if the 'Value' is a multiple of 'Multiple'. 95 GLM_FUNC_DECL vecType<bool, P> isMultiple(vecType<T, P> const & Value, T Multiple); 97 /// Return true if the 'Value' is a multiple of 'Multiple'. 101 …FUNC_DECL vecType<bool, P> isMultiple(vecType<T, P> const & Value, vecType<T, P> const & Multiple); 103 /// Higher multiple number of Source. 107 /// @param Multiple Must be a null or positive value 111 GLM_FUNC_DECL genType ceilMultiple(genType Source, genType Multiple); 113 /// Higher multiple number of Source. [all …]
|
| /third_party/boost/libs/mpi/test/ |
| D | mt_level_test.cpp | 41 test_threading_level_io(mt::multiple); in test_threading_levels_io() 50 BOOST_CHECK(mt::multiple == mt::multiple); in test_threading_level_cmp() 54 BOOST_CHECK(mt::single != mt::multiple); in test_threading_level_cmp() 58 BOOST_CHECK(mt::funneled != mt::multiple); in test_threading_level_cmp() 62 BOOST_CHECK(mt::serialized != mt::multiple); in test_threading_level_cmp() 64 BOOST_CHECK(mt::multiple != mt::single); in test_threading_level_cmp() 65 BOOST_CHECK(mt::multiple != mt::funneled); in test_threading_level_cmp() 66 BOOST_CHECK(mt::multiple != mt::serialized); in test_threading_level_cmp() 72 BOOST_CHECK(mt::single < mt::multiple); in test_threading_level_cmp() 73 BOOST_CHECK(mt::multiple > mt::single); in test_threading_level_cmp() [all …]
|
| /third_party/libxml2/result/XPath/xptr/ |
| D | strpoint | 3 Expression: xpointer(start-point(string-range(//p,'multiple'))) 6 content=multiple tests 10 Expression: xpointer(end-point(string-range(//p,'multiple'))) 13 content=multiple tests 23 content=multiple tests 36 content=multiple tests 43 Expression: xpointer(start-point(string-range(//*,'multiple',1,0))) 46 content=multiple tests 50 Expression: xpointer(end-point(string-range(//*,'multiple',1,0))) 53 content=multiple tests [all …]
|
| /third_party/mbedtls/tests/suites/ |
| D | test_suite_cipher.camellia.data | 309 CAMELLIA Encrypt and decrypt 0 bytes in multiple parts [#1] 313 CAMELLIA Encrypt and decrypt 1 bytes in multiple parts 1 [#1] 317 CAMELLIA Encrypt and decrypt 1 bytes in multiple parts 2 [#1] 321 CAMELLIA Encrypt and decrypt 16 bytes in multiple parts 1 [#1] 325 CAMELLIA Encrypt and decrypt 16 bytes in multiple parts 2 [#1] 329 CAMELLIA Encrypt and decrypt 16 bytes in multiple parts 3 [#1] 333 CAMELLIA Encrypt and decrypt 16 bytes in multiple parts 4 [#1] 337 CAMELLIA Encrypt and decrypt 22 bytes in multiple parts 1 [#1] 341 CAMELLIA Encrypt and decrypt 22 bytes in multiple parts 1 [#2] 345 CAMELLIA Encrypt and decrypt 22 bytes in multiple parts 1 [#3] [all …]
|
| D | test_suite_mps.data | 7 MPS Reader: Single step, multiple rounds, pausing disabled 10 MPS Reader: Single step, multiple rounds, pausing enabled but unused 13 MPS Reader: Multiple steps, single round, pausing disabled 16 MPS Reader: Multiple steps, single round, pausing enabled but unused 19 MPS Reader: Multiple steps, multiple rounds, pausing disabled 22 MPS Reader: Multiple steps, multiple rounds, pausing enabled but unused 37 MPS Reader: Pausing, repeat multiple calls without commit 40 MPS Reader: Pausing, repeat multiple calls with commit #0 43 MPS Reader: Pausing, repeat multiple calls with commit #1 46 MPS Reader: Pausing, repeat multiple calls with commit #2
|
| D | test_suite_cmac.data | 44 CMAC Multiple Blocks #1 - Multiple 8 byte blocks 47 CMAC Multiple Blocks #2 - Multiple 16 byte blocks 50 CMAC Multiple Blocks #3 - Multiple variable sized blocks 53 CMAC Multiple Blocks #4 - Multiple 8 byte blocks with gaps 56 CMAC Multiple Operations, same key #1 - Empty, empty 59 CMAC Multiple Operations, same key #2 - Empty, 64 byte block 62 CMAC Multiple Operations, same key #3 - variable byte blocks
|
| D | test_suite_cipher.aria.data | 65 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 0 bytes in multiple parts 69 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 1 bytes in multiple parts 1 73 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 1 bytes in multiple parts 2 77 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 16 bytes in multiple parts 1 81 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 16 bytes in multiple parts 2 85 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 16 bytes in multiple parts 3 89 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 16 bytes in multiple parts 4 93 ARIA-128 CCM*-NO-TAG - Encrypt and decrypt 22 bytes in multiple parts 1 97 ARIA-128-CCM*-NO-TAG - Encrypt and decrypt 22 bytes in multiple parts 2 101 ARIA-128-CCM*-NO-TAG - Encrypt and decrypt 23 bytes in multiple parts 1 [all …]
|
| D | test_suite_cipher.chacha20.data | 65 ChaCha20 Encrypt and decrypt 0 bytes in multiple parts 1 69 ChaCha20 Encrypt and decrypt 1 bytes in multiple parts 1 73 ChaCha20 Encrypt and decrypt 1 bytes in multiple parts 2 77 ChaCha20 Encrypt and decrypt 16 bytes in multiple parts 1 81 ChaCha20 Encrypt and decrypt 16 bytes in multiple parts 2 85 ChaCha20 Encrypt and decrypt 16 bytes in multiple parts 3 89 ChaCha20 Encrypt and decrypt 16 bytes in multiple parts 4 93 ChaCha20 Encrypt and decrypt 22 bytes in multiple parts 1 97 ChaCha20 Encrypt and decrypt 22 bytes in multiple parts 2 101 ChaCha20 Encrypt and decrypt 22 bytes in multiple parts 3 [all …]
|
| D | test_suite_cipher.null.data | 57 NULL Encrypt and decrypt 1 bytes in multiple parts 1 61 NULL Encrypt and decrypt 1 bytes in multiple parts 2 65 NULL Encrypt and decrypt 16 bytes in multiple parts 1 69 NULL Encrypt and decrypt 16 bytes in multiple parts 2 73 NULL Encrypt and decrypt 16 bytes in multiple parts 3 77 NULL Encrypt and decrypt 16 bytes in multiple parts 4 81 NULL Encrypt and decrypt 22 bytes in multiple parts 1 [#1] 85 NULL Encrypt and decrypt 22 bytes in multiple parts 1 [#2] 89 NULL Encrypt and decrypt 22 bytes in multiple parts 1 [#3] 93 NULL Encrypt and decrypt 32 bytes in multiple parts 1
|
| D | test_suite_cipher.chachapoly.data | 65 ChaCha20+Poly1305 Encrypt and decrypt 0 bytes in multiple parts 1 69 ChaCha20+Poly1305 Encrypt and decrypt 1 bytes in multiple parts 1 73 ChaCha20+Poly1305 Encrypt and decrypt 1 bytes in multiple parts 2 77 ChaCha20+Poly1305 Encrypt and decrypt 16 bytes in multiple parts 1 81 ChaCha20+Poly1305 Encrypt and decrypt 16 bytes in multiple parts 2 85 ChaCha20+Poly1305 Encrypt and decrypt 16 bytes in multiple parts 3 89 ChaCha20+Poly1305 Encrypt and decrypt 16 bytes in multiple parts 4 93 ChaCha20+Poly1305 Encrypt and decrypt 22 bytes in multiple parts 1 97 ChaCha20+Poly1305 Encrypt and decrypt 22 bytes in multiple parts 2 101 ChaCha20+Poly1305 Encrypt and decrypt 22 bytes in multiple parts 3 [all …]
|
| D | test_suite_cipher.aes.data | 309 AES-128 CBC - Encrypt and decrypt 0 bytes in multiple parts with PKCS7 padding 313 AES-128 CBC - Encrypt and decrypt 1 bytes in multiple parts with PKCS7 padding 1 317 AES-128 CBC - Encrypt and decrypt 1 bytes in multiple parts with PKCS7 padding 2 321 AES-128 CBC - Encrypt and decrypt 16 bytes in multiple parts with PKCS7 padding 1 325 AES-128 CBC - Encrypt and decrypt 16 bytes in multiple parts with PKCS7 padding 2 329 AES-128 CBC - Encrypt and decrypt 16 bytes in multiple parts with PKCS7 padding 3 333 AES-128 CBC - Encrypt and decrypt 16 bytes in multiple parts with PKCS7 padding 4 337 AES-128 CBC - Encrypt and decrypt 22 bytes in multiple parts with PKCS7 padding 1 341 AES-128 CBC - Encrypt and decrypt 22 bytes in multiple parts with PKCS7 padding 2 345 AES-128 CBC - Encrypt and decrypt 23 bytes in multiple parts with PKCS7 padding 1 [all …]
|
| /third_party/openGLES/extensions/IMG/ |
| D | IMG_texture_compression_pvrtc2.txt | 82 or height is not a multiple of the block size. 132 * <xoffset> is not a multiple of eight. 133 * <yoffset> is not a multiple of four. 134 * <width> is not a multiple of eight, except when the sum of <width> 136 * <height> is not a multiple of four, except when the sum of <height> 142 * <xoffset> is not a multiple of four. 143 * <yoffset> is not a multiple of four. 144 * <width> is not a multiple of four, except when the sum of <width> 146 * <height> is not a multiple of four, except when the sum of <height> 175 * <xoffset> is not a multiple of eight. [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/IMG/ |
| D | IMG_texture_compression_pvrtc2.txt | 82 or height is not a multiple of the block size. 132 * <xoffset> is not a multiple of eight. 133 * <yoffset> is not a multiple of four. 134 * <width> is not a multiple of eight, except when the sum of <width> 136 * <height> is not a multiple of four, except when the sum of <height> 142 * <xoffset> is not a multiple of four. 143 * <yoffset> is not a multiple of four. 144 * <width> is not a multiple of four, except when the sum of <width> 146 * <height> is not a multiple of four, except when the sum of <height> 175 * <xoffset> is not a multiple of eight. [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | parserConstructorDeclaration12.errors.txt | 1 tests/cases/compiler/parserConstructorDeclaration12.ts(2,3): error TS2392: Multiple constructor imp… 4 tests/cases/compiler/parserConstructorDeclaration12.ts(3,3): error TS2392: Multiple constructor imp… 7 tests/cases/compiler/parserConstructorDeclaration12.ts(4,3): error TS2392: Multiple constructor imp… 10 tests/cases/compiler/parserConstructorDeclaration12.ts(5,3): error TS2392: Multiple constructor imp… 13 tests/cases/compiler/parserConstructorDeclaration12.ts(6,3): error TS2392: Multiple constructor imp… 16 tests/cases/compiler/parserConstructorDeclaration12.ts(7,3): error TS2392: Multiple constructor imp… 19 tests/cases/compiler/parserConstructorDeclaration12.ts(8,3): error TS2392: Multiple constructor imp… 22 tests/cases/compiler/parserConstructorDeclaration12.ts(9,3): error TS2392: Multiple constructor imp… 31 !!! error TS2392: Multiple constructor implementations are not allowed. 38 !!! error TS2392: Multiple constructor implementations are not allowed. [all …]
|
| D | classWithTwoConstructorDefinitions.errors.txt | 1 …rDeclarations/classWithTwoConstructorDefinitions.ts(2,5): error TS2392: Multiple constructor imple… 2 …rDeclarations/classWithTwoConstructorDefinitions.ts(3,5): error TS2392: Multiple constructor imple… 3 …rDeclarations/classWithTwoConstructorDefinitions.ts(7,5): error TS2392: Multiple constructor imple… 4 …rDeclarations/classWithTwoConstructorDefinitions.ts(8,5): error TS2392: Multiple constructor imple… 11 !!! error TS2392: Multiple constructor implementations are not allowed. 14 !!! error TS2392: Multiple constructor implementations are not allowed. 20 !!! error TS2392: Multiple constructor implementations are not allowed. 23 !!! error TS2392: Multiple constructor implementations are not allowed.
|
| D | multipleDefaultExports05.errors.txt | 1 …les/multipleDefaultExports05.ts(1,22): error TS2528: A module cannot have multiple default exports. 2 …les/multipleDefaultExports05.ts(1,22): error TS2528: A module cannot have multiple default exports. 3 …les/multipleDefaultExports05.ts(3,22): error TS2528: A module cannot have multiple default exports. 4 …les/multipleDefaultExports05.ts(5,22): error TS2528: A module cannot have multiple default exports. 10 !!! error TS2528: A module cannot have multiple default exports. 13 !!! error TS2528: A module cannot have multiple default exports. 18 !!! error TS2528: A module cannot have multiple default exports. 23 !!! error TS2528: A module cannot have multiple default exports.
|
| D | mixinPrivateAndProtected.errors.txt | 4 …ous class) & A' was reduced to 'never' because property 'pvt' exists in multiple constituents and … 6 …ous class) & A' was reduced to 'never' because property 'pvt' exists in multiple constituents and … 8 …ous class) & A' was reduced to 'never' because property 'pvt' exists in multiple constituents and … 10 …ous class) & A' was reduced to 'never' because property 'pvt' exists in multiple constituents and … 12 …ous class) & A' was reduced to 'never' because property 'pvt' exists in multiple constituents and … 14 …ous class) & A' was reduced to 'never' because property 'pvt' exists in multiple constituents and … 16 …ous class) & A' was reduced to 'never' because property 'pvt' exists in multiple constituents and … 18 …ous class) & A' was reduced to 'never' because property 'pvt' exists in multiple constituents and … 20 …ous class) & A' was reduced to 'never' because property 'pvt' exists in multiple constituents and … 79 …ous class) & A' was reduced to 'never' because property 'pvt' exists in multiple constituents and … [all …]
|
| /third_party/skia/third_party/externals/angle2/extensions/ |
| D | ANGLE_lossy_etc_decode.txt | 46 dimensions must be a multiple of four (except for mip levels where the 115 * <width> is not one, two, nor a multiple of four. 116 * <height> is not one, two, nor a multiple of four. 128 * <width> is not a multiple of four nor equal to TEXTURE_WIDTH. 129 * <height> is not a multiple of four nor equal to TEXTURE_HEIGHT. 130 * <xoffset> or <yoffset> is not a multiple of four. 140 - <width> is not one, two, nor a multiple of four. 141 - <height> is not one, two, nor a multiple of four. 146 - <width> is not a multiple of four nor equal to TEXTURE_WIDTH; 147 - <height> is not a multiple of four nor equal to TEXTURE_HEIGHT; [all …]
|
| D | ANGLE_texture_compression_dxt.txt | 45 such that the size must be a multiple of four (except for mip levels 99 * <width> is not one, two, or a multiple of four. 100 * <height> is not one, two, or a multiple of four. 112 * <width> is not a multiple of four or equal to TEXTURE_WIDTH. 114 * <xoffset> or <yoffset> is not a multiple of four. 128 - <width> is not one, two, or a multiple of four. 129 - <height> is not one, two, or a multiple of four. 142 - <width> is not a multiple of four or equal to TEXTURE_WIDTH; 143 - <height> is not a multiple of four or equal to TEXTURE_HEIGHT; 144 - <xoffset> or <yoffset> is not a multiple of four; [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/ |
| D | ANGLE_texture_compression_dxt.txt | 45 such that the size must be a multiple of four (except for mip levels 99 * <width> is not one, two, or a multiple of four. 100 * <height> is not one, two, or a multiple of four. 112 * <width> is not a multiple of four or equal to TEXTURE_WIDTH. 114 * <xoffset> or <yoffset> is not a multiple of four. 128 - <width> is not one, two, or a multiple of four. 129 - <height> is not one, two, or a multiple of four. 142 - <width> is not a multiple of four or equal to TEXTURE_WIDTH; 143 - <height> is not a multiple of four or equal to TEXTURE_HEIGHT; 144 - <xoffset> or <yoffset> is not a multiple of four; [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/extensions/ |
| D | ANGLE_lossy_etc_decode.txt | 46 dimensions must be a multiple of four (except for mip levels where the 115 * <width> is not one, two, nor a multiple of four. 116 * <height> is not one, two, nor a multiple of four. 128 * <width> is not a multiple of four nor equal to TEXTURE_WIDTH. 129 * <height> is not a multiple of four nor equal to TEXTURE_HEIGHT. 130 * <xoffset> or <yoffset> is not a multiple of four. 140 - <width> is not one, two, nor a multiple of four. 141 - <height> is not one, two, nor a multiple of four. 146 - <width> is not a multiple of four nor equal to TEXTURE_WIDTH; 147 - <height> is not a multiple of four nor equal to TEXTURE_HEIGHT; [all …]
|
| D | ANGLE_texture_compression_dxt.txt | 45 such that the size must be a multiple of four (except for mip levels 99 * <width> is not one, two, or a multiple of four. 100 * <height> is not one, two, or a multiple of four. 112 * <width> is not a multiple of four or equal to TEXTURE_WIDTH. 114 * <xoffset> or <yoffset> is not a multiple of four. 128 - <width> is not one, two, or a multiple of four. 129 - <height> is not one, two, or a multiple of four. 142 - <width> is not a multiple of four or equal to TEXTURE_WIDTH; 143 - <height> is not a multiple of four or equal to TEXTURE_HEIGHT; 144 - <xoffset> or <yoffset> is not a multiple of four; [all …]
|
| /third_party/openGLES/extensions/ANGLE/ |
| D | ANGLE_texture_compression_dxt.txt | 45 such that the size must be a multiple of four (except for mip levels 99 * <width> is not one, two, or a multiple of four. 100 * <height> is not one, two, or a multiple of four. 112 * <width> is not a multiple of four or equal to TEXTURE_WIDTH. 114 * <xoffset> or <yoffset> is not a multiple of four. 128 - <width> is not one, two, or a multiple of four. 129 - <height> is not one, two, or a multiple of four. 142 - <width> is not a multiple of four or equal to TEXTURE_WIDTH; 143 - <height> is not a multiple of four or equal to TEXTURE_HEIGHT; 144 - <xoffset> or <yoffset> is not a multiple of four; [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| D | EXT_texture_compression_s3tc_srgb.txt | 140 INVALID_OPERATION error is generated. If <width> is not a multiple 143 a multiple of 4 and <yoffset> + <height> is not equal to the 169 * <width> is not a multiple of four, and <width> plus 172 * <height> is not a multiple of four, and <height> plus 175 * <xoffset> or <yoffset> is not a multiple of four. 234 * <width> is not a multiple of four, and <width> plus 237 * <height> is not a multiple of four, and <height> plus 240 * <xoffset> or <yoffset> is not a multiple of four. 279 * <width> is not a multiple of four, and <width> plus 282 * <height> is not a multiple of four, and <height> plus [all …]
|