| /external/chromium/chrome/browser/ui/gtk/ |
| gtk_tree.cc | 413 int idx = tree_model_->GetIndexOf(parent, node); local 414 gtk_tree_path_prepend_index(path, idx);
|
| /external/clang/include/clang/Sema/ |
| AttributeList.h | 222 unsigned Idx; 224 arg_iterator(Expr * const *x, unsigned idx) : X(x), Idx(idx) {} 227 ++Idx; 234 return Idx == I.Idx; 242 return X[Idx]; 246 return Idx+1;
|
| /external/icu4c/common/ |
| unames.c | 1008 uint16_t prefixLength, i, idx; local 1038 idx=(uint16_t)(indexes[--i]+1); 1039 if(idx<factors[i]) { 1041 indexes[i]=idx; 1137 uint16_t i, idx; local [all...] |
| /external/openssl/crypto/engine/ |
| engine.h | 501 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg); 502 void *ENGINE_get_ex_data(const ENGINE *e, int idx); [all...] |
| /external/openssl/crypto/rsa/ |
| rsa.h | 426 int RSA_set_ex_data(RSA *r,int idx,void *arg); 427 void *RSA_get_ex_data(const RSA *r, int idx);
|
| /external/openssl/crypto/x509/ |
| x509_vfy.h | 477 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx,int idx,void *data); 478 void * X509_STORE_CTX_get_ex_data(X509_STORE_CTX *ctx,int idx);
|
| /external/openssl/include/openssl/ |
| engine.h | 501 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg); 502 void *ENGINE_get_ex_data(const ENGINE *e, int idx); [all...] |
| rsa.h | 426 int RSA_set_ex_data(RSA *r,int idx,void *arg); 427 void *RSA_get_ex_data(const RSA *r, int idx);
|
| x509_vfy.h | 477 int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx,int idx,void *data); 478 void * X509_STORE_CTX_get_ex_data(X509_STORE_CTX *ctx,int idx);
|
| /external/v8/src/ |
| flag-definitions.h | 93 inline const char*& operator[] (int idx) const { 94 return argv()[idx];
|
| /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/ |
| tst_qscriptvalue_generated_init.cpp | 27 QPair<QString, QScriptValue> tst_QScriptValue::initScriptValues(uint idx) 30 switch (idx) {
|
| /external/wpa_supplicant_6/wpa_supplicant/ |
| config.c | 1138 const char *value, int idx) 1146 line, idx, value); 1151 line, idx, value); 1157 res = os_snprintf(title, sizeof(title), "wep_key%d", idx); 1205 static char * wpa_config_write_wep_key(struct wpa_ssid *ssid, int idx) 1207 if (ssid->wep_key_len[idx] == 0) 1209 return wpa_config_write_string(ssid->wep_key[idx], 1210 ssid->wep_key_len[idx]); [all...] |
| /external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
| driver_ipw.c | 85 u8 idx; member in struct:ipw_param::__anon15399::__anon15403 263 param->u.crypt.idx = key_idx;
|
| /frameworks/rs/ |
| rsMesh.cpp | 266 RsAllocation * idx, size_t idxCount, 277 sm->setPrimitive((Allocation*)idx[i], (RsPrimitive)primType[i], i);
|
| /gdk/samples/bitmap-plasma-llvm/jni/ |
| plasmaLLVM.cpp | 178 int idx = FIXED_FRAC(x) >> (FIXED_BITS - PALETTE_BITS); local 179 return palette[idx & (PALETTE_SIZE-1)];
|
| /external/wpa_supplicant_8/src/drivers/ |
| driver_nl80211.c | 854 nl80211_find_drv(struct nl80211_global *global, int idx, u8 *buf, size_t len) 859 if (wpa_driver_nl80211_own_ifindex(drv, idx, buf, len) || 860 have_ifidx(drv, idx)) 4686 int idx, mode_is_set; local 5987 int idx; local 7749 unsigned int idx; local [all...] |
| /external/wpa_supplicant_8/wpa_supplicant/ |
| config.c | 1263 const char *value, int idx) 1271 line, idx, value); 1276 line, idx, value); 1282 res = os_snprintf(title, sizeof(title), "wep_key%d", idx); 1330 static char * wpa_config_write_wep_key(struct wpa_ssid *ssid, int idx) 1332 if (ssid->wep_key_len[idx] == 0) 1334 return wpa_config_write_string(ssid->wep_key[idx], 1335 ssid->wep_key_len[idx]); 2538 int idx; local [all...] |
| /frameworks/base/services/java/com/android/server/ |
| LocationManagerService.java | 847 int idx, size; local [all...] |
| /external/qemu/target-i386/ |
| ops_sse.h | 1552 int idx = 0; local [all...] |
| /external/valgrind/tsan/ |
| thread_sanitizer.cc | 332 uint32_t idx = compute_idx(a, b); local 333 htable_[idx].Fill(a, b, v); 354 uint32_t idx = compute_idx(a, b); local 355 Entry & prev_e = htable_[idx]; 1041 int idx = -lsid.raw() - 1; local 1042 DCHECK(idx >= 0); 1043 DCHECK(idx < static_cast<int>(vec_->size())); 1044 return (*vec_)[idx]; [all...] |
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
| ANTLRBaseTree.h | 131 - (id) deleteChild:(NSUInteger) idx;
|
| /external/antlr/antlr-3.4/runtime/Python/antlr3/ |
| debug.py | 124 for idx in range(a+1, b): 125 self._dbg.consumeHiddenToken(self.input.get(idx)); 132 for idx in range(firstOnChannelTokenIndex): 133 self._dbg.consumeHiddenToken(self.input.get(idx)) [all...] |
| /external/clang/test/Analysis/ |
| dead-stores.c | 8 long idx=abc+3*5; // expected-warning {{never read}} expected-warning{{unused variable 'idx'}} local
|
| /external/freetype/include/freetype/ |
| t1tables.h | 600 * idx :: 630 * The `idx' parameter is used, not only to retrieve elements of, for 651 FT_UInt idx,
|
| /external/kernel-headers/original/asm-x86/ |
| io_32.h | 135 extern void __iomem *fix_ioremap(unsigned idx, unsigned long phys);
|