Home
last modified time | relevance | path

Searched defs:value2 (Results 1 – 25 of 131) sorted by relevance

123456

/third_party/boost/libs/atomic/test/
Dipc_wait_test_helpers.hpp34 inline void test_wait_value_mismatch(T value1, T value2) in test_wait_value_mismatch()
74 explicit notify_one_test(T value1, T value2, T value3) : in notify_one_test()
164 inline void test_notify_one(T value1, T value2, T value3) in test_notify_one()
208 explicit notify_all_test(T value1, T value2) : in notify_all_test()
275 inline void test_notify_all(T value1, T value2) in test_notify_all()
289 void test_wait_notify_api(T value1, T value2, T value3, boost::true_type) in test_wait_notify_api()
297 inline void test_wait_notify_api(T value1, T value2, T value3, boost::false_type) in test_wait_notify_api()
303 inline void test_wait_notify_api(T value1, T value2, T value3) in test_wait_notify_api()
Dwait_test_helpers.hpp31 inline void test_wait_value_mismatch(T value1, T value2) in test_wait_value_mismatch()
71 explicit notify_one_test(T value1, T value2, T value3) : in notify_one_test()
152 inline void test_notify_one(T value1, T value2, T value3) in test_notify_one()
196 explicit notify_all_test(T value1, T value2) : in notify_all_test()
260 inline void test_notify_all(T value1, T value2) in test_notify_all()
274 void test_wait_notify_api(T value1, T value2, T value3) in test_wait_notify_api()
/third_party/boost/libs/container_hash/test/
Dhash_string_test.cpp30 std::string value2("Hello"); in string_tests() local
71 std::wstring value2(L"Hello"); in wstring_tests() local
96 std::u16string value2(u"Hello"); in u16string_tests() local
121 std::u32string value2(U"Hello"); in u32string_tests() local
/third_party/ffmpeg/libavfilter/
Df_metadata.c120 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/typescript/tests/cases/compiler/
DsystemModule15.ts34 export var value2 = "v"; variable
DexportImportCanSubstituteConstEnumForValue.ts56 const value2 = DialogButtons.OKCancel; constant
/third_party/boost/boost/variant/detail/
Dapply_visitor_binary.hpp70 operator()(Value2&& value2) in operator ()()
77 operator()(Value2&& value2) in operator ()()
264 …decltype(auto) operator()(Value2&& value2, typename enable_if_c<MoveSemantics && is_same<Value2, V… in operator ()() argument
270 …decltype(auto) operator()(Value2&& value2, typename disable_if_c<MoveSemantics && is_same<Value2, … in operator ()() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dequivalence_relation.h76 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/
Dequivalence_relation.h76 void MakeEquivalent(const T& value1, const T& value2) { in MakeEquivalent()
162 bool IsEquivalent(const T& value1, const T& value2) const { in IsEquivalent()
/third_party/glib/gobject/
Dgparamspecs.c171 const GValue *value2) in param_int_values_cmp()
211 const GValue *value2) in param_uint_values_cmp()
256 const GValue *value2) in param_long_values_cmp()
300 const GValue *value2) in param_ulong_values_cmp()
340 const GValue *value2) in param_int64_values_cmp()
380 const GValue *value2) in param_uint64_values_cmp()
422 const GValue *value2) in param_unichar_values_cmp()
554 const GValue *value2) in param_float_values_cmp()
597 const GValue *value2) in param_double_values_cmp()
705 const GValue *value2) in param_string_values_cmp()
[all …]
/third_party/glib/tests/
Denv-test.c45 gchar *value2 = "again"; in main() local
/third_party/boost/libs/local_function/test/
Dreturn_inc.cpp27 int value2 = 0; in main() local
Dreturn_inc_seq.cpp22 int value2 = 0; in main() local
/third_party/cef/tests/ceftests/
Dvalues_unittest.cc575 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/typescript/tests/cases/fourslash/
DreferencesForMergedDeclarations.ts17 const [type1Def, type1, namespace1Def, namespace1, value1Def, value1, namespace2, type2, value2] = … constant
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c485 const GValue * value2) in gst_value_list_or_array_are_compatible()
593 const GValue * value2) in gst_value_list_concat()
697 const GValue * value2) in gst_value_list_merge()
985 gst_value_compare_value_list (const GValue * value1, const GValue * value2) in gst_value_compare_value_list()
1040 gst_value_compare_value_array (const GValue * value1, const GValue * value2) in gst_value_compare_value_array()
1063 gst_value_compare_g_value_array (const GValue * value1, const GValue * value2) in gst_value_compare_g_value_array()
1296 gst_value_compare_int_range (const GValue * value1, const GValue * value2) in gst_value_compare_int_range()
1551 gst_value_compare_int64_range (const GValue * value1, const GValue * value2) in gst_value_compare_int64_range()
1722 gst_value_compare_double_range (const GValue * value1, const GValue * value2) in gst_value_compare_double_range()
2013 gst_value_compare_fraction_range (const GValue * value1, const GValue * value2) in gst_value_compare_fraction_range()
[all …]
/third_party/boost/libs/container_hash/examples/
Dtemplate.hpp15 B value2; member in my_pair
/third_party/boost/libs/fiber/examples/
Dbarrier.cpp17 int value2 = 0; variable
Djoin.cpp16 int value2 = 0; variable
/third_party/boost/libs/fiber/test/
Dtest_barrier_post.cpp17 int value2 = 0; variable
Dtest_barrier_dispatch.cpp17 int value2 = 0; variable
/third_party/curl/tests/unit/
Dunit1602.c52 int *value2; variable
/third_party/boost/libs/core/test/
Dunderlying_type.cpp35 value2 enumerator
/third_party/typescript/tests/baselines/reference/
DexportImportCanSubstituteConstEnumForValue.js54 const value2 = DialogButtons.OKCancel; constant
/third_party/jerryscript/tests/unit-core/
Dtest-api-set-and-clear-error-flag.c179 jerry_value_t value2 = jerry_get_value_from_error (value, false); in main() local

123456