Home
last modified time | relevance | path

Searched refs:takeIndex (Results 1 – 14 of 14) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DMonitorBasedArrayBlockingQueue.java71 int takeIndex; field in MonitorBasedArrayBlockingQueue
116 E x = items[takeIndex]; in extract()
117 items[takeIndex] = null; in extract()
118 takeIndex = inc(takeIndex); in extract()
130 if (i == takeIndex) { in removeAt()
131 items[takeIndex] = null; in removeAt()
132 takeIndex = inc(takeIndex); in removeAt()
348 return items[takeIndex]; in peek()
415 int i = takeIndex; in remove()
445 int i = takeIndex; in contains()
[all …]
/external/llvm/lib/Object/
DModuleSummaryIndexObjectFile.cpp32 std::unique_ptr<ModuleSummaryIndex> ModuleSummaryIndexObjectFile::takeIndex() { in takeIndex() function in ModuleSummaryIndexObjectFile
125 return Obj.takeIndex(); in getModuleSummaryIndexForFile()
/external/llvm/include/llvm/Analysis/
DModuleSummaryAnalysis.h47 std::unique_ptr<ModuleSummaryIndex> takeIndex() { return std::move(Index); } in takeIndex() function
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriterPass.cpp25 Index = ModuleSummaryIndexBuilder(&M).takeIndex(); in run()
/external/llvm/include/llvm/Object/
DModuleSummaryIndexObjectFile.h66 std::unique_ptr<ModuleSummaryIndex> takeIndex();
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp719 return (*ObjOrErr)->takeIndex(); in getModuleSummaryIndexForFile()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp502 auto Index = (*ObjOrErr)->takeIndex(); in linkCombinedIndex()
/external/llvm/tools/gold/
Dgold-plugin.cpp686 return Obj.takeIndex(); in getModuleSummaryIndexForFile()
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...