Searched defs:container (Results 1 – 16 of 16) sorted by relevance
| /art/libartbase/base/ |
| D | stl_util.h | 62 void STLDeleteElements(T *container) { in STLDeleteElements() 96 size_t IndexOfElement(const Container& container, const T& value) { in IndexOfElement() 104 void RemoveElement(Container& container, const T& value) { in RemoveElement() 112 void ReplaceElement(Container& container, const T& old_value, const T& new_value) { in ReplaceElement() 129 bool ContainsElement(const std::set<T>& container, const T& value) { in ContainsElement()
|
| D | transform_array_ref.h | 173 ArrayRef<ValueType> container, Function f) { in MakeTransformArrayRef() 179 Container& container, Function f) { in MakeTransformArrayRef() 186 const Container& container, Function f) { in MakeTransformArrayRef()
|
| /art/libdexfile/dex/ |
| D | compact_dex_file.cc | 91 std::shared_ptr<DexFileContainer> container) in CompactDexFile()
|
| D | standard_dex_file.h | 121 std::shared_ptr<DexFileContainer> container) in StandardDexFile()
|
| D | dex_file_loader.cc | 351 std::unique_ptr<DexFile> DexFileLoader::OpenCommon(std::shared_ptr<DexFileContainer> container, in OpenCommon() 458 auto container = std::make_shared<MemMapContainer>(std::move(map), is_file_map); in OpenFromZipEntry() local
|
| D | dex_file_loader.h | 115 DexFileLoader(std::shared_ptr<DexFileContainer> container, const std::string& location) in DexFileLoader()
|
| D | dex_file.cc | 97 std::shared_ptr<DexFileContainer> container, in DexFile() 189 DexFileContainer* container) { in GetDataRange()
|
| D | dex_file_verifier_test.cc | 62 auto container = std::make_shared<MemoryDexFileContainer>(dex_bytes, length); in GetDexFile() local
|
| /art/dexlayout/ |
| D | compact_dex_writer.cc | 385 Container* const container = down_cast<Container*>(output); in Write() local
|
| D | dexlayout.cc | 2159 DexContainer* const container = dex_container->get(); in OutputDexFile() local 2251 auto container = std::make_unique<DexLoaderContainer>( in ProcessDexFile() local
|
| D | dexlayout_test.cc | 806 auto container = std::make_unique<DexLoaderContainer>(out->GetMainSection()->Begin(), in TEST_F() local
|
| D | dex_writer.cc | 961 std::unique_ptr<DexContainer>* container, in Output()
|
| /art/compiler/optimizing/ |
| D | optimizing_unit_test.h | 244 auto container = variable
|
| /art/runtime/ |
| D | transaction.cc | 372 void UpdateKeys(const MovingRoots& moving_roots, Container& container) { in UpdateKeys()
|
| D | class_linker_test.cc | 1546 auto container = in TEST_F() local
|
| /art/dex2oat/linker/ |
| D | oat_writer.cc | 3192 const DexFileContainer* container = oat_dex_file.GetDexFile()->GetContainer(); in WriteDexFiles() local
|