/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ProtobufArrayList.java | 71 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
|
D | IntArrayList.java | 199 int[] newArray = new int[length]; in addInt() local 221 int[] newArray = new int[length]; in addInt() local
|
D | DoubleArrayList.java | 200 double[] newArray = new double[length]; in addDouble() local 222 double[] newArray = new double[length]; in addDouble() local
|
D | LongArrayList.java | 199 long[] newArray = new long[length]; in addLong() local 221 long[] newArray = new long[length]; in addLong() local
|
D | FloatArrayList.java | 199 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/ |
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/node/deps/icu-small/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/node/test/fixtures/wpt/wasm/jsapi/memory/ |
D | grow.any.js | 182 const newArray = new Uint8Array(newMemory); constant
|
/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 | 1050 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/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4875 … 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
|