Home
last modified time | relevance | path

Searched defs:checker (Results 1 - 25 of 26) sorted by relevance

12

/third_party/libunwind/libunwind/tests/
H A DGia64-test-readonly.c44 checker (void) in checker() function
/third_party/musl/src/unistd/
H A Dfaccessat.c14 static int checker(void *p) in checker() function
/third_party/skia/tests/
H A DSkShaperJSONWriterTest.cpp52 auto checker = [&](size_t glyphStartIndex, size_t glyphEndIndex, in DEF_TEST() local
100 auto checker = [&]( in DEF_TEST() local
H A DPromiseImageTest.cpp47 auto checker = static_cast<PromiseTextureChecker*>(self); in Fulfill() local
H A DSRGBReadWritePixelsTest.cpp123 read_and_check_pixels(skiatest::Reporter* reporter, GrDirectContext* dContext, skgpu::SurfaceContext* sc, uint32_t* origData, const SkImageInfo& dstInfo, CheckFn checker, float error, const char* subtestName) read_and_check_pixels() argument
/third_party/skia/modules/skparagraph/tests/
H A DSkShaperJSONWriterTest.cpp52 auto checker = [&](size_t glyphStartIndex, size_t glyphEndIndex, in DEF_TEST() local
100 auto checker = [&]( in DEF_TEST() local
/third_party/rust/crates/regex/tests/
H A Dconsistent.rs114 macro_rules! checker { macros
/third_party/gn/src/gn/
H A Dheader_checker_unittest.cc83 auto checker = CreateChecker(); in TEST_F() local
198 auto checker = CreateChecker(); in TEST_F() local
262 auto checker = CreateChecker(); TEST_F() local
297 auto checker = CreateChecker(); TEST_F() local
341 auto checker = CreateChecker(); TEST_F() local
376 auto checker = CreateChecker(); TEST_F() local
428 auto checker = CreateChecker(); TEST_F() local
460 auto checker = CreateChecker(); TEST_F() local
[all...]
H A Dvisibility.cc122 OhosComponentChecker *checker = OhosComponentChecker::getInstance(); in CheckItemVisibility() local
H A Dinnerapis_publicinfo_generator.cc89 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 &params, 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/clap/src/builder/
H A Ddebug_asserts.rs458 macro_rules! checker { in assert_app_flags() macros
815 macro_rules! checker { in assert_arg_flags() macros
[all...]
/third_party/skia/modules/skparagraph/include/
H A DParagraphCache.h33 void setChecker(std::function<void(ParagraphImpl* impl, const char*, bool)> checker) { in setChecker() argument
/third_party/skia/gm/
H A Dskbug_257.cpp91 SkPaint checker; in DEF_SIMPLE_GM() local
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-dataview-object.c192 ecma_dataview_endiannes_check_t checker; in ecma_dataview_check_little_endian() local
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java568 checkNumberGroupingIsValid( PhoneNumber number, CharSequence candidate, PhoneNumberUtil util, NumberGroupingChecker checker) checkNumberGroupingIsValid() argument
/third_party/python/Doc/tools/
H A Drstlint.py146 def checker(*suffixes, **kwds): function
[all...]
/third_party/rust/crates/which-rs/src/
H A Dlib.rs17 mod checker; modules
/third_party/python/Modules/_ctypes/
H A Dctypes.h116 PyObject *checker; member
229 PyObject *checker; member
H A Dcallproc.c969 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
/third_party/typescript/lib/
H A Dtsc.js[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers_test.cc986 auto checker = [&](double d) { in TEST_F() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c1046 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 Dendecode_test.c142 typedef int (checker)(const char *file, const int line, typedef
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c1035 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 Dabstract.c2653 PyObject *checker = _PyObject_LookupSpecial(cls, &_Py_ID(__instancecheck__)); in object_recursive_isinstance() local
2712 PyObject *checker; in object_issubclass() local
[all...]

Completed in 68 milliseconds

12