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

1 2 3 4 5 6 7 8 9

  /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...]
  /frameworks/base/core/java/android/view/
CompatibilityInfoHolder.java 39 CompatibilityInfo ci = mCompatInfo; local
40 if (ci == null || ci == CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO) {
43 return ci;
  /external/clang/test/CodeGen/
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)
30 // CHECK-NEXT: load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 1)
32 (float)(ci);
33 // CHECK-NEXT: load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 0)
34 // CHECK-NEXT: load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 1)
35 (void)ci;
39 // CHECK-NEXT: [[R:%.*]] = load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 0)
40 // CHECK-NEXT: [[I:%.*]] = load volatile [[INT]]* getelementptr inbounds ([[CINT]]* @ci, i32 0, i32 1
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;
  /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 81 CstInsn ci = (CstInsn) insn; local
82 int cpi = ci.getIndex();
88 Constant cst = ci.getConstant();
Form31i.java 77 CstInsn ci = (CstInsn) insn; local
78 Constant cst = ci.getConstant();
Form51l.java 78 CstInsn ci = (CstInsn) insn; local
79 Constant cst = ci.getConstant();
  /external/bluetooth/bluez/lib/bluetooth/
cmtp.h 62 struct cmtp_conninfo *ci; member in struct:cmtp_connlist_req
  /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();
Form31i.java 77 CstInsn ci = (CstInsn) insn; local
78 Constant cst = ci.getConstant();
Form51l.java 78 CstInsn ci = (CstInsn) insn; local
79 Constant cst = ci.getConstant();
Form52c.java 85 CstInsn ci = (CstInsn) insn; local
86 Constant cst = ci.getConstant();
  /external/jpeg/
jcmainct.c 174 int ci; local
181 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
182 ci++, compptr++) {
183 main->buffer[ci] = (*cinfo->mem->access_virt_sarray)
184 ((j_common_ptr) cinfo, main->whole_image[ci],
248 int ci; local
268 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
269 ci++, compptr++)
    [all...]

Completed in 400 milliseconds

1 2 3 4 5 6 7 8 9