/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/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/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/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/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/markdown/tests/misc/ |
D | multi-test.txt | 25 continued on several lines.
|
/external/python/cpython3/Lib/ |
D | tokenize.py | 488 lnum = parenlev = continued = 0 538 elif parenlev == 0 and not continued: # new statement 580 continued = 0 650 continued = 1
|
/external/autotest/client/tests/uptime/ |
D | control | 10 sleeps for the same amount of time. Itterations continued
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_flush.c | 186 boolean continued, in debug_flush_alert() argument 201 if (continued) in debug_flush_alert()
|
/external/iputils/ |
D | ping6.c | 1457 int continued = 0; in pr_niquery_reply_name() local 1473 if (continued) in pr_niquery_reply_name() 1492 continued = 1; in pr_niquery_reply_name() 1503 int continued = 0; in pr_niquery_reply_addr() local 1529 if (continued) in pr_niquery_reply_addr() 1543 continued = 1; in pr_niquery_reply_addr()
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 1632 int continued ) in gray_convert_glyph_inner() argument 1639 if ( continued ) in gray_convert_glyph_inner() 1642 if ( continued ) in gray_convert_glyph_inner() 1679 int continued = 0; in gray_convert_glyph() local 1720 error = gray_convert_glyph_inner( RAS_VAR, continued ); in gray_convert_glyph() 1721 continued = 1; in gray_convert_glyph()
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.03.txt | 25 certain superblock consistency checks fail. Previously it continued
|
/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
|
/external/python/cpython3/Doc/library/ |
D | token.rst | 118 ``NL`` tokens are generated when a logical line of code is continued over
|
/external/perfetto/protos/perfetto/trace/profiling/ |
D | profile_packet.proto | 135 optional bool continued = 6; field
|
/external/perfetto/tools/trace_to_text/ |
D | trace_to_profile.cc | 288 if (!packet.profile_packet().continued()) { in TraceToProfile()
|
/external/replicaisland/ |
D | README.TXT | 46 …ts, all 1300 users who participated in beta testing, and to the Android team for continued support.
|
/external/python/cpython2/Doc/library/ |
D | tokenize.rst | 80 a logical line of code is continued over multiple physical lines.
|
D | email.generator.rst | 44 Optional *maxheaderlen* specifies the longest length for a non-continued header.
|
D | abc.rst | 76 ``NotImplemented``, the subclass check is continued with the usual
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/ |
D | SRWebSocket.m | 954 | Extended payload length continued, if payload len == 127 | 958 | Masking-key (continued) | Payload Data | 960 : Payload Data continued ... : 962 | Payload Data continued ... |
|
/external/grpc-grpc/templates/ |
D | package.xml.template | 249 - PHP7 Support continued, reduce code duplication #7543
|
/external/xz-embedded/ |
D | README | 118 that decompression can be continued normally except that the
|