/external/lzma/C/ |
7zDec.c | 337 UInt32 ci;
local 344 for (ci = 0; ci < folder->NumCoders; ci++)
346 const CSzCoderInfo *coder = &folder->Coders[ci];
358 UInt64 unpackSize = unpackSizes[ci];
359 si = indices[ci];
360 if (ci < 2)
369 outBufCur = tempBuf[1 - ci] = temp;
370 tempSizes[1 - ci] = outSizeCur; [all...] |
/external/boringssl/src/crypto/x509/ |
t_x509.c | 106 X509_CINF *ci; local 119 ci = x->cert_info; 162 if (X509_signature_print(bp, ci->signature, NULL) <= 0) 203 if (i2a_ASN1_OBJECT(bp, ci->key->algor->algorithm) <= 0) 219 if (ci->issuerUID) { 222 if (!X509_signature_dump(bp, ci->issuerUID, 12)) 225 if (ci->subjectUID) { 228 if (!X509_signature_dump(bp, ci->subjectUID, 12)) 235 ci->extensions, cflag, 8);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationServiceTest.java | 159 CollatorInfo ci = info[i]; local 160 map.put(ci.locale, ci); 165 CollatorInfo ci = (CollatorInfo)map.get(loc); local 166 if (ci != null) { 167 return ci.collator; 173 CollatorInfo ci = (CollatorInfo)map.get(objectLocale); local 174 if (ci != null) { 175 return ci.getDisplayName(displayLocale);
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationServiceTest.java | 158 CollatorInfo ci = info[i]; local 159 map.put(ci.locale, ci); 164 CollatorInfo ci = (CollatorInfo)map.get(loc); local 165 if (ci != null) { 166 return ci.collator; 172 CollatorInfo ci = (CollatorInfo)map.get(objectLocale); local 173 if (ci != null) { 174 return ci.getDisplayName(displayLocale);
|
/toolchain/binutils/binutils-2.25/opcodes/ |
ia64-opc.c | 573 int ci = main_table[place].completers; 582 int cname = completer_table[ci].name_index; 584 tinsn = apply_completer (tinsn, ci); 593 ci = completer_table[ci].subentries; 598 ci = completer_table[ci].alternative; 600 if (ci < 0) 611 completer_table[ci].dependencies); 563 int ci = main_table[place].completers; local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
BreakIteratorRegTest.java | 114 private static String getString(CharacterIterator ci) { 115 StringBuffer buf = new StringBuffer(ci.getEndIndex() - ci.getBeginIndex() + 2); 117 for (char c = ci.first(); c != CharacterIterator.DONE; c = ci.next()) {
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
CallerInfoLookupHelper.java | 142 return (token, cookie, ci) -> { 147 Log.i(CallerInfoLookupHelper.this, "CI query for handle %s has completed;" + 151 l.onCallerInfoQueryComplete(handle, ci); 153 if (ci.contactDisplayPhotoUri == null) { 158 info.callerInfo = ci; 160 startPhotoLookup(handle, ci.contactDisplayPhotoUri); 163 Log.i(CallerInfoLookupHelper.this, "CI query for handle %s has completed," +
|
/system/bt/stack/l2cap/ |
l2c_link.cc | 149 tL2C_CONN_INFO ci; local 157 ci.status = status; 158 memcpy(ci.bd_addr, p_bda, BD_ADDR_LEN); 161 p_lcb = l2cu_find_lcb_by_bd_addr(ci.bd_addr, BT_TRANSPORT_BR_EDR); 181 if (ci.status == HCI_SUCCESS) { 191 btm_acl_created(ci.bd_addr, p_dev_info->dev_class, 195 btm_acl_created(ci.bd_addr, NULL, NULL, handle, p_lcb->link_role, 198 BTM_SetLinkSuperTout(ci.bd_addr, btm_cb.btm_def_link_super_tout); 213 l2c_csm_execute(p_ccb, L2CEVT_LP_CONNECT_CFM, &ci); 228 else if ((ci.status == HCI_ERR_MAX_NUM_OF_CONNECTIONS) & 276 tL2C_CONN_INFO ci; local 611 tL2C_CONN_INFO ci; local [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
mep-relocs.pl | 104 my ($bits, $left, $right, $ci, $c, $cv); 108 for ($ci=0; $ci<length($mask); $ci++) { 109 $c = substr($mask, $ci, 1);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lapi.c | 56 CallInfo *ci = L->ci; local 58 TValue *o = ci->func + idx; 59 api_check(L, idx <= ci->top - (ci->func + 1), "unacceptable index"); 64 api_check(L, idx != 0 && -idx <= L->top - (ci->func + 1), "invalid index"); 72 if (ttislcf(ci->func)) /* light C function? */ 75 CClosure *func = clCvalue(ci->func); 94 CallInfo *ci = L->ci; local 952 CallInfo *ci = L->ci; local [all...] |
lstate.h | 106 #define isLua(ci) ((ci)->callstatus & CIST_LUA) 159 CallInfo *ci; /* call info for current function */ member in struct:lua_State
|
/external/skia/third_party/lua/src/ |
lapi.c | 56 CallInfo *ci = L->ci; local 58 TValue *o = ci->func + idx; 59 api_check(L, idx <= ci->top - (ci->func + 1), "unacceptable index"); 64 api_check(L, idx != 0 && -idx <= L->top - (ci->func + 1), "invalid index"); 72 if (ttislcf(ci->func)) /* light C function? */ 75 CClosure *func = clCvalue(ci->func); 94 CallInfo *ci = L->ci; local 952 CallInfo *ci = L->ci; local [all...] |
lstate.h | 106 #define isLua(ci) ((ci)->callstatus & CIST_LUA) 159 CallInfo *ci; /* call info for current function */ member in struct:lua_State
|
/external/syslinux/com32/lua/src/ |
lapi.c | 56 CallInfo *ci = L->ci; local 58 TValue *o = ci->func + idx; 59 api_check(L, idx <= ci->top - (ci->func + 1), "unacceptable index"); 64 api_check(L, idx != 0 && -idx <= L->top - (ci->func + 1), "invalid index"); 72 if (ttislcf(ci->func)) /* light C function? */ 75 CClosure *func = clCvalue(ci->func); 94 CallInfo *ci = L->ci; local 952 CallInfo *ci = L->ci; local [all...] |
lstate.h | 106 #define isLua(ci) ((ci)->callstatus & CIST_LUA) 159 CallInfo *ci; /* call info for current function */ member in struct:lua_State
|
/packages/apps/Settings/src/com/android/settings/ |
RadioInfo.java | 658 private final String buildCdmaInfoString(CellInfoCdma ci) { 659 CellIdentityCdma cidCdma = ci.getCellIdentity(); 660 CellSignalStrengthCdma ssCdma = ci.getCellSignalStrength(); 663 ci.isRegistered() ? "S " : " ", 674 private final String buildGsmInfoString(CellInfoGsm ci) { 675 CellIdentityGsm cidGsm = ci.getCellIdentity(); 676 CellSignalStrengthGsm ssGsm = ci.getCellSignalStrength(); 679 ci.isRegistered() ? "S " : " ", 689 private final String buildLteInfoString(CellInfoLte ci) { 690 CellIdentityLte cidLte = ci.getCellIdentity() [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewIconCache.java | 48 final ComponentInfo ci = info.activityInfo != null ? info.activityInfo : local 50 mComponentName = new ComponentName(ci.packageName, ci.name);
|
/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();
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
InsnFormat.java | 275 CstInsn ci = (CstInsn) insn; local 276 Constant cst = ci.getConstant(); 288 CstInsn ci = (CstInsn) insn; local 290 if (! ci.hasIndex()) { 295 int index = ci.getIndex(); 297 sb.append(ci.getConstant().typeName());
|
/prebuilts/go/darwin-x86/src/image/ |
ycbcr_test.go | 78 ci := m.COffset(x, y) 80 m.Cb[ci] = uint8(y + 16*x) 81 m.Cr[ci] = uint8(y + 16*x)
|
/prebuilts/go/linux-x86/src/image/ |
ycbcr_test.go | 78 ci := m.COffset(x, y) 80 m.Cb[ci] = uint8(y + 16*x) 81 m.Cr[ci] = uint8(y + 16*x)
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
Form21h.java | 79 CstInsn ci = (CstInsn) insn; local 80 Constant cst = ci.getConstant();
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form11n.java | 77 CstInsn ci = (CstInsn) insn; local 78 Constant cst = ci.getConstant();
|
Form21h.java | 80 CstInsn ci = (CstInsn) insn; local 81 Constant cst = ci.getConstant();
|
Form21s.java | 76 CstInsn ci = (CstInsn) insn; local 77 Constant cst = ci.getConstant();
|