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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/native/
java_security_AccessController.c 76 int idx, subIdx = 0; local
77 for (idx = 2; idx < length; idx++) {
78 const Method* meth = methods[idx];
87 while (++idx < length && dvmIsReflectionMethod(methods[idx]))
89 length = idx; // stomp length to end loop
90 meth = methods[idx];
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_get_size.c 34 if (ltc_ecc_is_valid_idx(key->idx))
  /dalvik/dx/src/com/android/dx/cf/code/
OneLocalsArray.java 106 public void set(int idx, TypeBearer type) {
116 if (idx < 0) {
117 throw new IndexOutOfBoundsException("idx < 0");
122 locals[idx + 1] = null;
125 locals[idx] = type;
127 if (idx != 0) {
128 TypeBearer prev = locals[idx - 1];
130 locals[idx - 1] = null;
141 public void invalidate(int idx) {
143 locals[idx] = null
    [all...]
ByteBlockList.java 56 int idx = indexOfLabel(label); local
58 if (idx < 0) {
63 return get(idx);
LocalsArray.java 83 * @param idx {@code >= 0, < getMaxLocals();} which local
84 * @param type {@code non-null;} new type for the local at {@code idx}
86 public abstract void set(int idx, TypeBearer type);
101 * @param idx {@code >= 0, < getMaxLocals();} which local
103 public abstract void invalidate(int idx);
109 * @param idx {@code >= 0, < getMaxLocals();} which local
112 public abstract TypeBearer getOrNull(int idx);
119 * @param idx {@code >= 0, < getMaxLocals();} which local
121 * @throws SimException thrown if {@code idx} is valid, but
124 public abstract TypeBearer get(int idx);
    [all...]
  /system/core/nexus/
WifiNetwork.h 78 virtual int set(int idx, int value) = 0;
79 virtual int get(int idx, int *buffer) = 0;
90 virtual int set(int idx, const char *value) = 0;
91 virtual int get(int idx, char *buffer, size_t max) = 0;
99 int set(int idx, int value);
100 int get(int idx, int *buffer);
107 int set(int idx, int value);
108 int get(int idx, int *buffer);
115 int set(int idx, int value);
116 int get(int idx, int *buffer)
    [all...]
VpnController.h 34 virtual int set(int idx, int value) = 0;
35 virtual int get(int idx, int *buffer) = 0;
46 virtual int set(int idx, const char *value) = 0;
47 virtual int get(int idx, char *buffer, size_t max) = 0;
58 virtual int set(int idx, struct in_addr *value) = 0;
59 virtual int get(int idx, struct in_addr *buffer) = 0;
67 int set(int idx, int value);
68 int get(int idx, int *buffer);
WifiController.h 49 virtual int set(int idx, int value) = 0;
50 virtual int get(int idx, int *buffer) = 0;
61 virtual int set(int idx, const char *value) = 0;
62 virtual int get(int idx, char *buffer, size_t max) = 0;
70 int set(int idx, int value);
71 int get(int idx, int *buffer);
78 int set(int idx, int value);
79 int get(int idx, int *buffer);
86 int set(int idx, int value);
87 int get(int idx, int *buffer)
    [all...]
  /frameworks/base/libs/utils/
misc.cpp 56 int len, totalLen, posn, idx; local
61 totalLen = idx = 0;
63 if (idx == argc || argv[idx] == NULL)
65 if (idx)
67 totalLen += strlen(argv[idx]);
68 idx++;
81 idx = posn = 0;
83 if (idx == argc || argv[idx] == NULL
    [all...]
  /device/samsung/crespo/alsa-lib/src/compat/
hsearch_r.c 148 unsigned int idx; local
165 idx = hval;
167 if (htab->table[idx].used)
172 if (htab->table[idx].used == hval
173 && strcmp (item.key, htab->table[idx].entry.key) == 0)
176 htab->table[idx].entry.data = item.data;
178 *retval = &htab->table[idx].entry;
189 if (idx <= hval2)
190 idx = htab->size + idx - hval2
    [all...]
  /external/chromium/googleurl/src/
url_file.h 56 int idx = begin_index; local
57 while (idx < spec_len && !IsURLSlash(spec[idx]))
58 idx++;
59 return idx;
  /frameworks/base/libs/rs/
rsDevice.cpp 41 for (size_t idx=0; idx < mContexts.size(); idx++) {
42 if (mContexts[idx] == rsc) {
43 mContexts.removeAt(idx);
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
ol_ltp.cpp 96 idx = 16 bit value specifies the frame index
139 Word16 idx, // i : index
151 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN, PIT_MAX, L_FRAME, idx, dtx);
158 idx, dtx);
163 old_lags, ol_gain_flg, idx, dtx);
168 L_FRAME_BY2, idx, dtx);
210 Word16 idx, /* i : index */
223 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN, PIT_MAX, L_FRAME, idx, dtx,
231 idx, dtx, pOverflow);
236 old_lags, ol_gain_flg, idx, dtx, pOverflow)
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
EncodingInfo.java 218 final int idx = codePoint - m_explFirst; local
221 if (m_alreadyKnown[idx])
222 ret = m_isInEncoding[idx];
227 m_alreadyKnown[idx] = true;
228 m_isInEncoding[idx] = ret;
265 final int idx = codePoint - m_explFirst; local
268 if (m_alreadyKnown[idx])
269 ret = m_isInEncoding[idx];
274 m_alreadyKnown[idx] = true;
275 m_isInEncoding[idx] = ret
382 final int idx = unicode - m_explFirst; local
    [all...]
  /external/kernel-headers/original/asm-x86/
fixmap_32.h 48 * highger than 1) use fixmap_set(idx,phys) to associate
101 extern void __set_fixmap (enum fixed_addresses idx,
105 #define set_fixmap(idx, phys) \
106 __set_fixmap(idx, phys, PAGE_KERNEL)
110 #define set_fixmap_nocache(idx, phys) \
111 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
113 #define clear_fixmap(idx) \
114 __set_fixmap(idx, 0, __pgprot(0))
129 * 'index to address' translation. If anyone tries to use the idx
133 static __always_inline unsigned long fix_to_virt(const unsigned int idx)
    [all...]
  /external/iproute2/lib/
ll_map.c 91 const char *ll_idx_n2a(unsigned idx, char *buf)
95 if (idx == 0)
97 for (im = idxmap[idx&0xF]; im; im = im->next)
98 if (im->index == idx)
100 snprintf(buf, 16, "if%d", idx);
105 const char *ll_index_to_name(unsigned idx)
109 return ll_idx_n2a(idx, nbuf);
112 int ll_index_to_type(unsigned idx)
116 if (idx == 0)
118 for (im = idxmap[idx&0xF]; im; im = im->next
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_ladspa.c 116 unsigned int res = 0, idx; local
117 for (idx = 0; idx < lplug->desc->PortCount; idx++) {
118 if ((lplug->desc->PortDescriptors[idx] & pdesc) == pdesc)
129 unsigned long idx; local
131 for (idx = 0; idx < lplug->desc->PortCount; idx++)
132 if ((lplug->desc->PortDescriptors[idx] & pdesc) == pdesc)
147 unsigned long idx; local
163 unsigned long idx; local
197 unsigned int idx; local
322 unsigned int idx; local
408 unsigned int port, channels, idx, idx1; local
570 unsigned long idx, midx; local
591 unsigned int idx, midx; local
612 unsigned int depth, idx, count; local
697 unsigned int idx, chn; local
859 unsigned int idx, chn, size1, size2; local
920 unsigned int idx, chn, size1, size2;; local
972 unsigned int idx, midx; local
1000 unsigned int val, idx = 0; local
1091 long idx; local
1224 unsigned long idx; local
1527 int idx = 0, hit, err; local
    [all...]
  /external/dropbear/libtomcrypt/demos/
hashsum.c 18 int idx, x, z; local
34 idx = find_hash(argv[1]);
35 if (idx == -1) {
41 hash_descriptor[idx].init(&md);
44 hash_descriptor[idx].process(&md, hash_buffer, x);
46 hash_descriptor[idx].done(&md, hash_buffer);
47 for (x = 0; x < (int)hash_descriptor[idx].hashsize; x++) {
54 if ((errno = hash_file(idx,argv[z],hash_buffer,&w)) != CRYPT_OK) {
57 for (x = 0; x < (int)hash_descriptor[idx].hashsize; x++) {
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 224 int idx = nativeGetAttributeIndex(mParseState, namespace, name); local
225 if (idx >= 0) {
227 + namespace + ":" + name + " index = " + idx);
229 "Namespace=" + getAttributeNamespace(idx)
230 + "Name=" + getAttributeName(idx)
231 + ", Value=" + getAttributeValue(idx));
232 return getAttributeValue(idx);
316 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); local
317 if (idx >= 0) {
318 return getAttributeListValue(idx, options, defaultValue)
324 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); local
332 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); local
340 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); local
349 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); local
357 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); local
    [all...]
  /external/skia/src/utils/
SkMeshUtils.cpp 44 uint16_t* idx = fIndices; local
48 *idx++ = index;
49 *idx++ = index + rows + 1;
50 *idx++ = index + 1;
52 *idx++ = index + 1;
53 *idx++ = index + rows + 1;
54 *idx++ = index + rows + 2;
84 SkMeshIndices idx; local
86 if (idx.init(bitmap.width(), bitmap.height(), rows, cols)) {
92 rows * cols, verts, idx.tex(), colors, NULL
    [all...]
  /external/webkit/WebKit/android/wds/
DebugServer.h 59 Frame* getFrame(unsigned idx) {
60 if (idx < m_frames.size())
61 return m_frames.at(idx);
  /external/elfutils/src/
elflint.c 320 section_name (Ebl *ebl, GElf_Ehdr *ehdr, int idx)
325 shdr = gelf_getshdr (elf_getscn (ebl->elf, idx), &shdr_mem);
522 /* Check that there is a section group section with index < IDX which
523 contains section IDX and that there is exactly one. */
525 check_scn_group (Ebl *ebl, GElf_Ehdr *ehdr, int idx)
527 if (scnref[idx] == 0)
533 for (cnt = idx + 1; cnt < shnum; ++cnt)
560 if (grpdata[inner] == (Elf32_Word) idx)
568 idx, section_name (ebl, ehdr, idx));
2297 GElf_Xword idx = 0; local
    [all...]
  /external/chromium/net/tools/flip_server/
ring_buffer.h 96 int set_read_idx(int idx) { return read_idx_ = idx; }
97 int set_write_idx(int idx) { return write_idx_ = idx; }
  /external/elfutils/libelf/
elf_getshnum.c 35 int idx; local
48 idx = elf->state.elf.scns_last->cnt;
49 if (idx != 0
56 *dst = 1 + elf->state.elf.scns_last->data[idx - 1].index;
  /bootable/recovery/minzip/
Hash.h 150 int idx; member in struct:HashIter
153 int i = pIter->idx +1;
160 pIter->idx = i;
164 pIter->idx = -1;
168 return (pIter->idx >= pIter->pHashTable->tableSize);
171 assert(pIter->idx >= 0 && pIter->idx < pIter->pHashTable->tableSize);
172 return pIter->pHashTable->pEntries[pIter->idx].data;

Completed in 501 milliseconds

1 2 3 4 5 6 7 8 91011>>