Home
last modified time | relevance | path

Searched defs:check_type (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/clang/test/Headers/
H A Dx86_64-apple-macosx-types.cpp20 struct check_type { struct
29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong"); argument
H A Darm64-apple-ios-types.cpp20 struct check_type { struct
29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong"); argument
H A Dthumbv7-apple-ios-types.cpp20 struct check_type { struct
29 static_assert(check_type<bool, 1, 1>::value, "bool is wrong"); argument
/aosp_15_r20/build/
Denvsetup.sh1038 function check_type() { type -t "$1"; } function
1041 function check_type() { type "$1"; } function
/aosp_15_r20/build/make/
H A Denvsetup.sh1038 function check_type() { type -t "$1"; } function
1041 function check_type() { type "$1"; } function
/aosp_15_r20/external/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c13 # define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64) argument
15 # define IS_CRC64(check_type) false argument
60 enum xz_check check_type; member
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/
Dcheck_types.rs6 macro_rules! check_type { macro
/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DTensorMethods.cpp11 void check_type(const TensorBase& tensor, ScalarType type, c10::string_view type_name) { in check_type() function
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dcommand.py134 def check_tlv_request_tlv(command_msg, check_type, tlv_id): argument
583 def assert_contains_tlv(tlvs, check_type, tlv_type): argument
/aosp_15_r20/external/federated-compute/fcp/artifact_building/
H A Dtype_checks.py34 def check_type( function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.coroutines/coroutine.handle/
H A Dvoid_handle.pass.cpp37 void check_type() { in check_type() function
/aosp_15_r20/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/
H A Dvoid_handle.pass.cpp40 void check_type() { in check_type() function
/aosp_15_r20/build/soong/scripts/
H A Dlint_project_xml.py27 def check_action(check_type): argument
/aosp_15_r20/tools/repohooks/rh/
H A Dshell_unittest.py48 def _testData(self, functor, tests, check_type=True): argument
/aosp_15_r20/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.traits/
H A Dpromise_type.pass.cpp52 void check_type() { in check_type() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.coroutines/coroutine.traits/
H A Dpromise_type.pass.cpp49 void check_type() { in check_type() function
/aosp_15_r20/external/coreboot/util/lint/
H A Dkconfig_lint246 sub check_type { subroutine
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DLanguageRuntime.h101 bool check_type) { in GetVTableInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DLanguageRuntime.h101 bool check_type) { in GetVTableInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DLanguageRuntime.h101 bool check_type) { in GetVTableInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DLanguageRuntime.h101 bool check_type) { in GetVTableInfo()
/aosp_15_r20/external/googleapis/google/cloud/binaryauthorization/v1beta1/
H A Dcontinuous_validation_logging.proto117 string check_type = 6; field
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/x509/
H A Dv3_utl.c927 unsigned int flags, int check_type, const char *b, in do_check_string()
976 unsigned int flags, int check_type, char **peername) { in do_x509_check()
/aosp_15_r20/external/boringssl/src/crypto/x509/
H A Dv3_utl.c927 unsigned int flags, int check_type, const char *b, in do_check_string()
976 unsigned int flags, int check_type, char **peername) { in do_x509_check()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_utl.c1010 unsigned int flags, int check_type, const char *b, in do_check_string()
1051 unsigned int flags, int check_type, char **peername) in do_x509_check()

123