Home
last modified time | relevance | path

Searched refs:first_stop (Results 1 – 25 of 60) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/python_api/frame/inlines/
H A DTestInlinedFrame.py23 self.first_stop = line_number(
76 (self.source, self.first_stop), exe=False, substrs=[
78 (self.source, self.first_stop)])
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/python_api/frame/inlines/
H A DTestInlinedFrame.py23 self.first_stop = line_number(
75 (self.source, self.first_stop), exe=False, substrs=[
77 (self.source, self.first_stop)])
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/python_api/frame/inlines/
H A DTestInlinedFrame.py23 self.first_stop = line_number(
76 (self.source, self.first_stop), exe=False, substrs=[
78 (self.source, self.first_stop)])
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/python_api/frame/inlines/
H A DTestInlinedFrame.py23 self.first_stop = line_number(
76 (self.source, self.first_stop), exe=False, substrs=[
78 (self.source, self.first_stop)])
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/python_api/frame/inlines/
H A DTestInlinedFrame.py23 self.first_stop = line_number(
75 (self.source, self.first_stop), exe=False, substrs=[
77 (self.source, self.first_stop)])
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/python_api/frame/inlines/
H A DTestInlinedFrame.py23 self.first_stop = line_number(
75 (self.source, self.first_stop), exe=False, substrs=[
77 (self.source, self.first_stop)])
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/python_api/frame/inlines/
H A DTestInlinedFrame.py23 self.first_stop = line_number(
75 (self.source, self.first_stop), exe=False, substrs=[
77 (self.source, self.first_stop)])
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/python_api/frame/inlines/
H A DTestInlinedFrame.py23 self.first_stop = line_number(
76 (self.source, self.first_stop), exe=False, substrs=[
78 (self.source, self.first_stop)])
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/python_api/frame/inlines/
H A DTestInlinedFrame.py23 self.first_stop = line_number(
76 (self.source, self.first_stop), exe=False, substrs=[
78 (self.source, self.first_stop)])
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/python_api/frame/inlines/
H A DTestInlinedFrame.py23 self.first_stop = line_number(
75 (self.source, self.first_stop), exe=False, substrs=[
77 (self.source, self.first_stop)])
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/make/
H A Dtransit.rs310 first_stop: Position, in pick_start_lane()
315 if first_stop.dist_along() >= min_len { in pick_start_lane()
316 return Ok(first_stop.lane()); in pick_start_lane()
321 queue.push_back(first_stop.lane()); in pick_start_lane()
324 if current != first_stop.lane() && map.get_l(current).length() >= min_len { in pick_start_lane()
335 first_stop.lane() in pick_start_lane()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/pathfind/
H A Dwalking.rs150 let mut first_stop = None; in should_use_transit() localVariable
156 if first_stop.is_none() { in should_use_transit()
157 first_stop = Some(*stop2); in should_use_transit()
167 let stop1 = first_stop.unwrap(); in should_use_transit()
177 first_stop.unwrap(), in should_use_transit()
195 return Some((first_stop.unwrap(), None, r.id)); in should_use_transit()
199 first_stop.unwrap(), in should_use_transit()
205 if let Some(stop1) = first_stop { in should_use_transit()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/
H A DTestHWBreakMultiThread.py39 self.first_stop = line_number(
49 self, None, self.first_stop, num_expected_locations=1)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/
H A DTestHWBreakMultiThread.py40 self.first_stop = line_number(
50 self, None, self.first_stop, num_expected_locations=1)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/
H A DTestHWBreakMultiThread.py40 self.first_stop = line_number(
50 self, None, self.first_stop, num_expected_locations=1)
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/
H A DTestHWBreakMultiThread.py40 self.first_stop = line_number(
50 self, None, self.first_stop, num_expected_locations=1)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/
H A DTestHWBreakMultiThread.py40 self.first_stop = line_number(
50 self, None, self.first_stop, num_expected_locations=1)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/
H A DTestHWBreakMultiThread.py40 self.first_stop = line_number(
50 self, None, self.first_stop, num_expected_locations=1)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/
H A DTestHWBreakMultiThread.py40 self.first_stop = line_number(
50 self, None, self.first_stop, num_expected_locations=1)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/
H A DTestHWBreakMultiThread.py40 self.first_stop = line_number(
50 self, None, self.first_stop, num_expected_locations=1)
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/
H A DTestHWBreakMultiThread.py40 self.first_stop = line_number(
50 self, None, self.first_stop, num_expected_locations=1)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/
H A DTestHWBreakMultiThread.py62 self.first_stop = line_number(
72 self, None, self.first_stop, num_expected_locations=1)
/dports/graphics/libgaiagraphics/libgaiagraphics-0.5/src/
H A Dgaiagraphics_svg_aux.c261 ps = p->first_stop; in gg_svg_free_gradient()
1657 p->first_stop = NULL; in gg_svg_alloc_gradient()
1721 out->first_stop = NULL; in gg_svg_clone_gradient()
1747 ps = in->first_stop; in gg_svg_clone_gradient()
1752 if (out->first_stop == NULL) in gg_svg_clone_gradient()
1753 out->first_stop = stop; in gg_svg_clone_gradient()
1759 ps = old->first_stop; in gg_svg_clone_gradient()
1764 if (out->first_stop == NULL) in gg_svg_clone_gradient()
1765 out->first_stop = stop; in gg_svg_clone_gradient()
2002 if (gradient->first_stop == NULL) in gg_svg_insert_gradient_stop()
[all …]
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2svgaux.c272 ps = p->first_stop; in svg_free_gradient()
1633 p->first_stop = NULL; in svg_alloc_gradient()
1697 out->first_stop = NULL; in svg_clone_gradient()
1723 ps = in->first_stop; in svg_clone_gradient()
1728 if (out->first_stop == NULL) in svg_clone_gradient()
1729 out->first_stop = stop; in svg_clone_gradient()
1735 ps = old->first_stop; in svg_clone_gradient()
1740 if (out->first_stop == NULL) in svg_clone_gradient()
1741 out->first_stop = stop; in svg_clone_gradient()
1977 if (gradient->first_stop == NULL) in svg_insert_gradient_stop()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dscore.cpp1422 int first_stop = stops[fr][0]; in GetScore() local
1426 if(first_stop >= 3) { // we have 5' reading frame in GetScore()
1429 if(first_stop < mrna_len-2) { in GetScore()
1430 … stp = mrnamap.MapRangeEditedToOrig(TSignedSeqRange(first_stop,first_stop+2), false); in GetScore()
1440 if(first_start >= 0 && first_start <= first_stop-6) { in GetScore()
1446 int threep_rf = first_stop-1; in GetScore()
1468 if(first_stop < mrna_len-2) { //there is a stop and possibly 3' reading frame in GetScore()

123