OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:putAttribute
(Results
1 - 6
of
6
) sorted by null
/external/opencensus-java/benchmarks/src/jmh/java/io/opencensus/benchmarks/trace/
RecordTraceEventsBenchmark.java
87
public Span
putAttribute
(Data data) {
88
data.span.
putAttribute
(ATTRIBUTE_KEY, AttributeValue.stringAttributeValue(ATTRIBUTE_VALUE));
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
BlankSpan.java
44
/** No-op implementation of the {@link Span#
putAttribute
(String, AttributeValue)} method. */
46
public void
putAttribute
(String key, AttributeValue value) {
Span.java
95
public void
putAttribute
(String key, AttributeValue value) {
106
* calling {@link #
putAttribute
(String, AttributeValue)} once for each element in the specified
121
* calling {@link #
putAttribute
(String, AttributeValue)} once for each element in the specified
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/
NoRecordEventsSpanImpl.java
52
public void
putAttribute
(String key, AttributeValue value) {
RecordEventsSpanImpl.java
276
public void
putAttribute
(String key, AttributeValue value) {
284
getInitializedAttributes().
putAttribute
(key, value);
498
private void
putAttribute
(String key, AttributeValue value) {
/external/cldr/tools/java/org/unicode/cldr/util/
XPathParts.java
441
elements.get(elementIndex >= 0 ? elementIndex : elementIndex + size()).
putAttribute
(attribute, value);
496
e.
putAttribute
(attribute, value);
505
elements.get(elementIndex >= 0 ? elementIndex : elementIndex + size()).
putAttribute
(attributeName, null);
721
public void
putAttribute
(String attribute, String value) {
[
all
...]
Completed in 419 milliseconds