HomeSort by relevance Sort by last modified time
    Searched refs:c3 (Results 51 - 75 of 404) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
HbpcdUtils.java 78 Cursor c3 = resolver.query(MccSidConflicts.CONTENT_URI, projection3, local
85 if (c3 != null) {
86 int c3Counter = c3.getCount();
89 Log.w(LOG_TAG, "something wrong, get more results for 1 conflict SID: " + c3);
91 if (DBG) Log.d(LOG_TAG, "Query conflict sid returned the cursor " + c3 );
92 c3.moveToFirst();
93 tmpMcc = c3.getInt(0);
96 c3.close();
  /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/libcxx/test/numerics/complex.number/complex.members/
real_imag.pass.cpp 29 constexpr std::complex<T> c3(3, 4);
30 static_assert(c3.real() == 3, "");
31 static_assert(c3.imag() == 4, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.members/
real_imag.pass.cpp 29 constexpr std::complex<T> c3(3, 4);
30 static_assert(c3.real() == 3, "");
31 static_assert(c3.imag() == 4, "");
  /packages/apps/Camera/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...]
  /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/chromium_org/content/browser/
storage_partition_impl_map_unittest.cc 21 StoragePartitionImplMap::StoragePartitionConfig c3(
35 EXPECT_TRUE(less(c1, c3));
37 EXPECT_TRUE(less(c3, c4));
45 EXPECT_FALSE(less(c3, c1));
47 EXPECT_FALSE(less(c4, c3));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_normalization.py 57 c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]]
71 self.assertTrue(c2 == NFC(c1) == NFC(c2) == NFC(c3), line)
73 self.assertTrue(c3 == NFD(c1) == NFD(c2) == NFD(c3), line)
76 NFKC(c3) == NFKC(c4) == NFKC(c5),
79 NFKD(c3) == NFKD(c4) == NFKD(c5),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_normalization.py 57 c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]]
71 self.assertTrue(c2 == NFC(c1) == NFC(c2) == NFC(c3), line)
73 self.assertTrue(c3 == NFD(c1) == NFD(c2) == NFD(c3), line)
76 NFKC(c3) == NFKC(c4) == NFKC(c5),
79 NFKD(c3) == NFKD(c4) == NFKD(c5),
  /external/clang/test/CodeGenCXX/
array-operator-delete-call.cpp 56 COST c3; local
  /external/clang/test/Misc/
diag-aka-types.cpp 14 char c3 = aut; // expected-error{{from 'X' to 'char'}} variable
  /external/clang/test/Parser/
cxx0x-member-initializers.cpp 36 bool c1 = 1 < 2, c2 = 2 < 1, c3 = false;
  /external/lldb/test/functionalities/data-formatter/data-formatter-categories/
main.cpp 39 Circle c3(7);
  /system/extras/tests/bionic/libstdc++/
test_climits.cpp 49 volatile char c3 = CHAR_MIN; local
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
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/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;
  /frameworks/av/include/media/stagefright/
Utils.h 30 #define FOURCC(c1, c2, c3, c4) \
31 (c1 << 24 | c2 << 16 | c3 << 8 | c4)
  /frameworks/minikin/include/minikin/
MinikinFont.h 98 static uint32_t MakeTag(char c1, char c2, char c3, char c4) {
100 ((uint32_t)c3 << 8) | (uint32_t)c4;
  /frameworks/native/include/binder/
IBinder.h 26 #define B_PACK_CHARS(c1, c2, c3, c4) \
27 ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec_unittest.cc 87 AudioCodec c3(96, "A", 48000, 20000, 2, 3);
93 EXPECT_TRUE(c0 != c3);
156 AudioCodec c3(96, "A", 44100, 20000, 2, 3);
157 EXPECT_TRUE(c3.Matches(AudioCodec(96, "A", 44100, 20000, 2, 3)));
158 EXPECT_FALSE(c3.Matches(AudioCodec(96, "A", 44100, 20000, 1, 3)));
159 EXPECT_FALSE(c3.Matches(AudioCodec(96, "A", 44100, 20000, 0, 3)));
166 VideoCodec c3(96, "V", 120, 200, 30, 3);
172 EXPECT_TRUE(c0 != c3);
222 VideoEncoderConfig c3(VideoCodec(
238 EXPECT_TRUE(c1 != c3);
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsintrp.c 601 cmsFloat32Number c0, c1=0, c2=0, c3=0; local
635 c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0);
643 c3 = DENS(X1, Y0, Z1) - DENS(X1, Y0, Z0);
651 c3 = DENS(X0, Y0, Z1) - c0;
659 c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0);
667 c3 = DENS(X0, Y1, Z1) - DENS(X0, Y1, Z0);
675 c3 = DENS(X0, Y0, Z1) - c0;
679 c1 = c2 = c3 = 0;
682 Output[OutChan] = c0 + c1 * rx + c2 * ry + c3 * rz;
701 cmsS15Fixed16Number c0, c1, c2, c3, Rest local
840 cmsS15Fixed16Number c0, c1, c2, c3, Rest; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-618.js 59 function C3() {
62 var c3 = new C3();
63 assertEquals(23, c3.x);
64 assertEquals("undefined", typeof c3.y);
68 C3.prototype.__defineSetter__('x', function(value) { this.y = 23; });
69 var c3 = new C3();
70 assertEquals("undefined", typeof c3.x);
71 assertEquals(23, c3.y)
    [all...]
  /external/clang/test/SemaCXX/
class.cpp 90 struct C3 {
96 const C3 c3 = { 1, 2 }; local
97 (void)static_cast<int*>(&c3.i); // expected-error {{static_cast from 'const int *' to 'int *' is not allowed}}
99 (void)static_cast<int*>(&c3.j);
  /external/chromium_org/third_party/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/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_plot.sh 27 colors=(a7001f 0a60c2 b2582b 21a66c d6604d 4393c3 f4a582 92c5de edcbb7 b1c5d0)

Completed in 3347 milliseconds

1 23 4 5 6 7 8 91011>>