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

1 2 3 4 5 6 7 8 91011>>

  /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")
68 ChannelInfo ci; local
100 ChannelInfo ci; local
132 ChannelInfo ci; local
164 ChannelInfo ci; local
173 ChannelInfo ci; local
204 ChannelInfo ci; local
251 ChannelInfo ci; local
    [all...]
  /external/clang/test/SemaCXX/
attr-flatten.cpp 19 int ci [[gnu::flatten]]; // expected-error {{'flatten' attribute only applies to functions}} variable
attr-no-split-stack.cpp 19 int ci [[gnu::no_split_stack]]; // expected-error {{'no_split_stack' attribute only applies to functions}} variable
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/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...]
  /external/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), "");
  /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/chromium_org/media/video/capture/android/
video_capture_device_factory_android.cc 68 ScopedJavaLocalRef<jobject> ci = local
73 Java_ChromiumCameraInfo_getDeviceName(env, ci.obj())),
74 base::StringPrintf("%d", Java_ChromiumCameraInfo_getId(env, ci.obj())));
80 << Java_ChromiumCameraInfo_getOrientation(env, ci.obj());
  /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/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();

Completed in 5102 milliseconds

1 2 3 4 5 6 7 8 91011>>