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.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
DIntArrayList.java199 int[] newArray = new int[length]; in addInt() local
221 int[] newArray = new int[length]; in addInt() 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
DFloatArrayList.java199 float[] newArray = new float[length]; in addFloat() local
221 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/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.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/node/test/fixtures/wpt/wasm/jsapi/memory/
Dgrow.any.js182 const newArray = new Uint8Array(newMemory); constant
/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.cpp1050 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/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