Home
last modified time | relevance | path

Searched defs:found (Results 101 – 125 of 27608) sorted by relevance

12345678910>>...1105

/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dsctran.c13 /* Subroutine */ int sctran_0_(int n__, char *clknam, integer *clkid, logical in sctran_0_()
522 /* Subroutine */ int sctran_(char *clknam, integer *clkid, logical *found, in sctran_()
528 /* Subroutine */ int scn2id_(char *clknam, integer *clkid, logical *found, in scn2id_()
534 /* Subroutine */ int scid2n_(integer *clkid, char *clknam, logical *found, in scid2n_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dsctran.c13 /* Subroutine */ int sctran_0_(int n__, char *clknam, integer *clkid, logical in sctran_0_()
522 /* Subroutine */ int sctran_(char *clknam, integer *clkid, logical *found, in sctran_()
528 /* Subroutine */ int scn2id_(char *clknam, integer *clkid, logical *found, in scn2id_()
534 /* Subroutine */ int scid2n_(integer *clkid, char *clknam, logical *found, in scid2n_()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/examples/
H A Dargs.c13 const char *found = args->argv[args->pos]; in optional_str_arg() local
40 const char *found = args->argv[args->pos]; in match_str_arg() local
64 const char *found = args->argv[args->pos]; in match_numeric_arg() local
87 const char *found = match_numeric_arg(args, opt); in match_uint16_arg() local
106 const char *found = match_numeric_arg(args, opt); in match_uint32_arg() local
141 const char *found = args->argv[args->pos]; in match_bool_arg() local
166 const char *found = match_numeric_arg(args, opt); in match_int_arg() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dservice_discardable_manager.cc153 auto found = entries_.Get({texture_id, texture_manager}); in InsertLockedTexture() local
178 auto found = entries_.Get({texture_id, texture_manager}); in UnlockTexture() local
195 auto found = entries_.Peek({texture_id, texture_manager}); in LockTexture() local
222 auto found = entries_.Get({texture_id, texture_manager}); in OnTextureDeleted() local
235 auto found = entries_.Get({texture_id, texture_manager}); in OnTextureSizeChanged() local
282 auto found = entries_.Peek({texture_id, texture_manager}); in IsEntryLockedForTesting() local
291 auto found = entries_.Peek({texture_id, texture_manager}); in UnlockedTextureRefForTesting() local
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/frozen/test/
H A DFrozenVectorAssociativeTest.cpp43 auto found = fdm.find(3); in TEST() local
48 auto found = fdm.find(2); in TEST() local
61 auto found = fdm.find(3); in TEST() local
66 auto found = fdm.find(2); in TEST() local
80 auto found = fdm->find(3); in TEST() local
85 auto found = fdm.value().find(3); in TEST() local
90 auto found = fdm->find(2); in TEST() local
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/examples/
H A Dargs.c13 const char *found = args->argv[args->pos]; in optional_str_arg() local
40 const char *found = args->argv[args->pos]; in match_str_arg() local
64 const char *found = args->argv[args->pos]; in match_numeric_arg() local
87 const char *found = match_numeric_arg(args, opt); in match_uint16_arg() local
106 const char *found = match_numeric_arg(args, opt); in match_uint32_arg() local
141 const char *found = args->argv[args->pos]; in match_bool_arg() local
166 const char *found = match_numeric_arg(args, opt); in match_int_arg() local
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/examples/
H A Dargs.c13 const char *found = args->argv[args->pos]; in optional_str_arg() local
40 const char *found = args->argv[args->pos]; in match_str_arg() local
64 const char *found = args->argv[args->pos]; in match_numeric_arg() local
87 const char *found = match_numeric_arg(args, opt); in match_uint16_arg() local
106 const char *found = match_numeric_arg(args, opt); in match_uint32_arg() local
141 const char *found = args->argv[args->pos]; in match_bool_arg() local
166 const char *found = match_numeric_arg(args, opt); in match_int_arg() local
/dports/devel/libgit2/libgit2-1.3.0/examples/
H A Dargs.c13 const char *found = args->argv[args->pos]; in optional_str_arg() local
40 const char *found = args->argv[args->pos]; in match_str_arg() local
64 const char *found = args->argv[args->pos]; in match_numeric_arg() local
87 const char *found = match_numeric_arg(args, opt); in match_uint16_arg() local
106 const char *found = match_numeric_arg(args, opt); in match_uint32_arg() local
141 const char *found = args->argv[args->pos]; in match_bool_arg() local
166 const char *found = match_numeric_arg(args, opt); in match_int_arg() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq/src/System/Linq/
H A DSelect.cs288 public TResult TryGetElementAt(int index, out bool found) in TryGetElementAt()
300 public TResult TryGetFirst(out bool found) in TryGetFirst()
308 public TResult TryGetLast(out bool found) in TryGetLast()
431 public TResult TryGetFirst(out bool found) in TryGetFirst()
443 public TResult TryGetLast(out bool found) in TryGetLast()
582 public TResult TryGetFirst(out bool found) in TryGetFirst()
594 public TResult TryGetLast(out bool found) in TryGetLast()
683 public TResult TryGetFirst(out bool found) in TryGetFirst()
691 public TResult TryGetLast(out bool found) in TryGetLast()
854 public TResult TryGetFirst(out bool found) in TryGetFirst()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/
H A DDynamicObjectDelegate.java35 public Boolean found(); in found() method
37 public void found(Boolean found); in found() method
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/
H A DDynamicObjectDelegate.java35 public Boolean found(); in found() method
37 public void found(Boolean found); in found() argument
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/
H A DDynamicObjectDelegate.java35 public Boolean found(); in found() method
37 public void found(Boolean found); in found() method
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/
H A DDynamicObjectDelegate.java35 public Boolean found(); in found() method
37 public void found(Boolean found); in found() argument
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/
H A DDynamicObjectDelegate.java35 public Boolean found(); in found() method
37 public void found(Boolean found); in found() method
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/
H A DDynamicObjectDelegate.java35 public Boolean found(); in found() method
37 public void found(Boolean found); in found() argument
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/docs/
H A DNetwork-Debugger.md85 #### `IntermediateLayerComparator`
96 #### `RecursiveLayerComparator`
113 #### Future work
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/src/
H A Dmpid_probe.c32 int found; in MPID_Probe() local
56 int found; in MPID_Probe() local
76 int found; in MPID_Probe() local
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin/
H A Dcmdmisc.cpp262 bool found = false; in scribus_setlayervisible() local
293 bool found = false; in scribus_setlayerprintable() local
324 bool found = false; in scribus_setlayerlocked() local
355 bool found = false; in scribus_setlayeroutlined() local
386 bool found = false; in scribus_setlayerflow() local
417 bool found = false; in scribus_setlayerblendmode() local
448 bool found = false; in scribus_setlayertransparency() local
479 bool found = false; in scribus_islayervisible() local
510 bool found = false; in scribus_islayerprintable() local
541 bool found = false; in scribus_islayerlocked() local
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin_py2x/
H A Dcmdmisc.cpp262 bool found = false; in scribus_setlayervisible() local
293 bool found = false; in scribus_setlayerprintable() local
324 bool found = false; in scribus_setlayerlocked() local
355 bool found = false; in scribus_setlayeroutlined() local
386 bool found = false; in scribus_setlayerflow() local
417 bool found = false; in scribus_setlayerblendmode() local
448 bool found = false; in scribus_setlayertransparency() local
479 bool found = false; in scribus_islayervisible() local
510 bool found = false; in scribus_islayerprintable() local
541 bool found = false; in scribus_islayerlocked() local
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/spf13/cobra/
H A Dbash_completions_test.go13 func checkOmit(t *testing.T, found, unexpected string) { argument
19 func check(t *testing.T, found, expected string) { argument
25 func checkNumOccurrences(t *testing.T, found, expected string, expectedOccurrences int) { argument
32 func checkRegex(t *testing.T, found, pattern string) { argument
/dports/net/inlets/inlets-3.0.2/vendor/github.com/spf13/cobra/cobra-0.0.6/
H A Dbash_completions_test.go13 func checkOmit(t *testing.T, found, unexpected string) { argument
19 func check(t *testing.T, found, expected string) { argument
25 func checkNumOccurrences(t *testing.T, found, expected string, expectedOccurrences int) { argument
32 func checkRegex(t *testing.T, found, pattern string) { argument
/dports/net/evans/evans-0.9.1/vendor/github.com/spf13/cobra/
H A Dbash_completions_test.go13 func checkOmit(t *testing.T, found, unexpected string) { argument
19 func check(t *testing.T, found, expected string) { argument
25 func checkNumOccurrences(t *testing.T, found, expected string, expectedOccurrences int) { argument
32 func checkRegex(t *testing.T, found, pattern string) { argument
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/spf13/cobra/cobra-1.0.0/
H A Dbash_completions_test.go13 func checkOmit(t *testing.T, found, unexpected string) { argument
19 func check(t *testing.T, found, expected string) { argument
25 func checkNumOccurrences(t *testing.T, found, expected string, expectedOccurrences int) { argument
32 func checkRegex(t *testing.T, found, pattern string) { argument
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/spf13/cobra/cobra-0.0.5/
H A Dbash_completions_test.go13 func checkOmit(t *testing.T, found, unexpected string) { argument
19 func check(t *testing.T, found, expected string) { argument
25 func checkNumOccurrences(t *testing.T, found, expected string, expectedOccurrences int) { argument
32 func checkRegex(t *testing.T, found, pattern string) { argument
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/spf13/cobra/cobra-1.0.0/
H A Dbash_completions_test.go13 func checkOmit(t *testing.T, found, unexpected string) { argument
19 func check(t *testing.T, found, expected string) { argument
25 func checkNumOccurrences(t *testing.T, found, expected string, expectedOccurrences int) { argument
32 func checkRegex(t *testing.T, found, pattern string) { argument

12345678910>>...1105