/external/llvm/test/MC/AsmParser/ |
H A D | macros-darwin-vararg.s | 3 .macro abc a b:vararg 8 abc zed0, zed1, zed2 label 10 .purgem abc 63 .macro abc arg:vararg=nop 74 abc
|
/external/clang/test/Parser/ |
H A D | argument_qualified.c | 2 int abc (const float x) { function
|
/external/mesa3d/src/glsl/glcpp/tests/ |
H A D | 088-redefine-macro-legitimate.c | 1 #define abc 123 macro 2 #define abc 123 macro
|
H A D | 089-redefine-macro-error.c | 4 #define abc 123 macro 5 #define abc() 123 macro
|
/external/clang/test/CodeGen/ |
H A D | sret2.c | 3 struct abc { struct 11 struct abc foo2(){}
|
H A D | sret.c | 3 struct abc { struct 11 struct abc foo1(void); 12 struct abc foo2(); 15 struct abc dummy1 = foo1(); 16 struct abc dummy2 = foo2();
|
/external/valgrind/memcheck/tests/ |
H A D | demangle.cpp | 3 namespace abc { namespace 19 return (new abc::def<int,typeof(*this)>)->xyzzy(p, 0);
|
/external/clang/test/CodeGenCXX/ |
H A D | apple-kext-indirect-call.cpp | 6 virtual void abc(void) const; 9 void Base::abc(void) const {} function in class:Base 12 p->Base::abc();
|
H A D | 2007-04-10-PackedUnion.cpp | 5 typedef struct ABC* abc; typedef in typeref:struct:ABC
|
H A D | apple-kext-indirect-call-2.cpp | 9 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/clang/test/SemaCXX/ |
H A D | warn-variable-not-needed.cpp | 4 static int abc = 42; // expected-warning {{variable 'abc' is not needed and will not be emitted}} member in namespace:test1 7 return abc;
|
/external/llvm/unittests/ADT/ |
H A D | SmallStringTest.cpp | 54 StringRef abc = "abc"; local 55 theString.assign(abc.begin(), abc.end()); 57 EXPECT_STREQ("abc", theString.c_str()); 61 StringRef abc = "abc"; local 62 theString.assign(abc); 64 EXPECT_STREQ("abc", theString.c_str()); 68 StringRef abc local 76 StringRef abc = "abc"; local 84 StringRef abc = "abc"; local 92 StringRef abc = "abc"; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
H A D | cstrtest.c | 39 static const char *const abc="abcdefghijklmnopqrstuvwxyz", *const ABC="ABCDEFGHIJKLMNOPQRSTUVWXYZ"; local 45 dest[i]=uprv_tolower(abc[i]); 47 if(0!=strcmp(abc, dest)) { 48 log_err("uprv_tolower(abc) failed\n"); 54 if(0!=strcmp(abc, dest)) { 59 dest[i]=uprv_toupper(abc[i]); 62 log_err("uprv_toupper(abc) failed\n"); 123 if((intValue=uprv_stricmp("", "abc")) != -1){ 124 log_err("FAIL: uprv_stricmp(\"\", \"abc\") failed. Expected: -1, returned %d\n", intValue); 126 if((intValue=uprv_stricmp("abc", "")) ! [all...] |
H A D | cstrcase.c | 724 abc[] ={ 0x61, 0x62, 0x63, 0 }, local 768 if(U_FAILURE(errorCode) || length!=3 || 0!=strcmp(abc, utf8Out)) { 848 if(U_FAILURE(errorCode) || length!=3 || 0!=strcmp(abc, utf8Out)) {
|
/external/valgrind/none/tests/ |
H A D | sha1_test.c | 32 "abc" 252 unsigned char abc[] = "abc"; local 255 SHA1Update(&ctx, abc, 3);
|
/external/skia/src/pathops/ |
H A D | SkPathOpsQuad.cpp | 187 double abc = SkDInterp(ab, bc, t); local 188 return abc;
|
H A D | SkPathOpsCubic.cpp | 93 double abc = SkDInterp(ab, bc, t); local 95 double abcd = SkDInterp(abc, bcd, t); 99 dst[4] = abc; 612 double abc = SkDInterp(ab, bc, t); 614 double abcd = SkDInterp(abc, bcd, t);
|
/external/clang/test/Analysis/ |
H A D | dead-stores.c | 6 int abc=1; local 7 long idx=abc+3*5; // expected-warning {{never read}} expected-warning{{unused variable 'idx'}}
|
/external/skia/src/core/ |
H A D | SkGeometry.cpp | 363 SkScalar abc = SkScalarInterp(ab, bc, t); 365 return SkScalarInterp(abc, bcd, t); 438 Sk2s abc = interp(ab, bc, tt); local 440 Sk2s abcd = interp(abc, bcd, tt); 444 dst[2] = to_point(abc);
|
/external/icu/icu4c/source/test/intltest/ |
H A D | ustrtest.cpp | 185 UnicodeString s=UnicodeString("abc", "")+UnicodeString("def", "")+UnicodeString("ghi", ""); 195 if(UnicodeString("abc", -1, "")!=UnicodeString("abc", "")) { 1325 UnicodeString IN("abc\\u4567 \\n\\r \\U00101234xyz\\x1\\x{5289}\\x1b", -1, US_INV); 1326 UnicodeString OUT("abc"); 1807 icu::UnicodeString s1=icu::UnicodeString("abc", 3, US_INV); 2003 UChar abc[]={ 0x61, 0x62, 0x63, 0 }; local 2004 UBool hasRVO= wrapUChars(abc).getBuffer()==abc;
|
/external/v8/test/webkit/fast/js/ |
H A D | Object-getOwnPropertyNames.js | 43 "new String('abc')": "['0', '1', '2', 'length']",
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |