Home
last modified time | relevance | path

Searched defs:test_array (Results 1 – 25 of 1177) sorted by relevance

12345678910>>...48

/dports/databases/postgresql-plproxy/plproxy-2.10.0/test/sql/
H A Dplproxy_split.sql3 create or replace function test_array(a text[], b text[], c text) returns text as function
10 create or replace function test_array(a text[], b text[], c text) returns text as function
17 create or replace function test_array(a text[], b text[], c text) returns text as function
24 create or replace function test_array(a text[], b text[], c text) returns text as function
34 create or replace function test_array(a text[], b text[], c text) returns setof text as function
39 create or replace function test_array(a text[], b text[], c text) returns setof text as function
44 create or replace function test_array(a text[], b text[], c text) returns setof text as function
49 create or replace function test_array(a text[], b text[], c text) returns setof text as function
54 create or replace function test_array(a text[], b text[], c text) returns setof text as function
62 create or replace function test_array(a text[], b text[], c text) returns setof text as function
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A DquickSort.cpp102 int* test_array = NULL; in test_quick_sort() local
107 int test_array[] = {3}; in test_quick_sort() local
112 int test_array[] = {3,2}; in test_quick_sort() local
117 int test_array[] = {3,2,1}; in test_quick_sort() local
122 int test_array[] = {4,3,2,1}; in test_quick_sort() local
132 int test_array[] = {4,4,1,4}; in test_quick_sort() local
148 int test_array[] = {2,8,1,4}; in test_quick_sort() local
155 int test_array[] = {1,4,8}; in test_quick_sort() local
160 int test_array[] = {1,7,9,4,8,2}; in test_quick_sort() local
165 int test_array[] = {1,9,7,4,2,8}; in test_quick_sort() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A DquickSort.cpp102 int* test_array = NULL; in test_quick_sort() local
107 int test_array[] = {3}; in test_quick_sort() local
112 int test_array[] = {3,2}; in test_quick_sort() local
117 int test_array[] = {3,2,1}; in test_quick_sort() local
122 int test_array[] = {4,3,2,1}; in test_quick_sort() local
132 int test_array[] = {4,4,1,4}; in test_quick_sort() local
148 int test_array[] = {2,8,1,4}; in test_quick_sort() local
155 int test_array[] = {1,4,8}; in test_quick_sort() local
160 int test_array[] = {1,7,9,4,8,2}; in test_quick_sort() local
165 int test_array[] = {1,9,7,4,2,8}; in test_quick_sort() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/utilities/
H A Dtest_quicksort.cpp84 int* test_array = NULL; in TEST() local
89 int test_array[] = {3}; in TEST() local
94 int test_array[] = {3,2}; in TEST() local
99 int test_array[] = {3,2,1}; in TEST() local
104 int test_array[] = {4,3,2,1}; in TEST() local
114 int test_array[] = {4,4,1,4}; in TEST() local
130 int test_array[] = {2,8,1,4}; in TEST() local
139 int test_array[] = {1, 4, 8}; in TEST() local
144 int test_array[] = {1, 7, 9, 4, 8, 2}; in TEST() local
149 int test_array[] = {1, 9, 7, 4, 2, 8}; in TEST() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/utilities/
H A Dtest_quicksort.cpp84 int* test_array = NULL; in TEST() local
89 int test_array[] = {3}; in TEST() local
94 int test_array[] = {3,2}; in TEST() local
99 int test_array[] = {3,2,1}; in TEST() local
104 int test_array[] = {4,3,2,1}; in TEST() local
114 int test_array[] = {4,4,1,4}; in TEST() local
130 int test_array[] = {2,8,1,4}; in TEST() local
139 int test_array[] = {1, 4, 8}; in TEST() local
144 int test_array[] = {1, 7, 9, 4, 8, 2}; in TEST() local
149 int test_array[] = {1, 9, 7, 4, 2, 8}; in TEST() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/utilities/
H A Dtest_quicksort.cpp84 int* test_array = NULL; in TEST() local
89 int test_array[] = {3}; in TEST() local
94 int test_array[] = {3,2}; in TEST() local
99 int test_array[] = {3,2,1}; in TEST() local
104 int test_array[] = {4,3,2,1}; in TEST() local
114 int test_array[] = {4,4,1,4}; in TEST() local
130 int test_array[] = {2,8,1,4}; in TEST() local
139 int test_array[] = {1, 4, 8}; in TEST() local
144 int test_array[] = {1, 7, 9, 4, 8, 2}; in TEST() local
149 int test_array[] = {1, 9, 7, 4, 2, 8}; in TEST() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/utilities/
H A Dtest_quicksort.cpp84 int* test_array = NULL; in TEST() local
89 int test_array[] = {3}; in TEST() local
94 int test_array[] = {3,2}; in TEST() local
99 int test_array[] = {3,2,1}; in TEST() local
104 int test_array[] = {4,3,2,1}; in TEST() local
114 int test_array[] = {4,4,1,4}; in TEST() local
130 int test_array[] = {2,8,1,4}; in TEST() local
139 int test_array[] = {1, 4, 8}; in TEST() local
144 int test_array[] = {1, 7, 9, 4, 8, 2}; in TEST() local
149 int test_array[] = {1, 9, 7, 4, 2, 8}; in TEST() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/utilities/
H A Dtest_quicksort.cpp84 int* test_array = NULL; in TEST() local
89 int test_array[] = {3}; in TEST() local
94 int test_array[] = {3,2}; in TEST() local
99 int test_array[] = {3,2,1}; in TEST() local
104 int test_array[] = {4,3,2,1}; in TEST() local
114 int test_array[] = {4,4,1,4}; in TEST() local
130 int test_array[] = {2,8,1,4}; in TEST() local
139 int test_array[] = {1, 4, 8}; in TEST() local
144 int test_array[] = {1, 7, 9, 4, 8, 2}; in TEST() local
149 int test_array[] = {1, 9, 7, 4, 2, 8}; in TEST() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/utilities/
H A Dtest_quicksort.cpp84 int* test_array = NULL; in TEST() local
89 int test_array[] = {3}; in TEST() local
94 int test_array[] = {3,2}; in TEST() local
99 int test_array[] = {3,2,1}; in TEST() local
104 int test_array[] = {4,3,2,1}; in TEST() local
114 int test_array[] = {4,4,1,4}; in TEST() local
130 int test_array[] = {2,8,1,4}; in TEST() local
139 int test_array[] = {1, 4, 8}; in TEST() local
144 int test_array[] = {1, 7, 9, 4, 8, 2}; in TEST() local
149 int test_array[] = {1, 9, 7, 4, 2, 8}; in TEST() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/utilities/
H A Dtest_quicksort.cpp84 int* test_array = NULL; in TEST() local
89 int test_array[] = {3}; in TEST() local
94 int test_array[] = {3,2}; in TEST() local
99 int test_array[] = {3,2,1}; in TEST() local
104 int test_array[] = {4,3,2,1}; in TEST() local
114 int test_array[] = {4,4,1,4}; in TEST() local
130 int test_array[] = {2,8,1,4}; in TEST() local
139 int test_array[] = {1, 4, 8}; in TEST() local
144 int test_array[] = {1, 7, 9, 4, 8, 2}; in TEST() local
149 int test_array[] = {1, 9, 7, 4, 2, 8}; in TEST() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/utilities/
H A Dtest_quicksort.cpp84 int* test_array = NULL; in TEST() local
89 int test_array[] = {3}; in TEST() local
94 int test_array[] = {3,2}; in TEST() local
99 int test_array[] = {3,2,1}; in TEST() local
104 int test_array[] = {4,3,2,1}; in TEST() local
114 int test_array[] = {4,4,1,4}; in TEST() local
130 int test_array[] = {2,8,1,4}; in TEST() local
139 int test_array[] = {1, 4, 8}; in TEST() local
144 int test_array[] = {1, 7, 9, 4, 8, 2}; in TEST() local
149 int test_array[] = {1, 9, 7, 4, 2, 8}; in TEST() local
[all …]
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/test/unit/common/
H A Dcolobot.ini10 [test_array] section
11 string_array=AAA,Hello world,Gold Edition
12 int_array=2,3,1
13 bool_array=1,0,1
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/testsuite/libgomp.oacc-fortran/
H A Doptional-declare.f9061 subroutine test_array(res, a, b, c) subroutine
62 integer :: a(n)
86 end subroutine test_array argument
/dports/lang/gcc11/gcc-11.2.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Doptional-declare.f9061 subroutine test_array(res, a, b, c) subroutine
62 integer :: a(n)
86 end subroutine test_array argument
/dports/lang/gcc10/gcc-10.3.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Doptional-declare.f9061 subroutine test_array(res, a, b, c) subroutine
62 integer :: a(n)
86 end subroutine test_array argument
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/testsuite/libgomp.oacc-fortran/
H A Doptional-declare.f9061 subroutine test_array(res, a, b, c) subroutine
62 integer :: a(n)
86 end subroutine test_array argument
/dports/devel/avr-gcc/gcc-10.2.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Doptional-declare.f9061 subroutine test_array(res, a, b, c) subroutine
62 integer :: a(n)
86 end subroutine test_array argument
/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/testsuite/libgomp.oacc-fortran/
H A Doptional-declare.f9061 subroutine test_array(res, a, b, c) subroutine
62 integer :: a(n)
86 end subroutine test_array argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Doptional-declare.f9061 subroutine test_array(res, a, b, c) subroutine
62 integer :: a(n)
86 end subroutine test_array argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_logical.f0315 subroutine test_array(c_logical_array, num_elems) bind(c) subroutine
32 end subroutine test_array argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_logical.f0315 subroutine test_array(c_logical_array, num_elems) bind(c) subroutine
32 end subroutine test_array argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_logical.f0315 subroutine test_array(c_logical_array, num_elems) bind(c) subroutine
32 end subroutine test_array argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_logical.f0315 subroutine test_array(c_logical_array, num_elems) bind(c) subroutine
32 end subroutine test_array argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_logical.f0315 subroutine test_array(c_logical_array, num_elems) bind(c) subroutine
32 end subroutine test_array argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dc_f_pointer_logical.f0315 subroutine test_array(c_logical_array, num_elems) bind(c) subroutine
32 end subroutine test_array argument

12345678910>>...48