Home
last modified time | relevance | path

Searched refs:try_result (Results 1 – 25 of 49) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/kunit/
H A Dtry-catch.c19 try_catch->try_result = -EFAULT; in kunit_try_catch_throw()
67 try_catch->try_result = 0; in kunit_try_catch_run()
80 try_catch->try_result = -ETIMEDOUT; in kunit_try_catch_run()
83 exit_code = try_catch->try_result; in kunit_try_catch_run()
89 try_catch->try_result = 0; in kunit_try_catch_run()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/kunit/
H A Dtry-catch.c19 try_catch->try_result = -EFAULT; in kunit_try_catch_throw()
67 try_catch->try_result = 0; in kunit_try_catch_run()
80 try_catch->try_result = -ETIMEDOUT; in kunit_try_catch_run()
83 exit_code = try_catch->try_result; in kunit_try_catch_run()
89 try_catch->try_result = 0; in kunit_try_catch_run()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/kunit/
H A Dtry-catch.c19 try_catch->try_result = -EFAULT; in kunit_try_catch_throw()
67 try_catch->try_result = 0; in kunit_try_catch_run()
80 try_catch->try_result = -ETIMEDOUT; in kunit_try_catch_run()
83 exit_code = try_catch->try_result; in kunit_try_catch_run()
89 try_catch->try_result = 0; in kunit_try_catch_run()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/accessibility/
H A Drebase_dump_accessibility_tree_test.py104 try_result = open(tmppath).read()
105 if len(try_result) < 1000:
107 print(try_result)
110 data = json.loads(try_result)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/accessibility/
H A Drebase_dump_accessibility_tree_test.py104 try_result = open(tmppath).read()
105 if len(try_result) < 1000:
107 print(try_result)
110 data = json.loads(try_result)
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/try-block/
H A Dtry-block-in-edition2015.stderr4 LL | let try_result: Option<_> = try {
13 LL | let try_result: Option<_> = try {
19 LL | let try_result: Option<_> = try! {
H A Dtry-block-in-edition2015.rs4 let try_result: Option<_> = try { in main() localVariable
9 assert_eq!(try_result, Some(5)); in main()
/dports/science/py-ruffus/ruffus-2.8.3/ruffus/test/
H A Dtest_ruffus_utility.py512 try_result = regex_replace("aaa.bbb.ccc.aaa",
516 self.assertEqual(try_result, result)
535 try_result = path_decomposition(test_path)
536 self.assertEqual(try_result, expected_result)
624 try_result = apply_func_to_sequence(
626 self.assertEqual(try_result, expected_result)
739 try_result = get_all_paths_components(test_paths, regex_str)
740 self.assertEqual(try_result, expected_result)
847 try_result = get_all_paths_components(test_paths, regex_str)
848 self.assertEqual(try_result, expected_result)
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/feature-gates/
H A Dfeature-gate-try_blocks.rs4 let try_result: Option<_> = try { //~ ERROR `try` expression is experimental in main() localVariable
8 assert_eq!(try_result, Some(5)); in main()
H A Dfeature-gate-try_blocks.stderr4 LL | let try_result: Option<_> = try {
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
H A DSTreeParser.h66 (p)->try_result = NULL; \
69 rule(p,t,&try_result); \
88 SORASTBase *try_result; /* tree coming back from try */ variable
H A Dsorcerer.h95 (p)->try_result = NULL; \
98 rule(p,t,&try_result); \
124 SORAST *try_result; /* tree coming back from try */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/kunit/
H A Dtry-catch.h50 int try_result; member
62 return try_catch->try_result; in kunit_try_catch_get_result()
/dports/multimedia/libv4l/linux-5.13-rc2/include/kunit/
H A Dtry-catch.h50 int try_result; member
62 return try_catch->try_result; in kunit_try_catch_get_result()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/kunit/
H A Dtry-catch.h50 int try_result; member
62 return try_catch->try_result; in kunit_try_catch_get_result()
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/core/
H A Dna-importer.c379 NAImporterResult *try_result = ( NAImporterResult * ) ip->data; in is_importing_already_exists() local
381 if( try_result->imported ){ in is_importing_already_exists()
382 g_return_val_if_fail( NA_IS_OBJECT_ITEM( try_result->imported ), NULL ); in is_importing_already_exists()
384 gchar *id = na_object_get_id( try_result->imported ); in is_importing_already_exists()
386 exists = NA_OBJECT_ITEM( try_result->imported ); in is_importing_already_exists()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/derive_builder-0.10.2/tests/
H A Dtry_setter.rs66 let try_result = builder.try_source("1.2.3.4"); in fallible_set() localVariable
67 let built = try_result in fallible_set()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/derive_builder-0.10.2/tests/
H A Dtry_setter.rs66 let try_result = builder.try_source("1.2.3.4"); in fallible_set() localVariable
67 let built = try_result in fallible_set()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/derive_builder-0.10.2/tests/
H A Dtry_setter.rs66 let try_result = builder.try_source("1.2.3.4"); in fallible_set() localVariable
67 let built = try_result in fallible_set()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/derive_builder-0.10.2/tests/
H A Dtry_setter.rs66 let try_result = builder.try_source("1.2.3.4"); in fallible_set() localVariable
67 let built = try_result in fallible_set()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/derive_builder-0.9.0/tests/
H A Dtry_setter.rs72 let try_result = builder.try_source("1.2.3.4"); in fallible_set() localVariable
73 let built = try_result in fallible_set()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/derive_builder-0.9.0/tests/
H A Dtry_setter.rs72 let try_result = builder.try_source("1.2.3.4"); in fallible_set() localVariable
73 let built = try_result in fallible_set()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/derive_builder-0.7.2/tests/
H A Dtry_setter.rs72 let try_result = builder.try_source("1.2.3.4"); in fallible_set() localVariable
73 let built = try_result in fallible_set()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/derive_builder-0.7.2/tests/
H A Dtry_setter.rs72 let try_result = builder.try_source("1.2.3.4"); in fallible_set() localVariable
73 let built = try_result in fallible_set()
/dports/net/arataga/restinio-v.0.6.13/dev/restinio/helpers/http_field_parsers/
H A Dbasics.hpp571 const auto try_result = try_parse_value( from, value ); in try_parse() local
572 if( !try_result ) in try_parse()
575 return make_unexpected( *try_result ); in try_parse()
663 const auto try_result = try_parse_value( from, value ); in try_parse() local
664 if( !try_result ) in try_parse()
670 return make_unexpected( *try_result ); in try_parse()

12