HomeSort by relevance Sort by last modified time
    Searched refs:ci (Results 226 - 250 of 765) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/lzma/C/
7zDec.c 378 UInt32 ci; local
385 for (ci = 0; ci < folder->NumCoders; ci++)
387 const CSzCoderInfo *coder = &folder->Coders[ci];
399 UInt64 unpackSize = unpackSizes[ci];
400 si = indices[ci];
401 if (ci < 2)
410 outBufCur = tempBuf[1 - ci] = temp;
411 tempSizes[1 - ci] = outSizeCur;
    [all...]
  /external/tensorflow/tensorflow/contrib/rnn/kernels/
lstm_ops_gpu.cu.cc 45 T* ci, T* cs, T* co, T* i, T* f, const T forget_bias,
113 ci[cid] = ci_local;
185 typename TTypes<T>::Matrix o, typename TTypes<T>::Matrix ci,
219 wco.data(), o.data(), h.data(), ci.data(), cs.data(), co.data(),
224 wco.data(), o.data(), h.data(), ci.data(), cs.data(), co.data(),
242 const T* ci, // [batch_size, cell_size]
268 const T ci_local = ci[cid];
283 // dci[t] = tanh'(ci[t]) dcs[t] i[t]
291 // di[t] = sigm'(i[t]) dcs[t] ci[t]
315 typename TTypes<T>::ConstMatrix ci, typename TTypes<T>::ConstMatrix co
    [all...]
  /external/wayland/tests/
display-test.c 212 struct client_info *ci; local
214 wl_list_for_each(ci, &d->clients, link) {
215 if (ci->wl_client == client)
216 return ci;
227 struct client_info *ci; local
230 ci = find_client_info(d, client);
231 assert(ci);
238 ci->data = res;
786 struct client_info *ci; local
789 ci = find_client_info(d, client)
    [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 164 CollatorInfo ci = info[i]; local
165 map.put(ci.locale, ci);
171 CollatorInfo ci = (CollatorInfo)map.get(loc); local
172 if (ci != null) {
173 return ci.collator;
180 CollatorInfo ci = (CollatorInfo)map.get(objectLocale); local
181 if (ci != null) {
182 return ci.getDisplayName(displayLocale);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationServiceTest.java 161 CollatorInfo ci = info[i]; local
162 map.put(ci.locale, ci);
168 CollatorInfo ci = (CollatorInfo)map.get(loc); local
169 if (ci != null) {
170 return ci.collator;
177 CollatorInfo ci = (CollatorInfo)map.get(objectLocale); local
178 if (ci != null) {
179 return ci.getDisplayName(displayLocale);
  /toolchain/binutils/binutils-2.27/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/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
BreakIteratorRegTest.java 120 private static String getString(CharacterIterator ci) {
121 StringBuffer buf = new StringBuffer(ci.getEndIndex() - ci.getBeginIndex() + 2);
123 for (char c = ci.first(); c != CharacterIterator.DONE; c = ci.next()) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
BreakIteratorRegTest.java 117 private static String getString(CharacterIterator ci) {
118 StringBuffer buf = new StringBuffer(ci.getEndIndex() - ci.getBeginIndex() + 2);
120 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 148 tL2C_CONN_INFO ci; local
156 ci.status = status;
157 ci.bd_addr = p_bda;
160 p_lcb = l2cu_find_lcb_by_bd_addr(ci.bd_addr, BT_TRANSPORT_BR_EDR);
180 if (ci.status == HCI_SUCCESS) {
190 btm_acl_created(ci.bd_addr, p_dev_info->dev_class,
194 btm_acl_created(ci.bd_addr, NULL, NULL, handle, p_lcb->link_role,
197 BTM_SetLinkSuperTout(ci.bd_addr, btm_cb.btm_def_link_super_tout);
212 l2c_csm_execute(p_ccb, L2CEVT_LP_CONNECT_CFM, &ci);
227 else if ((ci.status == HCI_ERR_MAX_NUM_OF_CONNECTIONS) &
282 tL2C_CONN_INFO ci; local
614 tL2C_CONN_INFO ci; local
    [all...]
  /toolchain/binutils/binutils-2.27/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);
  /tools/dexter/slicer/export/slicer/
hash_table.h 213 for (Index ci = i; buckets_[ci].next != kInvalidIndex; ci = buckets_[ci].next) {
214 SLICER_CHECK(buckets_[ci].value != nullptr);
  /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/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
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 845 size_t AMediaCodecCryptoInfo_getNumSubSamples(AMediaCodecCryptoInfo* ci) {
846 return ci->numsubsamples;
850 media_status_t AMediaCodecCryptoInfo_getKey(AMediaCodecCryptoInfo* ci, uint8_t *dst) {
851 if (!ci) {
857 memcpy(dst, ci->key, 16);
862 media_status_t AMediaCodecCryptoInfo_getIV(AMediaCodecCryptoInfo* ci, uint8_t *dst) {
863 if (!ci) {
869 memcpy(dst, ci->iv, 16);
874 cryptoinfo_mode_t AMediaCodecCryptoInfo_getMode(AMediaCodecCryptoInfo* ci) {
875 if (!ci) {
    [all...]
  /frameworks/base/telephony/java/android/telephony/mbms/
MbmsUtils.java 49 public static ComponentName toComponentName(ComponentInfo ci) {
50 return new ComponentName(ci.packageName, ci.name);
  /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());
  /external/python/cpython3/Lib/ctypes/test/
test_prototypes.py 78 ci = c_int(0)
81 self.assertEqual(positive_address(addressof(ci)),
82 positive_address(func(byref(ci))))
85 self.assertRaises(ArgumentError, func, byref(ci))
88 self.assertRaises(ArgumentError, func, byref(ci))
91 self.assertRaises(ArgumentError, func, byref(ci))

Completed in 3480 milliseconds

1 2 3 4 5 6 7 8 91011>>