HomeSort by relevance Sort by last modified time
    Searched defs:lsi (Results 1 - 9 of 9) sorted by null

  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Analyzer.java 209 LookupSwitchInsnNode lsi = (LookupSwitchInsnNode) insnNode; local
210 int jump = insns.indexOf(lsi.dflt);
213 for (int j = 0; j < lsi.labels.size(); ++j) {
214 LabelNode label = (LabelNode) lsi.labels.get(j);
  /bionic/linker/
linker.cpp 482 static ElfW(Sym)* soinfo_do_lookup(soinfo* si, const char* name, soinfo** lsi, soinfo* needed[]) {
495 *lsi = si;
503 *lsi = g_ld_preloads[i];
521 *lsi = somain;
529 *lsi = g_ld_preloads[i];
547 *lsi = si;
561 *lsi = somain;
569 *lsi = g_ld_preloads[i];
582 *lsi = needed[i];
592 (*lsi)->name, reinterpret_cast<void*>((*lsi)->base)
937 soinfo* lsi; local
1201 soinfo* lsi; local
1428 soinfo* lsi; local
1910 soinfo* lsi = find_library(g_ld_preload_names[i], 0, NULL); local
1928 soinfo* lsi = find_library(library_name, 0, NULL); local
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 703 SymbolTableMap::const_iterator lsi = Symbols.find(TargetName.data()); local
704 if (lsi != Symbols.end()) {
705 Value.SectionID = lsi->second.first;
706 Value.Addend = lsi->second.second + Addend;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 1507 milliseconds