Home
last modified time | relevance | path

Searched defs:g (Results 76 – 100 of 40110) sorted by relevance

12345678910>>...1605

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/unittests/
H A Dtest_group.spec.ts12 export const g = makeTestGroup(TestGroupTest); constant
21 const g = makeTestGroupForUnitTesting(UnitTest); constant
40 const g = makeTestGroupForUnitTesting(Counter); constant
56 const g = makeTestGroupForUnitTesting(UnitTest); constant
88 const g = makeTestGroupForUnitTesting(UnitTest); constant
98 const g = makeTestGroupForUnitTesting(UnitTest); constant
160 const g = makeTestGroupForUnitTesting(UnitTest); constant
173 const g = makeTestGroupForUnitTesting(UnitTest); constant
189 const g = makeTestGroup(UnitTest); constant
204 const g = makeTestGroupForUnitTesting(UnitTest); constant
[all …]
/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/src/detail/io/
H A DWktReader.cpp82 std::unique_ptr< Point > g( new Point() ); in readGeometry() local
94 std::unique_ptr< Triangle > g( new Triangle() ); in readGeometry() local
100 std::unique_ptr< Polygon > g( new Polygon() ); in readGeometry() local
142 std::unique_ptr< Solid > g( new Solid() ); in readGeometry() local
211 void WktReader::readInnerPoint( Point& g ) in readInnerPoint()
231 void WktReader::readInnerLineString( LineString& g ) in readInnerLineString()
273 void WktReader::readInnerPolygon( Polygon& g ) in readInnerPolygon()
308 void WktReader::readInnerTriangle( Triangle& g ) in readInnerTriangle()
356 void WktReader::readInnerMultiPoint( MultiPoint& g ) in readInnerMultiPoint()
552 void WktReader::readInnerSolid( Solid& g ) in readInnerSolid()
[all …]
H A DWktWriter.cpp69 void WktWriter::writeRec( const Geometry& g ) in writeRec()
179 void WktWriter::write( const Point& g ) in write()
195 void WktWriter::writeInner( const Point& g ) in writeInner()
210 void WktWriter::write( const LineString& g ) in write()
245 void WktWriter::write( const Polygon& g ) in write()
261 void WktWriter::writeInner( const Polygon& g ) in writeInner()
303 void WktWriter::write( const MultiPoint& g ) in write()
382 void WktWriter::write( const MultiSolid& g ) in write()
408 void WktWriter::write( const Triangle& g ) in write()
506 void WktWriter::write( const Solid& g ) in write()
[all …]
/dports/textproc/snowballstemmer/snowball-2.2.0/compiler/
H A Dgenerator_java.c13 static int new_label(struct generator * g) { in new_label()
17 static struct str * vars_newname(struct generator * g) { in vars_newname()
46 static void write_hexdigit(struct generator * g, int n) { in write_hexdigit()
51 static void write_hex(struct generator * g, int ch) { in write_hex()
76 static void write_margin(struct generator * g) { in write_margin()
90 static void write_block_start(struct generator * g) { in write_block_start()
143 static void wsetlab_end(struct generator * g) { in wsetlab_end()
148 static void wgotol(struct generator * g, int n) { in wgotol()
157 static void write_failure(struct generator * g) { in write_failure()
236 static void w(struct generator * g, const char * s) { in w()
[all …]
H A Dgenerator_csharp.c13 static int new_label(struct generator * g) { in new_label()
17 static struct str * vars_newname(struct generator * g) { in vars_newname()
46 static void write_hexdigit(struct generator * g, int n) { in write_hexdigit()
51 static void write_hex(struct generator * g, int ch) { in write_hex()
76 static void write_margin(struct generator * g) { in write_margin()
90 static void write_block_start(struct generator * g) { in write_block_start()
136 static void wsetl(struct generator * g, int n) { in wsetl()
143 static void wgotol(struct generator * g, int n) { in wgotol()
152 static void write_failure(struct generator * g) { in write_failure()
231 static void w(struct generator * g, const char * s) { in w()
[all …]
H A Dgenerator.c15 static int new_label(struct generator * g) { in new_label()
29 static void wi3(struct generator * g, int i) { in wi3()
81 static void write_hex(struct generator * g, int i) { in write_hex()
87 static void wlitch(struct generator * g, int ch) { in wlitch()
129 static void write_margin(struct generator * g) { in write_margin()
245 static void wsetl(struct generator * g, int n) { in wsetl()
253 static void wgotol(struct generator * g, int n) { in wgotol()
1447 void write_start_comment(struct generator * g, in write_start_comment()
1459 static void generate_head(struct generator * g) { in generate_head()
1594 static void generate_close(struct generator * g) { in generate_close()
[all …]
H A Dgenerator_pascal.c15 static int new_label(struct generator * g) { in new_label()
19 static struct str * vars_newname(struct generator * g) { in vars_newname()
98 static void write_margin(struct generator * g) { in write_margin()
104 static void write_declare(struct generator * g, in write_declare()
125 static void write_block_start(struct generator * g) { in write_block_start()
166 static void wsetlab_begin(struct generator * g) { in wsetlab_begin()
170 static void wsetlab_end(struct generator * g, int n) { in wsetlab_end()
177 static void wgotol(struct generator * g, int n) { in wgotol()
185 static void write_failure(struct generator * g) { in write_failure()
261 static void w(struct generator * g, const char * s) { in w()
[all …]
H A Dgenerator_python.c13 static int new_label(struct generator * g) { in new_label()
19 static struct str * vars_newname(struct generator * g) { in vars_newname()
56 static void write_hexdigit(struct generator * g, int n) { in write_hexdigit()
61 static void write_hex(struct generator * g, int ch) { in write_hex()
86 static void write_margin(struct generator * g) { in write_margin()
100 static void write_block_start(struct generator * g) { in write_block_start()
145 static void wsetlab_begin(struct generator * g) { in wsetlab_begin()
150 static void wsetlab_end(struct generator * g, int n) { in wsetlab_end()
155 static void wgotol(struct generator * g, int n) { in wgotol()
160 static void write_failure(struct generator * g) { in write_failure()
[all …]
H A Dgenerator_rust.c13 static int new_label(struct generator * g) { in new_label()
17 static struct str * vars_newname(struct generator * g) { in vars_newname()
50 static void write_hexdigit(struct generator * g, int n) { in write_hexdigit()
55 static void write_hex(struct generator * g, int ch) { in write_hex()
82 static void write_margin(struct generator * g) { in write_margin()
96 static void write_block_start(struct generator * g) { in write_block_start()
148 static void wsetlab_end(struct generator * g, int n) { in wsetlab_end()
156 static void wgotol(struct generator * g, int n) { in wgotol()
161 static void write_failure(struct generator * g) { in write_failure()
237 static void w(struct generator * g, const char * s) { in w()
[all …]
H A Dgenerator_js.c13 static int new_label(struct generator * g) { in new_label()
17 static struct str * vars_newname(struct generator * g) { in vars_newname()
44 static void write_hexdigit(struct generator * g, int n) { in write_hexdigit()
49 static void write_hex(struct generator * g, int ch) { in write_hex()
74 static void write_margin(struct generator * g) { in write_margin()
88 static void write_block_start(struct generator * g) { in write_block_start()
139 static void wsetlab_end(struct generator * g) { in wsetlab_end()
144 static void wgotol(struct generator * g, int n) { in wgotol()
153 static void write_failure(struct generator * g) { in write_failure()
233 static void w(struct generator * g, const char * s) { in w()
[all …]
H A Dgenerator_go.c13 static int new_label(struct generator * g) { in new_label()
17 static struct str * vars_newname(struct generator * g) { in vars_newname()
52 static void write_hexdigit(struct generator * g, int n) { in write_hexdigit()
57 static void write_hex(struct generator * g, int ch) { in write_hex()
83 static void write_margin(struct generator * g) { in write_margin()
98 static void write_block_start(struct generator * g) { in write_block_start()
149 static void wsetlab_end(struct generator * g, int n) { in wsetlab_end()
155 static void wgotol(struct generator * g, int n) { in wgotol()
160 static void write_failure(struct generator * g) { in write_failure()
236 static void w(struct generator * g, const char * s) { in w()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/vtzero/test/t/
H A Dtest_geometry.cpp14 const container g = {}; variable
25 const container g = {9, 50, 34}; variable
53 container g = {9, 50, 34}; variable
74 const container g = {17, 10, 14, 3, 9}; variable
92 const container g = {9, 4, 4, 18, 0, 16, 16, 0}; variable
113 const container g = {9, 4, 4, 18, 0, 16, 0, 0}; variable
164 const container g = {9, 6, 12, 18, 10, 12, 24, 44, 15}; variable
187 const container g = {9, 6, 12, 18, 10, 12, 24, 44, 23}; variable
203 const container g = {9, 6, 12, 18, 10, 12, 24, 44, 7}; variable
273 const container g = {vtzero::detail::command_move_to(1), variable
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_profiling.cpp69 tbb::flow::graph g; variable
82 tbb::flow::graph g; variable
90 tbb::flow::graph g; variable
98 tbb::flow::graph g; variable
106 tbb::flow::graph g; variable
114 tbb::flow::graph g; variable
126 tbb::flow::graph g; variable
134 tbb::flow::graph g; variable
160 tbb::flow::graph g; variable
168 tbb::flow::graph g; variable
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/fpoptimizer/
H A Dinstantiate.hh4 # define FUNCTIONPARSER_INSTANTIATE_D(g) g(double) argument
6 # define FUNCTIONPARSER_INSTANTIATE_D(g) argument
10 # define FUNCTIONPARSER_INSTANTIATE_F(g) g(float) argument
12 # define FUNCTIONPARSER_INSTANTIATE_F(g) argument
16 # define FUNCTIONPARSER_INSTANTIATE_LD(g) g(long double) argument
18 # define FUNCTIONPARSER_INSTANTIATE_LD(g) argument
22 # define FUNCTIONPARSER_INSTANTIATE_LI(g) g(long) argument
24 # define FUNCTIONPARSER_INSTANTIATE_LI(g) argument
30 # define FUNCTIONPARSER_INSTANTIATE_CD(g) argument
36 # define FUNCTIONPARSER_INSTANTIATE_CF(g) argument
[all …]
/dports/devel/R-cran-globals/globals/tests/
H A Dformulas.R5 g <- findGlobals(. ~ x + y : z, substitute = TRUE) globalVar
9 g <- findGlobals(map(1L, ~ typeof(.x)), substitute = TRUE) globalVar
19 g <- findGlobals(. ~ NULL, substitute = substitute) globalVar
23 g <- findGlobals(NULL ~ NULL, substitute = substitute) globalVar
27 g <- findGlobals(~ NULL, substitute = substitute) globalVar
31 g <- findGlobals(NULL ~ ., substitute = substitute) globalVar
49 g <- findGlobals(list(..., ..3) ~ list(., .x, ..., ..1, ..2)) globalVar
60 g <- eval(quote(findGlobals(x)), env) globalVar
64 g <- eval(quote(findGlobals(x)), env) globalVar
68 g <- eval(quote(findGlobals(x)), env) globalVar
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool-testsuite/test/org/antlr/v4/test/tool/
H A DTestATNConstruction.java42 Grammar g = new Grammar( in testA() local
53 Grammar g = new Grammar( in testAB() local
65 Grammar g = new Grammar( in testAorB() local
80 Grammar g = new Grammar( in testSetAorB() local
259 Grammar g = new Grammar( in testStringLiteralInParser() local
271 Grammar g = new Grammar( in testABorCD() local
287 Grammar g = new Grammar( in testbA() local
306 Grammar g = new Grammar( in testFollow() local
320 Grammar g = new Grammar( in testAorEpsilon() local
334 Grammar g = new Grammar( in testAOptional() local
[all …]
/dports/mail/rspamd/rspamd-3.1/contrib/snowball/compiler/
H A Dgenerator.c15 static int new_label(struct generator * g) { in new_label()
29 static void wi3(struct generator * g, int i) { in wi3()
81 static void write_hex(struct generator * g, int i) { in write_hex()
87 static void wlitch(struct generator * g, int ch) { in wlitch()
129 static void write_margin(struct generator * g) { in write_margin()
245 static void wsetl(struct generator * g, int n) { in wsetl()
253 static void wgotol(struct generator * g, int n) { in wgotol()
1424 void write_start_comment(struct generator * g, in write_start_comment()
1436 static void generate_head(struct generator * g) { in generate_head()
1571 static void generate_close(struct generator * g) { in generate_close()
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/snowball/compiler/
H A Dgenerator.c15 static int new_label(struct generator * g) { in new_label()
29 static void wi3(struct generator * g, int i) { in wi3()
81 static void write_hex(struct generator * g, int i) { in write_hex()
87 static void wlitch(struct generator * g, int ch) { in wlitch()
129 static void write_margin(struct generator * g) { in write_margin()
245 static void wsetl(struct generator * g, int n) { in wsetl()
253 static void wgotol(struct generator * g, int n) { in wgotol()
1424 void write_start_comment(struct generator * g, in write_start_comment()
1436 static void generate_head(struct generator * g) { in generate_head()
1571 static void generate_close(struct generator * g) { in generate_close()
[all …]
/dports/math/R-cran-igraph/igraph/tests/testthat/
H A Dtest_attributes.R19 g <- graph(c(1,2, 1,3, 3,4)) globalVar
22 g <- set_graph_attr(g, name="name", "foo") globalVar
41 g <- graph(c(1,2, 1,3, 3,4)) globalVar
44 g <- set_graph_attr(g, name="name", "foo") globalVar
65 g <- graph(c(1,2, 1,3, 3,4)) globalVar
88 g <- graph(c(1,2, 1,3, 2,4)) globalVar
109 g <- graph(c(1,2, 1,3, 2,4)) globalVar
129 g <- graph(c(1,2, 1,3, 2,4)) globalVar
146 g <- graph(c(1,2, 1,3, 2,4)) globalVar
169 g <- graph(c(1,2, 1,3, 2,4)) globalVar
[all …]
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/client/entity/
H A DGateTest.java60 Gate g = new Gate(); in testGetArea() local
78 Gate g = new Gate(); in testGetAudibleArea() local
88 Gate g = new Gate(); in testGetEntityClass() local
106 Gate g = new Gate(); in testGetEntitySubclass() local
123 Gate g = new Gate(); in testGetHeight() local
138 Gate g = new Gate(); in testGetID() local
156 Gate g = new Gate(); in testGetName() local
165 Gate g = new Gate(); in testGetRPObject() local
182 Gate g = new Gate(); in testGetResistance() local
199 Gate g = new Gate(); in testGetResistanceIEntity() local
[all …]
/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/test/unit/SFCGAL/
H A DLineStringTest.cpp37 LineString g; in BOOST_AUTO_TEST_CASE() local
85 LineString g ; in BOOST_AUTO_TEST_CASE() local
104 LineString g ; in BOOST_AUTO_TEST_CASE() local
109 LineString g ; in BOOST_AUTO_TEST_CASE() local
131 LineString g; in BOOST_AUTO_TEST_CASE() local
136 LineString g; in BOOST_AUTO_TEST_CASE() local
144 LineString g; in BOOST_AUTO_TEST_CASE() local
158 LineString g; in BOOST_AUTO_TEST_CASE() local
325 LineString g; in BOOST_AUTO_TEST_CASE() local
330 LineString g( in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/petermattis/goid/
H A Dgoid_go1.6plus.go19 g uintptr member
26 type g struct { struct
27 stack stack
28 stackguard0 uintptr
29 stackguard1 uintptr
31 _panic uintptr
32 _defer uintptr
33 m uintptr
35 sched gobuf
42 atomicstatus uint32
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/petermattis/goid/
H A Druntime_go1.6.go16 g uintptr member
23 type g struct { struct
24 stack stack
25 stackguard0 uintptr
26 stackguard1 uintptr
28 _panic uintptr
29 _defer uintptr
30 m uintptr
32 sched gobuf
39 atomicstatus uint32
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/petermattis/goid/
H A Druntime_go1.6.go16 g uintptr member
23 type g struct { struct
24 stack stack
25 stackguard0 uintptr
26 stackguard1 uintptr
28 _panic uintptr
29 _defer uintptr
30 m uintptr
32 sched gobuf
39 atomicstatus uint32
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/petermattis/goid/
H A Dgoid_go1.6plus.go19 g uintptr member
26 type g struct { struct
27 stack stack
28 stackguard0 uintptr
29 stackguard1 uintptr
31 _panic uintptr
32 _defer uintptr
33 m uintptr
35 sched gobuf
42 atomicstatus uint32
[all …]

12345678910>>...1605