/dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
Form22b.java | 77 CstInsn ci = (CstInsn) insn; local 78 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/ |
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/ipsec-tools/src/racoon/ |
getcertsbyname.c | 97 freecertinfo(ci) 98 struct certinfo *ci; 103 next = ci->ci_next; 104 if (ci->ci_cert) 105 free(ci->ci_cert); 106 free(ci); 107 ci = next; 108 } while (ci);
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
RoundRectClippingAnimation.cpp | 33 int ci = 0; variable 37 auto color = BrightColors[ci++ % BrightColorsCount];
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
p3.cpp | 8 void test_f0(int i, const int ci) { 10 A<int> a1 = f0(ci); 17 void test_f1(int i, const int ci, volatile int vi) { 19 A<const int> a1 = f1(ci); 47 void test_f2(int i, const int ci, volatile int vi) { 49 A<int> a1 = f2(ci);
|
/external/libvorbis/lib/ |
floor0.c | 75 codec_setup_info *ci=vi->codec_setup; local 93 if(info->books[j]<0 || info->books[j]>=ci->books)goto err_out; 116 codec_setup_info *ci=vi->codec_setup; local 119 int n=ci->blocksizes[W]/2,j; 169 codec_setup_info *ci=vb->vd->vi->codec_setup; local 170 codebook *b=ci->fullbooks+info->books[booknum];
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_prototypes.py | 74 ci = c_int(0) 77 self.assertEqual(positive_address(addressof(ci)), 78 positive_address(func(byref(ci)))) 81 self.assertRaises(ArgumentError, func, byref(ci)) 84 self.assertRaises(ArgumentError, func, byref(ci)) 87 self.assertRaises(ArgumentError, func, byref(ci))
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_prototypes.py | 74 ci = c_int(0) 77 self.assertEqual(positive_address(addressof(ci)), 78 positive_address(func(byref(ci)))) 81 self.assertRaises(ArgumentError, func, byref(ci)) 84 self.assertRaises(ArgumentError, func, byref(ci)) 87 self.assertRaises(ArgumentError, func, byref(ci))
|
/prebuilts/go/darwin-x86/src/image/ |
ycbcr.go | 79 ci := p.COffset(x, y) 82 p.Cb[ci], 83 p.Cr[ci], 125 ci := p.COffset(r.Min.X, r.Min.Y) 128 Cb: p.Cb[ci:], 129 Cr: p.Cr[ci:], 208 ci := p.COffset(x, y) 213 Cb: p.Cb[ci], 214 Cr: p.Cr[ci], 241 ci := p.COffset(r.Min.X, r.Min.Y [all...] |
/prebuilts/go/linux-x86/src/image/ |
ycbcr.go | 79 ci := p.COffset(x, y) 82 p.Cb[ci], 83 p.Cr[ci], 125 ci := p.COffset(r.Min.X, r.Min.Y) 128 Cb: p.Cb[ci:], 129 Cr: p.Cr[ci:], 208 ci := p.COffset(x, y) 213 Cb: p.Cb[ci], 214 Cr: p.Cr[ci], 241 ci := p.COffset(r.Min.X, r.Min.Y [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_prototypes.py | 74 ci = c_int(0) 77 self.assertEqual(positive_address(addressof(ci)), 78 positive_address(func(byref(ci)))) 81 self.assertRaises(ArgumentError, func, byref(ci)) 84 self.assertRaises(ArgumentError, func, byref(ci)) 87 self.assertRaises(ArgumentError, func, byref(ci))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_prototypes.py | 74 ci = c_int(0) 77 self.assertEqual(positive_address(addressof(ci)), 78 positive_address(func(byref(ci)))) 81 self.assertRaises(ArgumentError, func, byref(ci)) 84 self.assertRaises(ArgumentError, func, byref(ci)) 87 self.assertRaises(ArgumentError, func, byref(ci))
|
/external/curl/lib/vtls/ |
vtls.c | 651 struct curl_certinfo *ci = &data->info.certs; local 653 if(ci->num_of_certs) { 655 for(i=0; i<ci->num_of_certs; i++) { 656 curl_slist_free_all(ci->certinfo[i]); 657 ci->certinfo[i] = NULL; 660 free(ci->certinfo); /* free the actual array too */ 661 ci->certinfo = NULL; 662 ci->num_of_certs = 0; 668 struct curl_certinfo *ci = &data->info.certs; local 679 ci->num_of_certs = num 694 struct curl_certinfo * ci = &data->info.certs; local [all...] |
/system/core/libpixelflinger/ |
scanline.cpp | 656 iterators_t& ci = c->iterators; local 658 r = (xs * c->shade.drdx) + ci.ydrdy; 659 g = (xs * c->shade.dgdx) + ci.ydgdy; 660 b = (xs * c->shade.dbdx) + ci.ydbdy; 661 a = (xs * c->shade.dadx) + ci.ydady; 667 r = ci.ydrdy; 668 g = ci.ydgdy; 669 b = ci.ydbdy; 670 a = ci.ydady; 674 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy 1642 iterators_t& ci = c->iterators; local 1816 iterators_t& ci = c->iterators; local 1855 iterators_t& ci = c->iterators; local 1866 iterators_t& ci = c->iterators; local 1874 iterators_t& ci = c->iterators; local 1917 const iterators_t& ci = c->iterators; local 2006 const iterators_t& ci = c->iterators; local [all...] |
/external/javassist/src/main/javassist/bytecode/ |
ConstPool.java | 761 ConstInfo ci = constInfoCache[h]; local 762 if (ci != null && ci instanceof NameAndTypeInfo && ci.hashCheck(name, type)) 800 ConstInfo ci = constInfoCache[h]; local 801 if (ci != null && ci instanceof FieldrefInfo && ci.hashCheck(classInfo, nameAndTypeInfo)) 839 ConstInfo ci = constInfoCache[h]; local 840 if (ci != null && ci instanceof MethodrefInfo && ci.hashCheck(classInfo, nameAndTypeInfo) 882 ConstInfo ci = constInfoCache[h]; local 1002 ConstInfo ci = v.elementAt(i); local 1019 ConstInfo ci = v.elementAt(i); local [all...] |
/external/openssh/ |
servconf.c | 702 static struct connection_info ci; local 705 return &ci; 706 ci.host = get_canonical_hostname(use_dns); 707 ci.address = get_remote_ipaddr(); 708 ci.laddress = get_local_ipaddr(packet_get_connection_in()); 709 ci.lport = get_local_port(); 710 return &ci; 780 match_cfg_line(char **condition, int line, struct connection_info *ci) 785 if (ci == NULL) 789 "laddr %s lport %d", cp, ci->user ? ci->user : "(null)" [all...] |
/prebuilts/go/darwin-x86/src/database/sql/ |
ctxutil.go | 13 func ctxDriverPrepare(ctx context.Context, ci driver.Conn, query string) (driver.Stmt, error) { 14 if ciCtx, is := ci.(driver.ConnPrepareContext); is { 17 si, err := ci.Prepare(query) 100 func ctxDriverBegin(ctx context.Context, opts *TxOptions, ci driver.Conn) (driver.Tx, error) { 101 if ciCtx, is := ci.(driver.ConnBeginTx); is { 111 return ci.Begin() 128 txi, err := ci.Begin()
|
/prebuilts/go/linux-x86/src/database/sql/ |
ctxutil.go | 13 func ctxDriverPrepare(ctx context.Context, ci driver.Conn, query string) (driver.Stmt, error) { 14 if ciCtx, is := ci.(driver.ConnPrepareContext); is { 17 si, err := ci.Prepare(query) 100 func ctxDriverBegin(ctx context.Context, opts *TxOptions, ci driver.Conn) (driver.Tx, error) { 101 if ciCtx, is := ci.(driver.ConnBeginTx); is { 111 return ci.Begin() 128 txi, err := ci.Begin()
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
rent_a_codec.cc | 71 rtc::Optional<CodecInst> ci = CodecInstById(*codec_id); 72 RTC_DCHECK(ci); 76 ci->channels = channels; 78 return ci; 246 for (const CodecInst& ci : RentACodec::Database()) { 247 RentACodec::RegisterCngPayloadType(&cng_payload_types, ci); 248 RentACodec::RegisterRedPayloadType(&red_payload_types, ci);
|
/external/syslinux/com32/cmenu/libmenu/ |
menu.c | 174 pt_menuitem ci; local 184 ci = menu->items[x]; 203 str = ci->item; // Pointer to item string 204 switch (ci->action) // set up attr,str,fchar,lchar for everything 229 lchar[2] = (ci->itemdata.checked ? CHECKED : UNCHECKED); 281 pt_menuitem ci; local 301 ci = menu->items[x]; 302 if (ci->action == OPT_INVISIBLE) 353 pt_menuitem ci; // Current item local 387 ci = menu->items[curr] [all...] |