Home
last modified time | relevance | path

Searched refs:moo (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/TableGen/
DMultiClassInherit.td60 def S5 : C1<bs1, "moo"> {
61 int moo = 3;
70 def S7 : C1<bs3, "moo"> {
71 int moo = 3;
DDefmInherit.td27 def S3 : C1<a, "moo"> {
28 int moo = 3;
/external/libxml2/result/schemas/
Dany7_1_0.err1 ./test/schemas/any7_0.xml:18: element moo: Schemas validity error : Element 'moo': This element is …
Dany7_2_0.err1 ./test/schemas/any7_0.xml:18: element moo: Schemas validity error : Element 'moo': This element is …
/external/clang/test/SemaObjC/
Dproperty-typecheck-1.m9 @property int moo; // expected-note {{previous definition is here}} property
13 -(int) moo { method in Cat
/external/llvm/test/CodeGen/X86/
Dvector-intrinsics.ll18 define <4 x double> @moo(<4 x double> %p, <4 x double> %q)
/external/llvm/test/Transforms/AlignmentFromAssumptions/
Dsimple.ll176 define i32 @moo(i32* nocapture %a) nounwind uwtable {
186 ; CHECK-LABEL: @moo
Dsimple32.ll176 define i32 @moo(i32* nocapture %a) nounwind uwtable {
186 ; CHECK-LABEL: @moo
/external/clang/test/Index/
Dusrs.m17 int moo; field
121 // CHECK: usrs.m c:@SA@MyStruct@FI@moo Extent=[17:3 - 17:10]
197 // CHECK-source: usrs.m:17:7: FieldDecl=moo:17:7 (Definition) Extent=[17:3 - 17:10]
/external/libvncserver/x11vnc/
Dunixpw.c476 char moo[] = "Press 'Escape' for System Greeter"; in unixpw_screen() local
477 rfbDrawString(pscreen, &default8x16Font, x-90, y-30, moo, white_pixel()); in unixpw_screen()
/external/libvncserver/webclients/java-applet/ssl/
Dultravnc-102-JavaViewer-ssl-etc.patch1895 + String moo = "moo";
1896 + byteArray = moo.getBytes();