/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
H A D | afranges.h | 29 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \ 35 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
|
H A D | afglobal.h | 37 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
|
H A D | afglobal.c | 45 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \ 51 sc1, sc2, sc3 ) 86 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
|
H A D | afpic.c | 125 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
|
H A D | aftypes.h | 312 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) \
|
H A D | hbshim.c | 89 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 ) h,
|
/external/clang/test/Sema/ |
H A D | zvector.c | 5 vector signed char sc, sc2; variable 46 sc = sc2; 65 uc = sc2; // expected-error {{incompatible type}} 67 bc = sc2; // expected-error {{incompatible type}} 82 ss = sc2; // expected-error {{incompatible type}} 83 si = sc2; // expected-error {{incompatible type}} 84 sl = sc2; // expected-error {{incompatible type}} 85 fd = sc2; // expected-error {{incompatible type}} 113 uc = (vector unsigned char)sc2; 146 ul = (vector unsigned long long)sc2; 718 sc <<= sc2; local 724 uc <<= sc2; local 729 bc <<= sc2; // expected-error {{invalid operands}} local 818 sc >>= sc2; local 824 uc >>= sc2; local 829 bc >>= sc2; // expected-error {{invalid operands}} local [all...] |
/external/clang/test/CodeGen/ |
H A D | zvector.c | 4 volatile vector signed char sc, sc2; variable 28 // CHECK: [[VAL:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @sc2 30 sc = sc2; 65 // CHECK: [[VAL:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @sc2 67 sc = +sc2; 102 // CHECK: [[VAL:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @sc2 104 sc = -sc2; 123 // CHECK: [[VAL:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @sc2 125 ++sc2; 160 // CHECK: [[VAL:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @sc2 1742 sc <<= sc2; local 1760 uc <<= sc2; local 2044 sc >>= sc2; local 2062 uc >>= sc2; local [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
H A D | IdentityScopeTest.java | 97 IdentityScope sc2 = new IdentityScopeStub("aaa"); 98 assertSame(is, is.getIdentity(sc2));
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | spooftest.c | 192 USpoofChecker *sc2; local 210 sc2 = uspoof_openFromSerialized(buf, serializedSize+10, &actualLength, &status); 212 TEST_ASSERT_NE(NULL, sc2); 216 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status); 220 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status); 224 uspoof_close(sc2);
|
/external/selinux/sepolgen/tests/ |
H A D | test_refpolicy.py | 70 sc2 = refpolicy.SecurityContext("user_u:object_r:foo_t") 74 self.assertEqual(sc1, sc2)
|
/external/aac/libSBRenc/src/ |
H A D | ps_encode.cpp | 698 INT sc1, sc2; local 711 sc2 = CountLeadingBits(ICC); 712 ICC = fMult(ICC<<sc2,invNrg); 714 sc1 = ( (DFRACT_BITS-1) - sc1 - sc2 );
|
/external/mdnsresponder/Clients/ |
H A D | dns-sd.c | 214 static DNSServiceRef sc1, sc2, sc3; // DNSServiceRefs for kDNSServiceFlagsShareConnection testing variable 1266 sc2 = client; 1267 err = DNSServiceBrowse(&sc2, kDNSServiceFlagsShareConnection, opinterface, "_ftp._tcp", "", browse_reply, NULL);
|
/external/aac/libAACenc/src/ |
H A D | aacenc_tns.cpp | 632 INT sc2 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx1, idx2); local 684 fac2 = FDKaacEnc_AutoCorrNormFac(rxx2_0, ((-2*sc2)+nsc2), &sc_fac2);
|
/external/opencv3/modules/core/src/ |
H A D | stat.cpp | 2950 Scalar sc1, sc2; 2959 OCL_OP_SUM_SQR : OCL_OP_SUM, _mask, _src2, relative, sc2)) 2965 false, _src2, relative ? &sc2[0] : NULL)) 2975 s2 += sc2[i];
|