HomeSort by relevance Sort by last modified time
    Searched refs:GetEntries (Results 1 - 11 of 11) sorted by null

  /external/v8/src/third_party/vtune/
vtune-jit.cc 135 static JitInfoMap* GetEntries() {
208 GetEntries()->find(event->code_start);
209 if (entry != GetEntries()->end() && IsLineInfoTagged(entry->first)) {
230 GetEntries()->erase(event->code_start);
263 GetEntries()->insert(std::pair <void*, void*>(event->code_start, event->user_data));
  /external/libweave/src/
access_black_list_manager.h 38 virtual std::vector<Entry> GetEntries() const = 0;
access_black_list_manager_impl.h 36 std::vector<Entry> GetEntries() const override;
access_api_handler_unittest.cc 39 MOCK_CONST_METHOD0(GetEntries, std::vector<Entry>());
237 EXPECT_CALL(access_manager_, GetEntries()).WillOnce(Return(entries));
access_api_handler.cc 194 for (const auto& e : manager_->GetEntries()) {
access_black_list_manager_impl.cc 148 AccessBlackListManagerImpl::GetEntries() const {
access_black_list_manager_impl_unittest.cc 65 manager_->GetEntries());
  /bionic/tests/libs/
bionic_tests_zipalign.cpp 41 static bool GetEntries(ZipArchiveHandle handle, std::vector<ZipData>* entries) {
70 if (!GetEntries(handle, &entries)) {
  /external/opencv3/3rdparty/include/dshow/
ddraw.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ddraw.h     [all...]
gpmgmt.h     [all...]

Completed in 272 milliseconds