/third_party/node/test/fixtures/wpt/encoding/streams/ |
D | decode-split-character.any.js | 7 const inputBytes = [73, 32, 240, 159, 146, 153, 32, 115, 116, 114, 101, variable 12 [new Uint8Array(inputBytes.slice(0, splitPoint)), 13 new Uint8Array(inputBytes.slice(splitPoint))]); 27 [new Uint8Array(inputBytes.slice(0, splitPoint)), 28 new Uint8Array(inputBytes.slice(splitPoint))]); 39 [new Uint8Array(inputBytes.slice(0, splitPoint)), 41 new Uint8Array(inputBytes.slice(splitPoint))]);
|
D | decode-incomplete-input.any.js | 7 const inputBytes = [229]; variable 10 const input = readableStreamFromArray([new Uint8Array(inputBytes)]); 18 const input = readableStreamFromArray([new Uint8Array(inputBytes)]);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | csrutf8.cpp | 33 const uint8_t *inputBytes = input->fRawInput; in match() local 39 inputBytes[0] == 0xEF && inputBytes[1] == 0xBB && inputBytes[2] == 0xBF) { in match() 45 int32_t b = inputBytes[i]; in match() 71 b = inputBytes[i]; in match()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | csrutf8.cpp | 33 const uint8_t *inputBytes = input->fRawInput; in match() local 39 inputBytes[0] == 0xEF && inputBytes[1] == 0xBB && inputBytes[2] == 0xBF) { in match() 45 int32_t b = inputBytes[i]; in match() 71 b = inputBytes[i]; in match()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | csrutf8.cpp | 33 const uint8_t *inputBytes = input->fRawInput; in match() local 39 inputBytes[0] == 0xEF && inputBytes[1] == 0xBB && inputBytes[2] == 0xBF) { in match() 45 int32_t b = inputBytes[i]; in match() 71 b = inputBytes[i]; in match()
|
/third_party/icu/icu4c/source/i18n/ |
D | csrutf8.cpp | 33 const uint8_t *inputBytes = input->fRawInput; in match() local 39 inputBytes[0] == 0xEF && inputBytes[1] == 0xBB && inputBytes[2] == 0xBF) { in match() 45 int32_t b = inputBytes[i]; in match() 71 b = inputBytes[i]; in match()
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/make_lotties_with_assets/ |
D | make_lotties_with_assets.go | 53 inputBytes, err := os.ReadFile(filepath.Join(*inputDir, inputJSON)) 58 if _, err := outFile.Write(inputBytes); err != nil {
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderTestUtil.hpp | 173 std::vector<deUint8> inputBytes; in compareWithRetvals() local 174 inputs[0].getBytes(inputBytes); in compareWithRetvals() 176 const deUint32* inputValues = reinterpret_cast<deUint32*>(&inputBytes.front()); in compareWithRetvals() 177 const size_t inputValuesCount = inputBytes.size() / sizeof(deUint32); in compareWithRetvals()
|
D | vktSpvAsmComputeShaderCase.cpp | 504 vector<deUint8> inputBytes; in iterate() local 506 input->getBytes(inputBytes); in iterate() 508 const size_t numBytes = inputBytes.size(); in iterate() 513 …setMemory(vkdi, device, &*bufferAlloc, numBytes, &inputBytes.front(), m_shaderSpec.coherentMemory); in iterate() 521 vector<deUint8> inputBytes; in iterate() local 523 input->getBytes(inputBytes); in iterate() 525 const size_t numBytes = inputBytes.size(); in iterate() 533 setMemory(vkdi, device, &*bufferAlloc, numBytes, &inputBytes.front()); in iterate()
|
D | vktSpvAsmTypeTests.cpp | 1679 vector<deUint8> inputBytes[4]; in verifyResult() local 1689 inputs[ndxCount].getBytes(inputBytes[ndxCount]); in verifyResult() 1690 input[ndxCount] = reinterpret_cast<const T*>(&inputBytes[ndxCount].front()); in verifyResult()
|
D | vktSpvAsmInstructionTests.cpp | 17507 vector<deUint8> inputBytes[3]; in compareFP16ArithmeticFunc() local 17510 inputs[inputNdx].getBytes(inputBytes[inputNdx]); in compareFP16ArithmeticFunc() 17514 inputs.size() >= 1 ? (const deFloat16*)&inputBytes[0][0] : DE_NULL, in compareFP16ArithmeticFunc() 17515 inputs.size() >= 2 ? (const deFloat16*)&inputBytes[1][0] : DE_NULL, in compareFP16ArithmeticFunc() 17516 inputs.size() >= 3 ? (const deFloat16*)&inputBytes[2][0] : DE_NULL, in compareFP16ArithmeticFunc()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderTestUtil.hpp | 173 std::vector<deUint8> inputBytes; in compareWithRetvals() local 174 inputs[0].getBytes(inputBytes); in compareWithRetvals() 176 const deUint32* inputValues = reinterpret_cast<deUint32*>(&inputBytes.front()); in compareWithRetvals() 177 const size_t inputValuesCount = inputBytes.size() / sizeof(deUint32); in compareWithRetvals()
|
D | vktSpvAsmComputeShaderCase.cpp | 504 vector<deUint8> inputBytes; in iterate() local 506 input->getBytes(inputBytes); in iterate() 508 const size_t numBytes = inputBytes.size(); in iterate() 513 …setMemory(vkdi, device, &*bufferAlloc, numBytes, &inputBytes.front(), m_shaderSpec.coherentMemory); in iterate() 521 vector<deUint8> inputBytes; in iterate() local 523 input->getBytes(inputBytes); in iterate() 525 const size_t numBytes = inputBytes.size(); in iterate() 533 setMemory(vkdi, device, &*bufferAlloc, numBytes, &inputBytes.front()); in iterate()
|
D | vktSpvAsmTypeTests.cpp | 1679 vector<deUint8> inputBytes[4]; in verifyResult() local 1689 inputs[ndxCount].getBytes(inputBytes[ndxCount]); in verifyResult() 1690 input[ndxCount] = reinterpret_cast<const T*>(&inputBytes[ndxCount].front()); in verifyResult()
|
D | vktSpvAsmInstructionTests.cpp | 17507 vector<deUint8> inputBytes[3]; in compareFP16ArithmeticFunc() local 17510 inputs[inputNdx].getBytes(inputBytes[inputNdx]); in compareFP16ArithmeticFunc() 17514 inputs.size() >= 1 ? (const deFloat16*)&inputBytes[0][0] : DE_NULL, in compareFP16ArithmeticFunc() 17515 inputs.size() >= 2 ? (const deFloat16*)&inputBytes[1][0] : DE_NULL, in compareFP16ArithmeticFunc() 17516 inputs.size() >= 3 ? (const deFloat16*)&inputBytes[2][0] : DE_NULL, in compareFP16ArithmeticFunc()
|