Home
last modified time | relevance | path

Searched defs:check (Results 326 - 350 of 559) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/python/Lib/test/
H A Dtest_uuid.py332 def check(actual, expected): function
347 def check(actual, expected): function
H A Dtest_complex.py167 def check(n, deltas, is_equal, imag = 0.0): function
[all...]
H A Dtest_cmath.py422 def check(arg, expected): function
[all...]
H A Dtest_strptime.py599 def check(value, format, *expected): function
[all...]
H A Dtest_int.py561 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 Dtest_geometry_managers.py45 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 Dmodule.c995 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 Des3fFboCompletenessTests.cpp211 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 Dregistry.py425 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 Des2fFboCompletenessTests.cpp261 void ES2Checker::check (GLenum attPoint, const Attachment& att, const Image* image) in check() function in deqp::gles2::Functional::ES2Checker
/third_party/zlib/
H A Dinflate.h92 unsigned long check; /* protected copy of check value */ member
/arkcompiler/ets_runtime/test/jsperftest/
H A Drun_js_test.py220 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 Dinst.cpp939 auto check = inst->CastToHclassCheck(); in ExtendFlags() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dntype_hcr_lowering.cpp151 GateRef check = builder_.BitAnd(builder_.Equal(actualArgc, expectedArgc), in LowerCreateArguments() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.cpp1036 auto check = checkMap[operationType]; in CheckArithmeticOperations() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_pattern.cpp258 void CheckBoxGroupPattern::UpdateUIStatus(bool check) in UpdateUIStatus() argument
/foundation/barrierfree/accessibility/frameworks/asacfwk/src/
H A Daccessibility_system_ability_client_impl.cpp381 bool check = false; in GetAbilityList() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dcjson_parser.cpp355 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 Dfile_trash_n_exporter.cpp388 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 Dmetadata_stream_test.cpp77 bool check = true; member in OHOS::Media::MemoryCheck
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_napi.cpp544 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 Dimage_napi.cpp553 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 Dimage_receiver_test.cpp121 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 Dmotion_est_template.c405 #define check(x,y,S,v)\ macro
/third_party/ffmpeg/libavfilter/
H A Dformats.c94 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...]

Completed in 29 milliseconds

1...<<11121314151617181920>>...23