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_apple.cc133 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::__anond495e61a0111::PosixModule
Dlibunwindstack_unwinder_android.cc57 bool IsNative() const override { return true; } in IsNative() function in base::__anon0291019c0111::NonElfModule
Dmodule_cache_win.cc119 bool IsNative() const override { return true; } in IsNative() function in base::__anon6f86d9f50111::WindowsModule
Dnative_unwinder_android.cc69 bool IsNative() const override { return true; } in IsNative() function in base::__anon047632410111::NonElfModule
Dmodule_cache_unittest.cc54 bool IsNative() const override { return is_native_; } in IsNative() function in base::__anon04ed8f870111::IsolatedModule
82 bool IsNative() const override { return is_native_; } in IsNative() function in base::__anon04ed8f870111::FakeModule
Dstack_sampling_profiler_test_util.cc495 bool TestModule::IsNative() const { in IsNative() function in base::TestModule
/external/openthread/src/core/mac/
Dmac_frame.hpp1653 bool IsNative(void) const { return (mFlags & kNativeFlag) != 0; } in IsNative() function in ot::Mac::BeaconPayload