HomeSort by relevance Sort by last modified time
    Searched refs:c5 (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/clang/test/Sema/
pointer-conversion.c 10 char ** c5 = &c4; // expected-warning {{discards qualifiers in nested pointer types}} variable
attr-cleanup.c 41 void c5(void*) __attribute__((deprecated)); // expected-note{{'c5' has been explicitly marked deprecated here}}
43 int i __attribute__((cleanup(c5))); // expected-warning {{'c5' is deprecated}}
string-init.c 25 char16_t c5[] = L"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
warn-unreachable.c 53 c5:
60 goto c5;
  /external/clang/test/Parser/
c1x-alignas.c 10 char _Alignas(_Alignof(int)) c5;
  /external/clang/test/CodeGen/
tentative-decls.c 34 // RUN: grep '@c5 = internal global \[1 x .*\] zeroinitializer' %t
35 static int c5[]; variable
36 static int func() { return c5[0]; }
constant-comparison.c 9 int *c5 = &a + (6 * 5 >= 30); variable
arm64-abi-vector.c 64 __char5 c5 = va_arg(ap, __char5); local
65 sum = sum + c5.x + c5.y;
149 __short5 c5 = va_arg(ap, __short5); local
150 sum = sum + c5.x + c5.y;
193 __int5 c5 = va_arg(ap, __int5); local
194 sum = sum + c5.x + c5.y;
236 __char5 c5 = va_arg(ap, __char5) local
    [all...]
arm-abi-vector.c 89 __char5 c5 = va_arg(ap, __char5); local
90 sum = sum + c5.x + c5.y;
216 __short5 c5 = va_arg(ap, __short5); local
217 sum = sum + c5.x + c5.y;
  /external/clang/test/SemaTemplate/
instantiation-default-2.cpp 14 Constant<float (*)(int, double), &f> *c5; variable
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 49 float c5 = 1.0f; local
52 mCubes[0] = new Cube(world, c0, c4, c0, c1, c5, c1);
53 mCubes[1] = new Cube(world, c2, c4, c0, c3, c5, c1);
54 mCubes[2] = new Cube(world, c4, c4, c0, c5, c5, c1);
56 mCubes[3] = new Cube(world, c0, c4, c2, c1, c5, c3);
57 mCubes[4] = new Cube(world, c2, c4, c2, c3, c5, c3);
58 mCubes[5] = new Cube(world, c4, c4, c2, c5, c5, c3);
60 mCubes[6] = new Cube(world, c0, c4, c4, c1, c5, c5)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
HbpcdUtils.java 110 Cursor c5 = resolver.query(MccSidRange.CONTENT_URI, projection5, local
114 if (c5 != null) {
115 if (c5.getCount() > 0) {
116 if (DBG) Log.d(LOG_TAG, "Query Range returned the cursor " + c5 );
117 c5.moveToFirst();
118 tmpMcc = c5.getInt(0);
120 c5.close();
123 c5.close();
  /external/fio/lib/
bswap.h 21 uint64_t c1, c2, c3, c4, c5, c6, c7, c8; local
27 c5 = (val >> 24) & 0xff;
32 return c1 | c2 << 8 | c3 << 16 | c4 << 24 | c5 << 32 | c6 << 40 | c7 << 48 | c8 << 56;
  /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]]
72 self.assertTrue(c4 == NFC(c4) == NFC(c5), line)
74 self.assertTrue(c5 == NFD(c4) == NFD(c5), line)
76 NFKC(c3) == NFKC(c4) == NFKC(c5),
78 self.assertTrue(c5 == NFKD(c1) == NFKD(c2) == \
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]]
72 self.assertTrue(c4 == NFC(c4) == NFC(c5), line)
74 self.assertTrue(c5 == NFD(c4) == NFD(c5), line)
76 NFKC(c3) == NFKC(c4) == NFKC(c5),
78 self.assertTrue(c5 == NFKD(c1) == NFKD(c2) == \
79 NFKD(c3) == NFKD(c4) == NFKD(c5),
  /external/chromium_org/content/browser/
storage_partition_impl_map_unittest.cc 24 StoragePartitionImplMap::StoragePartitionConfig c5("b", std::string(), true);
38 EXPECT_TRUE(less(c4, c5));
48 EXPECT_FALSE(less(c5, c4));
  /external/chromium_org/v8/test/mjsunit/
generated-transition-stub.js 153 c5 = [0, 2.5, 0];
155 c5[i] = 0;
157 assertTrue(%HasFastDoubleElements(c5));
158 assertTrue(!%HasFastHoleyElements(c5));
159 transition3(c5, 0, new Array(5));
160 assertTrue(!%HasFastHoleyElements(c5));
161 assertTrue(%HasFastObjectElements(c5));
162 assertEquals(5, c5[0].length);
  /external/clang/test/SemaCXX/
string-init.cpp 20 char16_t c5[] = L"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xolehlp.h 33 #define EXTERN_GUID(g,l1,s1,s2,c1,c2,c3,c4,c5,c6,c7,c8) DEFINE_GUID(g,l1,s1,s2,c1,c2,c3,c4,c5,c6,c7,c8)
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec_unittest.cc 78 Codec c5; local
80 EXPECT_TRUE(c5 == c6);
89 AudioCodec c5(96, "A", 44100, 20000, 1, 3);
95 EXPECT_TRUE(c0 != c5);
168 VideoCodec c5(96, "V", 320, 200, 10, 3);
174 EXPECT_TRUE(c0 != c5);
226 VideoEncoderConfig c5(VideoCodec(
240 EXPECT_TRUE(c1 != c5);
  /external/chromium_org/base/
callback_unittest.cc 82 Callback<void(int,int,int,int,int)> c5; local
90 EXPECT_TRUE(c5.is_null());
callback_list_unittest.cc 133 CallbackList<void(int, int, int, int, int)> c5; local
135 subscription5 = c5.Add(Bind(&Summer::AddFiveParam, Unretained(&s)));
137 c5.Notify(1, 2, 3, 4, 5);
  /external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 68 const A* c5() { return 0; } function
69 // CHECK: "\01?c5@@YAPBVA@@XZ"
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTest.cpp 81 static UChar c5[] = { 0x1DFF }; local
82 EXPECT_EQ(ComplexPath, Character::characterRangeCodePath(c5, 1));
118 static UChar c5[] = { 0xDC00, 0xDBFF }; local
119 EXPECT_EQ(SimplePath, Character::characterRangeCodePath(c5, 2));
163 static UChar c5[] = { 0x1E00, 0x2FF }; local
164 EXPECT_EQ(SimpleWithGlyphOverflowPath, Character::characterRangeCodePath(c5, 2));
  /art/test/004-JniTest/src/
Main.java 142 native static char charMethod(char c1, char c2, char c3, char c4, char c5, char c6, char c7,

Completed in 2384 milliseconds

1 2 3 4