Searched defs:abc (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/Parser/
H A Dargument_qualified.c2 int abc (const float x) { function
/external/mesa3d/src/glsl/glcpp/tests/
H A D088-redefine-macro-legitimate.c1 #define abc 123 macro
2 #define abc 123 macro
H A D089-redefine-macro-error.c4 #define abc 123 macro
5 #define abc() 123 macro
/external/clang/test/CodeGen/
H A Dsret2.c3 struct abc { struct
9 struct abc foo2(){}
H A Dsret.c3 struct abc { struct
9 struct abc foo1(void);
10 struct abc foo2();
13 struct abc dummy1 = foo1();
14 struct abc dummy2 = foo2();
/external/clang/test/CodeGenCXX/
H A Dapple-kext-indirect-call.C4 virtual void abc(void) const;
7 void Base::abc(void) const {} function in class:Base
10 p->Base::abc();
H A D2007-04-10-PackedUnion.cpp5 typedef struct ABC* abc; typedef in typeref:struct:ABC
H A Dapple-kext-indirect-call-2.C9 virtual const char* abc(void) const;
12 const char* A::abc(void) const {return "A"; }; function in class:A
23 const char* c = p->A::abc();
28 struct Base { virtual char* abc(void) const; };
30 char* Base::abc() const { return 0; } function in class:Base
38 char* c = p->Base::abc();
64 virtual char *abc(void) const;
70 char* D2::abc(void) const { return 0; } function in class:D2
75 char* c = p->D2::abc();
/external/icu4c/test/cintltst/
H A Dcstrtest.c41 static const char *const abc="abcdefghijklmnopqrstuvwxyz", *const ABC="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; local
47 dest[i]=uprv_tolower(abc[i]);
49 if(0!=strcmp(abc, dest)) {
50 log_err("uprv_tolower(abc) failed\n");
56 if(0!=strcmp(abc, dest)) {
61 dest[i]=uprv_toupper(abc[i]);
64 log_err("uprv_toupper(abc) failed\n");
125 if((intValue=T_CString_stricmp("", "abc")) != -1){
126 log_err("FAIL: T_CString_stricmp(\"\", \"abc\") failed. Expected: -1, returned %d\n", intValue);
128 if((intValue=T_CString_stricmp("abc", "")) !
[all...]
H A Dcstrcase.c723 abc[] ={ 0x61, 0x62, 0x63, 0 }, local
767 if(U_FAILURE(errorCode) || length!=3 || 0!=strcmp(abc, utf8Out)) {
847 if(U_FAILURE(errorCode) || length!=3 || 0!=strcmp(abc, utf8Out)) {
/external/chromium/crypto/third_party/nss/
H A Dsha512.cc1292 static const char abc[] = { "abc" }; variable
1315 printf("SHA256, input = %s\n", abc);
1316 SHA256_Hash(outBuf, abc);
1342 printf("SHA512, input = %s\n", abc);
1343 SHA512_Hash(outBuf, abc);
1355 SHA512_Hash(outBuf, abc);
1363 printf("SHA384, input = %s\n", abc);
1364 SHA384_Hash(outBuf, abc);
/external/clang/test/Analysis/
H A Ddead-stores.c7 int abc=1; local
8 long idx=abc+3*5; // expected-warning {{never read}} expected-warning{{unused variable 'idx'}}
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnMathUtils.cpp240 float abc = interpolate(ab, bc, t); local
242 return interpolate(abc, bcd, t);
402 float abc = interpolate(ab, bc, t); local
404 float abcd = interpolate(abc, bcd, t);
408 dst[4] = abc;
/external/icu4c/test/intltest/
H A Dustrtest.cpp185 UnicodeString s=UnicodeString("abc", "")+UnicodeString("def", "")+UnicodeString("ghi", "");
195 if(UnicodeString("abc", -1, "")!=UnicodeString("abc", "")) {
1299 UnicodeString IN("abc\\u4567 \\n\\r \\U00101234xyz\\x1\\x{5289}\\x1b", -1, US_INV);
1300 UnicodeString OUT("abc");
1784 icu::UnicodeString s1=icu::UnicodeString("abc", 3, US_INV);
1981 UChar abc[]={ 0x61, 0x62, 0x63, 0 }; local
1982 UBool hasRVO= wrapUChars(abc).getBuffer()==abc;
/external/skia/src/core/
H A DSkGeometry.cpp506 SkScalar abc = SkScalarInterp(ab, bc, t);
508 return SkScalarInterp(abc, bcd, t);
579 SkScalar abc = SkScalarInterp(ab, bc, t); local
581 SkScalar abcd = SkScalarInterp(abc, bcd, t);
585 dst[4] = abc;

Completed in 214 milliseconds