Home
last modified time | relevance | path

Searched refs:inputBytes (Results 1 – 15 of 15) sorted by relevance

/third_party/node/test/fixtures/wpt/encoding/streams/
Ddecode-split-character.any.js7 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))]);
Ddecode-incomplete-input.any.js7 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/
Dcsrutf8.cpp33 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/
Dcsrutf8.cpp33 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/
Dcsrutf8.cpp33 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/
Dcsrutf8.cpp33 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/
Dmake_lotties_with_assets.go53 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/
DvktSpvAsmComputeShaderTestUtil.hpp173 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()
DvktSpvAsmComputeShaderCase.cpp504 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()
DvktSpvAsmTypeTests.cpp1679 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()
DvktSpvAsmInstructionTests.cpp17507 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/
DvktSpvAsmComputeShaderTestUtil.hpp173 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()
DvktSpvAsmComputeShaderCase.cpp504 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()
DvktSpvAsmTypeTests.cpp1679 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()
DvktSpvAsmInstructionTests.cpp17507 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()