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

<<41424344454647484950>>

  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaItemView.java 616 public ThumbnailKey(String id, int idx) {
618 index = idx;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 1179 int idx = opcode - DalvOps.MIN_VALUE; local
1228 int idx = opcode.getOpcode() - DalvOps.MIN_VALUE; local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 99 * The "+1" below is so the idx-past-end is also valid,
188 int idx, Type type, int value) {
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 1185 int idx = opcode - Opcodes.MIN_VALUE; local
1228 int idx = opcode.getOpcode() - Opcodes.MIN_VALUE; local
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-helper.c 71 GList *idx; local
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 328 int hash_is_valid(int idx);
  /external/freetype/include/freetype/internal/
sfnt.h     [all...]
  /external/icu4c/common/
ucnv_bld.c 1114 uint16_t idx; local
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 747 char *idx; local
788 if ((idx = index(srcaddr, '[')) == NULL)
790 *idx = '\0';
810 char *idx; local
    [all...]
  /external/libusb/libusb/
libusbi.h 310 uint8_t bConfigurationValue, int *idx);
  /external/opencv/cv/include/
cvcompat.h 485 #define cvQueryHistValue_nD( hist, idx ) \
486 ((float)cvGetRealND( (hist)->bins, (idx)))
496 #define cvGetHistValue_nD( hist, idx ) \
497 ((float*)cvPtrND( (hist)->bins, (idx), 0))
    [all...]
  /external/openssl/crypto/engine/
eng_dyn.c 165 CRYPTO_EX_DATA *ad, int idx, long argl, void *argp)
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 873 extern void ML_(ppSym) ( Int idx, DiSym* sym );
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_prism54.c 173 param->u.crypt.idx = key_idx;
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 1137 unsigned int idx; local
1193 for (cli = data->clients, idx = 0; cli; cli = cli->next, idx++) {
1222 idx,
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1135 int idx; local
1152 idx = 0;
1165 idx, errno, strerror(errno));
1175 idx++;
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.h 55 const u8 *addr, int idx, u8 *seq);
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 522 atheros_get_seqnum(const char *ifname, void *priv, const u8 *addr, int idx,
528 wpa_printf(MSG_DEBUG, "%s: addr=%s idx=%d",
529 __func__, ether_sprintf(addr), idx);
536 wk.ik_keyix = idx;
541 __func__, MAC2STR(wk.ik_macaddr), idx);
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 1370 unsigned int idx; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_validate.c 957 static int wps_validate_network_key_index(const u8 *idx, int mandatory)
959 if (idx == NULL) {
971 static int wps_validate_network_idx(const u8 *idx, int mandatory)
973 if (idx == NULL) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 290 struct snd_card *snd_card_new(int idx, const char *id,
  /dalvik/vm/analysis/
Optimize.cpp 31 * instruction with index "idx".
1171 int idx = clazz->ifieldCount; local
    [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.cpp 147 static inline s8 getLongFromArray(const u4* ptr, int idx)
152 ptr += idx;
158 memcpy(&val, &ptr[idx], 8);
164 static inline void putLongToArray(u4* ptr, int idx, s8 val)
169 ptr += idx;
174 memcpy(&ptr[idx], &val, 8);
179 static inline double getDoubleFromArray(const u4* ptr, int idx)
184 ptr += idx;
190 memcpy(&dval, &ptr[idx], 8);
196 static inline void putDoubleToArray(u4* ptr, int idx, double dval
    [all...]
InterpC-portable.cpp 147 static inline s8 getLongFromArray(const u4* ptr, int idx)
152 ptr += idx;
158 memcpy(&val, &ptr[idx], 8);
164 static inline void putLongToArray(u4* ptr, int idx, s8 val)
169 ptr += idx;
174 memcpy(&ptr[idx], &val, 8);
179 static inline double getDoubleFromArray(const u4* ptr, int idx)
184 ptr += idx;
190 memcpy(&dval, &ptr[idx], 8);
196 static inline void putDoubleToArray(u4* ptr, int idx, double dval
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 342 QualType ElementType, SVal Idx,
347 Idx.Profile(ID);
764 MemRegionManager::getElementRegion(QualType elementType, NonLoc Idx,
771 ElementRegion::ProfileRegion(ID, T, Idx, superRegion);
779 new (R) ElementRegion(T, Idx, superRegion);
1016 unsigned idx = 0; local
1018 FE = RD->field_end(); FI != FE; ++FI, ++idx)
1024 Offset += Layout.getFieldOffset(idx);
    [all...]

Completed in 1024 milliseconds

<<41424344454647484950>>