/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
ObjectDescriptorFactory.java | 128 Set<Class<? extends BaseDescriptor>> annotated = new HashSet<Class<? extends BaseDescriptor>>();
external variable declarations 130 annotated.add(DecoderSpecificInfo.class);
131 annotated.add(SLConfigDescriptor.class);
132 annotated.add(BaseDescriptor.class);
133 annotated.add(ExtensionDescriptor.class);
134 annotated.add(ObjectDescriptorBase.class);
135 annotated.add(ProfileLevelIndicationDescriptor.class);
136 annotated.add(AudioSpecificConfig.class);
137 annotated.add(ExtensionProfileLevelDescriptor.class);
138 annotated.add(ESDescriptor.class); [all...] |
/external/r8/src/test/examples/multidex002/ |
TestApplication.java | 14 public static Annotation annotation2 = getSoleAnnotation(Annotated.class); 22 public static Annotation getSoleAnnotation(Class<?> annotated) { 23 Annotation[] annot = annotated.getAnnotations();
|
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/ |
TestApplication.java | 27 public static Annotation annotation2 = getSoleAnnotation(Annotated.class); 35 public static Annotation getSoleAnnotation(Class<?> annotated) { 36 Annotation[] annot = annotated.getAnnotations();
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
DeprecatedFieldTest.java | 78 private boolean isDeprecated(AnnotatedElement annotated) { 79 return annotated.isAnnotationPresent(Deprecated.class);
|
/dalvik/dx/tests/115-merge/com/android/dx/merge/ |
DexMergeTest.java | 100 "/testdata/Annotated.dex"); 105 Class<?> annotated = loader.loadClass("testdata.Annotated"); local 106 Method method = annotated.getMethod("method", String.class, String.class); 107 Field field = annotated.getField("field"); 111 = (Class<? extends Annotation>) loader.loadClass("testdata.Annotated$Marker"); 113 assertEquals("@testdata.Annotated$Marker(a=on class, b=[A, B, C], " 114 + "c=@testdata.Annotated$Nested(e=E1, f=1695938256, g=7264081114510713000), " 115 + "d=[@testdata.Annotated$Nested(e=E2, f=1695938256, g=7264081114510713000)])", 116 annotated.getAnnotation(marker).toString()) [all...] |
/external/boringssl/src/util/ |
generate-asm-lcov.py | 61 """Parses an annotated execution flow |data| from callgrind_annotate for 96 counts for all annotated files.""" 102 # User-annotated source: <file> 105 if 'User-annotated source' in data[i] and i < len(data) - 1: 150 annotated = merge(cg_files, srcs) variable 151 lcov = generate(annotated)
|
/prebuilts/tools/common/m2/repository/com/squareup/javapoet/1.7.0/ |
javapoet-1.7.0.jar | |
/prebuilts/tools/common/m2/repository/com/squareup/javapoet/1.8.0/ |
javapoet-1.8.0.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
messages.properties | 33 AndroidJUnitTab_SizeLabel=Only run test methods annotated with:
|
/external/guice/core/src/com/google/inject/internal/ |
Annotations.java | 247 boolean hasAnnotations(Class<? extends Annotation> annotated) { 248 return cache.getUnchecked(annotated);
|
Errors.java | 164 + " but %s has no constructors annotated with @Inject.", 230 return addMessage("%s is annotated @Inject(optional=true), " 244 return addMessage("%s is annotated with %s, but scope annotations are not supported " 249 return addMessage("%s is annotated with %s, but binding annotations should be applied " 255 + "annotated with @Inject or a zero-argument constructor that is not private."; 263 return addMessage("%s has more than one constructor annotated with @Inject. " 292 return addMessage("%s has more than one annotation annotated with @BindingAnnotation: " 618 Method annotated = (Method) dependency.getInjectionPoint().getMember(); 619 if (annotated.isAnnotationPresent(Provides.class)) { 712 return key.getTypeLiteral() + " annotated with [all...] |
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/commands/ |
commands.go | 56 "disasm": {c, report.Dis, nil, true, "Output annotated assembly for functions matching regexp or address"}, 57 "list": {c, report.List, nil, true, "Output annotated source for functions matching regexp"}, 80 "weblist": {c, report.WebList, invokeVisualizer(interactive, awayFromTTY(nil, "html"), "html", browsers()), true, "Output annotated source in HTML for functions matching regexp or address"},
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/commands/ |
commands.go | 56 "disasm": {c, report.Dis, nil, true, "Output annotated assembly for functions matching regexp or address"}, 57 "list": {c, report.List, nil, true, "Output annotated source for functions matching regexp"}, 80 "weblist": {c, report.WebList, invokeVisualizer(interactive, awayFromTTY(nil, "html"), "html", browsers()), true, "Output annotated source in HTML for functions matching regexp or address"},
|
/external/junit-params/ |
RELEASES.md | 109 Such annotated test method:
|
/prebuilts/go/darwin-x86/src/cmd/cover/testdata/ |
main.go | 5 // Test runner for coverage test. This file is not coverage-annotated; test.go is.
|
/prebuilts/go/linux-x86/src/cmd/cover/testdata/ |
main.go | 5 // Test runner for coverage test. This file is not coverage-annotated; test.go is.
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/ |
source.go | 7 // This file contains routines related to the generation of annotated 24 // printSource prints an annotated source listing, include all 100 // printWebSource prints an annotated source listing, include all
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/report/ |
source.go | 7 // This file contains routines related to the generation of annotated 24 // printSource prints an annotated source listing, include all 100 // printWebSource prints an annotated source listing, include all
|
/prebuilts/tools/common/m2/repository/org/reflections/reflections/0.9.10/ |
reflections-0.9.10.jar | |
/external/doclava/src/com/google/doclava/ |
Doclava.java | [all...] |
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/ |
interactive.go | 169 Produce an annotated callgraph with the top n entries. 180 Show annotated source with interspersed assembly in a web browser.
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/ |
interactive.go | 169 Produce an annotated callgraph with the top n entries. 180 Show annotated source with interspersed assembly in a web browser.
|
/external/valgrind/cachegrind/ |
cg_annotate.in | 131 # Number of lines to show around each annotated line. 157 annotated lines [8] 478 print("User annotated: $user_ann_file\n"); 765 print("-- $ann_type-annotated source: $full_file_name\n"); 879 # annotated lines above. 894 print(" percentage of events annotated\n\n");
|
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-2.0/1.5/ |
gmaven-runtime-2.0-1.5.jar | |
/build/make/tools/ |
warn.py | 517 'Java: Deprecated item is not annotated with @Deprecated', [all...] |