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

1 2 3

  /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' declared here}}
43 int i __attribute__((cleanup(c5))); // expected-warning {{'c5' is deprecated}}
warn-unreachable.c 51 c5:
58 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
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...]
  /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));
file_util_unittest.cc     [all...]
  /external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 68 const A* c5() { return 0; } function
69 // CHECK: "\01?c5@@YAPBVA@@XZ"
  /dalvik/dx/tests/024-code-bytecode/
small-class.txt 294 c5 0002 04 # 01bb: multianewarray 0002, #04
297 c8 70000000 # 01c5: goto_w 700001c5
298 c9 fffffffb # 01ca: jsr_w 000001c5
  /external/libvorbis/vq/
Makefile.am 21 44c3.vqs 44c4.vqs 44c5.vqs 44c6.vqs 44c7.vqs 44c8.vqs 44c9.vqs \
  /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;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
InsnFormat.java 567 * @param c5 code unit to write
570 short c2, short c3, short c4, short c5) {
576 out.writeShort(c5);
  /external/webkit/Source/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 48 uuid(5382DABA-C3C3-40c5-AA40-04079F11A844),
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_sse2.asm 705 movq xmm1, [rsi+4*rax] ; xx xx xx xx xx xx xx xx c7 c6 c5 c4 c3 c2 c1 c0
715 punpcklbw xmm1, xmm6 ; d7 c7 d6 c6 d5 c5 d4 c4 d3 c3 d2 c2 d1 e1 d0 c0
722 punpckhwd xmm6, xmm5 ; f7 e7 d7 c7 f6 e6 d6 c6 f5 e5 d5 c5 f4 e4 d4 c4
737 punpckldq xmm1, xmm6 ; f5 e5 d5 c5 b5 a5 95 85 f4 e4 d4 c4 b4 a4 94 84
    [all...]
  /external/icu4c/tools/gensprep/
filterRFC3454.pl 49 "--C5" => \$c5,
124 if($line =~ /C.5/ && defined $c5 ){
653 --C5 Generate data for table C.5
667 e.g.: filterRFC3454.pl --sourcedir=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
  /external/libsepol/tests/policies/test-linker/
small-base.conf 404 category c4; category c5; category c6; category c7;
560 gen_user(g_b_user_2,, g_b_role_1, s0, s0 - s0:c0, c1, c3, c4, c5)
  /external/valgrind/main/none/tests/amd64/
slahf-amd64.stdout.exp 200 c5 -> c700
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 294 Colors c5; member in struct:ColorMap
316 io.mapOptional("c5", c.c5, cYellow); // supplies default
333 "c5: yellow\n"
342 EXPECT_EQ(cYellow,map.c5); // tests overridden
  /external/elfutils/tests/
run-show-ciefde.sh 218 FDE[36]: bytes = 18 00 00 00 1c 00 00 00 b4 c5 04 08 1a 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
222 FDE[37]: bytes = 18 00 00 00 38 00 00 00 d0 c5 04 08 17 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
  /external/v8/test/mjsunit/
large-object-allocation.js 164 this.c5 = i;

Completed in 3039 milliseconds

1 2 3