Searched refs:modeDesc (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | BC_Decoder.cpp | 696 ModeDesc modeDesc; member 703 , modeDesc() in BlockDesc() 707 constexpr BlockDesc(const DataType type, Channel channel, int MSB, int LSB, ModeDesc modeDesc) in BlockDesc() 712 , modeDesc(modeDesc) in BlockDesc() 721 , modeDesc() in BlockDesc() 977 ModeDesc modeDesc; in decode() local 985 modeDesc = desc.modeDesc; in decode() 986 ASSERT(modeDesc.number == mode); in decode() 988 e[0].size[0] = e[0].size[1] = e[0].size[2] = modeDesc.endpointBits; in decode() 991 if(modeDesc.hasDelta) in decode() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestReorderingMode.java | 252 String modeDesc = modeToString(modeValue); in testReorderingMode() local 265 expected, dest, src, modeDesc, optDesc, in testReorderingMode() 277 if (!checkResultLength(bidi, src, dest, modeDesc, optDesc, in testReorderingMode() 283 !checkMaps(bidi, index, src, dest, modeDesc, optDesc, in testReorderingMode()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
D | TestReorderingMode.java | 255 String modeDesc = modeToString(modeValue); in testReorderingMode() local 268 expected, dest, src, modeDesc, optDesc, in testReorderingMode() 280 if (!checkResultLength(bidi, src, dest, modeDesc, optDesc, in testReorderingMode() 286 !checkMaps(bidi, index, src, dest, modeDesc, optDesc, in testReorderingMode()
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/ |
D | validators.js | 45 const modeDesc = 'must be a 32-bit unsigned integer or an octal string' constant 65 throw new ERR_INVALID_ARG_VALUE(name, value, modeDesc)
|
/third_party/node/lib/internal/ |
D | validators.js | 56 const modeDesc = 'must be a 32-bit unsigned integer or an octal string'; constant 73 throw new ERR_INVALID_ARG_VALUE(name, value, modeDesc);
|