| /third_party/gn/src/gn/ |
| H A D | innerapis_publicinfo_generator.cc | 89 static bool TraverIncludeDirs(const OhosComponentChecker *checker, const Target *target, const Scope *scope,
in TraverIncludeDirs() argument 106 static bool CheckIncludes(const OhosComponentChecker *checker, const std::string &dir,
in CheckIncludes() argument 203 static std::string GetIncludeDirsInfo(const Config *config, const OhosComponentChecker *checker,
in GetIncludeDirsInfo() argument 224 GetPublicConfigInfo(const PublicConfigInfoParams ¶ms, Scope *scope, const UniqueVector<LabelConfigPair> &configs, const OhosComponentChecker *checker) GetPublicConfigInfo() argument 261 GetPublicConfigsInfo(const Target *target, const std::string &label, Scope *scope, const OhosComponentChecker *checker, Err *err) GetPublicConfigsInfo() argument 278 GetAllDependentConfigsInfo(const Target *target, const std::string &label, Scope *scope, const OhosComponentChecker *checker, Err *err) GetAllDependentConfigsInfo() argument 300 GetPrivateConfigsInfo(const Target *target, const std::string &label, Scope *scope, const OhosComponentChecker *checker, Err *err) GetPrivateConfigsInfo() argument 335 GetPublicDepsInfo(const Target *target, const std::string &label, const OhosComponentChecker *checker, Err *err) GetPublicDepsInfo() argument 463 const OhosComponentChecker *checker = OhosComponentChecker::getInstance(); GeneratedInnerapiPublicInfo() local [all...] |
| /third_party/rust/crates/which-rs/src/ |
| H A D | lib.rs | 17 mod checker; modules
|
| /third_party/python/Modules/_ctypes/ |
| H A D | ctypes.h | 116 PyObject *checker; member 229 PyObject *checker; member
|
| H A D | callproc.c | 969 static PyObject *GetResult(PyObject *restype, void *result, PyObject *checker) in GetResult() argument 1138 _ctypes_callproc(PPROC pProc, PyObject *argtuple, IUnknown *pIunk, GUID *iid, int flags, PyObject *argtypes, PyObject *restype, PyObject *checker) _ctypes_callproc() argument
|
| H A D | _ctypes.c | 3278 PyObject *checker, *oldchecker; in PyCFuncPtr_set_restype() local 4109 PyObject *checker; in PyCFuncPtr_call() local [all...] |
| /third_party/typescript/lib/ |
| H A D | tsc.js | [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | numbers_test.cc | 986 auto checker = [&](double d) { in TEST_F() local [all...] |
| /base/security/huks/frameworks/huks_standard/main/common/src/ |
| H A D | hks_base_check.c | 2470 struct AuthAccessTypeChecker checker = g_expectAuthAccessParams[i];
in HksCheckAuthAccessTypeByUserAuthType() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
| H A D | encode_key2any.c | 1046 key2any_encode(struct key2any_ctx_st *ctx, OSSL_CORE_BIO *cout, const void *key, int type, const char *pemname, check_key_type_fn *checker, key_to_der_fn *writer, OSSL_PASSPHRASE_CALLBACK *pwcb, void *pwcbarg, key_to_paramstring_fn *key2paramstring, i2d_of_void *key2der) key2any_encode() argument
|
| /third_party/openssl/test/ |
| H A D | endecode_test.c | 142 typedef int (checker)(const char *file, const int line, typedef
|
| /third_party/openssl/providers/implementations/encode_decode/ |
| H A D | encode_key2any.c | 1035 key2any_encode(struct key2any_ctx_st *ctx, OSSL_CORE_BIO *cout, const void *key, int type, const char *pemname, check_key_type_fn *checker, key_to_der_fn *writer, OSSL_PASSPHRASE_CALLBACK *pwcb, void *pwcbarg, key_to_paramstring_fn *key2paramstring, i2d_of_void *key2der) key2any_encode() argument
|
| /third_party/python/Objects/ |
| H A D | abstract.c | 2653 PyObject *checker = _PyObject_LookupSpecial(cls, &_Py_ID(__instancecheck__)); in object_recursive_isinstance() local 2712 PyObject *checker; in object_issubclass() local [all...] |