Home
last modified time | relevance | path

Searched defs:newArray (Results 1 – 21 of 21) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DProtobufArrayList.java71 E[] newArray = Arrays.copyOf(array, capacity); in mutableCopyWithCapacity() local
83 E[] newArray = Arrays.copyOf(array, length); in add() local
108 E[] newArray = createArray(length); in add() local
DFloatArrayList.java199 float[] newArray = new float[length]; in addFloat() local
221 float[] newArray = new float[length]; in addFloat() local
DDoubleArrayList.java200 double[] newArray = new double[length]; in addDouble() local
222 double[] newArray = new double[length]; in addDouble() local
DLongArrayList.java199 long[] newArray = new long[length]; in addLong() local
221 long[] newArray = new long[length]; in addLong() local
DIntArrayList.java199 int[] newArray = new int[length]; in addInt() local
221 int[] newArray = new int[length]; in addInt() local
/third_party/jerryscript/tests/jerry/es2015/
Dobject-prototype-tostring.js99 var newArray = new typedArray (); variable
/third_party/skia/third_party/externals/icu/source/common/
Dedits.cpp50 uint16_t *newArray = (uint16_t *)uprv_malloc((size_t)length * 2); in copyArray() local
235 uint16_t *newArray = (uint16_t *)uprv_malloc((size_t)newCapacity * 2); in growArray() local
Dunistr.cpp1506 UChar *newArray = getArrayStart(); in doReplace() local
1589 UChar *newArray = getArrayStart(); in doAppend() local
/third_party/icu/icu4c/source/common/
Dedits.cpp50 uint16_t *newArray = (uint16_t *)uprv_malloc((size_t)length * 2); in copyArray() local
235 uint16_t *newArray = (uint16_t *)uprv_malloc((size_t)newCapacity * 2); in growArray() local
Dunistr.cpp1506 UChar *newArray = getArrayStart(); in doReplace() local
1589 UChar *newArray = getArrayStart(); in doAppend() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dedits.cpp50 uint16_t *newArray = (uint16_t *)uprv_malloc((size_t)length * 2); in copyArray() local
234 uint16_t *newArray = (uint16_t *)uprv_malloc((size_t)newCapacity * 2); in growArray() local
Dunistr.cpp1507 UChar *newArray = getArrayStart(); in doReplace() local
1589 UChar *newArray = getArrayStart(); in doAppend() local
/third_party/node/deps/icu-small/source/common/
Dedits.cpp50 uint16_t *newArray = (uint16_t *)uprv_malloc((size_t)length * 2); in copyArray() local
235 uint16_t *newArray = (uint16_t *)uprv_malloc((size_t)newCapacity * 2); in growArray() local
Dunistr.cpp1506 UChar *newArray = getArrayStart(); in doReplace() local
1589 UChar *newArray = getArrayStart(); in doAppend() local
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.cpp358 TConstUnionArray newArray(copyOf.constArray, 0, copyOf.constArray.size()); in TVariable() local
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DCipherClient.java393 NewArray<byte[]> newArray = new NewArray<>(); in byteToArray() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp1122 ComponentSwizzleArray newArray = standardSwizzle; in genMappingPermutations() local
/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.cpp678 void ContextArrayPack::newArray (Array::Storage storage) in newArray() function in deqp::gls::ContextArrayPack
DglsDrawTest.cpp1807 void AttributePack::newArray (DrawTestSpec::Storage storage) in newArray() function in deqp::gls::AttributePack
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp853 … T* const newArray = newCapacity ? AllocateArray<T>(m_AllocationCallbacks, newCapacity) : NULL; in reserve() local
878 … T* const newArray = newCapacity ? AllocateArray<T>(m_AllocationCallbacks, newCapacity) : NULL; in resize() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4875 … T* const newArray = newCapacity ? VmaAllocateArray<T>(m_Allocator, newCapacity) : VMA_NULL; variable
4900 …T* const newArray = newCapacity ? VmaAllocateArray<T>(m_Allocator.m_pCallbacks, newCapacity) : VMA… variable