/hardware/bsp/intel/peripheral/libupm/src/lol/ |
lol.cxx | 39 static mraa_gpio_context c1, c2, c3, c4; variable
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
swap.pass.cpp | 86 char c1, c2, c3; local 89 ios1.pword(2) = &c3; 159 assert(ios2.pword(2) == &c3);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
reldl-2.s | 34 .global c3 35 c3: label
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
CurrencyTest.java | 68 Currency c3 = Currency.getInstance(new Locale("", "CA")); local 71 c3 == c0); 82 c3 = Currency.getInstance(new Locale("bogus", "JP")); 85 c3 == c0); 323 Currency c3 = Currency.getInstance("JPY"); local 324 c3.getDefaultFractionDigits(); 325 assertEquals(" Currency.getInstance(\"" + c3 326 + "\") returned incorrect number of digits. ", 0, c3
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_utilities_poly.cpp | 97 double c0,c1,c2,c3; local 121 c3=b/a; 126 c3through2=c3/2.0; 127 c3through4=c3/4.0; 128 c3c3through4_min_c2=c3*c3through4-c2; 132 k1=c1*c3+min4_c0; 169 double c0,c1,c2,c3; local 193 c3=b/a; 198 c3through2=c3/2.0; 199 c3through4=c3/4.0 [all...] |
/external/clang/test/CXX/special/class.ctor/ |
p6-0x.cpp | 46 constexpr Constexpr3 c3 = Constexpr3(); // ok variable
|
/external/clang/test/CodeGen/ |
arm-abi-vector.c | 43 __int2 c3 = va_arg(ap, __int2); local 44 sum = sum + c3.x + c3.y; 75 __char3 c3 = va_arg(ap, __char3); local 76 sum = sum + c3.x + c3.y; 231 __short3 c3 = va_arg(ap, __short3); local 232 sum = sum + c3.x + c3.y; 315 StructWithVec c3 = va_arg(ap, StructWithVec) local [all...] |
/external/clang/test/CodeGenCXX/ |
global-init.cpp | 179 const int c3 = C().n; member in namespace:test7
|
microsoft-abi-virtual-inheritance.cpp | 273 int c1, c2, c3; member in struct:diamond::C
|
/external/clang/test/Sema/ |
string-init.c | 23 char16_t c3[] = u"a"; // No error. local
|
/external/clang/test/SemaCXX/ |
string-init.cpp | 18 char16_t c3[] = u"a"; // No error. local
|
/external/clang/test/SemaTemplate/ |
instantiate-member-class.cpp | 59 X<void>::C *c3; // okay variable
|
/external/jemalloc/include/jemalloc/internal/ |
hash.h | 173 const uint32_t c3 = 0x38b34ae5; local 192 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2; 197 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; 227 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; 233 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2;
|
/external/libchrome/base/ |
callback_unittest.cc | 88 Callback<void(int,int,int)> c3; local 96 EXPECT_TRUE(c3.is_null());
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ |
test_trig.c | 210 double l, a, c1, s1, c3, s3; local 224 c3 = c1 * cra - s1 * sra; 227 c4 = (FT_Fixed)(c3*65536.0);
|
/external/libutf/ |
rune.c | 68 int c, c1, c2, c3; local 135 c3 = *(uchar*)(str+3) ^ Tx; 136 if (c3 & Testx) 139 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4; 169 int c, c1, c2, c3; local 218 c3 = *(uchar*)(str+3) ^ Tx; 219 if (c3 & Testx) 222 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
|
/external/libweave/third_party/chromium/base/ |
callback_unittest.cc | 89 Callback<void(int,int,int)> c3; local 97 EXPECT_TRUE(c3.is_null());
|
/external/regex-re2/util/ |
rune.cc | 51 int c, c1, c2, c3; local 100 c3 = *(unsigned char*)(str+3) ^ Tx; 101 if (c3 & Testx) 104 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
|
/external/v8/test/unittests/compiler/ |
dead-code-elimination-unittest.cc | 214 Node* const c3 = graph()->NewNode(&kOp0, v3, graph()->start(), c0); local 218 Node* const e3 = graph()->NewNode(&kOp0, v3, graph()->start(), c3); 219 Node* const merge = graph()->NewNode(common()->Merge(4), c0, c1, c2, c3); 229 EXPECT_THAT(r.replacement(), IsMerge(c0, c3)); 301 Node* const c3 = graph()->NewNode(&kOp0, v3, graph()->start(), c0); local 305 Node* const e3 = graph()->NewNode(&kOp0, v3, graph()->start(), c3); 306 Node* const loop = graph()->NewNode(common()->Loop(4), c0, c1, c2, c3); 316 EXPECT_THAT(r.replacement(), IsLoop(c0, c3));
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.cpp | 97 double c0,c1,c2,c3; local 121 c3=b/a; 126 c3through2=c3/2.0; 127 c3through4=c3/4.0; 128 c3c3through4_min_c2=c3*c3through4-c2; 132 k1=c1*c3+min4_c0; 169 double c0,c1,c2,c3; local 193 c3=b/a; 198 c3through2=c3/2.0; 199 c3through4=c3/4.0 [all...] |
/external/guava/guava-tests/test/com/google/common/io/ |
CloserTest.java | 70 TestCloseable c3 = closer.register(TestCloseable.normal()); local 74 assertFalse(c3.isClosed()); 80 assertTrue(c3.isClosed()); 116 TestCloseable c3 = null; local 121 c3 = closer.register(TestCloseable.throwsOnCreate()); 133 assertNull(c3); 220 TestCloseable c3 = closer.register(TestCloseable.throwsOnClose(c3Exception)); local 230 assertTrue(c3.isClosed()); 276 TestCloseable c3 = closer.register(TestCloseable.throwsOnClose(c3Exception)); local 286 assertTrue(c3.isClosed()) [all...] |
/cts/tests/tests/net/src/android/net/http/cts/ |
HttpResponseCacheTest.java | 147 URLConnection c3 = server.getUrl("/").openConnection(); local 148 assertEquals('A', c3.getInputStream().read());
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
HarmonicCoefficientsGuesser.java | 239 double c3 = sx2 * sy2 - sxy * sxy; local 240 if ((c1 / c2 < 0.0) || (c2 / c3 < 0.0)) { 244 omega = FastMath.sqrt(c2 / c3);
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
EllipticCurveTest.java | 601 MyEllipticCurve c3 = new MyEllipticCurve(new ECFieldFp(BigInteger local 604 assertTrue(c1.equals(c3) && c3.equals(c1));
|
/external/boringssl/src/crypto/bn/ |
generic.c | 774 BN_ULONG c1, c2, c3; local 778 c3 = 0; 779 mul_add_c(a[0], b[0], c1, c2, c3); 782 mul_add_c(a[0], b[1], c2, c3, c1); 783 mul_add_c(a[1], b[0], c2, c3, c1); 786 mul_add_c(a[2], b[0], c3, c1, c2); 787 mul_add_c(a[1], b[1], c3, c1, c2); 788 mul_add_c(a[0], b[2], c3, c1, c2); 789 r[2] = c3; 790 c3 = 0 876 BN_ULONG c1, c2, c3; local 914 BN_ULONG c1, c2, c3; local 988 BN_ULONG c1, c2, c3; local [all...] |