Home
last modified time | relevance | path

Searched refs:continued (Results 1 – 25 of 124) sorted by relevance

12345

/external/opencensus-java/contrib/spring_sleuth_v1x/src/test/java/io/opencensus/contrib/spring/sleuth/v1x/
DOpenCensusSleuthTracerTest.java142 Span continued = tracer.continueSpan(original); in testSpanStackAndContinue() local
143 assertCurrentSpanIs(continued); in testSpanStackAndContinue()
144 assertThat(continued.getSavedSpan()).isEqualTo(parent); in testSpanStackAndContinue()
145 assertThat(continued).isEqualTo(original); in testSpanStackAndContinue()
146 tracer.detach(continued); in testSpanStackAndContinue()
156 Span continued = tracer.continueSpan(original); in testSpanStackAndCreateAndContinue() local
157 assertCurrentSpanIs(continued); in testSpanStackAndCreateAndContinue()
158 assertThat(continued.getSavedSpan()).isEqualTo(root); in testSpanStackAndCreateAndContinue()
159 assertThat(continued).isEqualTo(original); in testSpanStackAndCreateAndContinue()
160 assertThat(continued.getSavedSpan()).isNotEqualTo(original.getSavedSpan()); in testSpanStackAndCreateAndContinue()
[all …]
/external/perfetto/test/trace_processor/profiling/
Dheap_graph_closest_proc.textproto31 continued: true
49 continued: false
94 continued: true
112 continued: false
Dheap_graph_interleaved.textproto50 continued: true
77 continued: false
112 continued: false
Dheap_profile_tracker_new_stack.textproto40 continued: false
64 continued: false
Dheap_graph_branching.textproto59 continued: true
91 continued: false
Dheap_graph_legacy.textproto87 continued: true
132 continued: false
Dheap_graph_baseapk.textproto87 continued: true
141 continued: false
Dheap_graph_two_locations.textproto85 continued: true
139 continued: false
Dheap_graph.textproto81 continued: true
155 continued: false
Dstack_profile_tracker_empty_callstack.textproto31 continued: false
Dheap_graph_duplicate.textproto42 continued: false
Dheap_profile_tracker_twoheaps.textproto40 continued: false
Dheap_graph_superclass.textproto101 continued: false
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtokenize.py363 lnum = parenlev = continued = 0
398 elif parenlev == 0 and not continued: # new statement
436 continued = 0
485 continued = 1
/external/python/cpython2/Lib/
Dtokenize.py303 lnum = parenlev = continued = 0
345 elif parenlev == 0 and not continued: # new statement
388 continued = 0
435 continued = 1
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtokenize.py351 lnum = parenlev = continued = 0
391 elif parenlev == 0 and not continued: # new statement
444 continued = 0
539 continued = 1
/external/llvm-project/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/
Dline-continuation.txt1 # RUN: : first line continued \
/external/rust/crates/nix/src/sys/
Dwait.rs161 fn continued(status: i32) -> bool { in continued() function
210 assert!(continued(status)); in from_raw()
/external/python/cpython3/Lib/
Dtokenize.py430 lnum = parenlev = continued = 0
480 elif parenlev == 0 and not continued: # new statement
522 continued = 0
592 continued = 1
/external/markdown/tests/misc/
Dmulti-test.txt25 continued on several lines.
/external/autotest/client/tests/uptime/
Dcontrol10 sleeps for the same amount of time. Itterations continued
/external/ltp/testcases/open_posix_testsuite/
DNEWS5 …fixes by other people. Thanks to Sebastien Decugis and other people for continued support and cont…
10 …rent Vivier. Special thanks to Sebastien Decugis and Ulrich Drepper for continued support and cont…
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_flush.c185 boolean continued, in debug_flush_alert() argument
200 if (continued) in debug_flush_alert()
/external/iputils/
Dping6.c1462 int continued = 0; in pr_niquery_reply_name() local
1478 if (continued) in pr_niquery_reply_name()
1497 continued = 1; in pr_niquery_reply_name()
1508 int continued = 0; in pr_niquery_reply_addr() local
1534 if (continued) in pr_niquery_reply_addr()
1548 continued = 1; in pr_niquery_reply_addr()
/external/e2fsprogs/doc/RelNotes/
Dv1.03.txt25 certain superblock consistency checks fail. Previously it continued

12345