HomeSort by relevance Sort by last modified time
    Searched full:anno (Results 26 - 50 of 73) sorted by null

12 3

  /build/tools/droiddoc/templates-sdk/
macros_override.cs 6 <?cs each:anno = obj.showAnnotations ?>
7 <?cs if:first(anno) ?>
11 @<?cs var:anno.type.label ?>
12 <?cs if:last(anno) == 0 ?>
15 <?cs if:last(anno)?>
  /art/test/005-annotations/src/android/test/anno/
SimplyNoted.java 1 package android.test.anno;
FullyNoted.java 2 package android.test.anno;
TestAnnotations.java 1 package android.test.anno;
168 Annotation anno; local
171 anno = SimplyNoted.class.getAnnotation(AnnoSimpleType.class);
172 System.out.println("SimplyNoted.get(AnnoSimpleType) = " + anno);
174 anno = SubNoted.class.getAnnotation(AnnoSimpleType.class);
175 System.out.println("SubNoted.get(AnnoSimpleType) = " + anno);
  /art/test/005-annotations/
build 22 # android.test.anno.MissingAnnotation is available at compile time...
26 rm classes/android/test/anno/MissingAnnotation.class
  /external/javassist/src/main/javassist/bytecode/
ParameterAnnotationsAttribute.java 155 Annotation[] anno = params[i]; local
156 writer.numAnnotations(anno.length);
157 for (int j = 0; j < anno.length; ++j)
158 anno[j].write(writer);
AnnotationsAttribute.java 681 Annotation anno = currentAnno; local
684 currentAnno = anno;
  /external/chromium_org/content/public/android/java/strings/translations/
android_content_strings_it.xtb 5 <translation id="6015796118275082299">Anno</translation>
  /frameworks/opt/datetimepicker/res/values-it/
strings.xml 28 <string name="select_year" msgid="2603330600102539372">"Seleziona anno"</string>
  /cts/tools/dex-tools/test/dex/reader/
DexTestsCommon.java 120 for (DexAnnotation anno : element.getAnnotations()) {
121 if(annotationType.equals(anno.getTypeName())){
122 return anno;
  /external/chromium_org/tools/clang/blink_gc_plugin/
Config.h 114 static bool IsAnnotated(clang::Decl* decl, const std::string& anno) {
116 return attr && (attr->getAnnotation() == anno);
  /external/chromium_org/media/tools/layout_tests/
README 24 anno/: the default location for bug annotation files.
layouttest_analyzer.py 311 anno = 'undefined'
327 anno = '\'' + test_str + '\''
329 passingrate_anno += anno
335 data_map[test_group] = (test_map, anno, links)
337 data_map[test_group] = (test_map, anno, simple_rev_str)
  /cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java 373 for (DexAnnotation anno : element.getAnnotations()) {
374 if (annotationType.equals(anno.getTypeName())) {
375 return anno;
  /cts/tools/signature-tools/test/signature/converter/
ConvertAnnotationTest.java 719 CompilationUnit anno = new CompilationUnit("a.A", local
748 CompilationUnit anno = new CompilationUnit("a.A", local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationTest.java 38 Annotation anno = annotations[0]; local
39 assertEquals(TestAnnotation1.class, anno.annotationType());
  /external/chromium_org/webkit/glue/resources/
webkit_strings_it.xtb 8 <translation id="6015796118275082299">Anno</translation>
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationsWriter.java 44 * AnnotationsAttribute anno
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtfmtsym.h 200 * Gets era name strings. For example: "Anno Domini" and "Before Christ".
209 * Sets era name strings. For example: "Anno Domini" and "Before Christ".
479 * Era name strings. For example: "Anno Domini" and "Before Christ".
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricTestRunner.java 507 for( Annotation anno: annos ){
509 if( anno.annotationType().getName().equals( "com.xtremelabs.robolectric.annotation.Values" )){
510 String annotationString = anno.toString();
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 201 * Gets era name strings. For example: "Anno Domini" and "Before Christ".
210 * Sets era name strings. For example: "Anno Domini" and "Before Christ".
559 * Era name strings. For example: "Anno Domini" and "Before Christ".
  /external/smali/smali/src/main/antlr3/
smaliTreeWalker.g     [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h 232 sp<AMessage> reply = new AMessage('anno', id());
365 case 'anno':
  /packages/apps/Calendar/res/values-it/
strings.xml 166 <string name="yearly_plain" msgid="3652692085322162449">"Ogni anno"</string>
168 <string name="yearly" msgid="8576208380302949002">"Ogni anno (il <xliff:g id="DATES">%s</xliff:g>)"</string>
  /external/javassist/src/main/javassist/
CtClassType.java 656 private static Object toAnnoType(Annotation anno, ClassPool cp)
661 return anno.toAnnotationType(cl, cp);
665 return anno.toAnnotationType(cl2, cp);
    [all...]

Completed in 1241 milliseconds

12 3