| /dalvik/dx/etc/ |
| jasmin.jar | |
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| RetainCountChecker.cpp | 383 /// idx (starting from 0). 384 ArgEffect getArg(unsigned idx) const { 385 if (const ArgEffect *AE = Args.lookup(idx)) 391 void addArg(ArgEffects::Factory &af, unsigned idx, ArgEffect e) { 392 Args = af.add(Args, idx, e); [all...] |
| /external/icu4c/test/intltest/ |
| tzrulets.cpp | 74 int32_t idx; member in class:TestZIDEnumeration 82 : idx(0) { 103 } else if (U_SUCCESS(status) && idx < len) { 104 unistr = UnicodeString(TESTZIDS[idx++], ""); 115 idx = 0; 681 for (int32_t idx = 0; STARTYEARS[idx] != 0; idx++) { 682 UDate start = getUTCMillis(STARTYEARS[idx], UCAL_JANUARY, 1); 683 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1) [all...] |
| /external/opencv/cv/src/ |
| cvfilter.cpp | 254 int idx, delta; local 259 idx = (x_range.start_index - 1)*pix_sz; 266 idx = x_range.end_index*pix_sz; 272 if( (unsigned)idx > (unsigned)width ) 275 idx = k == 0 ? shift : width - shift; 282 border_tab[i + j] = idx + ofs + j; 285 if( (delta > 0 && idx == width) || 286 (delta < 0 && idx == 0) ) 289 idx -= delta*2; 293 idx += delta [all...] |
| /external/sqlite/dist/orig/ |
| sqlite3.c | 10702 int idx; \/* Index in some Table.aCol[] of a column named zName *\/ member in struct:IdList::IdList_item 19537 int idx; \/* A general purpose loop counter *\/ local 46316 int idx; \/* Value to write to hash-table slot *\/ local 53882 int lwr, upr, idx; local 54043 int idx; local 54140 int idx = pCur->aiIdx[pCur->iPage]; local 54901 int idx = 0; \/* Where to write new cell content in data[] *\/ local 56132 int idx; local 62408 u32 idx; \/* Offset in aKey[] to read from *\/ local 64134 int idx = 0; \/* Index of a host parameter *\/ local 65059 int idx; member in struct:vdbeExecUnion::OP_Compare_stack_vars 80190 int idx = 0; \/* slot in pIdx->aSample[] for next sample *\/ local 86102 int idx = pIdx->aiColumn[j]; local 89408 int i, j, idx; \/* Loop counters *\/ local 90286 int idx = pIdx->aiColumn[i]; local 102882 int idx; local [all...] |
| /external/sqlite/dist/ |
| sqlite3.c | 10702 int idx; \/* Index in some Table.aCol[] of a column named zName *\/ member in struct:IdList::IdList_item 19537 int idx; \/* A general purpose loop counter *\/ local 46327 int idx; \/* Value to write to hash-table slot *\/ local 53893 int lwr, upr, idx; local 54054 int idx; local 54151 int idx = pCur->aiIdx[pCur->iPage]; local 54912 int idx = 0; \/* Where to write new cell content in data[] *\/ local 56143 int idx; local 62419 u32 idx; \/* Offset in aKey[] to read from *\/ local 64145 int idx = 0; \/* Index of a host parameter *\/ local 65070 int idx; member in struct:vdbeExecUnion::OP_Compare_stack_vars 80201 int idx = 0; \/* slot in pIdx->aSample[] for next sample *\/ local 86113 int idx = pIdx->aiColumn[j]; local 89419 int i, j, idx; \/* Loop counters *\/ local 90297 int idx = pIdx->aiColumn[i]; local 102893 int idx; local [all...] |
| /external/valgrind/main/coregrind/m_debuginfo/ |
| debuginfo.c | [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar | |
| /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
| OGLESShaderRenderer.java | 2005 int idx = textureList.oldList[i]; local 2298 int idx = attribList.oldList[i]; local [all...] |
| /external/openssl/ssl/ |
| s3_clnt.c | 3222 int i,idx; local [all...] |
| s3_srvr.c | 3122 int idx; local [all...] |
| /external/wpa_supplicant_8/wpa_supplicant/dbus/ |
| dbus_new_handlers.c | 643 int idx = wpa_debug_level; local 645 if (idx < 0) 646 idx = 0; 647 if (idx > 5) 648 idx = 5; 649 str = debug_strings[idx]; [all...] |
| /external/chromium/chrome/browser/ui/gtk/bookmarks/ |
| bookmark_bar_gtk.cc | 743 int idx = model_->GetBookmarkBarNode()->GetIndexOf(parent_on_bb); local 745 if (hidden >= 0 && hidden <= idx) { 749 GTK_TOOLBAR(bookmark_toolbar_.get()), idx))); [all...] |
| /external/e2fsprogs/lib/blkid/ |
| probe.c | 1506 int idx; local [all...] |
| /external/freetype/src/truetype/ |
| ttinterp.c | [all...] |
| /external/icu4c/common/ |
| utrie2_builder.c | 865 findSameIndex2Block(const int32_t *idx, int32_t index2Length, int32_t otherBlock) { 872 if(equal_int32(idx+block, idx+otherBlock, UTRIE2_INDEX_2_BLOCK_LENGTH)) { [all...] |
| /external/llvm/lib/CodeGen/ |
| MachineVerifier.cpp | 739 SlotIndex Idx = LiveInts->getInstructionIndex(MI); 740 if (MI->mayLoad() && !LI.liveAt(Idx.getRegSlot(true))) { 744 if (MI->mayStore() && !LI.liveAt(Idx.getRegSlot())) { 881 SlotIndex idx = Indexes->getInstructionIndex(MI); local 882 if (!(idx > lastIndex)) { 886 lastIndex = idx; [all...] |
| /external/opencv/ml/include/ |
| ml.h | 649 #define CV_DTREE_CAT_DIR(idx,subset) \ 650 (2*((subset[(idx)>>5]&(1 << ((idx) & 31)))==0)-1) [all...] |
| /external/wpa_supplicant_8/src/drivers/ |
| driver_bsd.c | 644 bsd_get_seqnum(const char *ifname, void *priv, const u8 *addr, int idx, 649 wpa_printf(MSG_DEBUG, "%s: addr=%s idx=%d", 650 __func__, ether_sprintf(addr), idx); 657 wk.ik_keyix = idx; [all...] |
| /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
| peers.cpp | 179 QModelIndex idx = peers->indexAt(pos); 180 if (idx.isValid()) { 181 ctx_item = model.itemFromIndex(idx); [all...] |
| /hardware/ti/wlan/wl1271/wpa_supplicant_lib/ |
| driver_ti.c | 1012 int idx, u32 value) 1019 iwr.u.param.flags = idx & IW_AUTH_INDEX; 1025 idx, value); [all...] |
| /dalvik/dx/src/com/android/dx/dex/code/ |
| Dops.java | 1183 int idx = opcode - Opcodes.MIN_VALUE; local 1240 int idx = opcode.getOpcode() - Opcodes.MIN_VALUE; local [all...] |
| /external/chromium/net/base/ |
| cookie_monster.cc | 262 size_t idx = url_path.find_last_of('/'); local 265 if (idx == 0 || idx == std::string::npos) 269 return url_path.substr(0, idx); [all...] |
| /external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
| Dops.java | 1381 int idx = opcode - Opcodes.MIN_VALUE; local 1438 int idx = opcode.getOpcode() - Opcodes.MIN_VALUE; local [all...] |
| /external/dexmaker/src/dx/java/com/android/dx/io/ |
| OpcodeInfo.java | 1380 int idx = opcode - Opcodes.MIN_VALUE; local 1423 int idx = opcode.getOpcode() - Opcodes.MIN_VALUE; local [all...] |