HomeSort by relevance Sort by last modified time
    Searched refs:idx (Results 601 - 625 of 960) sorted by null

<<21222324252627282930>>

  /packages/apps/Email/src/org/apache/commons/io/output/
FileWriterWithEncoding.java 262 * @param idx the character to write
265 public void write(int idx) throws IOException {
266 out.write(idx);
LockableFileWriter.java 278 * @param idx the character to write
281 public void write(int idx) throws IOException {
282 out.write(idx);
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 293 short[] idx = new short[mIndicies]; local
311 idx[idxIdx + 0] = (short)(vtxIdx + 0);
312 idx[idxIdx + 1] = (short)(vtxIdx + 1);
313 idx[idxIdx + 2] = (short)(vtxIdx + 2);
314 idx[idxIdx + 3] = (short)(vtxIdx + 1);
315 idx[idxIdx + 4] = (short)(vtxIdx + 3);
316 idx[idxIdx + 5] = (short)(vtxIdx + 2);
323 mBladesIndicies.data(idx);
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 592 int idx = bytes.getUnsignedShort(offset); local
595 type = (CstType) pool.get(idx);
624 int idx = bytes.getUnsignedShort(n * 2); local
625 return ((CstType) pool.get(idx)).getClassType();
  /dalvik/vm/mterp/out/
InterpC-armv4t.c 167 static inline s8 getLongFromArray(const u4* ptr, int idx)
172 ptr += idx;
178 memcpy(&val, &ptr[idx], 8);
181 return *((s8*) &ptr[idx]);
186 static inline void putLongToArray(u4* ptr, int idx, s8 val)
191 ptr += idx;
196 memcpy(&ptr[idx], &val, 8);
198 *((s8*) &ptr[idx]) = val;
203 static inline double getDoubleFromArray(const u4* ptr, int idx)
208 ptr += idx;
    [all...]
InterpC-armv5te-vfp.c 167 static inline s8 getLongFromArray(const u4* ptr, int idx)
172 ptr += idx;
178 memcpy(&val, &ptr[idx], 8);
181 return *((s8*) &ptr[idx]);
186 static inline void putLongToArray(u4* ptr, int idx, s8 val)
191 ptr += idx;
196 memcpy(&ptr[idx], &val, 8);
198 *((s8*) &ptr[idx]) = val;
203 static inline double getDoubleFromArray(const u4* ptr, int idx)
208 ptr += idx;
    [all...]
InterpC-armv5te.c 167 static inline s8 getLongFromArray(const u4* ptr, int idx)
172 ptr += idx;
178 memcpy(&val, &ptr[idx], 8);
181 return *((s8*) &ptr[idx]);
186 static inline void putLongToArray(u4* ptr, int idx, s8 val)
191 ptr += idx;
196 memcpy(&ptr[idx], &val, 8);
198 *((s8*) &ptr[idx]) = val;
203 static inline double getDoubleFromArray(const u4* ptr, int idx)
208 ptr += idx;
    [all...]
InterpC-armv7-a-neon.c 167 static inline s8 getLongFromArray(const u4* ptr, int idx)
172 ptr += idx;
178 memcpy(&val, &ptr[idx], 8);
181 return *((s8*) &ptr[idx]);
186 static inline void putLongToArray(u4* ptr, int idx, s8 val)
191 ptr += idx;
196 memcpy(&ptr[idx], &val, 8);
198 *((s8*) &ptr[idx]) = val;
203 static inline double getDoubleFromArray(const u4* ptr, int idx)
208 ptr += idx;
    [all...]
InterpC-armv7-a.c 167 static inline s8 getLongFromArray(const u4* ptr, int idx)
172 ptr += idx;
178 memcpy(&val, &ptr[idx], 8);
181 return *((s8*) &ptr[idx]);
186 static inline void putLongToArray(u4* ptr, int idx, s8 val)
191 ptr += idx;
196 memcpy(&ptr[idx], &val, 8);
198 *((s8*) &ptr[idx]) = val;
203 static inline double getDoubleFromArray(const u4* ptr, int idx)
208 ptr += idx;
    [all...]
  /development/simulator/app/
MainFrame.h 74 void SetupPhoneUI(int idx, const char* defaultMode);
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_sign_hash.c 55 /* is the IDX valid ? */
56 if (ltc_ecc_is_valid_idx(key->idx) != 1) {
  /external/icu4c/tools/toolutil/
package.h 113 const Item *getItem(int32_t idx) const;
  /external/kernel-headers/original/linux/
mmzone.h 376 static inline int is_highmem_idx(int idx)
378 return (idx == ZONE_HIGHMEM);
381 static inline int is_normal_idx(int idx)
383 return (idx == ZONE_NORMAL);
  /external/opencore/fileformats/mp4/parser/src/
moviefragmentatom.cpp 450 for (uint32 idx = 0; idx < numTrafs; idx++)
452 trackFragmentAtom = (*_ptrackFragmentArray)[idx];
  /external/openssl/crypto/rsa/
rsa_eng.c 299 int RSA_set_ex_data(RSA *r, int idx, void *arg)
301 return(CRYPTO_set_ex_data(&r->ex_data,idx,arg));
304 void *RSA_get_ex_data(const RSA *r, int idx)
306 return(CRYPTO_get_ex_data(&r->ex_data,idx));
  /external/webkit/JavaScriptCore/runtime/
DatePrototype.cpp 272 int idx = 0; local
280 if (maxArgs >= 4 && idx < numArgs) {
282 milliseconds += args.at(idx++).toInt32(exec, ok) * msPerHour;
286 if (maxArgs >= 3 && idx < numArgs && ok) {
288 milliseconds += args.at(idx++).toInt32(exec, ok) * msPerMinute;
292 if (maxArgs >= 2 && idx < numArgs && ok) {
294 milliseconds += args.at(idx++).toInt32(exec, ok) * msPerSecond;
301 if (idx < numArgs) {
302 double millis = args.at(idx).toNumber(exec);
318 int idx = 0 local
    [all...]
  /external/wpa_supplicant/
driver_hostap.h 112 u8 idx; member in struct:prism2_hostapd_param::__anon6689::__anon6692
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_hostap.h 112 u8 idx; member in struct:prism2_hostapd_param::__anon6857::__anon6860
driver_wext.h 83 int idx, u32 value);
  /frameworks/base/awt/javax/imageio/
ImageWriter.java 850 int idx = warningListeners.indexOf(listener); local
851 if (idx > -1) {
852 warningListeners.remove(idx);
853 warningLocales.remove(idx);
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd.h 221 extern int dhd_net_attach(dhd_pub_t *dhdp, int idx);
235 extern char *dhd_ifname(dhd_pub_t *dhdp, int idx);
287 extern uint8 *dhd_bssidx2bssid(dhd_pub_t *dhd, int idx);
288 extern int wl_host_event(struct dhd_info *dhd, int *idx, void *pktdata,
  /packages/inputmethods/PinyinIME/jni/share/
ngram.cpp 65 CODEBOOK_TYPE idx; local
66 idx = qsearch_nearest(code_book, freqs[pos], 0, kCodeBookSize - 1);
67 if (idx != code_idx[pos])
69 code_idx[pos] = idx;
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 281 // @param idx iteration number.
284 bool readData(char *const chunk, const int idx, TestCase *testCase)
288 sprintf(filename, "%s/file-%d-%d", kTestDir, idx, getpid());
412 bool writeData(const char *const chunk, const int idx, TestCase *testCase) {
415 sprintf(filename, "%s/file-%d-%d", kTestDir, idx, getpid());
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlockList.java 159 int idx = indexOfLabel(label); local
161 if (idx < 0) {
166 return get(idx);
  /dalvik/libcore/xml/src/main/java/org/kxml2/kdom/
Node.java 274 public void removeChild(int idx) {
275 children.removeElementAt(idx);
282 for (int i = idx; i < n; i++)

Completed in 920 milliseconds

<<21222324252627282930>>