Searched defs:writeArray (Results 1 – 8 of 8) sorted by relevance
| /external/llvm/include/llvm/DebugInfo/CodeView/ |
| D | StreamWriter.h | 53 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-7.0/llvm/include/llvm/Support/ |
| D | BinaryStreamWriter.h | 138 template <typename T> Error writeArray(ArrayRef<T> Array) { in writeArray() function 155 Error writeArray(VarStreamArray<T, U> Array) { in writeArray() function 163 template <typename T> Error writeArray(FixedStreamArray<T> Array) { in writeArray() function
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkBuilderUtil.hpp | 206 inline DescriptorSetUpdateBuilder& writeArray (VkDescriptorSet destSet, in writeArray() function in vk::DescriptorSetUpdateBuilder 215 inline DescriptorSetUpdateBuilder& writeArray (VkDescriptorSet destSet, in writeArray() function in vk::DescriptorSetUpdateBuilder 224 inline DescriptorSetUpdateBuilder& writeArray (VkDescriptorSet destSet, in writeArray() function in vk::DescriptorSetUpdateBuilder
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
| D | EncodedValueWriter.java | 86 public void writeArray(Collection<? extends EncodedValue> elements) throws IOException { in writeArray() method in EncodedValueWriter
|
| /external/llvm/lib/DebugInfo/CodeView/ |
| D | TypeTableBuilder.cpp | 93 TypeIndex TypeTableBuilder::writeArray(const ArrayRecord &Record) { in writeArray() function in TypeTableBuilder
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/ |
| D | FirstOrderIntegratorWithJacobians.java | 796 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/python/cpython2/Lib/ |
| D | plistlib.py | 284 def writeArray(self, array): member in PlistWriter
|
| /external/fonttools/Lib/fontTools/ttLib/tables/ |
| D | otConverters.py | 166 def writeArray(self, writer, font, tableDict, values): member in BaseConverter
|