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

1 2

  /external/clang/test/Sema/
pointer-conversion.c 10 char ** c5 = &c4; // expected-warning {{discards qualifiers in nested pointer types}} variable
string-init.c 25 char16_t c5[] = L"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
  /external/clang/test/CodeGen/
constant-comparison.c 9 int *c5 = &a + (6 * 5 >= 30); variable
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]; }
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;
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...]
  /external/clang/test/SemaTemplate/
instantiation-default-2.cpp 14 Constant<float (*)(int, double), &f> *c5; variable
  /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;
  /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/clang/test/SemaCXX/
string-init.cpp 20 char16_t c5[] = L"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
uninitialized.cpp 1188 C c5 = { 0, c5.c, 0 }; member in namespace:U::init_list
1277 C c5 = { 0, c5.c, 0 }; member in struct:U::init_list::Cwrapper
    [all...]
  /external/icu/icu4c/source/test/intltest/
itercoll.cpp 159 Collator *c5 = Collator::createInstance(Locale("ja", "JP", ""), status); local
161 iter = ((RuleBasedCollator*)c5)->createCollationElementIterator(source);
167 delete c5;
  /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...]
  /external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 68 const A* c5() { return 0; } function
69 // CHECK: "\01?c5@@YAPBVA@@XZ"
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationIteratorTest.java 383 Collator c5 = null; local
385 c5 = Collator.getInstance(new Locale("ja", "JP", ""));
390 iter = ((RuleBasedCollator)c5).getCollationElementIterator(source);
  /external/mesa3d/src/mesa/program/
prog_noise.c 521 int c5 = (y0 > w0) ? 2 : 0; local
523 int c = c1 + c2 + c3 + c4 + c5 + c6;
  /external/fio/
init.c 1283 char *c5 = NULL, *c6 = NULL; local
1291 c5 = fio_uint_to_kmg(o->min_bs[DDIR_TRIM]);
1304 c1, c2, c3, c4, c5, c6);
1313 free(c5);
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 537 Colors c5; member in struct:ColorMap
559 io.mapOptional("c5", c.c5, cYellow); // supplies default
576 "c5: yellow\n"
585 EXPECT_EQ(cYellow,map.c5); // tests overridden
    [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 2712 UInt c5 = 0x0000FFFF; local
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 1334 milliseconds

1 2