/external/chromium_org/chrome/installer/util/ |
channel_info_unittest.cc | 23 ChannelInfo ci; local 26 ci.set_value(L""); 27 EXPECT_TRUE(ci.GetChannelName(&channel)); 29 ci.set_value(L"-full"); 30 EXPECT_TRUE(ci.GetChannelName(&channel)); 33 ci.set_value(L"2.0-beta"); 34 EXPECT_TRUE(ci.GetChannelName(&channel)); 36 ci.set_value(L"2.0-beta-spam"); 37 EXPECT_TRUE(ci.GetChannelName(&channel)); 39 ci.set_value(L"2.0-spam-beta") 58 ChannelInfo ci; local 90 ChannelInfo ci; local 122 ChannelInfo ci; local 154 ChannelInfo ci; local 163 ChannelInfo ci; local 194 ChannelInfo ci; local 241 ChannelInfo ci; local [all...] |
/external/chromium_org/tools/gyp/test/mac/strip/ |
file.c | 15 __attribute__((used)) const int ci = 34623; variable
|
main.c | 17 __attribute__((used)) const int ci = 34623; variable
|
/external/clang/test/CodeGenCXX/ |
volatile-1.cpp | 7 // CHECK: @ci = global [[CINT:.*]] zeroinitializer 8 volatile _Complex int ci; variable 28 (float)(ci); 29 // CHECK-NEXT: load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 0) 30 // CHECK-NEXT: load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 1) 36 (void)ci; 39 (void)(ci=ci); 40 // CHECK-NEXT: [[R:%.*]] = load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 0) 41 // CHECK-NEXT: [[I:%.*]] = load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 1 103 ci+ci; local 227 __imag ci = __imag ci = __imag ci; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/ |
move_if_noexcept.pass.cpp | 44 const int ci = 0; local 52 static_assert((std::is_same<decltype(std::move_if_noexcept(ci)), const int&&>::value), ""); 57 static_assert((std::is_same<decltype(std::move_if_noexcept(ci)), const int>::value), "");
|
/external/clang/test/CodeGen/ |
unsigned-promotion.c | 10 unsigned char ci, cj, ck; variable 98 ci = cj + ck; 120 ci = cj - ck; 142 ci = cj * ck;
|
volatile-1.c | 7 // CHECK: @ci = common global [[CINT:.*]] zeroinitializer 8 volatile _Complex int ci; variable 29 // CHECK-NEXT: load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 0), align 4 30 // CHECK-NEXT: load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 1), align 4 32 (float)(ci); 33 // CHECK-NEXT: load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 0), align 4 34 // CHECK-NEXT: load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 1), align 4 35 (void)ci; 39 // CHECK-NEXT: [[R:%.*]] = load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 0), align 4 40 // CHECK-NEXT: [[I:%.*]] = load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 1), align 97 ci+ci; local 198 __imag ci = __imag ci = __imag ci; local [all...] |
/external/clang/test/SemaCXX/ |
cxx0x-class.cpp | 13 static const NestedC ci = 0; // expected-error {{static data member of type 'const C::NestedC' must be initialized out of line}} member in class:C
|
/external/javassist/src/main/javassist/bytecode/ |
EnclosingMethodAttribute.java | 48 int ci = cp.addClassInfo(className); local 51 bvalue[0] = (byte)(ci >>> 8); 52 bvalue[1] = (byte)ci; 67 int ci = cp.addClassInfo(className); local 70 bvalue[0] = (byte)(ci >>> 8); 71 bvalue[1] = (byte)ci;
|
/external/libvorbis/lib/ |
synthesis.c | 30 codec_setup_info *ci= vi ? vi->codec_setup : 0; local 34 if (!vd || !b || !vi || !ci || !opb) { 55 if(!ci->mode_param[mode]){ 59 vb->W=ci->mode_param[mode]->blockflag; 80 vb->pcmend=ci->blocksizes[vb->W]; 86 type=ci->map_type[ci->mode_param[mode]->mapping]; 88 return(_mapping_P[type]->inverse(vb,ci->map_param[ci->mode_param[mode]-> 98 codec_setup_info *ci=vi->codec_setup local 140 codec_setup_info *ci=vi->codec_setup; local 169 codec_setup_info *ci=vi->codec_setup; local 178 codec_setup_info *ci=vi->codec_setup; local [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnSentence.java | 59 Iterator<WnnClause> ci = clauses.iterator(); local 60 while (ci.hasNext()) { 61 WnnClause clause = ci.next();
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
ComponentInfoTest.java | 100 MyComponentInfo ci = new MyComponentInfo(); local 106 ci.dumpBack(p, prefix); 111 ci.applicationInfo = new ApplicationInfo(); 116 ci.dumpBack(p, prefix); 121 ci.dumpBack(null, null); 154 MyComponentInfo ci = new MyComponentInfo(); local 161 ci.dumpFront(p, prefix); 165 ci.applicationInfo = new ApplicationInfo(); 171 ci.dumpFront(p, prefix); 176 ci.dumpFront(null, null) 221 MyComponentInfo ci = new MyComponentInfo(p); local [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
Form11n.java | 76 CstInsn ci = (CstInsn) insn; local 77 Constant cst = ci.getConstant();
|
Form21c.java | 104 CstInsn ci = (CstInsn) insn; local 105 int cpi = ci.getIndex(); 111 Constant cst = ci.getConstant();
|
Form21s.java | 75 CstInsn ci = (CstInsn) insn; local 76 Constant cst = ci.getConstant();
|
Form22b.java | 77 CstInsn ci = (CstInsn) insn; local 78 Constant cst = ci.getConstant();
|
Form22c.java | 80 CstInsn ci = (CstInsn) insn; local 81 int cpi = ci.getIndex(); 87 Constant cst = ci.getConstant();
|
Form22s.java | 77 CstInsn ci = (CstInsn) insn; local 78 Constant cst = ci.getConstant();
|
Form31c.java | 104 CstInsn ci = (CstInsn) insn; local 105 Constant cst = ci.getConstant();
|
Form31i.java | 75 CstInsn ci = (CstInsn) insn; local 76 Constant cst = ci.getConstant();
|
Form51l.java | 76 CstInsn ci = (CstInsn) insn; local 77 Constant cst = ci.getConstant();
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form22c.java | 80 CstInsn ci = (CstInsn) insn; local 81 int cpi = ci.getIndex(); 87 Constant cst = ci.getConstant();
|
Form31i.java | 76 CstInsn ci = (CstInsn) insn; local 77 Constant cst = ci.getConstant();
|
Form51l.java | 77 CstInsn ci = (CstInsn) insn; local 78 Constant cst = ci.getConstant();
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
Form22c.java | 81 CstInsn ci = (CstInsn) insn; local 82 int cpi = ci.getIndex(); 88 Constant cst = ci.getConstant();
|