Home
last modified time | relevance | path

Searched refs:first_return (Results 1 – 18 of 18) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/podio/tests/
H A Dio.rs11 fn new(first_return: io::Result<usize>) -> TestReader { in new()
12 TestReader { state: Some(first_return) } in new()
19 fn test(first_return: io::Result<usize>) -> io::Result<u32> { in test()
20 TestReader::new(first_return).get() in test()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/podio-0.1.6/tests/
H A Dio.rs11 fn new(first_return: io::Result<usize>) -> TestReader { in new()
12 TestReader { state: Some(first_return) } in new()
19 fn test(first_return: io::Result<usize>) -> io::Result<u32> { in test()
20 TestReader::new(first_return).get() in test()
/dports/www/firefox/firefox-99.0/third_party/rust/podio/tests/
H A Dio.rs11 fn new(first_return: io::Result<usize>) -> TestReader { in new()
12 TestReader { state: Some(first_return) } in new()
19 fn test(first_return: io::Result<usize>) -> io::Result<u32> { in test()
20 TestReader::new(first_return).get() in test()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/podio-0.1.6/tests/
H A Dio.rs11 fn new(first_return: io::Result<usize>) -> TestReader { in new()
12 TestReader { state: Some(first_return) } in new()
19 fn test(first_return: io::Result<usize>) -> io::Result<u32> { in test()
20 TestReader::new(first_return).get() in test()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/podio/tests/
H A Dio.rs11 fn new(first_return: io::Result<usize>) -> TestReader { in new()
12 TestReader { state: Some(first_return) } in new()
19 fn test(first_return: io::Result<usize>) -> io::Result<u32> { in test()
20 TestReader::new(first_return).get() in test()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/podio-0.1.5/tests/
H A Dio.rs11 fn new(first_return: io::Result<usize>) -> TestReader { in new()
12 TestReader { state: Some(first_return) } in new()
19 fn test(first_return: io::Result<usize>) -> io::Result<u32> { in test()
20 TestReader::new(first_return).get() in test()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/podio/tests/
H A Dio.rs11 fn new(first_return: io::Result<usize>) -> TestReader { in new()
12 TestReader { state: Some(first_return) } in new()
19 fn test(first_return: io::Result<usize>) -> io::Result<u32> { in test()
20 TestReader::new(first_return).get() in test()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/podio/tests/
H A Dio.rs11 fn new(first_return: io::Result<usize>) -> TestReader { in new()
12 TestReader { state: Some(first_return) } in new()
19 fn test(first_return: io::Result<usize>) -> io::Result<u32> { in test()
20 TestReader::new(first_return).get() in test()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bmdl/pro/tests/
H A Dtest_bmdl_classify_process.cxx56 vil_image_view_base_sptr first_return = vil_load("first_ret.tif"); in test_bmdl_classify_process() local
60 brdb_value_sptr v0 = new brdb_value_t<vil_image_view_base_sptr>(first_return); in test_bmdl_classify_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bmdl/
H A Dbmdl_classify.h35 void set_lidar_data(const vil_image_view<T>& first_return,
61 const vil_image_view<T>& first_return() const {return first_return_;} in first_return() function
H A Dbmdl_classify.hxx56 void bmdl_classify<T>::set_lidar_data(const vil_image_view<T>& first_return, in set_lidar_data() argument
59 assert(first_return.ni() == last_return.ni()); in set_lidar_data()
60 assert(first_return.nj() == last_return.nj()); in set_lidar_data()
61 first_return_ = first_return; in set_lidar_data()
/dports/games/zangband/zangband/src/
H A Dscript.c338 int first_return = 0; in call_lua_hook() local
402 first_return = i; in call_lua_hook()
404 for (i = first_return; format[i] && i < 20; i++) in call_lua_hook()
467 for (i = first_return; format[i] && i < 20; i++) in call_lua_hook()
/dports/devel/py-astroid/astroid-2.9.0/astroid/nodes/
H A Dscoped_nodes.py1954 first_return = next(returns, None)
1955 if not first_return:
1965 for returnnode in itertools.chain((first_return,), returns):
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc1917 interpreter::Register first_return = in VisitCallRuntimeForPair() local
1923 environment()->BindRegistersToProjections(first_return, return_pair, in VisitCallRuntimeForPair()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dbytecode-graph-builder.cc2522 interpreter::Register first_return = in VisitCallRuntimeForPair() local
2528 environment()->BindRegistersToProjections(first_return, return_pair, in VisitCallRuntimeForPair()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dbytecode-graph-builder.cc2650 interpreter::Register first_return = in VisitCallRuntimeForPair() local
2656 environment()->BindRegistersToProjections(first_return, return_pair, in VisitCallRuntimeForPair()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dbytecode-graph-builder.cc2724 interpreter::Register first_return = in VisitCallRuntimeForPair() local
2730 environment()->BindRegistersToProjections(first_return, return_pair, in VisitCallRuntimeForPair()
/dports/security/gvmd/gvmd-21.4.4/src/
H A Dmanage_sql.c2835 int *first_return, int *max_return, array_t **permissions, in filter_clause() argument
3315 if (first_return) in filter_clause()
3318 *first_return = atoi (keyword->string) - 1; in filter_clause()
3319 if (*first_return < 0) in filter_clause()
3320 *first_return = 0; in filter_clause()