Searched refs:SAMPLED (Results 1 – 7 of 7) sorted by relevance
/external/opencensus-java/contrib/http_util/src/test/java/io/opencensus/contrib/http/util/ |
D | CloudTraceFormatTest.java | 22 import static io.opencensus.contrib.http.util.CloudTraceFormat.SAMPLED; 124 .containsExactly(HEADER_NAME, constructHeader(TRACE_ID_BASE16, SPAN_ID_BASE10, SAMPLED)); in serializeSampledContextShouldSucceed() 207 constructHeader(TRACE_ID_BASE16_SHORT, SPAN_ID_BASE10, SAMPLED), in parseShortTraceIdShouldFail() 215 constructHeader(TRACE_ID_BASE16_LONG, SPAN_ID_BASE10, SAMPLED), in parseLongTraceIdShouldFail() 223 constructHeader("", SPAN_ID_BASE10_VERY_LONG, SAMPLED), in parseMissingTraceIdShouldFail() 231 constructHeader(TRACE_ID_BASE16_INVALID, SPAN_ID_BASE10, SAMPLED), in parseInvalidTraceIdShouldFail() 244 constructHeader(TRACE_ID_BASE16, SPAN_ID_BASE10_NEGATIVE, SAMPLED), in parseNegativeSpanIdShouldFail() 252 constructHeader(TRACE_ID_BASE16, SPAN_ID_BASE10_MAX_UNSIGNED_LONG, SAMPLED), in parseMaxUnsignedLongSpanIdShouldSucceed() 259 constructHeader(TRACE_ID_BASE16, SPAN_ID_BASE10_VERY_LONG, SAMPLED), in parseOverflowSpanIdShouldFail() 267 constructHeader(TRACE_ID_BASE16, SPAN_ID_BASE10_INVALID, SAMPLED), in parseInvalidSpanIdShouldFail() [all …]
|
/external/opencensus-java/contrib/http_util/src/main/java/io/opencensus/contrib/http/util/ |
D | CloudTraceFormat.java | 71 static final String SAMPLED = "1"; field in CloudTraceFormat 100 .append(spanContext.getTraceOptions().isSampled() ? SAMPLED : NOT_SAMPLED); in inject()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 281 SAMPLED, enumerator
|
D | AMDGPUISelLowering.cpp | 2852 NODE_NAME_CASE(SAMPLED) in getTargetNodeName()
|
D | SIInstrInfo.td | 142 def SIsampled : SDSample<"AMDGPUISD::SAMPLED">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 420 SAMPLED, enumerator
|
D | AMDGPUISelLowering.cpp | 4072 NODE_NAME_CASE(SAMPLED) in getTargetNodeName()
|