Home
last modified time | relevance | path

Searched defs:newArray (Results 1 – 25 of 1275) sorted by last modified time

12345678910>>...51

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/debug/
H A Dstack_trace_unittest.cc179 static char* newArray() { in newArray() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/vulkanmemoryallocator/include/
H A 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
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h2864 … T* const newArray = newCapacity ? VmaAllocateArray<T>(m_Allocator, newCapacity) : VMA_NULL; variable
2889 …T* const newArray = newCapacity ? VmaAllocateArray<T>(m_Allocator.m_pCallbacks, newCapacity) : VMA… variable
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcModel.cpp5911 int *newArray = new int[newLength]; local
5922 double *newArray = new double[newLength]; local
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpModel.cpp1149 double * newArray = new double[newSize]; in resizeDouble() local
1176 double * newArray = new double[newSize]; in deleteDouble() local
1206 char * newArray = new char[newSize]; in deleteChar() local
3070 double * newArray = NULL; in whichDouble() local
3081 char * newArray = NULL; in whichChar() local
3093 unsigned char * newArray = NULL; in whichUnsignedChar() local
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/
H A DCOLLADASaxFWLFormulasLoader.cpp196 NodeVector newArray; in begin__math() local
211 NodeVector newArray; in begin__apply() local
1113 NodeVector newArray; in begin__logbase() local
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/url-classifier/tests/gtest/
H A DTestVariableLengthPrefixSet.cpp259 _PrefixArray newArray = { in TEST_P() local
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DjArray.h61 jArray<T, L> newArray = {new T[size_t(len)], len}; in newJArray() local
67 jArray<T, L> newArray = {a, a ? len : 0}; in newFallibleJArray() local
108 jArray<T, L> newArray = {arr, length}; variable
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/util/
H A DTimedValueQueue.java158 private static <V> V[] newArray(int length) { in newArray() method in TimedValueQueue
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DWarpBuilder.cpp2984 MInstruction* newArray; in build_Rest() local
H A DScalarReplacement.cpp847 static bool IsArrayEscaped(MInstruction* ins, MInstruction* newArray) { in IsArrayEscaped()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/ds/
H A DLifoAlloc.h907 T* newArray(size_t count) { in newArray() function
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Dunistr.cpp1506 UChar *newArray = getArrayStart(); in doReplace() local
1589 UChar *newArray = getArrayStart(); in doAppend() local
H A 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
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DReflectParse.cpp763 bool NodeBuilder::newArray(NodeVector& elts, MutableHandleValue dst) { in newArray() function in NodeBuilder
/dports/mail/thunderbird/thunderbird-91.8.0/dom/smil/
H A DSMILTimedElement.cpp165 InstanceTimeList newArray; in RemoveInstanceTimes() local
/dports/www/firefox/firefox-99.0/toolkit/components/url-classifier/tests/gtest/
H A DTestVariableLengthPrefixSet.cpp259 _PrefixArray newArray = { in TEST_P() local
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/util/
H A DTimedValueQueue.java158 private static <V> V[] newArray(int length) { in newArray() method in TimedValueQueue
/dports/www/firefox/firefox-99.0/parser/html/
H A DjArray.h61 jArray<T, L> newArray = {new T[size_t(len)], len}; in newJArray() local
67 jArray<T, L> newArray = {a, a ? len : 0}; in newFallibleJArray() local
108 jArray<T, L> newArray = {arr, length}; variable
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DScalarReplacement.cpp745 static bool IsElementEscaped(MDefinition* def, MInstruction* newArray, in IsElementEscaped()
857 static bool IsArrayEscaped(MInstruction* ins, MInstruction* newArray) { in IsArrayEscaped()
2096 auto* newArray = in visitArrayFromArgumentsObject() local
H A DWarpBuilder.cpp2977 MInstruction* newArray; in build_Rest() local
/dports/www/firefox/firefox-99.0/js/src/ds/
H A DLifoAlloc.h907 T* newArray(size_t count) { in newArray() function
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DReflectParse.cpp779 bool NodeBuilder::newArray(NodeVector& elts, MutableHandleValue dst) { in newArray() function in NodeBuilder
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Dunistr.cpp1506 UChar *newArray = getArrayStart(); in doReplace() local
1589 UChar *newArray = getArrayStart(); in doAppend() local
H A 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

12345678910>>...51