/test/xts/acts/startup_lite/syspara_hal/src/ |
H A D | parameter_reli_test.c | 60 const char* value1 = GetDeviceType(); variable 61 AssertNotEmpty(value1); variable 66 TEST_ASSERT_EQUAL_STRING(value1, value2); 77 const char* value1 = GetManufacture(); variable 78 AssertNotEmpty(value1); variable 83 TEST_ASSERT_EQUAL_STRING(value1, value2); 94 const char* value1 = GetBrand(); variable 95 AssertNotEmpty(value1); variable 100 TEST_ASSERT_EQUAL_STRING(value1, value2); 111 const char* value1 variable 112 AssertNotEmpty(value1); global() variable 128 const char* value1 = GetProductSeries(); global() variable 129 AssertNotEmpty(value1); global() variable 145 const char* value1 = GetProductModel(); global() variable 146 AssertNotEmpty(value1); global() variable 162 const char* value1 = GetHardwareModel(); global() variable 163 AssertNotEmpty(value1); global() variable 179 const char* value1 = GetHardwareProfile(); global() variable 180 AssertNotEmpty(value1); global() variable 196 const char* value1 = GetSerial(); global() variable 216 const char* value1 = GetOSFullName(); global() variable 217 AssertNotEmpty(value1); global() variable 233 const char* value1 = GetDisplayVersion(); global() variable 234 AssertNotEmpty(value1); global() variable 250 const char* value1 = GetBootloaderVersion(); global() variable 251 AssertNotEmpty(value1); global() variable 267 const char* value1 = GetSecurityPatchTag(); global() variable 268 AssertNotEmpty(value1); global() variable 284 const char* value1 = GetAbiList(); global() variable 285 AssertNotEmpty(value1); global() variable 301 int value1 = GetFirstApiVersion(); global() variable 302 TEST_ASSERT_NOT_NULL(&value1); global() variable 319 const char* value1 = GetIncrementalVersion(); global() variable 320 AssertNotEmpty(value1); global() variable 336 const char* value1 = GetVersionId(); global() variable 337 AssertNotEmpty(value1); global() variable 353 const char* value1 = GetBuildType(); global() variable 354 AssertNotEmpty(value1); global() variable 370 const char* value1 = GetBuildUser(); global() variable 371 AssertNotEmpty(value1); global() variable 387 const char* value1 = GetBuildHost(); global() variable 388 AssertNotEmpty(value1); global() variable 404 const char* value1 = GetBuildTime(); global() variable 405 AssertNotEmpty(value1); global() variable 421 const char* value1 = GetBuildRootHash(); global() variable 422 TEST_ASSERT_NOT_NULL(value1); global() variable 438 const char* value1 = GetSoftwareModel(); global() variable 439 AssertNotEmpty(value1); global() variable 455 int value1 = GetSdkApiVersion(); global() variable 456 TEST_ASSERT_NOT_NULL(&value1); global() variable [all...] |
H A D | parameter_func_test.c | 135 char value1[] = "set with key = 31"; variable 136 ret = SetParameter(key1, value1); 207 char value1[] = "set with key = 32"; variable 208 ret = SetParameter(key1, value1); 288 char value1[] = variable 291 ret = SetParameter(key1, value1); 450 char value1[MAX_LEN] = {0}; variable 452 ret = GetParameter(key1, g_defSysParam, value1, MAX_LEN); 454 TEST_ASSERT_EQUAL_STRING(rightVal1, value1); 699 char value1[MAX_LE variable [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_parser.c | 64 parse_vs_draw(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_draw() argument 66 if ((*value1 == 0x00000000) && (*value2 == 0x00000000)) in parse_vs_draw() 70 (*value1 & 0xff000000) >> 24 | (*value2 & 0x000000ff) << 8, in parse_vs_draw() 71 (*value1 & 0x00000001) ? "true" : "false"); in parse_vs_draw() 75 parse_vs_shader_info(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_shader_info() argument 78 (*value1 & 0xfff00000) >> 20, in parse_vs_shader_info() 79 (((*value1 & 0x000fffff) >> 10) + 1) << 4); in parse_vs_shader_info() 83 parse_vs_unknown1(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_unknown1() argument 89 parse_vs_varying_attribute_count(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_varying_attribute_count() argument 92 ((*value1 in parse_vs_varying_attribute_count() 96 parse_vs_attributes_address(FILE *fp, uint32_t *value1, uint32_t *value2) parse_vs_attributes_address() argument 103 parse_vs_varyings_address(FILE *fp, uint32_t *value1, uint32_t *value2) parse_vs_varyings_address() argument 110 parse_vs_uniforms_address(FILE *fp, uint32_t *value1, uint32_t *value2) parse_vs_uniforms_address() argument 117 parse_vs_shader_address(FILE *fp, uint32_t *value1, uint32_t *value2) parse_vs_shader_address() argument 124 parse_vs_semaphore(FILE *fp, uint32_t *value1, uint32_t *value2) parse_vs_semaphore() argument 139 parse_vs_unknown2(FILE *fp, uint32_t *value1, uint32_t *value2) parse_vs_unknown2() argument 145 parse_vs_continue(FILE *fp, uint32_t *value1, uint32_t *value2) parse_vs_continue() argument 153 uint32_t *value1; lima_parse_vs() local 196 parse_plbu_block_step(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_block_step() argument 205 parse_plbu_tiled_dimensions(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_tiled_dimensions() argument 213 parse_plbu_block_stride(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_block_stride() argument 219 parse_plbu_array_address(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_array_address() argument 226 parse_plbu_viewport_left(FILE *fp, float *value1, uint32_t *value2) parse_plbu_viewport_left() argument 232 parse_plbu_viewport_right(FILE *fp, float *value1, uint32_t *value2) parse_plbu_viewport_right() argument 238 parse_plbu_viewport_bottom(FILE *fp, float *value1, uint32_t *value2) parse_plbu_viewport_bottom() argument 244 parse_plbu_viewport_top(FILE *fp, float *value1, uint32_t *value2) parse_plbu_viewport_top() argument 250 parse_plbu_semaphore(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_semaphore() argument 261 parse_plbu_primitive_setup(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_primitive_setup() argument 273 parse_plbu_rsw_vertex_array(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_rsw_vertex_array() argument 281 parse_plbu_scissors(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_scissors() argument 293 parse_plbu_unknown_1(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_unknown_1() argument 299 parse_plbu_low_prim_size(FILE *fp, float *value1, uint32_t *value2) parse_plbu_low_prim_size() argument 305 parse_plbu_depth_range_near(FILE *fp, float *value1, uint32_t *value2) parse_plbu_depth_range_near() argument 311 parse_plbu_depth_range_far(FILE *fp, float *value1, uint32_t *value2) parse_plbu_depth_range_far() argument 317 parse_plbu_indexed_dest(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_indexed_dest() argument 323 parse_plbu_indexed_pt_size(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_indexed_pt_size() argument 329 parse_plbu_indices(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_indices() argument 335 parse_plbu_draw_arrays(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_draw_arrays() argument 351 parse_plbu_draw_elements(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_draw_elements() argument 362 parse_plbu_continue(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_continue() argument 368 parse_plbu_end(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_end() argument 376 uint32_t *value1; lima_parse_plbu() local [all...] |
/kernel/linux/linux-5.10/arch/mips/bcm47xx/ |
H A D | board.c | 15 const char *value1; member 20 const char *value1; member 26 const char *value1; member 238 for (e1 = bcm47xx_board_list_model_name; e1->value1; e1++) { in bcm47xx_board_get_nvram() 239 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram() 245 for (e1 = bcm47xx_board_list_hardware_version; e1->value1; e1++) { in bcm47xx_board_get_nvram() 246 if (strstarts(buf1, e1->value1)) in bcm47xx_board_get_nvram() 253 for (e2 = bcm47xx_board_list_hw_version_num; e2->value1; e2++) { in bcm47xx_board_get_nvram() 254 if (!strstarts(buf1, e2->value1) && in bcm47xx_board_get_nvram() 261 for (e1 = bcm47xx_board_list_productid; e1->value1; e in bcm47xx_board_get_nvram() [all...] |
/test/xts/acts/distributeddatamgr_lite/dbm_kv_store_hal/src/ |
H A D | dbm_kv_store_func_test.c | 96 } value, value1; in PutKVs() local 120 memset_s(&value1, sizeof(value1), 0, sizeof(value1)); in PutKVs() 122 status = DBM_Get(g_KVStoreHandle, keytemp, &value1, sizeof(value1), &realValLen); in PutKVs() 125 TEST_ASSERT_EQUAL_INT(sizeof(value1), realValLen); in PutKVs() 126 TEST_ASSERT_EQUAL_INT(value1.num, value.num); in PutKVs() 127 TEST_ASSERT_EQUAL_STRING(value1.content, value.content); in PutKVs() 128 TEST_ASSERT_EQUAL_MEMORY(&value1, in PutKVs() 149 } value, value1; GetKVs() local 610 } value, value1; global() variable 643 } value, value1; global() variable 676 } value, value1, value2; global() variable 740 } value, value1; global() variable 870 char value1[] = "Two tigers Two tigers two tiger running so fast \\ global() variable [all...] |
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | kernel_repeated_test.js | 470 const value1 = 1; 482 0x3F, // value1 502 0x00, // value1 524 0x3F, // value1 544 0x00, // value1 585 expectEqualToArray(list, [value1, value2]); 600 accessor.addUnpackedDoubleElement(1, value1); 605 expectEqualToArray(list1, [value1]); 606 expectEqualToArray(list2, [value1, value2]); 612 accessor.addUnpackedDoubleIterable(1, [value1]); [all...] |
/kernel/linux/linux-6.6/arch/mips/bcm47xx/ |
H A D | board.c | 15 const char *value1; member 20 const char *value1; member 26 const char *value1; member 246 for (e1 = bcm47xx_board_list_model_name; e1->value1; e1++) { in bcm47xx_board_get_nvram() 247 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram() 253 for (e1 = bcm47xx_board_list_hardware_version; e1->value1; e1++) { in bcm47xx_board_get_nvram() 254 if (strstarts(buf1, e1->value1)) in bcm47xx_board_get_nvram() 261 for (e2 = bcm47xx_board_list_hw_version_num; e2->value1; e2++) { in bcm47xx_board_get_nvram() 262 if (!strstarts(buf1, e2->value1) && in bcm47xx_board_get_nvram() 269 for (e1 = bcm47xx_board_list_productid; e1->value1; e in bcm47xx_board_get_nvram() [all...] |
/kernel/liteos_a/testsuites/unittest/common/include/ |
H A D | iCunit.h | 148 #define ICUNIT_ASSERT_TWO_EQUAL(param, value1, value2, retcode) \ 150 if (((param) != (value1)) && ((param) != (value2))) { \ 151 EXPECT_EQ((long)(value1), (long)(param)); \ 158 * 判断param等于value1或value2,不等则跳转到label处 160 #define ICUNIT_GOTO_TWO_EQUAL(param, value1, value2, retcode, label) \ 162 if (((param) != (value1)) && ((param) != (value2))) { \ 179 * 断言param不在value1和value2之间就return 181 #define ICUNIT_ASSERT_WITHIN_EQUAL(param, value1, value2, retcode) \ 183 if ((param) < (value1) || (param) > (value2)) { \ 184 EXPECT_GE((long)(param), (long)(value1)); \ [all...] |
/third_party/mbedtls/tests/src/ |
H A D | helpers.c | 439 unsigned long long value1, unsigned long long value2) in mbedtls_test_equal() 441 TEST_CF_PUBLIC(&value1, sizeof(value1)); in mbedtls_test_equal() 444 if (value1 == value2) { in mbedtls_test_equal() 461 value1, (long long) value1); in mbedtls_test_equal() 477 unsigned long long value1, unsigned long long value2) in mbedtls_test_le_u() 479 TEST_CF_PUBLIC(&value1, sizeof(value1)); in mbedtls_test_le_u() 482 if (value1 < in mbedtls_test_le_u() 438 mbedtls_test_equal(const char *test, int line_no, const char *filename, unsigned long long value1, unsigned long long value2) mbedtls_test_equal() argument 476 mbedtls_test_le_u(const char *test, int line_no, const char *filename, unsigned long long value1, unsigned long long value2) mbedtls_test_le_u() argument 514 mbedtls_test_le_s(const char *test, int line_no, const char *filename, long long value1, long long value2) mbedtls_test_le_s() argument [all...] |
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | acpi_pm.c | 147 u64 value1, value2; in verify_pmtmr_rate() local 151 value1 = clocksource_acpi_pm.read(&clocksource_acpi_pm); in verify_pmtmr_rate() 154 delta = (value2 - value1) & ACPI_PM_MASK; in verify_pmtmr_rate() 177 u64 value1, value2; in init_acpi_pm_clocksource() local 186 value1 = clocksource_acpi_pm.read(&clocksource_acpi_pm); in init_acpi_pm_clocksource() 189 if (value2 == value1) in init_acpi_pm_clocksource() 191 if (value2 > value1) in init_acpi_pm_clocksource() 193 if ((value2 < value1) && ((value2) < 0xFFF)) in init_acpi_pm_clocksource() 196 value1, value2); in init_acpi_pm_clocksource() 202 value1); in init_acpi_pm_clocksource() [all...] |
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | acpi_pm.c | 148 u64 value1, value2; in verify_pmtmr_rate() local 152 value1 = clocksource_acpi_pm.read(&clocksource_acpi_pm); in verify_pmtmr_rate() 155 delta = (value2 - value1) & ACPI_PM_MASK; in verify_pmtmr_rate() 178 u64 value1, value2; in init_acpi_pm_clocksource() local 187 value1 = clocksource_acpi_pm.read(&clocksource_acpi_pm); in init_acpi_pm_clocksource() 190 if (value2 == value1) in init_acpi_pm_clocksource() 192 if (value2 > value1) in init_acpi_pm_clocksource() 194 if ((value2 < value1) && ((value2) < 0xFFF)) in init_acpi_pm_clocksource() 197 value1, value2); in init_acpi_pm_clocksource() 203 value1); in init_acpi_pm_clocksource() [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | ocfs2_trace.h | 96 TP_PROTO(int value1, int value2), 97 TP_ARGS(value1, value2), 99 __field(int, value1) 103 __entry->value1 = value1; 106 TP_printk("%d %d", __entry->value1, __entry->value2) 115 TP_PROTO(unsigned int value1, int value2), 116 TP_ARGS(value1, value2), 118 __field(unsigned int, value1) 122 __entry->value1 [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | ocfs2_trace.h | 96 TP_PROTO(int value1, int value2), 97 TP_ARGS(value1, value2), 99 __field(int, value1) 103 __entry->value1 = value1; 106 TP_printk("%d %d", __entry->value1, __entry->value2) 115 TP_PROTO(unsigned int value1, int value2), 116 TP_ARGS(value1, value2), 118 __field(unsigned int, value1) 122 __entry->value1 [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | IcuDataTest.java | 60 icuData.add(fooBar, "value1"); in testGetPaths() 61 assertThat(icuData.get(fooBar)).contains(RbValue.of("value1")); in testGetPaths() 82 RbValue value1 = RbValue.of("the", "first", "value"); in addMultiple() 85 icuData.add(fooBar, value1); in addMultiple() 86 assertThat(icuData.get(fooBar)).containsExactly(value1); in addMultiple() 89 assertThat(icuData.get(fooBar)).containsExactly(value1, value2).inOrder(); in addMultiple() 92 icuData.add(fooBar, Arrays.asList(value2, value1)); in addMultiple() 93 assertThat(icuData.get(fooBar)).containsExactly(value1, value2, value2, value1).inOrder(); in addMultiple() 101 RbValue value1 in replace() [all...] |
/test/xts/acts/startup_lite/syspara_posix/src/ |
H A D | ParameterTest.cpp | 97 char value1[] = "set with key = 31"; in HWTEST_F() local 98 ret = SetParameter(key1, value1); in HWTEST_F() 146 char value1[] = "set with key = 96"; in HWTEST_F() local 147 ret = SetParameter(key1, value1); in HWTEST_F() 181 char value1[] = "abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqrstuv11"; in HWTEST_F() local 182 ret = SetParameter(key1, value1); in HWTEST_F() 238 char value1[StartUpLite::MAX_LEN] = {0}; in HWTEST_F() local 239 ret = GetParameter(key1, defSysParam.c_str(), value1, StartUpLite::MAX_LEN); in HWTEST_F() 241 value1[MAX_LEN - 1] = '\0'; in HWTEST_F() 242 EXPECT_STREQ(value1, rightVal in HWTEST_F() 292 char value1[StartUpLite::MAX_LEN] = {0}; HWTEST_F() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | dependentDestructuredVariables.js | 335 value1, 336 test1 = value1.test1, 337 test2 = value1.test2, 338 test3 = value1.test3, 339 test4 = value1.test4, 340 test5 = value1.test5, 341 test6 = value1.test6, 342 test7 = value1.test7, 343 test8 = value1.test8, 344 test9 = value1 [all...] |
H A D | exportImportCanSubstituteConstEnumForValue.js | 52 const value1 = ReExportedEnum.Cancel; 53 console.log(value1); 80 var value1 = 1 /* ReExportedEnum.Cancel */;
81 console.log(value1);
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_metadata.c | 95 const char *value1, const char *value2); 126 static int same_str(MetadataContext *s, const char *value1, const char *value2) in same_str() argument 128 return !strcmp(value1, value2); in same_str() 131 static int starts_with(MetadataContext *s, const char *value1, const char *value2) in starts_with() argument 133 return !strncmp(value1, value2, strlen(value2)); in starts_with() 136 static int ends_with(MetadataContext *s, const char *value1, const char *value2) in ends_with() argument 138 const int len1 = strlen(value1); in ends_with() 141 return !strncmp(value1 + FFMAX(len1 - len2, 0), value2, len2); in ends_with() 144 static int equal(MetadataContext *s, const char *value1, const char *value2) in equal() argument 148 if (sscanf(value1, " in equal() 154 less(MetadataContext *s, const char *value1, const char *value2) less() argument 164 greater(MetadataContext *s, const char *value1, const char *value2) greater() argument 174 parse_expr(MetadataContext *s, const char *value1, const char *value2) parse_expr() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_dict_version.py | 97 value1 = AlwaysEqual() 99 self.assertTrue(value1 == value2) 100 self.assertFalse(value1 != value2) 101 self.assertIsNot(value1, value2) 104 self.check_version_changed(d, d.__setitem__, 'key', value1) 105 self.assertIs(d['key'], value1) 114 self.check_version_changed(d, d.update, key=value1) 115 self.assertIs(d['key'], value1) 125 self.check_version_changed(d, d.setdefault, 'key', 'value1')
|
/kernel/liteos_a/testsuites/kernel/include/ |
H A D | iCunit.h | 303 #define ICUNIT_ASSERT_WITHIN_EQUAL(param, value1, value2, retcode) \ 305 if ((param) < (value1) || (param) > (value2)) { \ 311 #define ICUNIT_ASSERT_WITHIN_EQUAL_VOID(param, value1, value2, retcode) \ 313 if ((param) < (value1) || (param) > (value2)) { \ 319 #define ICUNIT_ASSERT_WITHIN_EQUAL_NULL(param, value1, value2, retcode) \ 321 if ((param) < (value1) || (param) > (value2)) { \ 375 #define ICUNIT_GOTO_EQUAL_IN(param, value1, value2, retcode, label) \ 377 if (((param) != (value1)) && ((param) != (value2))) { \ 391 #define ICUNIT_GOTO_WITHIN_EQUAL(param, value1, value2, retcode, label) \ 393 if ((param) < (value1) || (para [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | LazyFieldLite.java | 153 MessageLite value1 = value; in equals() 155 if (value1 == null && value2 == null) { in equals() 157 } else if (value1 != null && value2 != null) { in equals() 158 return value1.equals(value2); in equals() 159 } else if (value1 != null) { in equals() 160 return value1.equals(other.getValue(value1.getDefaultInstanceForType())); in equals()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/system/ |
H A D | system_ColorFontChange_test.cpp | 36 ArkUI_NumberValue value1[] = {200};
in testRegisterSystemColorModeChangeEvent_001() local 37 ArkUI_AttributeItem item1 = {value1, 1};
in testRegisterSystemColorModeChangeEvent_001() 91 ArkUI_NumberValue value1[] = {200};
in testUnregisterSystemColorModeChangeEvent_002() local 92 ArkUI_AttributeItem item1 = {value1, 1};
in testUnregisterSystemColorModeChangeEvent_002() 141 ArkUI_NumberValue value1[] = {100};
in testRegisterSystemFontStyleChangeEvent_003() local 142 ArkUI_AttributeItem item1 = {value1, 1};
in testRegisterSystemFontStyleChangeEvent_003() 183 ArkUI_NumberValue value1[] = {100};
in testUnregisterSystemFontStyleChangeEvent_004() local 184 ArkUI_AttributeItem item1 = {value1, 1};
in testUnregisterSystemFontStyleChangeEvent_004() 228 ArkUI_NumberValue value1[] = {100};
in testSystemFontStyleEvent_GetFontSizeScale_005() local 229 ArkUI_AttributeItem item1 = {value1, in testSystemFontStyleEvent_GetFontSizeScale_005() 267 ArkUI_NumberValue value1[] = {100}; testSystemFontStyleEvent_GetFontWeightScale_006() local [all...] |
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrcommon.h | 399 UINT_32 value1, in Min() 402 return ((value1 < (value2)) ? (value1) : value2); in Min() 414 INT_32 value1, in Min() 417 return ((value1 < (value2)) ? (value1) : value2); in Min() 429 UINT_32 value1, in Max() 432 return ((value1 > (value2)) ? (value1) : value2); in Max() 444 INT_32 value1, in Max() 398 Min( UINT_32 value1, UINT_32 value2) Min() argument 413 Min( INT_32 value1, INT_32 value2) Min() argument 428 Max( UINT_32 value1, UINT_32 value2) Max() argument 443 Max( INT_32 value1, INT_32 value2) Max() argument [all...] |
/third_party/PyYAML/tests/lib/ |
H A D | test_representer.py | 22 value1 = test_constructor._serialize_value(native1) 26 print(value1) 29 assert value1 == value2, (native1, native2)
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | equivalence_relation.h | 73 // Requires that |value1| and |value2| are already registered in the 75 // |value1| and |value2|. 76 void MakeEquivalent(const T& value1, const T& value2) { in MakeEquivalent() argument 77 assert(Exists(value1) && in MakeEquivalent() 78 "Precondition: value1 must already be registered."); in MakeEquivalent() 83 const T* value1_ptr = *value_set_.find(&value1); in MakeEquivalent() 159 // Returns true if and only if |value1| and |value2| are in the same 162 bool IsEquivalent(const T& value1, const T& value2) const { in IsEquivalent() argument 163 return Find(&value1) == Find(&value2); in IsEquivalent()
|