Home
last modified time | relevance | path

Searched defs:writeArray (Results 1 – 17 of 17) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamWriter.h53 template <typename T> Error writeArray(ArrayRef<T> Array) { in writeArray() function
66 Error writeArray(VarStreamArray<T, U> Array) { in writeArray() function
70 template <typename T> Error writeArray(FixedStreamArray<T> Array) { in writeArray() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DBinaryStreamWriter.h145 template <typename T> Error writeArray(ArrayRef<T> Array) { in writeArray() function
162 Error writeArray(VarStreamArray<T, U> Array) { in writeArray() function
170 template <typename T> Error writeArray(FixedStreamArray<T> Array) { in writeArray() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamWriter.h151 template <typename T> Error writeArray(ArrayRef<T> Array) { in writeArray() function
168 Error writeArray(VarStreamArray<T, U> Array) { in writeArray() function
176 template <typename T> Error writeArray(FixedStreamArray<T> Array) { in writeArray() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.hpp202 …inline DescriptorSetUpdateBuilder &writeArray(VkDescriptorSet destSet, const Location &destLocatio… in writeArray() function in vk::DescriptorSetUpdateBuilder
210 …inline DescriptorSetUpdateBuilder &writeArray(VkDescriptorSet destSet, const Location &destLocatio… in writeArray() function in vk::DescriptorSetUpdateBuilder
218 …inline DescriptorSetUpdateBuilder &writeArray(VkDescriptorSet destSet, const Location &destLocatio… in writeArray() function in vk::DescriptorSetUpdateBuilder
227 inline DescriptorSetUpdateBuilder &writeArray( in writeArray() function in vk::DescriptorSetUpdateBuilder
/external/skia/src/gpu/graphite/
DUniformManager.h250 void writeArray(SkSpan<const SkV4> v) { in writeArray() function
253 void writeArray(SkSpan<const SkPMColor4f> c) { in writeArray() function
379 template <SkSLType Type> void writeArray(const void* src, int count) { in writeArray() function
493 void UniformManager::writeArray(const void* src, int count, SkSLType type) { in writeArray() function
DPipelineData.h294 template <typename T> void writeArray(SkSpan<const T> t) { fUniformManager.writeArray(t); } in writeArray() function
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
DEncodedValueUtils.java170 private static void writeArray(Writer writer, ArrayEncodedValue array) throws IOException { in writeArray() method in EncodedValueUtils
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DJsonGeneratorDelegate.java239 public void writeArray(int[] array, int offset, int length) throws IOException { in writeArray() method in JsonGeneratorDelegate
244 public void writeArray(long[] array, int offset, int length) throws IOException { in writeArray() method in JsonGeneratorDelegate
249 public void writeArray(double[] array, int offset, int length) throws IOException { in writeArray() method in JsonGeneratorDelegate
254 public void writeArray(String[] array, int offset, int length) throws IOException { in writeArray() method in JsonGeneratorDelegate
/external/OpenCL-CTS/test_conformance/events/
Dtest_events.cpp339 cl_float writeArray[1024 * 32]; in test_event_wait_for_array() local
506 cl_float writeArray[1024 * 32]; in test_event_finish_array() local
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonGenerator.java947 public void writeArray(int[] array, int offset, int length) throws IOException in writeArray() method in JsonGenerator
971 public void writeArray(long[] array, int offset, int length) throws IOException in writeArray() method in JsonGenerator
995 public void writeArray(double[] array, int offset, int length) throws IOException in writeArray() method in JsonGenerator
1019 public void writeArray(String[] array, int offset, int length) throws IOException in writeArray() method in JsonGenerator
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/formatter/
DDexFormattedWriter.java390 protected void writeArray(ArrayEncodedValue array) throws IOException { in writeArray() method in DexFormattedWriter
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/
DEncodedValueWriter.java95 public void writeArray(Collection<? extends EncodedValue> elements) throws IOException { in writeArray() method in EncodedValueWriter
/external/google-smali/baksmali/src/main/java/com/android/tools/smali/baksmali/formatter/
DBaksmaliWriter.java340 protected void writeArray(ArrayEncodedValue array) throws IOException { in writeArray() method in BaksmaliWriter
/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp93 TypeIndex TypeTableBuilder::writeArray(const ArrayRecord &Record) { in writeArray() function in TypeTableBuilder
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
DFirstOrderIntegratorWithJacobians.java796 private static void writeArray(final ObjectOutput out, final double[] array) in writeArray() method in FirstOrderIntegratorWithJacobians.StepInterpolatorWrapper
808 private static void writeArray(final ObjectOutput out, final double[][] array) in writeArray() method in FirstOrderIntegratorWithJacobians.StepInterpolatorWrapper
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py212 def writeArray(self, writer, font, tableDict, values): member in BaseConverter
292 def writeArray(self, writer, font, tableDict, values): member in Long
308 def writeArray(self, writer, font, tableDict, values): member in ULong
334 def writeArray(self, writer, font, tableDict, values): member in Short
350 def writeArray(self, writer, font, tableDict, values): member in UShort
366 def writeArray(self, writer, font, tableDict, values): member in Int8
382 def writeArray(self, writer, font, tableDict, values): member in UInt8
437 def writeArray(self, writer, font, tableDict, values): member in GlyphID
DotBase.py724 def writeArray(self, typecode, values): member in OTTableWriter