Home
last modified time | relevance | path

Searched refs:createArray (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/cloudwatch/cloudwatch-sql/
H A DSQLGenerator.test.ts12 createArray,
169 createArray(
187 createArray(
203 createArray(
207 createArray(
224 createArray(
228 createArray(
324 createArray(
328 createArray(
356 createArray(
[all …]
/dports/devel/php-ice37/ice-3.7.2/python/test/Ice/custom/
H A DCustom.py14 return Ice.createArray(buffer, type, copy)
18 return Ice.createArray(buffer, type, copy)
22 return Ice.createArray(buffer, type, copy)
26 return Ice.createArray(buffer, type, copy)
30 return Ice.createArray(buffer, type, copy)
34 return Ice.createArray(buffer, type, copy)
38 return Ice.createArray(buffer, type, copy)
89 return Ice.createArray(buffer, 1024, copy)
/dports/devel/ice37/ice-3.7.2/python/test/Ice/custom/
H A DCustom.py14 return Ice.createArray(buffer, type, copy)
18 return Ice.createArray(buffer, type, copy)
22 return Ice.createArray(buffer, type, copy)
26 return Ice.createArray(buffer, type, copy)
30 return Ice.createArray(buffer, type, copy)
34 return Ice.createArray(buffer, type, copy)
38 return Ice.createArray(buffer, type, copy)
89 return Ice.createArray(buffer, 1024, copy)
/dports/devel/py-ice37/ice-3.7.2/python/test/Ice/custom/
H A DCustom.py14 return Ice.createArray(buffer, type, copy)
18 return Ice.createArray(buffer, type, copy)
22 return Ice.createArray(buffer, type, copy)
26 return Ice.createArray(buffer, type, copy)
30 return Ice.createArray(buffer, type, copy)
34 return Ice.createArray(buffer, type, copy)
38 return Ice.createArray(buffer, type, copy)
89 return Ice.createArray(buffer, 1024, copy)
/dports/devel/collada-dom/collada-dom-2.5.0/dom/include/dae/
H A DdaeAtomicType.h349 virtual daeArray* createArray();
372 virtual daeArray* createArray();
395 virtual daeArray* createArray();
418 virtual daeArray* createArray();
441 virtual daeArray* createArray();
464 virtual daeArray* createArray();
489 virtual daeArray* createArray();
514 virtual daeArray* createArray();
541 virtual daeArray* createArray();
566 virtual daeArray* createArray();
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/
H A DJsArrayUtil.java68 JsArray<T> array = JsArray.createArray().cast(); in toJsArray()
78 JsArrayString out = JavaScriptObject.createArray().cast(); in toJsArrayString()
115 JsArrayString ab = JsArrayString.createArray().cast(); in concat()
132 JsArrayString copy = JsArrayString.createArray().cast(); in copy()
140 JsArrayString result = JsArray.createArray().cast(); in createStringArray()
150 JsArrayString result = JsArray.createArray().cast(); in createStringArray()
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/VizLayout/
H A DVizLayout.story.tsx24 const createArray = (legendItems: number) => {
30 const [items, setItems] = useState(createArray(legendItems));
32 setItems(createArray(legendItems));
60 const [items, setItems] = useState(createArray(legendItems));
62 setItems(createArray(legendItems));
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/js/
H A DJsUtil.java162 JsArrayString result = JsArrayString.createArray().cast();
170 JsArrayString result = JsArrayString.createArray().cast();
178 JsArrayBoolean result = JsArrayBoolean.createArray().cast();
186 JsArrayBoolean result = JsArrayBoolean.createArray().cast();
194 JsArrayInteger result = JsArrayInteger.createArray().cast();
202 JsArray<T> object = JavaScriptObject.createArray().cast();
/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/
H A DPyTypedPropertyTraits.cpp44 static ArrayType* createArray( size_t iSize ) in createArray() function
50 StringArray* createArray<StringArray>( size_t iSize ) in createArray() function
56 WstringArray* createArray<WstringArray>( size_t iSize ) in createArray() function
70 array_type* array = createArray<array_type>( 1 ); in getArrayType()
/dports/graphics/vigra/vigra-8acd73a/src/matlab/
H A Drandom_forest_impex.hxx84 MultiArrayView<1, UInt32> parameters = createArray<UInt32>(parameterCount, cells[0]); in exportRandomForest()
89 MultiArrayView<1, UInt32> opt = createArray<UInt32>(optCount, cells[1]); in exportRandomForest()
97 createArray<Int32>(rf.tree(k).topology_.size(), cells[2*k+2]); in exportRandomForest()
104 createArray<double>(rf.tree(k).parameters_.size(), cells[2*k+3]); in exportRandomForest()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/geom/impl/
H A DCoordinateSequenceTestBase.java59 Coordinate[] coords = createArray(SIZE); in testCreateBySizeAndModify()
73 Coordinate[] coords = createArray(SIZE); in test2DZOrdinate()
89 Coordinate[] coords = createArray(SIZE); in testCreateByInit()
96 Coordinate[] coords = createArray(SIZE); in testCreateByInitAndCopy()
103 Coordinate[] coords = createArray(SIZE); in testSerializable()
127 Coordinate[] createArray(int size) in createArray() method in CoordinateSequenceTestBase
/dports/devel/collada-dom/collada-dom-2.5.0/dom/src/dae/
H A DdaeAtomicType.cpp819 daeArray* daeBoolType::createArray() { in createArray() function in daeBoolType
823 daeArray* daeIntType::createArray() { in createArray() function in daeIntType
827 daeArray* daeLongType::createArray() { in createArray() function in daeLongType
831 daeArray* daeUIntType::createArray() { in createArray() function in daeUIntType
835 daeArray* daeULongType::createArray() { in createArray() function in daeULongType
839 daeArray* daeShortType::createArray() { in createArray() function in daeShortType
843 daeArray* daeFloatType::createArray() { in createArray() function in daeFloatType
847 daeArray* daeDoubleType::createArray() { in createArray() function in daeDoubleType
855 daeArray* daeTokenType::createArray() { in createArray() function in daeTokenType
863 daeArray* daeEnumType::createArray() { in createArray() function in daeEnumType
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ADT/
H A DWaymarkingTest.cpp28 static int **createArray(int Len) { in createArray() function
66 int **volatile A = createArray(N2); in TEST()
88 int **volatile A = createArray(N3); in TEST()
105 int **volatile A = createArray(N); in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ADT/
H A DWaymarkingTest.cpp28 static int **createArray(int Len) { in createArray() function
66 int **volatile A = createArray(N2); in TEST()
88 int **volatile A = createArray(N3); in TEST()
105 int **volatile A = createArray(N); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/ADT/
H A DWaymarkingTest.cpp28 static int **createArray(int Len) { in createArray() function
66 int **volatile A = createArray(N2); in TEST()
88 int **volatile A = createArray(N3); in TEST()
105 int **volatile A = createArray(N); in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/ADT/
H A DWaymarkingTest.cpp28 static int **createArray(int Len) { in createArray() function
66 int **volatile A = createArray(N2); in TEST()
88 int **volatile A = createArray(N3); in TEST()
105 int **volatile A = createArray(N); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/ADT/
H A DWaymarkingTest.cpp28 static int **createArray(int Len) { in createArray() function
66 int **volatile A = createArray(N2); in TEST()
88 int **volatile A = createArray(N3); in TEST()
105 int **volatile A = createArray(N); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DWaymarkingTest.cpp28 static int **createArray(int Len) { in createArray() function
66 int **volatile A = createArray(N2); in TEST()
88 int **volatile A = createArray(N3); in TEST()
105 int **volatile A = createArray(N); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/ADT/
H A DWaymarkingTest.cpp28 static int **createArray(int Len) { in createArray() function
66 int **volatile A = createArray(N2); in TEST()
88 int **volatile A = createArray(N3); in TEST()
105 int **volatile A = createArray(N); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DWaymarkingTest.cpp28 static int **createArray(int Len) { in createArray() function
66 int **volatile A = createArray(N2); in TEST()
88 int **volatile A = createArray(N3); in TEST()
105 int **volatile A = createArray(N); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/ADT/
H A DWaymarkingTest.cpp28 static int **createArray(int Len) { in createArray() function
66 int **volatile A = createArray(N2); in TEST()
88 int **volatile A = createArray(N3); in TEST()
105 int **volatile A = createArray(N); in TEST()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/ADT/
H A DWaymarkingTest.cpp28 static int **createArray(int Len) { in createArray() function
66 int **volatile A = createArray(N2); in TEST()
88 int **volatile A = createArray(N3); in TEST()
105 int **volatile A = createArray(N); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DWaymarkingTest.cpp28 static int **createArray(int Len) {
66 int **volatile A = createArray(N2);
88 int **volatile A = createArray(N3);
105 int **volatile A = createArray(N);
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/primitive-0.7.0.1/Data/Primitive/
H A DArray.hs301 createArray
306 createArray 0 _ _ = emptyArray function
307 createArray n x f = runArray $ do function
326 createArray
331 createArray 0 _ _ = Array (emptyArray# (# #)) function
332 createArray n x f = runArray $ do function
633 e <$ a = createArray (sizeofArray a) e (\ !_ -> pure ())
651 a *> b = createArray (sza*szb) (die "*>" "impossible") $ \mb ->
656 a <* b = createArray (sza*szb) (die "<*" "impossible") $ \ma ->
718 zipW s f aa ab = createArray mn (die s "impossible") $ \mc ->
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/primitive-0.7.1.0/Data/Primitive/
H A DArray.hs333 createArray
338 createArray 0 _ _ = emptyArray function
339 createArray n x f = runArray $ do function
358 createArray
363 createArray 0 _ _ = Array (emptyArray# (# #)) function
364 createArray n x f = runArray $ do function
670 e <$ a = createArray (sizeofArray a) e (\ !_ -> pure ())
688 a *> b = createArray (sza*szb) (die "*>" "impossible") $ \mb ->
693 a <* b = createArray (sza*szb) (die "<*" "impossible") $ \ma ->
755 zipW s f aa ab = createArray mn (die s "impossible") $ \mc ->
[all …]

12345678910>>...18