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

  /external/clang/test/Sema/
pointer-conversion.c 10 char ** c5 = &c4; // expected-warning {{discards qualifiers in nested pointer types}} variable
  /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]; }
  /external/clang/test/SemaTemplate/
instantiation-default-2.cpp 14 Constant<float (*)(int, double), &f> *c5; variable
  /external/chromium/base/
callback_unittest.cc 83 Callback<void(int,int,int,int,int)> c5; local
91 EXPECT_TRUE(c5.is_null());
bind_unittest.cc 241 Callback<int(int,int,int,int,int)> c5 = Bind(&Sum, 32); local
242 EXPECT_EQ(87, c5.Run(13, 12, 11, 10, 9));
  /external/icu4c/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...]
  /dalvik/tests/089-jumbo-opcodes/src/
Main.java 513 Class c5 = Thread.class; local
804 useRegs(c1, c2, c3, c4, c5, c6, c7, c8, c9, c10);
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 2683 UInt c5 = 0x0000FFFF; local
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 1215 milliseconds