Home
last modified time | relevance | path

Searched refs:equal (Results 201 - 225 of 1687) sorted by relevance

12345678910>>...68

/third_party/ffmpeg/libavfilter/
H A Df_metadata.c116 { "equal", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = METADATAF_EQUAL }, 0, 3, FLAGS, "function" }, \
144 static int equal(MetadataContext *s, const char *value1, const char *value2) in equal() function
241 s->compare = equal; in init()
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info.tex54 \Var{format} is equal to \Const{UNW\_INFO\_FORMAT\_DYNAMIC}. If the
56 equal to to \Const{UNW\_INFO\_FORMAT\_TABLE}. All other values are
/third_party/node/lib/internal/assert/
H A Dassertion_error.js32 deepStrictEqual: 'Expected values to be strictly deep-equal:',
33 strictEqual: 'Expected values to be strictly equal:',
34 strictEqualObject: 'Expected "actual" to be reference-equal to "expected":',
35 deepEqual: 'Expected values to be loosely deep-equal:',
36 notDeepStrictEqual: 'Expected "actual" not to be strictly deep-equal to:',
39 'Expected "actual" not to be reference-equal to "expected":',
40 notDeepEqual: 'Expected "actual" not to be loosely deep-equal to:',
41 notIdentical: 'Values have same structure but are not reference-equal:',
42 notDeepEqualUnequal: 'Expected values not to be loosely deep-equal:',
93 // reference equal fo
[all...]
/third_party/node/deps/npm/test/lib/commands/
H A Dfund.js366 t.equal(joinedOutput(), '')
523 t.equal(joinedOutput(), '', 'no output')
/third_party/skia/src/gpu/
H A DGrAHardwareBufferUtils.cpp512 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts); in can_import_protected_content_eglimpl() local
518 return equal || atStart || atEnd || inMiddle; in can_import_protected_content_eglimpl()
/third_party/python/Lib/lib2to3/tests/
H A Dtest_refactor.py168 def print_output(self, old_text, new_text, filename, equal):
169 results.extend([old_text, new_text, filename, equal])
/third_party/skia/gm/
H A Dsurface.cpp125 static bool equal(const SkSurfaceProps& a, const SkSurfaceProps& b) { in equal() function
160 SkASSERT(equal(surf->props(), surf2->props()));
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3003 TCU_THROW(NotSupportedError, string("Vulkan higher than or equal to " + getVulkanName(getMinRequiredVulkanVersion(instance.resources.spirvVersion)) + " is required for this test to run").c_str()); in runAndVerifyDefaultPipeline()
4487 bool equal = true; in runAndVerifyDefaultPipeline() local
4496 equal = false; in runAndVerifyDefaultPipeline()
4505 equal = false; in runAndVerifyDefaultPipeline()
4514 equal = false; in runAndVerifyDefaultPipeline()
4523 equal = false; in runAndVerifyDefaultPipeline()
4534 equal = false; in runAndVerifyDefaultPipeline()
4543 equal = false; in runAndVerifyDefaultPipeline()
4553 equal = false; in runAndVerifyDefaultPipeline()
4562 equal in runAndVerifyDefaultPipeline()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3000 TCU_THROW(NotSupportedError, string("Vulkan higher than or equal to " + getVulkanName(getMinRequiredVulkanVersion(instance.resources.spirvVersion)) + " is required for this test to run").c_str()); in runAndVerifyDefaultPipeline()
4484 bool equal = true; in runAndVerifyDefaultPipeline() local
4493 equal = false; in runAndVerifyDefaultPipeline()
4502 equal = false; in runAndVerifyDefaultPipeline()
4511 equal = false; in runAndVerifyDefaultPipeline()
4520 equal = false; in runAndVerifyDefaultPipeline()
4531 equal = false; in runAndVerifyDefaultPipeline()
4540 equal = false; in runAndVerifyDefaultPipeline()
4550 equal = false; in runAndVerifyDefaultPipeline()
4559 equal in runAndVerifyDefaultPipeline()
[all...]
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_state_observer.cpp192 HILOG_ERROR("found equal callback"); in RegisterFormAddCallback()
221 HILOG_ERROR("found equal callback"); in RegisterFormRemoveCallback()
258 HILOG_INFO("equal callback"); in DelFormAddCallbackByBundle()
309 HILOG_INFO("equal callback"); in DelFormRemoveCallbackByBundle()
689 bool equal = false; in RemoveCallback()
693 napi_strict_equals(env, callbackFun, callback, &equal); in RemoveCallback()
695 return equal; in RemoveCallback()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dclatd_packet_converter.cpp269 if (!(std::equal(prefixAddr_.s6_addr, prefixAddr_.s6_addr + CLAT_PREFIX_BYTE_LEN, ip6Header->ip6_src.s6_addr) && in IsV6PacketValid()
271 !(std::equal(prefixAddr_.s6_addr, prefixAddr_.s6_addr + CLAT_PREFIX_BYTE_LEN, ip6Header->ip6_dst.s6_addr) && in IsV6PacketValid()
324 if (std::equal(prefixAddr_.s6_addr, prefixAddr_.s6_addr + CLAT_PREFIX_BYTE_LEN, v6Addr.s6_addr)) { in ConvertV6Address()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_utils.cpp287 bool equal = false; in Convert2Value() local
288 napi_strict_equals(env, jsValue, tempValue, &equal); in Convert2Value()
289 if (equal) { in Convert2Value()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c772 int err, i, equal; in test_core_reloc() local
863 equal = memcmp(data->out, test_case->output, in test_core_reloc()
865 if (CHECK(!equal, "check_result", in test_core_reloc()
/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-array.c645 bvt->equal = block_equal; in dm_array_info_init()
824 (!vt->equal || !vt->equal(vt->context, old_value, value))) { in array_set_value()
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-array.c653 bvt->equal = block_equal; in dm_array_info_init()
834 (!vt->equal || !vt->equal(vt->context, old_value, value))) { in array_set_value()
H A Ddm-btree-spine.c262 vt->equal = le64_equal; in init_le64_type()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c1003 int err, i, equal, fd; in run_core_reloc_tests() local
1117 equal = memcmp(data->out, test_case->output, in run_core_reloc_tests()
1119 if (CHECK(!equal, "check_result", in run_core_reloc_tests()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DBytesTrieTest.java50 byte[] equal=new byte[] { 0x3d }; // "=" in Test00Builder()
51 builder_.add(equal, 1, 0).add(equal, 1, 1); in Test00Builder()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DBytesTrieTest.java48 byte[] equal=new byte[] { 0x3d }; // "=" in Test00Builder()
49 builder_.add(equal, 1, 0).add(equal, 1, 1); in Test00Builder()
/third_party/nghttp2/src/
H A Dshrpx_quic_connection_handler.cc141 !std::equal(std::begin(decrypted_dcid), in handle_packet()
193 if (std::equal(std::begin(decrypted_dcid), in handle_packet()
328 !std::equal(std::begin(decrypted_dcid), in handle_packet()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dconstants-loong64.h546 equal = 6,
563 zero = equal,
564 eq = equal,
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dshader_cache.cpp70 if (!(loaded && std::equal(shaArray.begin(), shaArray.end(), idHash_.begin()))) { in InitShaderCache()
/third_party/node/deps/v8/src/codegen/
H A Dsignature.h59 return std::equal(all().begin(), all().end(), other.all().begin()); in operator ==()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DSubtargetFeature.h149 return std::equal(std::begin(Bits), std::end(Bits), std::begin(RHS.Bits)); in operator ==()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLToken.h25 equal, enumerator

Completed in 34 milliseconds

12345678910>>...68