Home
last modified time | relevance | path

Searched refs:line_ (Results 1 – 25 of 2380) sorted by relevance

12345678910>>...96

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DLineEdit.cpp229 line_ = line_.SubstringUTF8(0, start) + line_.SubstringUTF8(start + length); in OnKey()
231 line_ = line_.SubstringUTF8(0, start); in OnKey()
251 line_ = line_.SubstringUTF8(0, start) + line_.SubstringUTF8(start + length); in OnKey()
253 line_ = line_.SubstringUTF8(0, start); in OnKey()
338line_ = line_.SubstringUTF8(0, cursorPosition_) + line_.SubstringUTF8(cursorPosition_ + 1); in OnKey()
348 line_ = line_.SubstringUTF8(0, start) + line_.SubstringUTF8(start + length); in OnKey()
350 line_ = line_.SubstringUTF8(0, start); in OnKey()
395 line_ = line_.SubstringUTF8(0, start) + line_.SubstringUTF8(start + length); in OnKey()
397 line_ = line_.SubstringUTF8(0, start); in OnKey()
466line_ = line_.SubstringUTF8(0, start) + newText + line_.SubstringUTF8(start + length); in OnTextInput()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/examples/
H A Dreadlinebuf.h60 char* line_; variable
70 memcpy( buf, line_, rd ); in xsgetn()
76 line_ = readline( prompt_ ); in xsgetn()
77 if ( line_ ) { in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
92 if ( line_ ) { in underflow()
93 high_ = strlen( line_ ); in underflow()
114 line_ = (char*)memcpy( nl + 1, line_, high_ );
116 line_[0] = char( c );
119 assert( !line_ );
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/readline/examples/
H A Dreadlinebuf.h60 char* line_; variable
70 memcpy( buf, line_, rd ); in xsgetn()
76 line_ = readline( prompt_ ); in xsgetn()
77 if ( line_ ) { in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
92 if ( line_ ) { in underflow()
93 high_ = strlen( line_ ); in underflow()
114 line_ = (char*)memcpy( nl + 1, line_, high_ );
116 line_[0] = char( c );
119 assert( !line_ );
[all …]
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/examples/
H A Dreadlinebuf.h60 char* line_; variable
70 memcpy( buf, line_, rd ); in xsgetn()
76 line_ = readline( prompt_ ); in xsgetn()
77 if ( line_ ) { in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
92 if ( line_ ) { in underflow()
93 high_ = strlen( line_ ); in underflow()
114 line_ = (char*)memcpy( nl + 1, line_, high_ );
116 line_[0] = char( c );
119 assert( !line_ );
[all …]
/dports/devel/gdb/gdb-11.1/readline/readline/examples/
H A Dreadlinebuf.h60 char* line_; variable
70 memcpy( buf, line_, rd ); in xsgetn()
76 line_ = readline( prompt_ ); in xsgetn()
77 if ( line_ ) { in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
92 if ( line_ ) { in underflow()
93 high_ = strlen( line_ ); in underflow()
114 line_ = (char*)memcpy( nl + 1, line_, high_ );
116 line_[0] = char( c );
119 assert( !line_ );
[all …]
/dports/devel/gdb761/gdb-7.6.1/readline/examples/
H A Dreadlinebuf.h60 char* line_; variable
70 memcpy( buf, line_, rd ); in xsgetn()
76 line_ = readline( prompt_ ); in xsgetn()
77 if ( line_ ) { in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
92 if ( line_ ) { in underflow()
93 high_ = strlen( line_ ); in underflow()
114 line_ = (char*)memcpy( nl + 1, line_, high_ );
116 line_[0] = char( c );
119 assert( !line_ );
[all …]
/dports/devel/readline/readline-8.1/examples/
H A Dreadlinebuf.h60 char* line_; variable
70 memcpy( buf, line_, rd ); in xsgetn()
76 line_ = readline( prompt_ ); in xsgetn()
77 if ( line_ ) { in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
92 if ( line_ ) { in underflow()
93 high_ = strlen( line_ ); in underflow()
114 line_ = (char*)memcpy( nl + 1, line_, high_ );
116 line_[0] = char( c );
119 assert( !line_ );
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/examples/
H A Dreadlinebuf.h60 char* line_; variable
70 memcpy( buf, line_, rd ); in xsgetn()
76 line_ = readline( prompt_ ); in xsgetn()
77 if ( line_ ) { in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
92 if ( line_ ) { in underflow()
93 high_ = strlen( line_ ); in underflow()
114 line_ = (char*)memcpy( nl + 1, line_, high_ );
116 line_[0] = char( c );
119 assert( !line_ );
[all …]
/dports/databases/gqlplus/gqlplus-1.16/readline/examples/
H A Dreadlinebuf.h60 char* line_; variable
70 memcpy( buf, line_, rd ); in xsgetn()
76 line_ = readline( prompt_ ); in xsgetn()
77 if ( line_ ) { in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
92 if ( line_ ) { in underflow()
93 high_ = strlen( line_ ); in underflow()
114 line_ = (char*)memcpy( nl + 1, line_, high_ );
116 line_[0] = char( c );
119 assert( !line_ );
[all …]
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/examples/
H A Dreadlinebuf.h60 char* line_; variable
70 memcpy( buf, line_, rd ); in xsgetn()
76 line_ = readline( prompt_ ); in xsgetn()
77 if ( line_ ) { in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
92 if ( line_ ) { in underflow()
93 high_ = strlen( line_ ); in underflow()
114 line_ = (char*)memcpy( nl + 1, line_, high_ );
116 line_[0] = char( c );
119 assert( !line_ );
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/eventsource/
H A Devent_source_parser.cc35 Vector<char> line = line_; in AddBytes()
41 line_.clear(); in AddBytes()
53 line_.Append(&bytes[start], i - start); in AddBytes()
55 line_.clear(); in AddBytes()
63 line_.Append(&bytes[start], size - start); in AddBytes()
67 if (line_.size() == 0) { in ParseLine()
81 wtf_size_t field_name_end = line_.Find(':'); in ParseLine()
84 field_name_end = line_.size(); in ParseLine()
88 if (field_value_start < line_.size() && line_[field_value_start] == ' ') { in ParseLine()
115 has_only_digits = IsASCIIDigit(line_[i]); in ParseLine()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/eventsource/
H A Devent_source_parser.cc35 Vector<char> line = line_; in AddBytes()
41 line_.clear(); in AddBytes()
53 line_.Append(&bytes[start], i - start); in AddBytes()
55 line_.clear(); in AddBytes()
63 line_.Append(&bytes[start], size - start); in AddBytes()
67 if (line_.size() == 0) { in ParseLine()
81 wtf_size_t field_name_end = line_.Find(':'); in ParseLine()
84 field_name_end = line_.size(); in ParseLine()
88 if (field_value_start < line_.size() && line_[field_value_start] == ' ') { in ParseLine()
115 has_only_digits = IsASCIIDigit(line_[i]); in ParseLine()
[all …]
/dports/www/aria2/aria2-1.36.0/src/
H A DUriListParser.cc69 if (!line_.empty() && line_[0] != '#') { in parseNext()
70 util::split(line_.begin(), line_.end(), std::back_inserter(uris), '\t', in parseNext()
75 line_ = fp_->getLine(); in parseNext()
76 if (line_.empty()) { in parseNext()
87 if (line_[0] == ' ' || line_[0] == '\t') { in parseNext()
88 ss << line_ << "\n"; in parseNext()
90 else if (line_[0] == '#') { in parseNext()
100 line_ = fp_->getLine(); in parseNext()
101 if (line_.empty()) { in parseNext()
114 bool rv = !line_.empty() || (fp_ && *fp_ && !fp_->eof()); in hasNext()
/dports/math/py-or-tools/or-tools-9.2/ortools/base/
H A Dfilelineiter.h50 const std::string& operator*() const { return line_; }
60 line_.clear(); in ReadNextLine()
69 line_.append(&buffer_[next_position_after_eol_], in ReadNextLine()
79 if (line_.empty()) { in ReadNextLine()
85 line_.append(&buffer_[next_position_after_eol_], in ReadNextLine()
93 (line_.empty() || line_ == "\n")); in ReadNextLine()
98 line_.erase(std::remove(line_.begin(), line_.end(), '\r'), line_.end()); in PostProcessLine()
100 const auto eol = std::find(line_.begin(), line_.end(), '\n'); in PostProcessLine()
101 if (!HasOption(KEEP_LINEFEED) && eol != line_.end()) { in PostProcessLine()
102 line_.erase(eol); in PostProcessLine()
[all …]
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Ddynamic-align-engraver.cc52 Spanner *line_; member in Dynamic_align_engraver
66 line_ = 0; in Dynamic_align_engraver()
74 if (!line_) in create_line_spanner()
84 if (!line_) in acknowledge_end_dynamic()
96 ended_line_ = line_; in acknowledge_end_dynamic()
97 line_ = 0; in acknowledge_end_dynamic()
106 if (line_ && parent in acknowledge_footnote_spanner()
128 if (line_ && cause) in acknowledge_dynamic()
138 ended_line_ = line_; in acknowledge_dynamic()
139 line_ = 0; in acknowledge_dynamic()
[all …]
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Ddynamic-align-engraver.cc52 Spanner *line_; member in Dynamic_align_engraver
66 line_ = 0; in Dynamic_align_engraver()
74 if (!line_) in create_line_spanner()
87 if (!line_) in acknowledge_end_dynamic()
99 ended_line_ = line_; in acknowledge_end_dynamic()
100 line_ = 0; in acknowledge_end_dynamic()
109 if (line_ && parent in acknowledge_footnote_spanner()
131 if (line_ && cause) in acknowledge_dynamic()
141 ended_line_ = line_; in acknowledge_dynamic()
142 line_ = 0; in acknowledge_dynamic()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/dsp/
H A Ddelay_line.h50 std::fill(&line_[0], &line_[max_delay], T(0)); in Reset()
60 line_[write_ptr_] = sample; in Write()
65 T read = line_[(write_ptr_ + delay) % max_delay]; in Allpass()
77 return line_[(write_ptr_ + delay_) % max_delay]; in Read()
81 return line_[(write_ptr_ + delay) % max_delay]; in Read()
86 const T a = line_[(write_ptr_ + delay_integral) % max_delay]; in Read()
94 const T xm1 = line_[(t - 1) % max_delay]; in ReadHermite()
95 const T x0 = line_[(t) % max_delay]; in ReadHermite()
96 const T x1 = line_[(t + 1) % max_delay]; in ReadHermite()
97 const T x2 = line_[(t + 2) % max_delay]; in ReadHermite()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/dsp/
H A Ddelay_line.h46 std::fill(&line_[0], &line_[max_delay], T(0)); in Init()
56 line_[write_ptr_] = sample; in Write()
61 float read = line_[(write_ptr_ + delay) % max_delay]; in Allpass()
73 return line_[(write_ptr_ + delay_) % max_delay]; in Read()
77 return line_[(write_ptr_ + delay) % max_delay]; in Read()
82 const T a = line_[(write_ptr_ + delay_integral) % max_delay]; in Read()
90 const T xm1 = line_[(t - 1) % max_delay]; in ReadHermite()
91 const T x0 = line_[(t) % max_delay]; in ReadHermite()
92 const T x1 = line_[(t + 1) % max_delay]; in ReadHermite()
93 const T x2 = line_[(t + 2) % max_delay]; in ReadHermite()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/stmlib/dsp/
H A Ddelay_line.h50 std::fill(&line_[0], &line_[max_delay], T(0)); in Reset()
60 line_[write_ptr_] = sample; in Write()
65 T read = line_[(write_ptr_ + delay) % max_delay]; in Allpass()
77 return line_[(write_ptr_ + delay_) % max_delay]; in Read()
81 return line_[(write_ptr_ + delay) % max_delay]; in Read()
86 const T a = line_[(write_ptr_ + delay_integral) % max_delay]; in Read()
94 const T xm1 = line_[(t - 1) % max_delay]; in ReadHermite()
95 const T x0 = line_[(t) % max_delay]; in ReadHermite()
96 const T x1 = line_[(t + 1) % max_delay]; in ReadHermite()
97 const T x2 = line_[(t + 2) % max_delay]; in ReadHermite()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/plaits/dsp/physical_modelling/
H A Ddelay_line.h45 line_ = buffer; in Init()
50 std::fill(&line_[0], &line_[max_delay], T(0)); in Reset()
55 line_[write_ptr_] = sample; in Write()
60 T read = line_[(write_ptr_ + delay) % max_delay]; in Allpass()
73 const T a = line_[(write_ptr_ + delay_integral) % max_delay]; in Read()
74 const T b = line_[(write_ptr_ + delay_integral + 1) % max_delay]; in Read()
81 const T xm1 = line_[(t - 1) % max_delay]; in ReadHermite()
82 const T x0 = line_[(t) % max_delay]; in ReadHermite()
83 const T x1 = line_[(t + 1) % max_delay]; in ReadHermite()
84 const T x2 = line_[(t + 2) % max_delay]; in ReadHermite()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/plaits/dsp/physical_modelling/
H A Ddelay_line.h45 line_ = buffer; in Init()
50 std::fill(&line_[0], &line_[max_delay], T(0)); in Reset()
55 line_[write_ptr_] = sample; in Write()
60 T read = line_[(write_ptr_ + delay) % max_delay]; in Allpass()
73 const T a = line_[(write_ptr_ + delay_integral) % max_delay]; in Read()
74 const T b = line_[(write_ptr_ + delay_integral + 1) % max_delay]; in Read()
81 const T xm1 = line_[(t - 1) % max_delay]; in ReadHermite()
82 const T x0 = line_[(t) % max_delay]; in ReadHermite()
83 const T x1 = line_[(t + 1) % max_delay]; in ReadHermite()
84 const T x2 = line_[(t + 2) % max_delay]; in ReadHermite()
[all …]
/dports/math/fcl/fcl-0.7.0/test/narrowphase/detail/convexity_based_algorithm/
H A Dtest_gjk_libccd-inl_gjk_doSimplex2.cpp92 line_.ps[0].v = B; in SetValidSimplex()
93 line_.ps[1].v = A; in SetValidSimplex()
96 line_.last = 1; in SetValidSimplex()
113 ccd_simplex_t line_; member in fcl::detail::libccd_extension::__anon3605cb2e0111::DoSimplex2Test
145 EXPECT_EQ(kNotSeparated, doSimplex2(&line_, &dir_)); in TEST_F()
150 EXPECT_EQ(kNotSeparated, doSimplex2(&line_, &dir_)); in TEST_F()
155 EXPECT_EQ(kNotSeparated, doSimplex2(&line_, &dir_)); in TEST_F()
162 EXPECT_EQ(kNotSeparated, doSimplex2(&line_, &dir_)); in TEST_F()
289 ASSERT_DEATH(doSimplex2(&line_, &dir_), in TEST_F()
303 ASSERT_DEATH(doSimplex2(&line_, &dir_), in TEST_F()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-3.c6 unsigned line_, const char *function_)
17 unsigned line_, const char *function_) in VEC_int_base_space() argument
24 unsigned line_, const char *function_) in VEC_int_base_quick_push() argument
28 file_, line_, function_), 0)); in VEC_int_base_quick_push()
38 unsigned line_, const char *function_) in VEC_int_heap_reserve() argument
41 !VEC_int_base_space (((*vec_) ? &(*vec_)->base : 0), alloc_, file_, line_, in VEC_int_heap_reserve()
53 const char *file_, unsigned line_, in VEC_int_heap_safe_push() argument
56 VEC_int_heap_reserve (vec_, 1, file_, line_, function_); in VEC_int_heap_safe_push()
58 line_, function_); in VEC_int_heap_safe_push()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-3.c6 unsigned line_, const char *function_)
17 unsigned line_, const char *function_) in VEC_int_base_space() argument
24 unsigned line_, const char *function_) in VEC_int_base_quick_push() argument
28 file_, line_, function_), 0)); in VEC_int_base_quick_push()
38 unsigned line_, const char *function_) in VEC_int_heap_reserve() argument
41 !VEC_int_base_space (((*vec_) ? &(*vec_)->base : 0), alloc_, file_, line_, in VEC_int_heap_reserve()
53 const char *file_, unsigned line_, in VEC_int_heap_safe_push() argument
56 VEC_int_heap_reserve (vec_, 1, file_, line_, function_); in VEC_int_heap_safe_push()
58 line_, function_); in VEC_int_heap_safe_push()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-3.c6 unsigned line_, const char *function_)
17 unsigned line_, const char *function_) in VEC_int_base_space() argument
24 unsigned line_, const char *function_) in VEC_int_base_quick_push() argument
28 file_, line_, function_), 0)); in VEC_int_base_quick_push()
38 unsigned line_, const char *function_) in VEC_int_heap_reserve() argument
41 !VEC_int_base_space (((*vec_) ? &(*vec_)->base : 0), alloc_, file_, line_, in VEC_int_heap_reserve()
53 const char *file_, unsigned line_, in VEC_int_heap_safe_push() argument
56 VEC_int_heap_reserve (vec_, 1, file_, line_, function_); in VEC_int_heap_safe_push()
58 line_, function_); in VEC_int_heap_safe_push()

12345678910>>...96