Home
last modified time | relevance | path

Searched refs:continued (Results 1 – 25 of 110) 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/metrics/
Dheap_graph_closest_proc.textproto31 continued: true
49 continued: false
94 continued: true
112 continued: false
Dobfuscated_heap_graph.textproto45 continued: true
73 continued: false
/external/perfetto/test/trace_processor/
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.textproto85 continued: true
126 continued: false
Dheap_graph_baseapk.textproto85 continued: true
135 continued: false
Dheap_graph.textproto85 continued: true
135 continued: false
Dheap_graph_two_locations.textproto85 continued: true
139 continued: false
Dstack_profile_tracker_empty_callstack.textproto31 continued: false
/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/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/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/
Dline-continuation.txt1 # RUN: : first line continued \
/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/markdown/tests/misc/
Dmulti-test.txt25 continued on several lines.
/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/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
/external/freetype/src/smooth/
Dftgrays.c1636 int continued ) in gray_convert_glyph_inner() argument
1643 if ( continued ) in gray_convert_glyph_inner()
1646 if ( continued ) in gray_convert_glyph_inner()
1683 int continued = 0; in gray_convert_glyph() local
1724 error = gray_convert_glyph_inner( RAS_VAR, continued ); in gray_convert_glyph()
1725 continued = 1; in gray_convert_glyph()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_4-2.in37 printf("Child has continued\n");
/external/antlr/runtime/ObjC/Framework/
DANTLRReaderStream.m154 // continued

12345