| /external/chromium_org/third_party/icu/source/test/intltest/ |
| tstnorm.cpp | 850 ref_norm_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options, UErrorCode &errorCode) { 856 Normalizer::decompose(s2, FALSE, normOptions, r2, errorCode); 862 r2=s2; 877 _norm_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options, UErrorCode &errorCode) { 881 UNORM_YES==Normalizer::quickCheck(s2, UNORM_FCD, normOptions, errorCode)) { 885 return Normalizer::compare(s1, s2, options, errorCode); 890 ref_case_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options) { 894 t2=s2; 1109 UnicodeString s1, s2; local [all...] |
| ustrtest.cpp | 452 UnicodeString s2, s3; local 453 s2.replace(0, 0, u+1, -1); 455 if(s.compare(1, 999, s2)!=0 || s2!=s3) { 1785 icu::UnicodeString s2=UNICODE_STRING("def", 3); local [all...] |
| utxttest.cpp | 1353 UChar s2[] = {(UChar)0x41, (UChar)0x42, (UChar)0}; local 1871 static const char s2[] = {0x31,0x32,0x33,0x34,0x35,0x36,0}; \/* "123456" *\/ local [all...] |
| /external/chromium_org/third_party/libpng/ |
| pngrtran.c | 4455 png_uint_32 s2 = (*(rp + 4) << 8) | *(rp + 5); local [all...] |
| /external/chromium_org/third_party/skia/third_party/lua/src/ |
| lstrlib.c | 515 const char *s2, size_t l2) { 519 const char *init; /* to search for a `*s2' inside `s1' */ 521 l1 = l1-l2; /* `s2' cannot be found after that */ 522 while (l1 > 0 && (init = (const char *)memchr(s1, *s2, l1)) != NULL) { 524 if (memcmp(init, s2+1, l2) == 0) 590 const char *s2 = lmemfind(s + init - 1, ls - init + 1, p, lp); local 591 if (s2) { 592 lua_pushinteger(L, s2 - s + 1); 593 lua_pushinteger(L, s2 - s + lp);
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
| section.c | 1113 yasm_span *s1, *s2; local [all...] |
| /external/chromium_org/v8/src/arm/ |
| simulator-arm.h | 112 s0 = 0, s1, s2, s3, s4, s5, s6, s7, enumerator in enum:v8::internal::Simulator::Register
|
| /external/chromium_org/v8/src/mips/ |
| simulator-mips.h | 124 s0, s1, s2, s3, s4, s5, s6, s7, enumerator in enum:v8::internal::Simulator::Register
|
| /external/clang/test/CXX/drs/ |
| dr4xx.cpp | 1178 struct S2 { 1182 S2<int> s2; member in namespace:dr495 1183 long n2 = s2;
|
| /external/clang/test/CodeGen/ |
| arm64-arguments.c | 15 struct s2 { short f0; }; struct 16 struct s2 f2(void) {} 199 float32x4_t f35(int i, s35_with_align s1, s35_with_align s2) { 200 // CHECK: define <4 x float> @f35(i32 %i, float %s1.0, float %s1.1, float %s1.2, float %s1.3, float %s2.0, float %s2.1, float %s2.2, float %s2.3) 202 // CHECK: %s2 = alloca %struct.s35, align 16 205 // CHECK: %[[b:.*]] = bitcast %struct.s35* %s2 to <4 x float>* 208 *(float32x4_t *)&s2); 378 short s2; member in struct:s40 433 short s2; member in struct:s41 488 short s2; member in struct:s42 545 short s2; member in struct:s43 [all...] |
| /external/clang/test/Sema/ |
| array-init.c | 196 struct s2 {struct s1 c;} t2 = { t1 }; struct
|
| /external/clang/test/SemaCXX/ |
| MicrosoftExtensions.cpp | 262 void f() { SP3 s2; s2.f(V); } local 419 S s2; local 422 _Static_assert(__alignof(s2) == 4, "");
|
| cxx98-compat.cpp | 318 const wchar_t *s2 = L"bar\u0085"; // expected-warning {{universal character name referring to a control character is incompatible with C++98}} member in namespace:LiteralUCNs 326 S<void(&)(), f> s2; // expected-warning {{non-type template argument referring to function 'f' with internal linkage is incompatible with C++98}} member in namespace:NonTypeTemplateArgs
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
| BuildsView.java | 270 String s2 = (String) o2; local 271 return Util.getBuildDate(s1).compareTo(Util.getBuildDate(s2));
|
| /external/elfutils/0.153/src/ |
| nm.c | 1131 GElf_SymX *s2 = (GElf_SymX *) p2; local 1133 int result = (s1->sym.st_value < s2->sym.st_value 1134 ? -1 : (s1->sym.st_value == s2->sym.st_value ? 0 : 1)); 1145 GElf_SymX *s2 = (GElf_SymX *) p2; local 1148 const char *n2 = sort_by_name_strtab->d_buf + s2->sym.st_name; [all...] |
| /external/icu/icu4c/source/test/intltest/ |
| dtfmrgts.cpp | 754 UnicodeString s2; local 756 s2 = df->format(d, s2, pos); 758 logln("DF=" + s2); 760 s2.extract(0,2, substr); [all...] |
| rbbiapts.cpp | 320 const char *s2 = "\x73\x65\x65\x20\x79\x61"; /* "see ya" in UTF-8 */ local 341 LocalUTextPointer ut2(utext_openUTF8(NULL, s2, -1, status)); [all...] |
| regcoll.cpp | 492 static const UChar s2[] = {0x41, 0x0302, 0x0300, 0x0301, 0}; local 497 if (c->compare(s1,s2) == 0) 569 static const UChar s2[] = {0x41, 0x0327, 0x0316, 0x0315, 0x0300, 0}; local 580 if (c->compare(s1,s2) != 0) [all...] |
| tstnorm.cpp | 851 ref_norm_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options, UErrorCode &errorCode) { 857 Normalizer::decompose(s2, FALSE, normOptions, r2, errorCode); 863 r2=s2; 878 _norm_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options, UErrorCode &errorCode) { 882 UNORM_YES==Normalizer::quickCheck(s2, UNORM_FCD, normOptions, errorCode)) { 886 return Normalizer::compare(s1, s2, options, errorCode); 891 ref_case_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options) { 895 t2=s2; 1110 UnicodeString s1, s2; local [all...] |
| ustrtest.cpp | 454 UnicodeString s2, s3; local 455 s2.replace(0, 0, u+1, -1); 457 if(s.compare(1, 999, s2)!=0 || s2!=s3) { 1810 icu::UnicodeString s2=UNICODE_STRING("def", 3); local [all...] |
| utxttest.cpp | 879 UChar s2[] = {(UChar)0x41, (UChar)0x42, (UChar)0}; local 894 utp = utext_openUChars(&ut, s2, -1, &status); 1397 static const char s2[] = {0x31,0x32,0x33,0x34,0x35,0x36,0}; \/* "123456" *\/ local [all...] |
| /external/javassist/src/main/javassist/compiler/ |
| Parser.java | 415 Stmnt s2 = parseStmntOrCase(tbl2); local 416 if (s2 != null) { 417 int op2 = s2.getOperator(); 419 body = (Stmnt)ASTList.concat(body, new Stmnt(BLOCK, s2)); 420 s = s2; 423 s = (Stmnt)ASTList.concat(s, new Stmnt(BLOCK, s2)); [all...] |
| /external/libselinux/src/ |
| android.c | 192 const struct seapp_context *s1 = *sp1, *s2 = *sp2; local 195 if (s1->isSystemServer != s2->isSystemServer) 199 if (s1->user.str && !s2->user.str) 201 if (!s1->user.str && s2->user.str) 206 if (s1->user.is_prefix != s2->user.is_prefix) 207 return (s2->user.is_prefix ? -1 : 1); 210 if (s1->user.is_prefix && s1->user.len != s2->user.len) 211 return (s1->user.len > s2->user.len) ? -1 : 1; 215 if (s1->seinfo && !s2->seinfo) 217 if (!s1->seinfo && s2->seinfo [all...] |
| /external/linux-tools-perf/perf-3.12.0/tools/perf/ |
| builtin-lock.c | 218 u64 s2 = two->wait_time_min; local 221 if (s2 == ULLONG_MAX) 222 s2 = 0; 223 return s1 > s2;
|
| builtin-stat.c | 956 int cpu, cpu2, s, s2, id, nr; local 969 s2 = aggr_get_id(evsel_list->cpus, cpu2); 970 if (s2 != id) [all...] |