Home
last modified time | relevance | path

Searched refs:is_native (Results 1 – 6 of 6) sorted by relevance

/external/libcxxabi/test/native/arm-linux-eabi/
Dlit.local.cfg4 is_native = config.root.host_triple == config.root.target_triple
5 if not is_native or not is_arm_linux_eabi(config.root.host_triple):
/external/llvm-project/libcxxabi/test/native/arm-linux-eabi/
Dlit.local.cfg4 is_native = config.root.host_triple == config.root.target_triple
5 if not is_native or not is_arm_linux_eabi(config.root.host_triple):
/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_vsyscall.c523 bool is_native; in test_emulation() local
542 is_native = (num_vsyscall_traps > 1); in test_emulation()
545 (is_native ? "FAIL" : "OK"), in test_emulation()
546 (is_native ? "native" : "emulated"), in test_emulation()
549 return is_native; in test_emulation()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.h78 bool is_native() const { in is_native() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h9505 bool is_native() const;
9700 inline bool DecoderMethod::is_native() const {
/external/protobuf/php/ext/google/protobuf/
Dupb.h6279 bool is_native() const {