/external/perfetto/src/base/test/ |
vm_test_utils.h | 26 bool IsMapped(void* start, size_t size);
|
vm_test_utils.cc | 33 bool IsMapped(void* start, size_t size) {
|
/external/perfetto/src/tracing/ipc/ |
posix_shared_memory_unittest.cc | 51 ASSERT_TRUE(base::vm_test_utils::IsMapped(shm_start, shm_size)); 54 ASSERT_FALSE(base::vm_test_utils::IsMapped(shm_start, shm_size)); 86 ASSERT_FALSE(base::vm_test_utils::IsMapped(shm_start, shm_size));
|
/external/perfetto/src/base/ |
page_allocator_unittest.cc | 47 ASSERT_TRUE(vm_test_utils::IsMapped(ptr_raw, kSize)); 50 ASSERT_FALSE(vm_test_utils::IsMapped(ptr_raw, kSize));
|
/frameworks/native/libs/vr/libdisplay/include/private/dvr/ |
shared_buffer_helpers.h | 34 bool IsMapped() const { return Address() != nullptr; } 109 if (IsMapped() == false) { 114 if (IsMapped()) {
|
/frameworks/native/libs/vr/libdisplay/ |
shared_buffer_helpers.cpp | 31 if (IsMapped()) {
|
/frameworks/native/libs/vr/libvrsensor/ |
pose_client.cpp | 271 } else if (vsync_pose_buffer_->IsMapped() == false) { 275 if (vsync_pose_buffer_->IsMapped()) {
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/ |
HeaderSearch.h | 379 /// \param IsMapped If non-null, and the search involved header maps, set to 387 bool *IsMapped, bool SkipCache = false, bool BuildSystemModule = false);
|
Preprocessor.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/ |
HeaderSearch.h | 379 /// \param IsMapped If non-null, and the search involved header maps, set to 387 bool *IsMapped, bool SkipCache = false, bool BuildSystemModule = false);
|
Preprocessor.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/ |
HeaderSearch.h | 379 /// \param IsMapped If non-null, and the search involved header maps, set to 387 bool *IsMapped, bool SkipCache = false, bool BuildSystemModule = false);
|
Preprocessor.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/ |
HeaderSearch.h | 379 /// \param IsMapped If non-null, and the search involved header maps, set to 387 bool *IsMapped, bool SkipCache = false, bool BuildSystemModule = false);
|
Preprocessor.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/ |
HeaderSearch.h | 379 /// \param IsMapped If non-null, and the search involved header maps, set to 387 bool *IsMapped, bool SkipCache = false, bool BuildSystemModule = false);
|
Preprocessor.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/ |
HeaderSearch.h | 379 /// \param IsMapped If non-null, and the search involved header maps, set to 387 bool *IsMapped, bool SkipCache = false, bool BuildSystemModule = false);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/ |
HeaderSearch.h | 379 /// \param IsMapped If non-null, and the search involved header maps, set to 387 bool *IsMapped, bool SkipCache = false, bool BuildSystemModule = false);
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/ |
HeaderSearch.h | 379 /// \param IsMapped If non-null, and the search involved header maps, set to 387 bool *IsMapped, bool SkipCache = false, bool BuildSystemModule = false);
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/ |
HeaderSearch.h | 379 /// \param IsMapped If non-null, and the search involved header maps, set to 387 bool *IsMapped, bool SkipCache = false, bool BuildSystemModule = false);
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/ |
HeaderSearch.h | 379 /// \param IsMapped If non-null, and the search involved header maps, set to 387 bool *IsMapped, bool SkipCache = false, bool BuildSystemModule = false);
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/ |
HeaderSearch.h | 379 /// \param IsMapped If non-null, and the search involved header maps, set to 387 bool *IsMapped, bool SkipCache = false, bool BuildSystemModule = false);
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/ |
HeaderSearch.h | 379 /// \param IsMapped If non-null, and the search involved header maps, set to 387 bool *IsMapped, bool SkipCache = false, bool BuildSystemModule = false);
|
/frameworks/native/libs/vr/libvrflinger/ |
hardware_composer.cpp | 574 if (vsync_ring_->IsMapped() == false) { [all...] |