HomeSort by relevance Sort by last modified time
    Searched refs:ci (Results 126 - 150 of 452) sorted by null

1 2 3 4 56 7 8 91011>>

  /dalvik/dx/src/com/android/dx/dex/code/form/
Form35c.java 81 CstInsn ci = (CstInsn) insn; local
82 int cpi = ci.getIndex();
88 Constant cst = ci.getConstant();
95 RegisterSpecList regs = ci.getRegisters();
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/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p13.cpp 67 void ci(int ... []); // expected-error{{type 'int []' of function parameter pack does not contain any unexpanded parameter packs}}
  /external/doclava/src/com/google/doclava/apicheck/
ApiInfo.java 53 ClassInfo ci = mAllClasses.get(iface); local
54 if (ci == null) {
56 ci = new ClassInfo(iface);
58 cl.addInterface(ci);
  /external/eigen/bench/
bench_gemm.cpp 109 void matlab_cplx_cplx(const M& ar, const M& ai, const M& br, const M& bi, M& cr, M& ci)
113 ci.noalias() += ar * bi;
114 ci.noalias() += ai * br;
117 void matlab_real_cplx(const M& a, const M& br, const M& bi, M& cr, M& ci)
120 ci.noalias() += a * bi;
123 void matlab_cplx_real(const M& ar, const M& ai, const M& b, M& cr, M& ci)
126 ci.noalias() += ai * b;
303 M ci(m,n); ci.setRandom();
306 BENCH(t, tries, rep, matlab_cplx_cplx(ar,ai,br,bi,cr,ci));
    [all...]
  /external/grpc-grpc/src/core/lib/iomgr/
socket_windows.h 111 grpc_winsocket_callback_info* ci);
  /external/libnl/src/
nl-addr-list.c 102 struct rtnl_addr_cacheinfo *ci = &addr->a_cacheinfo;
105 ci->aci_prefered);
107 nl_dump_line(p, "ADDR_CACHEINFO_CREATED=%u\n", ci->aci_cstamp);
109 ci->aci_tstamp);
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.cpp 654 unsigned ci = _bi.UnpackCoder; local
657 int firstAllowed = ci;
661 const CCoderST &coder = _coders[ci];
664 if (ci != _bi.UnpackCoder)
667 firstAllowed = ci;
674 UInt32 st = _bi.Coder_to_Stream[ci];
684 if (firstNonFilter == -1 && !IsFilter_Vector[ci])
685 firstNonFilter = ci;
687 ci = _bi.Bonds[bond].UnpackIndex;
691 ci = firstAllowed;
709 unsigned ci = MainCoderIndex; local
952 unsigned ci = _bi.UnpackCoder; local
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 836 const CDllCodecInfo &ci = Codecs[index - NUM_EXPORT_CODECS]; local
843 ci.DecoderIsAssigned :
844 ci.EncoderIsAssigned);
848 const CCodecLib &lib = Libs[ci.LibIndex];
849 return lib.GetMethodProperty(ci.CodecIndex, propID, value);
863 const CDllCodecInfo &ci = Codecs[index - NUM_EXPORT_CODECS]; local
864 if (ci.DecoderIsAssigned)
866 const CCodecLib &lib = Libs[ci.LibIndex];
868 return lib.CreateDecoder(ci.CodecIndex, iid, (void **)coder);
870 return lib.CreateObject(&ci.Decoder, iid, (void **)coder);
886 const CDllCodecInfo &ci = Codecs[index - NUM_EXPORT_CODECS]; local
919 const CDllHasherInfo &ci = Hashers[index - NUM_EXPORT_HASHERS]; local
933 const CDllHasherInfo &ci = Hashers[index - NUM_EXPORT_HASHERS]; local
948 const CDllCodecInfo &ci = Codecs[index - NUM_EXPORT_CODECS]; local
963 const CDllHasherInfo &ci = Hashers[index - NUM_EXPORT_HASHERS]; local
    [all...]
  /external/python/cpython3/Lib/idlelib/idle_test/
test_calltip.py 29 def __call__(self, ci): 'doc'
30 __call__.tip = "(self, ci)"
182 (tc.t6, "(self)"), (tc.__call__, '(ci)'),
183 (tc, '(ci)'), (TC.cm, "(a)"),):
226 def __call__(self, ci):
231 (CallB(), '(ci)')):
  /external/cldr/tools/java/org/unicode/cldr/util/
CaseIterator.java 320 CaseIterator ci = new CaseIterator(); external variable declarations
369 ci.reset(key2);
370 for (String temp = ci.next(); temp != null; temp = ci.next()) {
376 ci.reset(choices[i]);
378 while (null != (temp = ci.next())) {
515 CaseIterator ci = new CaseIterator(); local
522 ci.reset(item);
524 for (String temp = ci.next(); temp != null; temp = ci.next())
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
CaseIterator.java 318 CaseIterator ci = new CaseIterator(); external variable declarations
367 ci.reset(key2);
368 for (String temp = ci.next(); temp != null; temp = ci.next()) {
374 ci.reset(choices[i]);
376 while (null != (temp = ci.next())) {
514 CaseIterator ci = new CaseIterator(); local
521 ci.reset(item);
523 for (String temp = ci.next(); temp != null; temp = ci.next())
    [all...]
  /external/libjpeg-turbo/
jcmarker.c 291 int ci; local
308 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
309 ci++, compptr++) {
500 int ci, prec; local
508 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
509 ci++, compptr++) {
522 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form11n.java 76 CstInsn ci = (CstInsn) insn; local
77 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();
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();
  /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);
  /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/python/cpython2/Lib/ctypes/test/
test_prototypes.py 75 ci = c_int(0)
78 self.assertEqual(positive_address(addressof(ci)),
79 positive_address(func(byref(ci))))
82 self.assertRaises(ArgumentError, func, byref(ci))
85 self.assertRaises(ArgumentError, func, byref(ci))
88 self.assertRaises(ArgumentError, func, byref(ci))
  /external/strace/tests/
nlattr_ifla_af_spec.c 262 static const struct ifla_cacheinfo ci = { local
268 ci, print_quoted_hex, 2,
269 PRINT_FIELD_U("{", ci, max_reasm_len);
270 PRINT_FIELD_U(", ", ci, tstamp);
271 PRINT_FIELD_U(", ", ci, reachable_time);
272 PRINT_FIELD_U(", ", ci, retrans_time);

Completed in 645 milliseconds

1 2 3 4 56 7 8 91011>>