HomeSort by relevance Sort by last modified time
    Searched refs:Setter (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/opencensus-java/api/src/main/java/io/opencensus/trace/propagation/
TextFormat.java 45 * private static final TextFormat.Setter setter = new TextFormat.Setter<HttpURLConnection>() {
88 * before calling {@link #inject(SpanContext, Object, Setter)}.
106 * @param setter invoked for each propagation key to add or remove.
110 SpanContext spanContext, C carrier, Setter<C> setter);
115 * <p>{@code Setter} is stateless and allows to be saved as a constant to avoid runtime
121 public abstract static class Setter<C> {
126 * <p>For example, a setter for an {@link java.net.HttpURLConnection} would be the metho
    [all...]
  /external/opencensus-java/api/src/test/java/io/opencensus/trace/propagation/
TextFormatTest.java 23 import io.opencensus.trace.propagation.TextFormat.Setter;
39 new Setter<Object>() {
50 new Setter<Object>() {
  /external/opencensus-java/impl_core/src/jmh/java/io/opencensus/implcore/trace/propagation/
TextFormatBenchmarkBase.java 23 import io.opencensus.trace.propagation.TextFormat.Setter;
29 private static final Setter<Map<String, String>> setter = field in class:TextFormatBenchmarkBase
30 new Setter<Map<String, String>>() {
53 textFormat.inject(spanContext, carrier, setter);
B3FormatImplBenchmark.java 27 import io.opencensus.trace.propagation.TextFormat.Setter;
66 * Setter)}.
89 * Setter)} then {@link TextFormat#extract(Object, Getter)}.
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/
CommandHandler.java 23 import org.kohsuke.args4j.spi.Setter;
36 * @param setter
39 final Setter<Object> setter) {
44 }, setter);
54 setter.addValue(c);
  /frameworks/av/media/codec2/components/base/
SimpleC2Interface.cpp 151 .withSetter(Setter<C2PortAllocatorsTuning::input>::NonStrictValuesWithNoDeps)
159 .withSetter(Setter<C2PortAllocatorsTuning::output>::NonStrictValuesWithNoDeps)
167 .withSetter(Setter<C2PortBlockPoolsTuning::output>::NonStrictValuesWithNoDeps)
176 .withSetter(Setter<C2SubscribedParamIndicesTuning>::NonStrictValuesWithNoDeps)
187 .withSetter(Setter<C2CurrentWorkTuning>::NonStrictValuesWithNoDeps)
196 .withSetter(Setter<C2LastWorkQueuedTuning::input>::NonStrictValuesWithNoDeps)
205 .withSetter(Setter<C2LastWorkQueuedTuning::output>::NonStrictValuesWithNoDeps)
  /frameworks/av/media/codec2/components/raw/
C2SoftRawDec.cpp 62 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
69 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
76 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
92 .withSetter((Setter<decltype(*mPcmEncodingInfo)>::StrictValueWithNoDeps))
  /frameworks/av/media/codec2/components/aac/
C2SoftAacDec.cpp 83 .withSetter(Setter<decltype(*mSampleRate)>::NonStrictValueWithNoDeps)
90 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
97 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
111 .withSetter(Setter<decltype(*mAacFormat)>::StrictValueWithNoDeps)
144 .withSetter(Setter<decltype(*mDrcCompressMode)>::StrictValueWithNoDeps)
151 .withSetter(Setter<decltype(*mDrcTargetRefLevel)>::StrictValueWithNoDeps)
158 .withSetter(Setter<decltype(*mDrcEncTargetLevel)>::StrictValueWithNoDeps)
165 .withSetter(Setter<decltype(*mDrcBoostFactor)>::StrictValueWithNoDeps)
172 .withSetter(Setter<decltype(*mDrcAttenuationFactor)>::StrictValueWithNoDeps)
190 .withSetter(Setter<decltype(*mDrcEffectType)>::StrictValueWithNoDeps
    [all...]
  /external/opencensus-java/contrib/http_util/src/test/java/io/opencensus/contrib/http/util/
CloudTraceFormatTest.java 33 import io.opencensus.trace.propagation.TextFormat.Setter;
77 private final Setter<Map<String, String>> setter = field in class:CloudTraceFormatTest
78 new Setter<Map<String, String>>() {
122 SpanContext.create(TRACE_ID, SPAN_ID, TRACE_OPTIONS_SAMPLED), carrier, setter); local
131 SpanContext.create(TRACE_ID, SPAN_ID, TRACE_OPTIONS_NOT_SAMPLED), carrier, setter); local
  /external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/propagation/
B3FormatTest.java 32 import io.opencensus.trace.propagation.TextFormat.Setter;
54 private static final Setter<Map<String, String>> setter = field in class:B3FormatTest
55 new Setter<Map<String, String>>() {
75 b3Format.inject(SpanContext.create(TRACE_ID, SPAN_ID, TRACE_OPTIONS), carrier, setter); local
84 b3Format.inject(SpanContext.create(TRACE_ID, SPAN_ID, TraceOptions.DEFAULT), carrier, setter); local
  /frameworks/av/media/codec2/components/amr_nb_wb/
C2SoftAmrNbEnc.cpp 63 .withSetter((Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps))
71 (Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
78 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
C2SoftAmrDec.cpp 82 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
89 .withSetter((Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps))
101 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
C2SoftAmrWbEnc.cpp 64 .withSetter((Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps))
72 (Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
79 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
  /frameworks/av/media/codec2/components/g711/
C2SoftG711Dec.cpp 71 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
78 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
85 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
  /frameworks/av/media/codec2/components/gsm/
C2SoftGsmDec.cpp 62 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
69 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
76 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
  /external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/propagation/
B3Format.java 68 SpanContext spanContext, C carrier, Setter<C> setter) {
70 checkNotNull(setter, "setter");
72 setter.put(carrier, X_B3_TRACE_ID, spanContext.getTraceId().toLowerBase16());
73 setter.put(carrier, X_B3_SPAN_ID, spanContext.getSpanId().toLowerBase16());
75 setter.put(carrier, X_B3_SAMPLED, SAMPLED_VALUE);
  /frameworks/av/media/codec2/components/flac/
C2SoftFlacDec.cpp 62 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
69 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
76 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
92 .withSetter((Setter<decltype(*mPcmEncodingInfo)>::StrictValueWithNoDeps))
C2SoftFlacEnc.cpp 62 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
68 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
74 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
82 .withSetter(Setter<decltype(*mComplexity)>::NonStrictValueWithNoDeps)
97 .withSetter((Setter<decltype(*mPcmEncodingInfo)>::StrictValueWithNoDeps))
  /frameworks/av/media/codec2/components/vpx/
C2SoftVpxEnc.h 284 Setter<decltype(*mBitrateMode)>::StrictValueWithNoDeps)
293 Setter<decltype(*mFrameRate)>::StrictValueWithNoDeps)
311 .withSetter(Setter<decltype(*mSyncFramePeriod)>::StrictValueWithNoDeps)
345 .withSetter(Setter<decltype(*mRequestSync)>::NonStrictValueWithNoDeps)
  /frameworks/av/media/codec2/components/xaac/
C2SoftXaacDec.cpp 92 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
99 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
106 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
120 .withSetter(Setter<decltype(*mAacFormat)>::StrictValueWithNoDeps)
152 .withSetter(Setter<decltype(*mDrcCompressMode)>::StrictValueWithNoDeps)
159 .withSetter(Setter<decltype(*mDrcTargetRefLevel)>::StrictValueWithNoDeps)
166 .withSetter(Setter<decltype(*mDrcEncTargetLevel)>::StrictValueWithNoDeps)
173 .withSetter(Setter<decltype(*mDrcBoostFactor)>::StrictValueWithNoDeps)
180 .withSetter(Setter<decltype(*mDrcAttenuationFactor)>::StrictValueWithNoDeps)
198 .withSetter(Setter<decltype(*mDrcEffectType)>::StrictValueWithNoDeps
    [all...]
  /frameworks/av/media/codec2/components/hevc/
C2SoftHevcEnc.cpp 69 Setter<decltype(*mActualInputDelay)>::StrictValueWithNoDeps)
100 Setter<decltype(*mFrameRate)>::StrictValueWithNoDeps)
115 Setter<decltype(*mBitrateMode)>::StrictValueWithNoDeps)
130 .withSetter(Setter<decltype(*mComplexity)>::NonStrictValueWithNoDeps)
137 .withSetter(Setter<decltype(*mQuality)>::NonStrictValueWithNoDeps)
162 .withSetter(Setter<decltype(*mRequestSync)>::NonStrictValueWithNoDeps)
171 Setter<decltype(*mSyncFramePeriod)>::StrictValueWithNoDeps)
    [all...]
  /frameworks/av/media/codec2/components/opus/
C2SoftOpusDec.cpp 66 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
73 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
80 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
  /frameworks/av/media/codec2/components/vorbis/
C2SoftVorbisDec.cpp 70 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
77 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
84 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
  /external/opencensus-java/contrib/http_util/src/main/java/io/opencensus/contrib/http/util/
CloudTraceFormat.java 90 SpanContext spanContext, C carrier, Setter<C> setter) {
92 checkNotNull(setter, "setter");
102 setter.put(carrier, HEADER_NAME, builder.toString());

Completed in 935 milliseconds

1 2 3