Home
last modified time | relevance | path

Searched defs:writeArray (Results 1 – 15 of 15) 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/llvm-project/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/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.hpp215 inline DescriptorSetUpdateBuilder& writeArray (VkDescriptorSet destSet, in writeArray() function in vk::DescriptorSetUpdateBuilder
224 inline DescriptorSetUpdateBuilder& writeArray (VkDescriptorSet destSet, in writeArray() function in vk::DescriptorSetUpdateBuilder
233 inline DescriptorSetUpdateBuilder& writeArray (VkDescriptorSet destSet, in writeArray() function in vk::DescriptorSetUpdateBuilder
242 inline DescriptorSetUpdateBuilder& writeArray (VkDescriptorSet destSet, in writeArray() function in vk::DescriptorSetUpdateBuilder
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DEncodedValueUtils.java146 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/llvm-project/clang/include/clang/AST/
DAbstractBasicWriter.h142 void writeArray(llvm::ArrayRef<T> array) { in writeArray() function
/external/OpenCL-CTS/test_conformance/events/
Dtest_events.cpp283 cl_float writeArray[ 1024 * 32 ]; in test_event_wait_for_array() local
424 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/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DEncodedValueWriter.java93 public void writeArray(Collection<? extends EncodedValue> elements) throws IOException { in writeArray() method in EncodedValueWriter
/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp93 TypeIndex TypeTableBuilder::writeArray(const ArrayRecord &Record) { in writeArray() function in TypeTableBuilder
/external/skia/src/gpu/
DGrVertexWriter.h122 void writeArray(const T* array, int count) { in writeArray() function
/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/python/cpython2/Lib/
Dplistlib.py284 def writeArray(self, array): member in PlistWriter
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py194 def writeArray(self, writer, font, tableDict, values): member in BaseConverter