HomeSort by relevance Sort by last modified time
    Searched refs:annotated (Results 1 - 21 of 21) sorted by null

  /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>>(); typedefs
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/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DeprecatedFieldTest.java 77 private boolean isDeprecated(AnnotatedElement annotated) {
78 return annotated.isAnnotationPresent(Deprecated.class);
  /external/chromium_org/chrome/common/extensions/docs/server2/
manifest_data_source_test.py 158 annotated = manifest_data_source._ListifyAndSortDocs(
160 manifest_data_source._AddLevelAnnotations(annotated)
161 self.assertEqual(expected_docs, annotated)
  /external/chromium_org/ppapi/cpp/documentation/
removefilesCPP.sh 7 rm annotated.html
  /external/chromium_org/ppapi/c/documentation/
removefilesC.sh 6 rm annotated.html
  /dalvik/dx/tests/115-merge/com/android/dx/merge/
DexMergeTest.java 99 "/testdata/Annotated.dex");
104 Class<?> annotated = loader.loadClass("testdata.Annotated"); local
105 Method method = annotated.getMethod("method", String.class, String.class);
106 Field field = annotated.getField("field");
110 = (Class<? extends Annotation>) loader.loadClass("testdata.Annotated$Marker");
112 assertEquals("@testdata.Annotated$Marker(a=on class, b=[A, B, C], "
113 + "c=@testdata.Annotated$Nested(e=E1, f=1695938256, g=7264081114510713000), "
114 + "d=[@testdata.Annotated$Nested(e=E2, f=1695938256, g=7264081114510713000)])",
115 annotated.getAnnotation(marker).toString())
    [all...]
  /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/doclava/src/com/google/doclava/
Doclava.java     [all...]
  /external/valgrind/main/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");
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 50 # Generates annotated call-graph and displays via "gv"
62 # annotated with the flat and cumulative sample counts at each line.
67 # annotated with the flat and cumulative sample counts at each PC value.
248 Displays annotated call-graph in web browser
250 Displays annotated call-graph via 'gv'
256 (Per-line) annotated source listing for getdir()
258 (Per-PC) annotated disassembly for getdir()
    [all...]
  /external/valgrind/main/callgrind/
callgrind_annotate.in 146 # Number of lines to show around each annotated line.
212 annotated lines [8]
746 print("User annotated: $user_ann_file\n");
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 50 # Generates annotated call-graph and displays via "gv"
62 # annotated with the flat and cumulative sample counts at each line.
67 # annotated with the flat and cumulative sample counts at each PC value.
248 Displays annotated call-graph in web browser
250 Displays annotated call-graph via 'gv'
256 (Per-line) annotated source listing for getdir()
258 (Per-PC) annotated disassembly for getdir()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/eigen/blas/testing/
cblat2.f 7 * are read using the format ( A6, L2 ). An annotated example of a data
    [all...]
dblat2.f 7 * are read using the format ( A6, L2 ). An annotated example of a data
    [all...]
dblat3.f 7 * are read using the format ( A6, L2 ). An annotated example of a data
    [all...]
sblat2.f 7 * are read using the format ( A6, L2 ). An annotated example of a data
    [all...]
sblat3.f 7 * are read using the format ( A6, L2 ). An annotated example of a data
    [all...]
zblat2.f 7 * are read using the format ( A6, L2 ). An annotated example of a data
    [all...]
cblat3.f 7 * are read using the format ( A6, L2 ). An annotated example of a data
    [all...]
zblat3.f 7 * are read using the format ( A6, L2 ). An annotated example of a data
    [all...]

Completed in 1354 milliseconds