| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | ProtobufArrayList.java | 50 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
|
| D | DoubleArrayList.java | 107 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
|
| D | IntArrayList.java | 106 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
|
| D | LongArrayList.java | 106 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
|
| D | FloatArrayList.java | 106 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/ |
| D | asynchronous_functions_3_m.ts | 17 export function newArray(len: number, step: number = 1): number[] { function
|
| D | asynchronous_functions_3.ts | 42 export function newArray(len: number, step: number = 1) { function
|
| D | asynchronous_functions_2.ts | 39 function newArray() { function
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.3/async_iteration/async_generators/ |
| D | async_generators.ts | 44 function newArray() { function
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | object-prototype-tostring.js | 99 var newArray = new typedArray (); variable
|
| /third_party/skia/m133/third_party/externals/icu/source/common/ |
| D | edits.cpp | 50 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
|
| D | unistr.cpp | 1549 char16_t *newArray = getArrayStart(); in doReplace() local 1632 char16_t *newArray = getArrayStart(); in doAppend() local
|
| /third_party/icu/icu4c/source/common/ |
| D | edits.cpp | 50 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
|
| D | unistr.cpp | 1507 UChar *newArray = getArrayStart(); in doReplace() local 1590 UChar *newArray = getArrayStart(); in doAppend() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | edits.cpp | 50 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
|
| D | unistr.cpp | 1506 UChar *newArray = getArrayStart(); in doReplace() local 1589 UChar *newArray = getArrayStart(); in doAppend() local
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | SymbolTable.cpp | 370 TConstUnionArray newArray(copyOf.constArray, 0, copyOf.constArray.size()); in TVariable() local
|
| /third_party/pulseaudio/sonic/ |
| D | Sonic.java | 51 short[] newArray = new short[newLength]; in resize() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineSamplerBorderSwizzleTests.cpp | 1050 ComponentSwizzleArray newArray = standardSwizzle; in genMappingPermutations() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineSamplerBorderSwizzleTests.cpp | 1169 ComponentSwizzleArray newArray = standardSwizzle; in genMappingPermutations() local
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsVertexArrayTests.cpp | 678 void ContextArrayPack::newArray (Array::Storage storage) in newArray() function in deqp::gls::ContextArrayPack
|
| D | glsDrawTest.cpp | 1838 void AttributePack::newArray (DrawTestSpec::Storage storage) in newArray() function in deqp::gls::AttributePack
|
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| D | D3D12MemAlloc.cpp | 853 … 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/ |
| D | vk_mem_alloc.h | 4140 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/ |
| D | vk_mem_alloc.h | 4920 … 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
|