| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | ProgramExecutable.cpp | 518 stream->writeInt(static_cast<uint32_t>(mAttributesTypeMask.to_ulong())); in save() 519 stream->writeInt(static_cast<uint32_t>(mAttributesMask.to_ulong())); in save() 520 stream->writeInt(static_cast<uint32_t>(mActiveAttribLocationsMask.to_ulong())); in save() 521 stream->writeInt(mMaxActiveAttribLocation); in save() 523 stream->writeInt(mFragmentInoutRange.low()); in save() 524 stream->writeInt(mFragmentInoutRange.high()); in save() 526 stream->writeInt(mLinkedShaderStages.bits()); in save() 537 stream->writeInt(mGeometryShaderInvocations); in save() 538 stream->writeInt(mGeometryShaderMaxVertices); in save() 540 stream->writeInt(mTessControlShaderVertices); in save() [all …]
|
| D | BinaryStream.h | 205 void writeInt(IntT param) in writeInt() function 221 writeInt(-1); in writeIntOrNegOne() 225 writeInt(param); in writeIntOrNegOne() 232 writeInt(param.size()); in writeIntVector() 243 writeInt<UnderlyingType>(static_cast<UnderlyingType>(param)); in writeEnum() 248 writeInt(v.length()); in writeString()
|
| D | Program.cpp | 712 stream->writeInt(var.binding); in WriteShaderVariableBuffer() 713 stream->writeInt(var.dataSize); in WriteShaderVariableBuffer() 720 stream->writeInt(var.memberIndexes.size()); in WriteShaderVariableBuffer() 723 stream->writeInt(memberCounterIndex); in WriteShaderVariableBuffer() 748 stream->writeInt(var.bufferIndex); in WriteBufferVariable() 750 stream->writeInt(var.topLevelArraySize); in WriteBufferVariable() 777 stream->writeInt(block.arrayElement); in WriteInterfaceBlock() 797 stream->writeInt(block.arraySize); in WriteShInterfaceBlock() 800 stream->writeInt(block.binding); in WriteShInterfaceBlock() 805 stream->writeInt<size_t>(block.fields.size()); in WriteShInterfaceBlock() [all …]
|
| /third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
| D | FlyweightMapStorage.java | 157 objectOutput.writeInt(prefixSizeInBytes); in writeExternal() 158 objectOutput.writeInt(descIndexSizeInBytes); in writeExternal() 162 objectOutput.writeInt(sizeOfLengths); in writeExternal() 164 objectOutput.writeInt(length); in writeExternal() 168 objectOutput.writeInt(descriptionPool.length); in writeExternal() 175 objectOutput.writeInt(numOfEntries); in writeExternal() 225 objectOutput.writeInt(inputBuffer.getInt(wordIndex)); in writeExternalWord()
|
| D | DefaultMapStorage.java | 83 objectOutput.writeInt(numOfEntries); in writeExternal() 85 objectOutput.writeInt(phoneNumberPrefixes[i]); in writeExternal() 89 objectOutput.writeInt(sizeOfLengths); in writeExternal() 91 objectOutput.writeInt(length); in writeExternal()
|
| D | MappingFileProvider.java | 109 objectOutput.writeInt(numOfEntries); in writeExternal() 111 objectOutput.writeInt(countryCallingCodes[i]); in writeExternal() 114 objectOutput.writeInt(numOfLangs); in writeExternal()
|
| /third_party/pulseaudio/sonic/ |
| D | wave.c | 56 static void writeInt( in writeInt() function 175 writeInt(file, 36 /* + dataLength */); /* 04 - how big is the rest of this file? */ in writeHeader() 178 writeInt(file, 16); /* 16 - size of this chunk */ in writeHeader() 181 writeInt(file, sampleRate); /* 24 - samples per second (numbers per second) */ in writeHeader() 182 writeInt(file, sampleRate * 2); /* 28 - bytes per second */ in writeHeader() 186 writeInt(file, 0); /* 40 - how big is this data chunk */ in writeHeader() 302 writeInt(file, file->bytesWritten - 8); in closeWaveFile() 312 writeInt(file, file->bytesWritten - 48); in closeWaveFile()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| D | ProgramD3D.cpp | 1327 stream->writeInt(ANGLE_COMPILE_OPTIMIZATION_LEVEL); in save() 1331 stream->writeInt(d3dSemantic); in save() 1336 stream->writeInt(mShaderSamplers[shaderType].size()); in save() 1340 stream->writeInt(mShaderSamplers[shaderType][i].logicalTextureUnit); in save() 1344 stream->writeInt(mUsedShaderSamplerRanges[shaderType].low()); in save() 1345 stream->writeInt(mUsedShaderSamplerRanges[shaderType].high()); in save() 1348 stream->writeInt(mImagesCS.size()); in save() 1352 stream->writeInt(mImagesCS[imageIndex].logicalImageUnit); in save() 1355 stream->writeInt(mReadonlyImagesCS.size()); in save() 1359 stream->writeInt(mReadonlyImagesCS[imageIndex].logicalImageUnit); in save() [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | IntTrieBuilder.java | 344 dos.writeInt(Trie.HEADER_SIGNATURE_); in serialize() 353 dos.writeInt(options); in serialize() 355 dos.writeInt(m_indexLength_); in serialize() 356 dos.writeInt(m_dataLength_); in serialize() 380 dos.writeInt(m_data_[i]); in serialize()
|
| D | RBBIDataWrapper.java | 79 bytes.writeInt(fNumStates); in put() 80 bytes.writeInt(fRowLen); in put() 81 bytes.writeInt(fFlags); in put() 82 bytes.writeInt(fReserved); in put()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | IntTrieBuilder.java | 342 dos.writeInt(Trie.HEADER_SIGNATURE_); in serialize() 351 dos.writeInt(options); in serialize() 353 dos.writeInt(m_indexLength_); in serialize() 354 dos.writeInt(m_dataLength_); in serialize() 378 dos.writeInt(m_data_[i]); in serialize()
|
| D | RBBIDataWrapper.java | 100 bytes.writeInt(fNumStates); in put() 101 bytes.writeInt(fRowLen); in put() 102 bytes.writeInt(fDictCategoriesStart); in put() 103 bytes.writeInt(fLookAheadResultsSize); in put() 104 bytes.writeInt(fFlags); in put()
|
| /third_party/skia/src/core/ |
| D | SkPictureRecord.h | 111 fWriter.writeInt(PACK_8_24(drawType, MASK_24)); in addDraw() 113 fWriter.writeInt(SkToU32(*size)); in addDraw() 115 fWriter.writeInt(PACK_8_24(drawType, SkToU32(*size))); in addDraw() 122 fWriter.writeInt(value); in addInt()
|
| D | SkWriteBuffer.h | 42 virtual void writeInt(int32_t value) = 0; 46 this->writeInt(value); in write32() 107 void writeInt(int32_t value) override;
|
| /third_party/skia/src/gpu/mtl/ |
| D | GrMtlPipelineStateBuilder.mm | 200 writer->writeInt(vertexAttributeCount); 211 writer->writeInt(format); 234 writer->writeInt(instanceAttributeCount); 245 writer->writeInt(format); 347 writer->writeInt(format); 370 writer->writeInt(mtlColorAttachment.sourceRGBBlendFactor); 371 writer->writeInt(mtlColorAttachment.destinationRGBBlendFactor); 372 writer->writeInt(mtlColorAttachment.rgbBlendOperation); 373 writer->writeInt(mtlColorAttachment.sourceAlphaBlendFactor); 374 writer->writeInt(mtlColorAttachment.destinationAlphaBlendFactor); [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | ProgramExecutableVk.cpp | 48 stream->writeInt(xfb.buffer); in SaveShaderInterfaceVariableXfbInfo() 49 stream->writeInt(xfb.offset); in SaveShaderInterfaceVariableXfbInfo() 50 stream->writeInt(xfb.stride); in SaveShaderInterfaceVariableXfbInfo() 51 stream->writeInt(xfb.arraySize); in SaveShaderInterfaceVariableXfbInfo() 52 stream->writeInt(xfb.columnCount); in SaveShaderInterfaceVariableXfbInfo() 53 stream->writeInt(xfb.rowCount); in SaveShaderInterfaceVariableXfbInfo() 54 stream->writeInt(xfb.arrayIndex); in SaveShaderInterfaceVariableXfbInfo() 55 stream->writeInt(xfb.componentType); in SaveShaderInterfaceVariableXfbInfo() 56 stream->writeInt(xfb.arrayElements.size()); in SaveShaderInterfaceVariableXfbInfo() 350 stream->writeInt(mVariableInfoMap.variableCount(shaderType)); in save() [all …]
|
| /third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
| D | Phonemetadata.java | 165 objectOutput.writeInt(leadingDigitsPatternSize); in writeExternal() 315 objectOutput.writeInt(possibleLengthSize); in writeExternal() 317 objectOutput.writeInt(possibleLength_.get(i)); in writeExternal() 321 objectOutput.writeInt(possibleLengthLocalOnlySize); in writeExternal() 323 objectOutput.writeInt(possibleLengthLocalOnly_.get(i)); in writeExternal() 936 objectOutput.writeInt(countryCode_); in writeExternal() 967 objectOutput.writeInt(numberFormatSize); in writeExternal() 973 objectOutput.writeInt(intlNumberFormatSize); in writeExternal() 1188 objectOutput.writeInt(size); in writeExternal()
|
| /third_party/skia/src/effects/ |
| D | SkLayerDrawLooper.cpp | 200 buffer.writeInt(fCount); in flatten() 205 buffer.writeInt(0); in flatten() 207 buffer.writeInt(rec->fInfo.fPaintBits); in flatten() 208 buffer.writeInt((int)rec->fInfo.fColorMode); in flatten()
|
| /third_party/skia/src/gpu/ |
| D | GrPersistentCacheUtils.cpp | 39 writer.writeInt(kCurrentVersion); in PackCachedShaders() 54 writer.writeInt(meta->fAttributeNames.count()); in PackCachedShaders()
|
| /third_party/skia/src/effects/imagefilters/ |
| D | SkMatrixConvolutionImageFilter.cpp | 221 buffer.writeInt(fKernelSize.fWidth); in flatten() 222 buffer.writeInt(fKernelSize.fHeight); in flatten() 226 buffer.writeInt(fKernelOffset.fX); in flatten() 227 buffer.writeInt(fKernelOffset.fY); in flatten() 228 buffer.writeInt((int) fTileMode); in flatten()
|
| /third_party/skia/tests/ |
| D | Writer32Test.cpp | 47 swriter.writeInt(array[i]); in test_rewind() 53 swriter.writeInt(3); in test_rewind() 62 writer.writeInt(i); in test_rewind()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | RBBIRuleBuilder.java | 224 dos.writeInt(header[i]); in flattenData() 249 dos.writeInt(val.intValue()); in flattenData()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | RBBIRuleBuilder.java | 229 dos.writeInt(header[i]); in flattenData() 254 dos.writeInt(val.intValue()); in flattenData()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| D | ProgramMtl.mm | 776 stream->writeInt<size_t>(uniformCount); 788 stream->writeInt(mDefaultUniformBlocks[shaderType].uniformData.size()); 823 stream->writeInt<int>(mMslShaderTranslateInfo[shaderType].hasUBOArgumentBuffer); 827 stream->writeInt<uint32_t>(binding.textureBinding); 828 stream->writeInt<uint32_t>(binding.samplerBinding); 833 stream->writeInt<uint32_t>(uboBinding); 839 stream->writeInt( 845 stream->writeInt<int>(mMslXfbOnlyVertexShaderInfo.hasUBOArgumentBuffer); 848 stream->writeInt<uint32_t>(binding.textureBinding); 849 stream->writeInt<uint32_t>(binding.samplerBinding); [all …]
|
| /third_party/skia/tools/debugger/ |
| D | JsonWriteBuffer.h | 27 void writeInt(int32_t value) override;
|