Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DProtobufArrayList.java50 E[] newArray = capacity == 0 ? (E[]) EMPTY_ARRAY : Arrays.copyOf(array, capacity); in mutableCopyWithCapacity() local
61 E[] newArray = Arrays.copyOf(array, length); in add() local
90 E[] newArray = createArray(length); in add() local
DDoubleArrayList.java107 double[] newArray = capacity == 0 ? EMPTY_ARRAY : Arrays.copyOf(array, capacity); in mutableCopyWithCapacity() local
178 double[] newArray = new double[length]; in addDouble() local
199 double[] newArray = new double[length]; in addDouble() local
DIntArrayList.java106 int[] newArray = capacity == 0 ? EMPTY_ARRAY : Arrays.copyOf(array, capacity); in mutableCopyWithCapacity() local
177 int[] newArray = new int[length]; in addInt() local
198 int[] newArray = new int[length]; in addInt() local
DLongArrayList.java106 long[] newArray = capacity == 0 ? EMPTY_ARRAY : Arrays.copyOf(array, capacity); in mutableCopyWithCapacity() local
177 long[] newArray = new long[length]; in addLong() local
198 long[] newArray = new long[length]; in addLong() local
DFloatArrayList.java106 float[] newArray = capacity == 0 ? EMPTY_ARRAY : Arrays.copyOf(array, capacity); in mutableCopyWithCapacity() local
177 float[] newArray = new float[length]; in addFloat() local
198 float[] newArray = new float[length]; in addFloat() local
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/functions/asynchronous_functions/
Dasynchronous_functions_3_m.ts17 export function newArray(len: number, step: number = 1): number[] { function
Dasynchronous_functions_3.ts42 export function newArray(len: number, step: number = 1) { function
Dasynchronous_functions_2.ts39 function newArray() { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.3/async_iteration/async_generators/
Dasync_generators.ts44 function newArray() { function
/third_party/jerryscript/tests/jerry/es2015/
Dobject-prototype-tostring.js99 var newArray = new typedArray (); variable
/third_party/skia/m133/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.cpp1549 char16_t *newArray = getArrayStart(); in doReplace() local
1632 char16_t *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.cpp1507 UChar *newArray = getArrayStart(); in doReplace() local
1590 UChar *newArray = getArrayStart(); in doAppend() local
/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/glslang/glslang/MachineIndependent/
DSymbolTable.cpp370 TConstUnionArray newArray(copyOf.constArray, 0, copyOf.constArray.size()); in TVariable() local
/third_party/pulseaudio/sonic/
DSonic.java51 short[] newArray = new short[newLength]; in resize() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp1050 ComponentSwizzleArray newArray = standardSwizzle; in genMappingPermutations() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp1169 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.cpp1838 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/m133/third_party/externals/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4140 T* const newArray = newCapacity ? VmaAllocateArray<T>(m_Allocator, newCapacity) : VMA_NULL; in reserve() local
4162 …T* const newArray = newCapacity ? VmaAllocateArray<T>(m_Allocator.m_pCallbacks, newCapacity) : VMA… in resize() local
4181 T* newArray = VMA_NULL; in shrink_to_fit() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4920 … T* const newArray = newCapacity ? VmaAllocateArray<T>(m_Allocator, newCapacity) : VMA_NULL; variable
4945 …T* const newArray = newCapacity ? VmaAllocateArray<T>(m_Allocator.m_pCallbacks, newCapacity) : VMA… variable