Home
last modified time | relevance | path

Searched defs:writeArray (Results 1 – 10 of 10) 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-7.0/llvm/include/llvm/Support/
DBinaryStreamWriter.h138 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/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/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.hpp206 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/OpenCL-CTS/test_conformance/events/
Dtest_events.cpp279 cl_float writeArray[ 1024 * 32 ]; in test_event_wait_for_array() local
418 cl_float writeArray[ 1024 * 32 ]; in test_event_finish_array() local
/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/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.py166 def writeArray(self, writer, font, tableDict, values): member in BaseConverter