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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtMaemoWebPopup.h 39 void itemClicked(int idx);
63 void itemClicked(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);
  /external/iproute2/ip/
tunnel.h 30 char * tnl_ioctl_get_ifname(int idx);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
subscribe.h 54 typedef void (*pa_context_subscribe_cb_t)(pa_context *c, pa_subscription_event_type_t t, uint32_t idx, void *userdata);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
subscribe.h 54 typedef void (*pa_context_subscribe_cb_t)(pa_context *c, pa_subscription_event_type_t t, uint32_t idx, void *userdata);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
subscribe.h 54 typedef void (*pa_context_subscribe_cb_t)(pa_context *c, pa_subscription_event_type_t t, uint32_t idx, void *userdata);
  /dalvik/vm/analysis/
Liveness.cpp 48 for (u4 idx = 0; idx < vdata->insnsSize; ) {
49 widths[idx] = insnWidth;
50 insnWidth = dvmInsnGetWidth(vdata->insnFlags, idx);
51 idx += insnWidth;
121 for (u4 idx = 0; idx < vdata->insnsSize; idx++) {
122 VfyBasicBlock* block = vdata->basicBlocks[idx];
423 unsigned int idx; local
438 unsigned int idx; local
755 unsigned int idx; local
807 unsigned int idx; local
    [all...]
  /external/openssl/crypto/x509/
x509_lu.c 434 int idx; local
454 idx = sk_X509_OBJECT_find(h,&stmp);
455 if (idx >= 0 && pnmatch)
461 for (tidx = idx + 1; tidx < sk_X509_OBJECT_num(h); tidx++)
469 return idx;
482 int idx; local
483 idx = X509_OBJECT_idx_by_subject(h, type, name);
484 if (idx==-1) return NULL;
485 return sk_X509_OBJECT_value(h, idx);
490 int i, idx, cnt local
539 int i, idx, cnt; local
585 int idx, i; local
628 int i, ok, idx, ret; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
TypeIdItem.java 63 int idx = file.getStringIds().indexOf(descriptor); local
67 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
70 out.writeInt(idx);
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstInteger.java 64 int idx = (value & 0x7fffffff) % cache.length; local
65 CstInteger obj = cache[idx];
72 cache[idx] = obj;
  /dalvik/dx/src/com/android/dx/dex/file/
MemberIdsSection.java 46 int idx = 0; local
53 ((MemberIdItem) i).setIndex(idx);
54 idx++;
TypeIdItem.java 61 int idx = file.getStringIds().indexOf(descriptor); local
65 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
68 out.writeInt(idx);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstInteger.java 64 int idx = (value & 0x7fffffff) % cache.length; local
65 CstInteger obj = cache[idx];
72 cache[idx] = obj;
  /dalvik/vm/mterp/c/
header.cpp 140 static inline s8 getLongFromArray(const u4* ptr, int idx)
145 ptr += idx;
151 memcpy(&val, &ptr[idx], 8);
157 static inline void putLongToArray(u4* ptr, int idx, s8 val)
162 ptr += idx;
167 memcpy(&ptr[idx], &val, 8);
172 static inline double getDoubleFromArray(const u4* ptr, int idx)
177 ptr += idx;
183 memcpy(&dval, &ptr[idx], 8);
189 static inline void putDoubleToArray(u4* ptr, int idx, double dval
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.h 91 int idx);
99 int idx);
106 int idx);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
TypeIdItem.java 61 int idx = file.getStringIds().indexOf(descriptor); local
65 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
68 out.writeInt(idx);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstInteger.java 64 int idx = (value & 0x7fffffff) % cache.length; local
65 CstInteger obj = cache[idx];
72 cache[idx] = obj;
  /external/elfutils/libebl/
eblsectionname.c 87 int idx = section != SHN_XINDEX ? section : xsection; local
90 res = scnnames[idx];
93 snprintf (buf, len, "%d", idx);
  /external/freetype/src/base/
ftsnames.c 44 FT_UInt idx,
55 if ( idx < (FT_UInt)ttface->num_names )
57 TT_NameEntryRec* entry = ttface->name_table.names + idx;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
SmoothFilter.java 67 int idx = y * size + x; local
74 retval[idx] = this.effect * n / (4 * this.radius * (this.radius + 1) + 1) + (1 - this.effect) * data[idx];
  /external/openssh/openbsd-compat/
bsd-cygwin_util.c 88 unsigned int i, idx = 0; local
94 p[idx++] = *e;
97 p[idx] = NULL;
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptstring_p.h 98 quint32 idx = QScriptConverter::toArrayIndex(m_string); local
100 *ok = (idx != 0xffffffff);
101 return idx;
  /frameworks/rs/
rsMesh.h 72 void setPrimitive(Allocation *idx, RsPrimitive prim, uint32_t index) {
73 mIndexBuffers[index].set(idx);
74 mHal.state.indexBuffers[index] = idx;

Completed in 1159 milliseconds

1 2 3 4 5 6 7 8 91011>>