Home
last modified time | relevance | path

Searched refs:next_line (Results 176 – 200 of 2593) sorted by relevance

12345678910>>...104

/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/tokio-1.12.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/tokio-1.11.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/lang/rust/rustc-1.58.1-src/vendor/tokio/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/tokio-1.14.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/commonTools/refactoring/
H A Dfix-doxygen-documentation.pl38 my $next_line = $file_in_array[$i+1];
40 if( $next_line=~m[/\*\*] ) {
41 $next_line=~s[/\*\*][/** \\brief];
42 push @file_out_array, $next_line;
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/tokio-1.13.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/www/monolith/monolith-2.6.1/cargo-crates/tokio-1.8.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/tokio-1.10.1/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/audio/libgme/game-music-emu-0.6.1/player/
H A DAudio_Scope.cpp140 int next_line = surface_pitch; in render() local
144 next_line = -surface_pitch; in render()
150 offset += next_line; in render()
168 int next_line = surface_pitch; in render() local
172 next_line = -surface_pitch; in render()
185 offset += next_line; in render()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/gme/player/
H A DAudio_Scope.cpp140 int next_line = surface_pitch; in render() local
144 next_line = -surface_pitch; in render()
150 offset += next_line; in render()
168 int next_line = surface_pitch; in render() local
172 next_line = -surface_pitch; in render()
185 offset += next_line; in render()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_osm_parser.cxx342 unsigned long long p3 = *(next_line.begin()); in compose_polygon_from_relation()
343 unsigned long long p4 = *(next_line.end()-1); in compose_polygon_from_relation()
349 for (int n_idx = next_line.size()-1; n_idx > 0; n_idx--) in compose_polygon_from_relation()
350 sheet.push_back(next_line[n_idx]); in compose_polygon_from_relation()
356 sheet.insert(vit, next_line[n_idx]); in compose_polygon_from_relation()
364 sheet.push_back(next_line[n_idx]); in compose_polygon_from_relation()
370 sheet.insert(vit, next_line[n_idx]); in compose_polygon_from_relation()
388 sheet.push_back(next_line[n_idx]); in compose_polygon_from_relation()
393 sheet.push_back(next_line[n_idx]); in compose_polygon_from_relation()
400 sheet.push_back(next_line[n_idx]); in compose_polygon_from_relation()
[all …]
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/Tools/
H A DSolaris.pm158 my $next_line = <$handle>;
161 $next_line = <$handle> if ($next_line =~ /^\s*$/);
163 if ($next_line =~ /^Segment Table/) {
165 while ($next_line = <$handle>) {
166 last if $next_line =~ /^Bank Table/;
186 } elsif ($next_line =~ /Memory\s+Available\s+Memory\s+DIMM\s+# of/) {
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dpotential_file_reader.cpp117 char *PotentialFileReader::next_line(int nparams) in next_line() function in PotentialFileReader
120 return reader->next_line(nparams); in next_line()
172 char *line = reader->next_line(1); in next_double()
187 char *line = reader->next_line(1); in next_int()
202 char *line = reader->next_line(1); in next_tagint()
217 char *line = reader->next_line(1); in next_bigint()
232 char *line = reader->next_line(1); in next_string()
/dports/mail/elm/elm2.5.8/utils/
H A Dmailrc.awk26 next_line == 1 {
28 next_line = 0;
36 next_line = 1;
59 next_line = 1;
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/map_dialogues/
H A Dmap_dialogue_options.cpp24 void MapDialogueOptions::AddOption(const std::string &text, int32_t next_line) in AddOption() argument
26 AddOptionEvent(text, next_line, std::string()); in AddOption()
34 void MapDialogueOptions::AddOptionEvent(const std::string &text, int32_t next_line, const std::stri… in AddOptionEvent() argument
36 DialogueOptions::AddOption(text, next_line); in AddOptionEvent()
/dports/devel/py-urwid/urwid-2.1.2/docs/examples/
H A Dreal_edit.py62 next_line = self.file.readline()
64 if not next_line or next_line[-1:] != '\n':
69 next_line = next_line[:-1]
71 expanded = next_line.expandtabs()
75 edit.original_text = next_line
78 return next_line
/dports/devel/py-urwid/urwid-2.1.2/examples/
H A Dedit.py62 next_line = self.file.readline()
64 if not next_line or next_line[-1:] != '\n':
69 next_line = next_line[:-1]
71 expanded = next_line.expandtabs()
75 edit.original_text = next_line
78 return next_line
/dports/shells/fish/fish-3.3.1/share/completions/
H A Dconfigure.fish20 set -l next_line
26 while test "$next_line" != "" || read -lL next_line
28 # echo next_line: $next_line
31 set line $next_line
32 set next_line "" # mark it as consumed
34 else if string match -qr '^( |\t){2,}[^-]\S*' -- $next_line
36 set line "$line "(string trim $next_line)
37 set next_line "" # mark it as consumed
/dports/games/gracer/gracer-0.1.5/common/
H A Dgr_ac3d.c222 next_line (data, index); in read_material()
247 next_line (data, index); in read_surface()
255 next_line (data, index); in read_surface()
261 next_line (data, index); in read_surface()
269 next_line (data, index); in read_surface()
315 next_line (data, index); in read_object()
323 next_line (data, index); in read_object()
328 next_line (data, index); in read_object()
331 next_line (data, index); in read_object()
383 next_line (data, index); in read_object()
[all …]
/dports/net/sems/sems-f89581a/core/
H A DAmSdp.cpp736 char* next_line=0; in parse_sdp_connection() local
816 return next_line; in parse_sdp_connection()
1383 char* next_line=s; in get_next_line() local
1387 next_line++; in get_next_line()
1389 next_line++; in get_next_line()
1395 next_line++; in get_next_line()
1398 next_line++; in get_next_line()
1416 next_line++; in skip_till_next_line()
1418 next_line++; in skip_till_next_line()
1424 next_line++; in skip_till_next_line()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dread_pg.c131 line = Map->next_line; in V2_read_next_line_pg()
138 Map->next_line++; in V2_read_next_line_pg()
145 Map->next_line++; in V2_read_next_line_pg()
202 Map->next_line++; in V2_read_next_line_pg()
596 if (pg_info->next_line < 0 || pg_info->next_line > CURSOR_PAGE) in get_feature()
603 pg_info->next_line = 0; in get_feature()
623 pg_info->next_line = 0; in get_feature()
694 pg_info->next_line++; in get_feature()
1317 pg_info->next_line = 0; in Vect__open_cursor_next_line_pg()
1388 pg_info->next_line = 0; in Vect__open_cursor_line_pg()
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.overlay/
H A Dline_area.c58 int nlines, i, first, last, next_line, curr_line; in merge_line() local
105 next_line = first; in merge_line()
116 next_line = curr_line; in merge_line()
120 if (lines_type == 2 && abs(next_line) != abs(first) && in merge_line()
121 abs(next_line) != line) { in merge_line()
122 first = next_line; in merge_line()
153 next_line = last; in merge_line()
163 next_line = curr_line; in merge_line()
168 if (lines_type == 2 && abs(next_line) != abs(last) && in merge_line()
169 abs(next_line) != abs(first)) { in merge_line()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-0.2.24/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/tokio-0.2.24/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/multimedia/gstreamer1-plugins-rust/tokio-2fd1551867c145cabe4548da2e37adc3bdf457a4/tokio/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()

12345678910>>...104