HomeSort by relevance Sort by last modified time
    Searched refs:idx (Results 301 - 325 of 1021) sorted by null

<<11121314151617181920>>

  /external/chromium/third_party/icu/source/test/cintltst/
stdnmtst.c 175 int32_t idx, len, repeatTimes = 3; local
191 for (idx = 0; idx < enumCount; idx++) {
193 testName = expected[idx];
195 || len != (int32_t)uprv_strlen(expected[idx]))
198 idx, enumName, testName, len, u_errorName(err));
226 int32_t idx, repeatTimes = 3; local
243 for (idx = 0; idx < enumCount; idx++)
    [all...]
cldrtest.c 35 int32_t idx, graphmeSize; local
44 for (idx = 0; idx < origItemCount; idx++) {
45 graphmeSize = uset_getItem(origSet, idx,
121 int32_t idx; local
134 for (idx = 0; idx < minSize && sameArray; idx++) {
135 if (subRootBundleArr[idx] != subBundleArr[idx])
170 int32_t idx; local
579 int32_t idx; local
646 int32_t idx; local
671 int32_t idx; local
950 int32_t idx; local
    [all...]
  /external/icu4c/test/cintltst/
stdnmtst.c 175 int32_t idx, len, repeatTimes = 3; local
191 for (idx = 0; idx < enumCount; idx++) {
193 testName = expected[idx];
195 || len != (int32_t)uprv_strlen(expected[idx]))
198 idx, enumName, testName, len, u_errorName(err));
226 int32_t idx, repeatTimes = 3; local
243 for (idx = 0; idx < enumCount; idx++)
    [all...]
cldrtest.c 35 int32_t idx, graphmeSize; local
44 for (idx = 0; idx < origItemCount; idx++) {
45 graphmeSize = uset_getItem(origSet, idx,
121 int32_t idx; local
134 for (idx = 0; idx < minSize && sameArray; idx++) {
135 if (subRootBundleArr[idx] != subBundleArr[idx])
170 int32_t idx; local
579 int32_t idx; local
646 int32_t idx; local
671 int32_t idx; local
950 int32_t idx; local
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-s390x.pl 136 $idx="%r1";
152 la $idx,0(%r0)
153 sth $idx,0($key)
156 stc $idx,2($idx,$key)
157 la $idx,1($idx)
163 la $idx,0(%r0)
168 la $idx,0($idx,$acc
    [all...]
  /device/samsung/crespo/alsa-utils/alsactl/
state.c 228 unsigned int idx; local
351 for (idx = 0; idx < items; idx++) {
352 snd_ctl_elem_info_set_item(info, idx);
358 err = snd_config_string_add(item, num_str(idx), snd_ctl_elem_info_get_item_name(info));
413 for (idx = 0; idx < size; idx++) {
414 int v = bytes[idx];
541 unsigned int idx; local
642 snd_ctl_elem_iface_t idx; local
705 unsigned int idx, items; local
1149 unsigned int idx; local
1318 unsigned int idx = 0; local
    [all...]
  /dalvik/libdex/
DexFile.h 597 DEX_INLINE const DexStringId* dexGetStringId(const DexFile* pDexFile, u4 idx) {
598 assert(idx < pDexFile->pHeader->stringIdsSize);
599 return &pDexFile->pStringIds[idx];
602 DEX_INLINE const char* dexStringById(const DexFile* pDexFile, u4 idx) {
603 const DexStringId* pStringId = dexGetStringId(pDexFile, idx);
609 const char* dexStringAndSizeById(const DexFile* pDexFile, u4 idx,
613 DEX_INLINE const DexTypeId* dexGetTypeId(const DexFile* pDexFile, u4 idx) {
614 assert(idx < pDexFile->pHeader->typeIdsSize);
615 return &pDexFile->pTypeIds[idx];
622 DEX_INLINE const char* dexStringByTypeIdx(const DexFile* pDexFile, u4 idx) {
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
BufferedBlockCipher.java 47 int idx = name.indexOf('/') + 1; local
49 pgpCFB = (idx > 0 && name.startsWith("PGP", idx));
57 partialBlockOkay = (idx > 0 && (name.startsWith("CFB", idx) || name.startsWith("OFB", idx) || name.startsWith("OpenPGP", idx) || name.startsWith("SIC", idx) || name.startsWith("GCTR", idx)));
  /external/strace/
bjm.c 137 size_t idx; local
144 for (idx=0; idx<ret; idx++) {
145 if (idx!=0)
162 size_t idx; local
169 for (idx=0; idx<ret; idx++) {
  /frameworks/base/graphics/java/android/renderscript/
ProgramVertex.java 68 int idx = 0; local
71 tmp[idx++] = 0;
72 tmp[idx++] = mInputs[i].mID;
75 tmp[idx++] = 1;
76 tmp[idx++] = mOutputs[i].mID;
79 tmp[idx++] = 2;
80 tmp[idx++] = mConstants[i].mID;
82 tmp[idx++] = 3;
83 tmp[idx++] = mTextureCount;
  /external/elfutils/lib/
fixedsizehash.h 124 size_t idx = 1 + hval % htab->nslots; local
126 if (htab->table[idx].hval != 0)
131 if (htab->table[idx].hval == hval
132 && COMPARE (data, ENTRYP (htab->table[idx])) == 0)
133 return &htab->table[idx];
140 if (idx <= hash)
141 idx = htab->nslots + idx - hash;
143 idx -= hash;
145 if (htab->table[idx].hval == hva
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
dec_alg_codebook.cpp 195 int32 mask, idx; local
204 idx = index & mask;
213 dec_2p_2N1(idx, (int16)(N - 1), j, pos);
216 tmp = N << 1; /* idx = (index >> (2*N)) & mask; */
217 idx = (index >> tmp) & mask;
219 dec_1p_N1(idx, N, offset, pos + 2);
232 int32 mask, idx; local
239 idx = index & mask;
248 dec_2p_2N1(idx, (int16)(N - 1), j, pos);
253 idx = (index >> (N << 1)) & mask; /* idx = (index >> (2*N)) & mask; *
319 int32 idx; local
    [all...]
  /device/samsung/crespo/alsa-lib/test/
control.c 7 int idx, dev, err; local
18 idx = -1;
20 if ((err = snd_card_next(&idx)) < 0) {
24 if (idx < 0)
26 sprintf(str, "hw:CARD=%i", idx);
35 printf("Soundcard #%i:\n", idx + 1);
  /external/chromium/third_party/icu/source/io/
ustream.cpp 82 int32_t idx = 0; local
131 buffer[idx++] = ch;
132 while (idx > 0) {
133 stream.putback(buffer[--idx]);
153 idx = 0;
156 buffer[idx++] = ch;
  /external/icu4c/io/
ustream.cpp 84 int32_t idx = 0; local
133 buffer[idx++] = ch;
134 while (idx > 0) {
135 stream.putback(buffer[--idx]);
155 idx = 0;
158 buffer[idx++] = ch;
  /system/core/nexus/
InterfaceConfig.cpp 58 void InterfaceConfig::setDns(int idx, struct in_addr *addr) {
59 memcpy(&mDns[idx], addr, sizeof(struct in_addr));
86 int InterfaceConfig::InterfaceDnsProperty::set(int idx, struct in_addr *value) {
87 memcpy(&mCfg->mDns[idx], value, sizeof(struct in_addr));
90 int InterfaceConfig::InterfaceDnsProperty::get(int idx, struct in_addr *buf) {
91 memcpy(buf, &mCfg->mDns[idx], sizeof(struct in_addr));
  /dalvik/vm/
IndirectRefTable.c 95 * Make sure that the entry at "idx" is correctly paired with "iref".
97 static bool checkEntry(IndirectRefTable* pRef, IndirectRef iref, int idx)
99 Object* obj = pRef->table[idx];
100 IndirectRef checkRef = dvmObjectToIndirectRef(pRef, obj, idx, pRef->kind);
229 int idx = dvmIndirectRefToIndex(iref); local
235 if (idx >= topIndex) {
238 idx, topIndex);
242 Object* obj = pRef->table[idx];
247 if (!checkEntry(pRef, iref, idx))
278 int idx = dvmIndirectRefToIndex(iref) local
    [all...]
  /external/freetype/src/cff/
cffload.h 43 cff_index_access_element( CFF_Index idx,
49 cff_index_forget_element( CFF_Index idx,
  /external/openssl/crypto/ecdh/
ecdh.h 99 int ECDH_set_ex_data(EC_KEY *d, int idx, void *arg);
100 void *ECDH_get_ex_data(EC_KEY *d, int idx);
  /external/openssl/include/openssl/
ecdh.h 99 int ECDH_set_ex_data(EC_KEY *d, int idx, void *arg);
100 void *ECDH_get_ex_data(EC_KEY *d, int idx);
  /packages/apps/Email/src/org/apache/commons/io/input/
ProxyInputStream.java 107 * @param idx read ahead limit
109 public synchronized void mark(int idx) {
110 in.mark(idx);
ProxyReader.java 107 * @param idx read ahead limit
110 public synchronized void mark(int idx) throws IOException {
111 in.mark(idx);
  /packages/apps/Email/src/org/apache/commons/io/output/
ProxyWriter.java 48 * @param idx the character to write
51 public void write(int idx) throws IOException {
52 out.write(idx);
  /dalvik/vm/mterp/c/
header.c 158 static inline s8 getLongFromArray(const u4* ptr, int idx)
163 ptr += idx;
169 memcpy(&val, &ptr[idx], 8);
172 return *((s8*) &ptr[idx]);
177 static inline void putLongToArray(u4* ptr, int idx, s8 val)
182 ptr += idx;
187 memcpy(&ptr[idx], &val, 8);
189 *((s8*) &ptr[idx]) = val;
194 static inline double getDoubleFromArray(const u4* ptr, int idx)
199 ptr += idx;
    [all...]
  /development/simulator/app/
PhoneCollection.h 35 PhoneData* GetPhoneData(int idx);

Completed in 1080 milliseconds

<<11121314151617181920>>