| /third_party/python/Lib/test/ |
| H A D | test_uuid.py | 332 def check(actual, expected): function 347 def check(actual, expected): function
|
| H A D | test_complex.py | 167 def check(n, deltas, is_equal, imag = 0.0): function [all...] |
| H A D | test_cmath.py | 422 def check(arg, expected): function [all...] |
| H A D | test_strptime.py | 599 def check(value, format, *expected): function [all...] |
| H A D | test_int.py | 561 def check(s, base=None): function 635 def check(self, i, base=None): global() member in IntStrDigitLimitsTests [all...] |
| /third_party/python/Lib/tkinter/test/test_tkinter/ |
| H A D | test_geometry_managers.py | 45 def check(anchor, geom): function 78 def check(*geoms): global() function 119 def check(geom1, geom2, **kwargs): global() function 161 def check(geom1, geom2, **kwargs): global() function 203 def check(side, geom1, geom2): global() function [all...] |
| /third_party/selinux/libsepol/src/ |
| H A D | module.c | 995 sepol_expand_module(sepol_handle_t * handle, sepol_policydb_t * base, sepol_policydb_t * out, int verbose, int check) sepol_expand_module() argument
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fFboCompletenessTests.cpp | 211 void ES3Checker::check (GLenum attPoint, const Attachment& att, const Image* image) in check() function in deqp::gles3::Functional::ES3Checker
|
| /third_party/vk-gl-cts/scripts/khr_util/ |
| H A D | registry.py | 425 def check(v): return False function 427 def check(v): return True function 429 def check(v): return v <= version function
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fFboCompletenessTests.cpp | 261 void ES2Checker::check (GLenum attPoint, const Attachment& att, const Image* image) in check() function in deqp::gles2::Functional::ES2Checker
|
| /third_party/zlib/ |
| H A D | inflate.h | 92 unsigned long check; /* protected copy of check value */ member
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| H A D | run_js_test.py | 220 def check(is_degraded_str, ark_divide_v_8, ark_divide_v_8_with_jitless, ws):
function [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | inst.cpp | 939 auto check = inst->CastToHclassCheck(); in ExtendFlags() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | ntype_hcr_lowering.cpp | 151 GateRef check = builder_.BitAnd(builder_.Equal(actualArgc, expectedArgc), in LowerCreateArguments() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | arithmetic.cpp | 1036 auto check = checkMap[operationType]; in CheckArithmeticOperations() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
| H A D | checkboxgroup_pattern.cpp | 258 void CheckBoxGroupPattern::UpdateUIStatus(bool check) in UpdateUIStatus() argument
|
| /foundation/barrierfree/accessibility/frameworks/asacfwk/src/ |
| H A D | accessibility_system_ability_client_impl.cpp | 381 bool check = false; in GetAbilityList() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
| H A D | cjson_parser.cpp | 355 bool check = true; in GetWinFiles() local 381 bool check = true; in GetFiles() local
|
| /foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/ |
| H A D | file_trash_n_exporter.cpp | 388 bool check = (statEntity.stat_.st_mode & S_IFMT) == S_IFDIR;
in GenerateFileInfoEntity() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
| H A D | metadata_stream_test.cpp | 77 bool check = true; member in OHOS::Media::MemoryCheck
|
| /foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
| H A D | sendable_image_napi.cpp | 544 static inline bool IsEqual(const int32_t& check, ImageFormat format)
in IsEqual() argument 548 static inline bool IsEqual(const int32_t& check, ComponentType type)
in IsEqual() argument
|
| /foundation/multimedia/image_framework/frameworks/kits/js/common/ |
| H A D | image_napi.cpp | 553 static inline bool IsEqual(const int32_t& check, ImageFormat format) in IsEqual() argument 557 static inline bool IsEqual(const int32_t& check, ComponentType type) in IsEqual() argument
|
| /test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
| H A D | image_receiver_test.cpp | 121 bool check(uintptr_t ptr) in check() function in OHOS::Media::MyMap 134 bool check(int32_t key) in check() function in OHOS::Media::MyMap
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | motion_est_template.c | 405 #define check(x,y,S,v)\ macro
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | formats.c | 94 merge_formats_internal(AVFilterFormats *a, AVFilterFormats *b, enum AVMediaType type, int check) merge_formats_internal() argument 183 merge_samplerates_internal(AVFilterFormats *a, AVFilterFormats *b, int check) merge_samplerates_internal() argument [all...] |