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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/lib/linux/
libclang_rt.tsan_cxx-x86_64.a.syms 2 Annotate*;
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/lib/linux/
libclang_rt.tsan_cxx-aarch64-android.a.syms 2 Annotate*;
libclang_rt.tsan_cxx-mips64-android.a.syms 2 Annotate*;
libclang_rt.tsan_cxx-x86_64-android.a.syms 2 Annotate*;
libclang_rt.tsan_cxx-x86_64.a.syms 2 Annotate*;
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/lib/linux/
libclang_rt.tsan_cxx-aarch64-android.a.syms 2 Annotate*;
libclang_rt.tsan_cxx-mips64-android.a.syms 2 Annotate*;
libclang_rt.tsan_cxx-x86_64-android.a.syms 2 Annotate*;
libclang_rt.tsan_cxx-x86_64.a.syms 2 Annotate*;
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/lib/linux/
libclang_rt.tsan_cxx-aarch64-android.a.syms 2 Annotate*;
libclang_rt.tsan_cxx-mips64-android.a.syms 2 Annotate*;
libclang_rt.tsan_cxx-x86_64-android.a.syms 2 Annotate*;
libclang_rt.tsan_cxx-x86_64.a.syms 2 Annotate*;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
EncodedValue.java 49 out.annotate(1, "valueArg = %d, valueType = 0x%x: byte", valueArg, valueType);
51 out.annotate(1, "value = 0x%x", intValue);
54 out.annotate(1, "valueArg = %d, valueType = 0x%x: short", valueArg, valueType);
56 out.annotate(valueArg + 1, "value = 0x%x", intValue);
59 out.annotate(1, "valueArg = %d, valueType = 0x%x: char", valueArg, valueType);
61 out.annotate(valueArg+1, "value = 0x%x", intValue);
64 out.annotate(1, "valueArg = %d, valueType = 0x%x: int", valueArg, valueType);
66 out.annotate(valueArg+1, "value = 0x%x", intValue);
69 out.annotate(1, "valueArg = %d, valueType = 0x%x: long", valueArg, valueType);
71 out.annotate(valueArg+1, "value = 0x%x", longValue)
    [all...]
CodeItem.java 92 out.annotate(2, "registers_size = %d", registers);
95 out.annotate(2, "ins_size = %d", inSize);
98 out.annotate(2, "outs_size = %d", outSize);
101 out.annotate(2, "tries_size = %d", triesCount);
104 out.annotate(4, "debug_info_off = 0x%x", debugInfoOffset);
111 out.annotate(4, "insns_size = 0x%x", instructionSize);
113 out.annotate(0, "instructions:");
157 out.annotate(0, "annotation error: %s", ex.getMessage());
168 out.annotate(2, "padding");
171 out.annotate(0, "try_items:")
    [all...]
  /external/ImageMagick/PerlMagick/demo/
annotate.pl 23 $label->Annotate(text=>"North West",gravity=>"NorthWest",x=>$x,y=>$y,
25 $label->Annotate(text=>"North",gravity=>"North",y=>$y,rotate=>$angle);
26 $label->Annotate(text=>"North East",gravity=>"NorthEast",x=>$x,y=>$y,
28 $label->Annotate(text=>"West",gravity=>"West",x=>$x,rotate=>$angle);
29 $label->Annotate(text=>"Center",gravity=>"Center",rotate=>$angle);
30 $label->Annotate(text=>"East",gravity=>"East",x=>$x,rotate=>$angle);
31 $label->Annotate(text=>"South West",gravity=>"SouthWest",x=>$x,y=>$y,
33 $label->Annotate(text=>"South",gravity=>"South",y=>$y,rotate=>$angle);
34 $label->Annotate(text=>"South East",gravity=>"SouthEast",x=>$x,y=>$y,
39 $image->Write("annotate.miff")
    [all...]
shadow-text.pl 9 $image->Annotate(font=>'Generic.ttf',fill=>'rgba(100,100,100,0.8)',
12 $image->Annotate(font=>'Generic.ttf',fill=>'red',stroke=>'blue',pointsize=>60,
  /external/ImageMagick/Magick++/demo/
gravity.cpp 60 pic.annotate( "NorthWest", Geometry(0,0,x,y), NorthWestGravity, angle );
61 pic.annotate( "North", Geometry(0,0,0,y), NorthGravity, angle );
62 pic.annotate( "NorthEast", Geometry(0,0,x,y), NorthEastGravity, angle );
63 pic.annotate( "East", Geometry(0,0,x,0), EastGravity, angle );
64 pic.annotate( "Center", Geometry(0,0,0,0), CenterGravity, angle );
65 pic.annotate( "SouthEast", Geometry(0,0,x,y), SouthEastGravity, angle );
66 pic.annotate( "South", Geometry(0,0,0,y), SouthGravity, angle );
67 pic.annotate( "SouthWest", Geometry(0,0,x,y), SouthWestGravity, angle );
68 pic.annotate( "West", Geometry(0,0,x,0), WestGravity, angle );
  /external/clang/test/CodeGen/
annotations-global.c 8 static __attribute((annotate("sfoo_0"))) __attribute((annotate("sfoo_1"))) char sfoo;
9 __attribute((annotate("foo_0"))) __attribute((annotate("foo_1"))) char foo;
11 void __attribute((annotate("ann_a_0"))) __attribute((annotate("ann_a_1"))) __attribute((annotate("ann_a_2"))) __attribute((annotate("ann_a_3"))) a(char *a);
12 void __attribute((annotate("ann_a_0"))) __attribute((annotate("ann_a_1"))) a(char *a)
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
__init__.py 14 'Annotate',
27 # Annotated Symbols have an Annotate classmethod that takes a symbol type and
41 # parse tree. To work around this, some annotated Symbols have an Annotate
49 def Annotate(f):
61 annotated_grouping = symbol_type.Annotate(children)
67 annotated_symbol = symbol_type.Annotate(node.type, children)
  /external/clang/test/Index/
annotate-attribute.cpp 5 __attribute__((annotate("spiffy_method"))) void aMethod();
7 public __attribute__((annotate("works"))):
10 private __attribute__((annotate("investigations"))):
22 // CHECK-NEXT: attribute(annotate)=spiffy_method Extent=[5:18 - 5:43]
24 // CHECK-NEXT: attribute(annotate)=works Extent=[7:23 - 7:40]
26 // CHECK-NEXT: attribute(annotate)=works Extent=[7:23 - 7:40]
28 // CHECK-NEXT: attribute(annotate)=investigations Extent=[10:24 - 10:50]
30 // CHECK-NEXT: attribute(annotate)=investigations Extent=[10:24 - 10:50]
annotate-deep-statements.cpp 1 // RUN: c-index-test -test-annotate-tokens=%s:1:1:1000:1 %s | FileCheck %s
4 // Check that we don't get stack overflow trying to annotate an extremely deep AST.
annotate-macro-args.m 2 // RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:9:1:10:1 %s -include %S/annotate-macro-args.h | FileCheck -check-prefix=CHECK1 %s
3 // RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:15:1:16:1 %s -include %S/annotate-macro-args.h | FileCheck -check-prefix=CHECK2 %s
6 // RUN: c-index-test -write-pch %t.pch -x objective-c-header %S/annotate-macro-args.h -Xclang -detailed-preprocessing-record
7 // RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:9:1:10:1 %s -include-pch %t.pch | FileCheck -check-prefix=CHECK1 %s
8 // RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:15:1:16:1 %s -include-pch %t.pch | FileCheck -check-prefix=CHECK2 (…)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
HeaderItem.java 75 out.annotate(8, "magic: " + new CstUtf8(MAGIC).toQuoted());
76 out.annotate(4, "checksum");
77 out.annotate(20, "signature");
78 out.annotate(4, "file_size: " +
80 out.annotate(4, "header_size: " + Hex.u4(HEADER_SIZE));
81 out.annotate(4, "endian_tag: " + Hex.u4(ENDIAN_TAG));
82 out.annotate(4, "link_size: 0");
83 out.annotate(4, "link_off: 0");
84 out.annotate(4, "map_off: " + Hex.u4(mapOff));
116 out.annotate(4, "data_size: " + Hex.u4(dataSize))
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
HeaderItem.java 67 out.annotate(8, "magic: " + new CstString(magic).toQuoted());
68 out.annotate(4, "checksum");
69 out.annotate(20, "signature");
70 out.annotate(4, "file_size: " +
72 out.annotate(4, "header_size: " + Hex.u4(SizeOf.HEADER_ITEM));
73 out.annotate(4, "endian_tag: " + Hex.u4(DexFormat.ENDIAN_TAG));
74 out.annotate(4, "link_size: 0");
75 out.annotate(4, "link_off: 0");
76 out.annotate(4, "map_off: " + Hex.u4(mapOff));
108 out.annotate(4, "data_size: " + Hex.u4(dataSize))
    [all...]

Completed in 371 milliseconds

12 3 4 5 6 7 8 91011>>