OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:annotationsList
(Results
1 - 7
of
7
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/dex/file/
ParameterAnnotationStruct.java
20
import com.android.dexgen.rop.annotation.
AnnotationsList
;
37
private final
AnnotationsList
annotationsList
;
46
* @param
annotationsList
{@code non-null;} the associated annotations list
49
AnnotationsList
annotationsList
) {
54
if (
annotationsList
== null) {
55
throw new NullPointerException("
annotationsList
== null");
59
this.
annotationsList
=
annotationsList
;
[
all
...]
/dalvik/dx/src/com/android/dx/dex/file/
ParameterAnnotationStruct.java
20
import com.android.dx.rop.annotation.
AnnotationsList
;
36
private final
AnnotationsList
annotationsList
;
45
* @param
annotationsList
{@code non-null;} the associated annotations list
49
AnnotationsList
annotationsList
, DexFile dexFile) {
54
if (
annotationsList
== null) {
55
throw new NullPointerException("
annotationsList
== null");
59
this.
annotationsList
=
annotationsList
;
[
all
...]
/external/opencensus-java/api/src/test/java/io/opencensus/trace/export/
SpanDataTest.java
77
private final List<TimedEvent<Annotation>>
annotationsList
=
96
annotationsList
.add(SpanData.TimedEvent.create(eventTimestamp1, annotation));
97
annotationsList
.add(SpanData.TimedEvent.create(eventTimestamp3, annotation));
98
annotations = TimedEvents.create(
annotationsList
, 2);
/external/opencensus-java/exporters/trace/ocagent/src/test/java/io/opencensus/exporter/trace/ocagent/
TraceProtoUtilsTest.java
111
private static final List<TimedEvent<Annotation>>
annotationsList
=
131
TimedEvents.create(
annotationsList
, DROPPED_ANNOTATIONS_COUNT);
/external/opencensus-java/exporters/trace/stackdriver/src/test/java/io/opencensus/exporter/trace/stackdriver/
StackdriverV2ExporterHandlerProtoTest.java
109
private static final List<TimedEvent<Annotation>>
annotationsList
=
129
TimedEvents.create(
annotationsList
, DROPPED_ANNOTATIONS_COUNT);
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar
Completed in 87 milliseconds