Home
last modified time | relevance | path

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/
DCloudTraceFormatTest.java22 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/
DCloudTraceFormat.java71 static final String SAMPLED = "1"; field in CloudTraceFormat
100 .append(spanContext.getTraceOptions().isSampled() ? SAMPLED : NOT_SAMPLED); in inject()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h281 SAMPLED, enumerator
DAMDGPUISelLowering.cpp2852 NODE_NAME_CASE(SAMPLED) in getTargetNodeName()
DSIInstrInfo.td142 def SIsampled : SDSample<"AMDGPUISD::SAMPLED">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h420 SAMPLED, enumerator
DAMDGPUISelLowering.cpp4072 NODE_NAME_CASE(SAMPLED) in getTargetNodeName()