/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/llvm-project/llvm/include/llvm/Support/ |
D | BinaryStreamWriter.h | 151 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/ |
D | BinaryStreamWriter.h | 151 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/ |
D | vkBuilderUtil.hpp | 215 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/ |
D | EncodedValueUtils.java | 146 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/ |
D | JsonGeneratorDelegate.java | 239 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/ |
D | AbstractBasicWriter.h | 142 void writeArray(llvm::ArrayRef<T> array) { in writeArray() function
|
/external/OpenCL-CTS/test_conformance/events/ |
D | test_events.cpp | 283 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/ |
D | JsonGenerator.java | 947 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/ |
D | EncodedValueWriter.java | 93 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/skia/src/gpu/ |
D | GrVertexWriter.h | 122 void writeArray(const T* array, int count) { in writeArray() function
|
/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 | 194 def writeArray(self, writer, font, tableDict, values): member in BaseConverter
|