Home
last modified time | relevance | path

Searched refs:outputBytes (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
Ducnvscsu.cpp1095 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1149 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1159 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1170 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1176 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1181 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1193 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1198 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1204 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
1212 goto outputBytes; in _SCSUFromUnicodeWithOffsets()
[all …]
/external/turbine/javatests/com/google/turbine/bytecode/
DClassWriterTest.java145 byte[] outputBytes = ClassWriter.writeClass(ClassReader.read("module-info", inputBytes)); in module()
147 assertThat(AsmUtils.textify(inputBytes)).isEqualTo(AsmUtils.textify(outputBytes)); in module()
150 outputBytes = ClassWriter.writeClass(ClassReader.read("module-info", outputBytes)); in module()
151 assertThat(AsmUtils.textify(inputBytes)).isEqualTo(AsmUtils.textify(outputBytes)); in module()
/external/archive-patcher/generator/src/test/java/com/google/archivepatcher/generator/bsdiff/
DBsUtilTest.java86 byte[] outputBytes = outputStream.toByteArray(); in writeThenReadFormattedLong()
87 ByteArrayInputStream inputStream = new ByteArrayInputStream(outputBytes); in writeThenReadFormattedLong()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp692 vector<deUint8> outputBytes; in iterate() local
694 output->getBytes(outputBytes); in iterate()
696 const size_t numBytes = outputBytes.size(); in iterate()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSCSU.java679 labelType = outputBytes(source, target, offsets); in encodeLoop()
1159 private int outputBytes(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in outputBytes() method in CharsetSCSU.CharsetEncoderSCSU
/external/python/apitools/samples/bigquery_sample/bigquery_v2/
Dbigquery_v2_messages.py1462 outputBytes = _messages.IntegerField(3) variable in JobStatistics3
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc3737 ScopedByteArrayRW outputBytes(env, output); in NativeCrypto_RAND_bytes() local
3738 if (outputBytes.get() == nullptr) { in NativeCrypto_RAND_bytes()
3742 unsigned char* tmp = reinterpret_cast<unsigned char*>(outputBytes.get()); in NativeCrypto_RAND_bytes()
3743 if (RAND_bytes(tmp, outputBytes.size()) <= 0) { in NativeCrypto_RAND_bytes()