Home
last modified time | relevance | path

Searched defs:IsNative (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_swizzle.h48 int (*IsNative)(rc_opcode opcode, struct rc_src_register reg); member
/external/cronet/base/profiler/
Dmodule_cache_mac.cc131 bool IsNative() const override { return true; } in IsNative() function in base::MacModule
Dmodule_cache_posix.cc115 bool IsNative() const override { return true; } in IsNative() function in base::__anonebae406b0111::PosixModule
Dlibunwindstack_unwinder_android.cc57 bool IsNative() const override { return true; } in IsNative() function in base::__anon343dd78d0111::NonElfModule
Dmodule_cache_win.cc119 bool IsNative() const override { return true; } in IsNative() function in base::__anon5d726c060111::WindowsModule
Dmodule_cache_unittest.cc54 bool IsNative() const override { return is_native_; } in IsNative() function in base::__anon168c14380111::IsolatedModule
82 bool IsNative() const override { return is_native_; } in IsNative() function in base::__anon168c14380111::FakeModule
Dnative_unwinder_android.cc56 bool IsNative() const override { return true; } in IsNative() function in base::__anonf7c8a7320111::NonElfModule
Dstack_sampling_profiler_test_util.cc494 bool TestModule::IsNative() const { in IsNative() function in base::TestModule
/external/openthread/src/core/mac/
Dmac_frame.hpp1543 bool IsNative(void) const { return (mFlags & kNativeFlag) != 0; } in IsNative() function in ot::Mac::BeaconPayload