/external/opencensus-java/contrib/spring_sleuth_v1x/src/test/java/io/opencensus/contrib/spring/sleuth/v1x/ |
D | OpenCensusSleuthTracerTest.java | 142 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/ |
D | heap_graph_closest_proc.textproto | 31 continued: true 49 continued: false 94 continued: true 112 continued: false
|
D | obfuscated_heap_graph.textproto | 45 continued: true 73 continued: false
|
/external/perfetto/test/trace_processor/ |
D | heap_graph_interleaved.textproto | 50 continued: true 77 continued: false 112 continued: false
|
D | heap_profile_tracker_new_stack.textproto | 40 continued: false 64 continued: false
|
D | heap_graph_branching.textproto | 59 continued: true 91 continued: false
|
D | heap_graph_legacy.textproto | 85 continued: true 126 continued: false
|
D | heap_graph_baseapk.textproto | 85 continued: true 135 continued: false
|
D | heap_graph.textproto | 85 continued: true 135 continued: false
|
D | heap_graph_two_locations.textproto | 85 continued: true 139 continued: false
|
D | stack_profile_tracker_empty_callstack.textproto | 31 continued: false
|
/external/python/cpython2/Lib/ |
D | tokenize.py | 303 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/ |
D | tokenize.py | 363 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/ |
D | line-continuation.txt | 1 # RUN: : first line continued \
|
/external/python/cpython3/Lib/lib2to3/pgen2/ |
D | tokenize.py | 351 lnum = parenlev = continued = 0 391 elif parenlev == 0 and not continued: # new statement 444 continued = 0 539 continued = 1
|
/external/markdown/tests/misc/ |
D | multi-test.txt | 25 continued on several lines.
|
/external/python/cpython3/Lib/ |
D | tokenize.py | 430 lnum = parenlev = continued = 0 480 elif parenlev == 0 and not continued: # new statement 522 continued = 0 592 continued = 1
|
/external/autotest/client/tests/uptime/ |
D | control | 10 sleeps for the same amount of time. Itterations continued
|
/external/ltp/testcases/open_posix_testsuite/ |
D | NEWS | 5 …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/ |
D | u_debug_flush.c | 185 boolean continued, in debug_flush_alert() argument 200 if (continued) in debug_flush_alert()
|
/external/iputils/ |
D | ping6.c | 1462 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/ |
D | v1.03.txt | 25 certain superblock consistency checks fail. Previously it continued
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 1636 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/ |
D | template_4-2.in | 37 printf("Child has continued\n");
|
/external/antlr/runtime/ObjC/Framework/ |
D | ANTLRReaderStream.m | 154 // continued
|