| /third_party/mesa3d/src/gallium/drivers/lima/ |
| D | lima_parser.c | 64 parse_vs_draw(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_draw() 75 parse_vs_shader_info(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_shader_info() 83 parse_vs_unknown1(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_unknown1() 89 parse_vs_varying_attribute_count(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_varying_attribute_count() 96 parse_vs_attributes_address(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_attributes_address() 103 parse_vs_varyings_address(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_varyings_address() 110 parse_vs_uniforms_address(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_uniforms_address() 117 parse_vs_shader_address(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_shader_address() 124 parse_vs_semaphore(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_semaphore() 139 parse_vs_unknown2(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_unknown2() [all …]
|
| /third_party/ffmpeg/libavfilter/ |
| D | f_metadata.c | 120 static int same_str(MetadataContext *s, const char *value1, const char *value2) in same_str() 125 static int starts_with(MetadataContext *s, const char *value1, const char *value2) in starts_with() 130 static int ends_with(MetadataContext *s, const char *value1, const char *value2) in ends_with() 138 static int equal(MetadataContext *s, const char *value1, const char *value2) in equal() 148 static int less(MetadataContext *s, const char *value1, const char *value2) in less() 158 static int greater(MetadataContext *s, const char *value1, const char *value2) in greater() 168 static int parse_expr(MetadataContext *s, const char *value1, const char *value2) in parse_expr()
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
| D | IcuDataTest.java | 83 RbValue value2 = RbValue.of("another-value"); in addMultiple() local 102 RbValue value2 = RbValue.of("another-value"); in replace() local
|
| /third_party/typescript/tests/cases/compiler/ |
| D | systemModule15.ts | 34 export var value2 = "v"; variable
|
| D | exportImportCanSubstituteConstEnumForValue.ts | 56 const value2 = DialogButtons.OKCancel; constant
|
| /third_party/spirv-tools/source/fuzz/ |
| D | equivalence_relation.h | 76 void MakeEquivalent(const T& value1, const T& value2) { in MakeEquivalent() 162 bool IsEquivalent(const T& value1, const T& value2) const { in IsEquivalent()
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| D | equivalence_relation.h | 76 void MakeEquivalent(const T& value1, const T& value2) { in MakeEquivalent() 162 bool IsEquivalent(const T& value1, const T& value2) const { in IsEquivalent()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| D | equivalence_relation.h | 76 void MakeEquivalent(const T& value1, const T& value2) { in MakeEquivalent() 162 bool IsEquivalent(const T& value1, const T& value2) const { in IsEquivalent()
|
| /third_party/cef/tests/ceftests/ |
| D | values_unittest.cc | 575 CefRefPtr<CefValue> value2 = value->Copy(); in CreateAndCompareCopy() local 867 CefRefPtr<CefValue> value2 = target_list->GetValue(0); in TEST() local 907 CefRefPtr<CefValue> value2 = target_dict->GetValue(key); in TEST() local 977 CefRefPtr<CefValue> value2 = target_list->GetValue(0); in TEST() local 1038 CefRefPtr<CefValue> value2 = target_dict->GetValue(key); in TEST() local 1129 CefRefPtr<CefValue> value2 = target_list->GetValue(0); in TEST() local 1190 CefRefPtr<CefValue> value2 = target_dict->GetValue(key); in TEST() local 1282 CefRefPtr<CefValue> value2 = target_list->GetValue(0); in TEST() local 1343 CefRefPtr<CefValue> value2 = target_dict->GetValue(key); in TEST() local
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstvalue.c | 629 const GValue * value2) in gst_value_list_or_array_are_compatible() 737 const GValue * value2) in gst_value_list_concat() 843 const GValue * value2) in gst_value_list_merge() 1128 gst_value_compare_value_list (const GValue * value1, const GValue * value2) in gst_value_compare_value_list() 1195 gst_value_compare_value_array (const GValue * value1, const GValue * value2) in gst_value_compare_value_array() 1218 gst_value_compare_g_value_array (const GValue * value1, const GValue * value2) in gst_value_compare_g_value_array() 1453 gst_value_compare_int_range (const GValue * value1, const GValue * value2) in gst_value_compare_int_range() 1702 gst_value_compare_int64_range (const GValue * value1, const GValue * value2) in gst_value_compare_int64_range() 1861 gst_value_compare_double_range (const GValue * value1, const GValue * value2) in gst_value_compare_double_range() 2149 gst_value_compare_fraction_range (const GValue * value1, const GValue * value2) in gst_value_compare_fraction_range() [all …]
|
| D | gstparamspecs.c | 111 const GValue * value2) in _gst_param_fraction_values_cmp() 267 const GValue * value2) in _gst_param_array_values_cmp()
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | referencesForMergedDeclarations.ts | 17 const [type1Def, type1, namespace1Def, namespace1, value1Def, value1, namespace2, type2, value2] = … constant
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/property_access/ |
| D | object_any_type_6.ts | 34 const value2 = obj[0]; constant
|
| /third_party/typescript/tests/baselines/reference/ |
| D | exportImportCanSubstituteConstEnumForValue.js | 54 const value2 = DialogButtons.OKCancel; constant
|
| D | systemModule15.js | 29 export var value2 = "v"; variable
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| D | trie2test.c | 117 uint32_t value, value2; in testTrieGetters() local 523 uint32_t value, value2; in testFrozenTrie() local 767 uint32_t value, value2; in testTrieSerialize() local 1387 uint32_t value1, value2; in testTrie2FromTrie1() local 1406 uint32_t value1, value2; in testTrie2FromTrie1() local
|
| /third_party/iowow/src/json/tests/ |
| D | jbl_test_binn2.c | 216 int64 mul_currency(int64 value1, int64 value2) { in mul_currency() 222 int64 div_currency(int64 value1, int64 value2) { in div_currency() 1893 binn value, value2; in test_binn_iter() local
|
| /third_party/jerryscript/tests/unit-core/ |
| D | test-api-set-and-clear-error-flag.cpp | 208 jerry_value_t value2 = jerry_get_value_from_error (value, false); variable
|
| /third_party/flutter/skia/third_party/externals/sdl/test/ |
| D | testautomation_stdlib.c | 133 char * value2; in stdlib_getsetenv() local
|
| /third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
| D | test_struct_namevalue.c | 96 const char *const*value2; in main() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | TrieTest.java | 286 int value2 = trie.getBMPValue((char)start); in _testTrieRanges() local 303 int value2 = trie.getCodePointValue(start); in _testTrieRanges() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | TrieTest.java | 283 int value2 = trie.getBMPValue((char)start); in _testTrieRanges() local 300 int value2 = trie.getCodePointValue(start); in _testTrieRanges() local
|
| /third_party/mesa3d/src/amd/addrlib/src/core/ |
| D | addrcommon.h | 400 UINT_32 value2) in Min() 415 INT_32 value2) in Min() 430 UINT_32 value2) in Max() 445 INT_32 value2) in Max()
|
| /third_party/gstreamer/gstreamer/libs/gst/controller/ |
| D | gstinterpolationcontrolsource.c | 178 GstClockTime timestamp2, gdouble value2, GstClockTime timestamp) in _interpolate_linear() 344 gdouble value1, GstControlPoint * cp2, gdouble value2, in _interpolate_cubic() 522 gdouble value2, GstClockTime timestamp) in _interpolate_cubic_monotonic()
|
| /third_party/ffmpeg/libavformat/ |
| D | mpsubdec.c | 56 static int parse_line(const char *line, int64_t *value, int64_t *value2) in parse_line()
|