Home
last modified time | relevance | path

Searched refs:name1 (Results 1 – 25 of 131) sorted by relevance

123456

/third_party/boost/libs/log/test/run/
Dutil_ipc_object_name.cpp46 boost::log::ipc::object_name name1(boost::log::ipc::object_name::global, test_object_name1); in BOOST_AUTO_TEST_CASE() local
47 boost::log::ipc::object_name name2 = name1; in BOOST_AUTO_TEST_CASE()
48 BOOST_CHECK_EQUAL(name1, name2); in BOOST_AUTO_TEST_CASE()
53 boost::log::ipc::object_name name1(boost::log::ipc::object_name::global, test_object_name1); in BOOST_AUTO_TEST_CASE() local
54 std::string name_str = name1.c_str(); in BOOST_AUTO_TEST_CASE()
55 boost::log::ipc::object_name name2 = boost::move(name1); in BOOST_AUTO_TEST_CASE()
61 boost::log::ipc::object_name name1(boost::log::ipc::object_name::global, test_object_name1); in BOOST_AUTO_TEST_CASE() local
63 name2 = name1; in BOOST_AUTO_TEST_CASE()
64 BOOST_CHECK_EQUAL(name1, name2); in BOOST_AUTO_TEST_CASE()
69 boost::log::ipc::object_name name1(boost::log::ipc::object_name::global, test_object_name1); in BOOST_AUTO_TEST_CASE() local
[all …]
/third_party/googletest/googlemock/include/gmock/
Dgmock-more-actions.h133 name1) kind0 name0, kind1 name1 argument
134 #define GMOCK_INTERNAL_DECL_HAS_3_TEMPLATE_PARAMS(kind0, name0, kind1, name1, \ argument
135 kind2, name2) kind0 name0, kind1 name1, kind2 name2
136 #define GMOCK_INTERNAL_DECL_HAS_4_TEMPLATE_PARAMS(kind0, name0, kind1, name1, \ argument
137 kind2, name2, kind3, name3) kind0 name0, kind1 name1, kind2 name2, \
139 #define GMOCK_INTERNAL_DECL_HAS_5_TEMPLATE_PARAMS(kind0, name0, kind1, name1, \ argument
140 kind2, name2, kind3, name3, kind4, name4) kind0 name0, kind1 name1, \
142 #define GMOCK_INTERNAL_DECL_HAS_6_TEMPLATE_PARAMS(kind0, name0, kind1, name1, \ argument
144 kind1 name1, kind2 name2, kind3 name3, kind4 name4, kind5 name5
145 #define GMOCK_INTERNAL_DECL_HAS_7_TEMPLATE_PARAMS(kind0, name0, kind1, name1, \ argument
[all …]
/third_party/boost/boost/contract/detail/
Dname.hpp18 #define BOOST_CONTRACT_DETAIL_NAME1(name1) \ argument
19 BOOST_PP_CAT(BOOST_CONTRACT_DETAIL_NAME_PREFIX, name1)
21 #define BOOST_CONTRACT_DETAIL_NAME2(name1, name2) \ argument
22 BOOST_PP_CAT(BOOST_CONTRACT_DETAIL_NAME_PREFIX, BOOST_PP_CAT(name1, \
/third_party/alsa-lib/src/control/
Dhcontrol.c295 const char *name = (char *)id->name, *name1; in get_compare_weight() local
302 for (name1 = name; *name1 != '\0'; name1++); in get_compare_weight()
303 for (name1--; name1 != name && *name1 != ' '; name1--); in get_compare_weight()
304 while (name1 != name && *name1 == ' ') in get_compare_weight()
305 name1--; in get_compare_weight()
306 if (name1 != name) { in get_compare_weight()
307 for (; name1 != name && *name1 != ' '; name1--); in get_compare_weight()
308 name = name1; in get_compare_weight()
313 name = name1; in get_compare_weight()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_context.cc60 bool IsConflicting(const FieldDescriptor* field1, const std::string& name1, in IsConflicting() argument
69 if (name1 + "Count" == name2) { in IsConflicting()
72 "get" + name1 + "Count()\""; in IsConflicting()
75 if (name1 + "List" == name2) { in IsConflicting()
78 "get" + name1 + "List()\""; in IsConflicting()
90 return IsConflicting(field2, name2, field1, name1, info); in IsConflicting()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DGlobalizationPreferencesTest.java1022 String name1 = gp.getDisplayName(id, GlobalizationPreferences.ID_LOCALE); in TestDisplayName() local
1028 logln("Locale[zh_Hant_HK]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName()
1029 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName()
1036 name1 = gp.getDisplayName(id, GlobalizationPreferences.ID_LANGUAGE); in TestDisplayName()
1042 logln("Language[fr]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName()
1043 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName()
1050 name1 = gp.getDisplayName(id, GlobalizationPreferences.ID_SCRIPT); in TestDisplayName()
1056 logln("Script[cyrl]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName()
1057 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName()
1064 name1 = gp.getDisplayName(id, GlobalizationPreferences.ID_TERRITORY); in TestDisplayName()
[all …]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DGlobalizationPreferencesTest.java1019 String name1 = gp.getDisplayName(id, GlobalizationPreferences.ID_LOCALE); in TestDisplayName() local
1025 logln("Locale[zh_Hant_HK]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName()
1026 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName()
1033 name1 = gp.getDisplayName(id, GlobalizationPreferences.ID_LANGUAGE); in TestDisplayName()
1039 logln("Language[fr]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName()
1040 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName()
1047 name1 = gp.getDisplayName(id, GlobalizationPreferences.ID_SCRIPT); in TestDisplayName()
1053 logln("Script[cyrl]: " + name1 + " | " + name2 + " | " + name3); in TestDisplayName()
1054 if (name1.equals(name2) || !name2.equals(name3)) { in TestDisplayName()
1061 name1 = gp.getDisplayName(id, GlobalizationPreferences.ID_TERRITORY); in TestDisplayName()
[all …]
/third_party/jerryscript/tests/jerry-test-suite/es2015/25/25.04/25.04.03/
D25.04.03-002.js16 var name1 = ""; variable
27 name1 = e.name;
48 assert (name1 === "TypeError");
/third_party/pulseaudio/src/modules/gsettings/
Dpulseaudio.convert13 name1 = /system/pulseaudio/modules/combine/name1
36 name1 = /system/pulseaudio/modules/remote-access/name1
59 name1 = /system/pulseaudio/modules/zeroconf-discover/name1
82 name1 = /system/pulseaudio/modules/raop-discover/name1
105 name1 = /system/pulseaudio/modules/rtp-recv/name1
128 name1 = /system/pulseaudio/modules/rtp-send/name1
151 name1 = /system/pulseaudio/modules/upnp-media-server/name1
/third_party/weex-loader/test/spec/
Dg.we1 <element name="name1" src="./name.we"></element>
6 <name1 name="{{name}}"></name1>
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstobject.c167 gchar *name1, *name2; in GST_START_TEST() local
172 name1 = gst_object_get_name (object); in GST_START_TEST()
173 name1[0] = 'm'; in GST_START_TEST()
177 g_free (name1); in GST_START_TEST()
366 gchar *name1, *name2; in GST_START_TEST() local
395 name1 = gst_object_get_name (GST_OBJECT (object_list->data)); in GST_START_TEST()
397 g_message ("object with name %s", name1); in GST_START_TEST()
399 fail_if (strcmp (name1, name2) == 0, "Two objects with name %s", name2); in GST_START_TEST()
400 g_free (name1); in GST_START_TEST()
401 name1 = name2; in GST_START_TEST()
[all …]
/third_party/node/deps/icu-small/source/common/
Dpropname.cpp93 uprv_compareASCIIPropertyNames(const char *name1, const char *name2) { in uprv_compareASCIIPropertyNames() argument
97 r1=getASCIIPropertyNameChar(name1); in uprv_compareASCIIPropertyNames()
113 name1+=r1>>8; in uprv_compareASCIIPropertyNames()
119 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2) { in uprv_compareEBCDICPropertyNames() argument
123 r1=getEBCDICPropertyNameChar(name1); in uprv_compareEBCDICPropertyNames()
139 name1+=r1>>8; in uprv_compareEBCDICPropertyNames()
/third_party/skia/third_party/externals/icu/source/common/
Dpropname.cpp93 uprv_compareASCIIPropertyNames(const char *name1, const char *name2) { in uprv_compareASCIIPropertyNames() argument
97 r1=getASCIIPropertyNameChar(name1); in uprv_compareASCIIPropertyNames()
113 name1+=r1>>8; in uprv_compareASCIIPropertyNames()
119 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2) { in uprv_compareEBCDICPropertyNames() argument
123 r1=getEBCDICPropertyNameChar(name1); in uprv_compareEBCDICPropertyNames()
139 name1+=r1>>8; in uprv_compareEBCDICPropertyNames()
Dpropname.h54 uprv_compareASCIIPropertyNames(const char *name1, const char *name2);
57 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2);
/third_party/icu/icu4c/source/common/
Dpropname.cpp93 uprv_compareASCIIPropertyNames(const char *name1, const char *name2) { in uprv_compareASCIIPropertyNames() argument
97 r1=getASCIIPropertyNameChar(name1); in uprv_compareASCIIPropertyNames()
113 name1+=r1>>8; in uprv_compareASCIIPropertyNames()
119 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2) { in uprv_compareEBCDICPropertyNames() argument
123 r1=getEBCDICPropertyNameChar(name1); in uprv_compareEBCDICPropertyNames()
139 name1+=r1>>8; in uprv_compareEBCDICPropertyNames()
Dpropname.h54 uprv_compareASCIIPropertyNames(const char *name1, const char *name2);
57 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2);
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dpropname.cpp93 uprv_compareASCIIPropertyNames(const char *name1, const char *name2) { in uprv_compareASCIIPropertyNames() argument
97 r1=getASCIIPropertyNameChar(name1); in uprv_compareASCIIPropertyNames()
113 name1+=r1>>8; in uprv_compareASCIIPropertyNames()
119 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2) { in uprv_compareEBCDICPropertyNames() argument
123 r1=getEBCDICPropertyNameChar(name1); in uprv_compareEBCDICPropertyNames()
139 name1+=r1>>8; in uprv_compareEBCDICPropertyNames()
Dpropname.h54 uprv_compareASCIIPropertyNames(const char *name1, const char *name2);
57 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2);
/third_party/node/lib/internal/main/
Dprint_help.js117 ({ 0: name1, 1: option1 }, { 0: name2, 1: option2 }) => {
119 name1 = `--no-${StringPrototypeSlice(name1, 2)}`;
124 return StringPrototypeLocaleCompare(name1, name2);
/third_party/boost/libs/graph/example/
Dsubgraph_properties.cpp83 property_map< Graph, vertex_name_t >::type name1 = get(vertex_name_t(), G1); in main() local
84 name1[A1] = "A1"; in main()
95 name1[B1] = "B1"; in main()
104 name1[C1] = "C1"; in main()
/third_party/libdrm/amdgpu/
Damdgpu_device.c51 char *name1 = drmGetPrimaryDeviceNameFromFd(fd1); in fd_compare() local
55 if (name1 == NULL || name2 == NULL) { in fd_compare()
56 free(name1); in fd_compare()
61 result = strcmp(name1, name2); in fd_compare()
62 free(name1); in fd_compare()
/third_party/python/Objects/
Dcapsule.c32 name_matches(const char *name1, const char *name2) { in name_matches() argument
34 if (!name1 || !name2) { in name_matches()
36 return name1 == name2; in name_matches()
38 return !strcmp(name1, name2); in name_matches()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterAlias.java330 static int compareNames(String name1, String name2){ in compareNames() argument
337 while (name1Index < name1.length()) { in compareNames()
338 c1 = name1.charAt(name1Index++); in compareNames()
345 if (!afterDigit1 && name1Index < name1.length()) { in compareNames()
346 nextType = GET_CHAR_TYPE(name1.charAt(name1Index)); in compareNames()
370 if (!afterDigit2 && name1Index < name1.length()) { in compareNames()
389 if (name1Index >= name1.length() && name2Index >= name2.length()) { in compareNames()
/third_party/iptables/extensions/
Dlibxt_rateest.c130 strncpy(info->name1, optarg, sizeof(info->name1) - 1); in rateest_parse()
346 printf("%s", info->name1); in rateest_print()
423 printf(" --rateest1 %s", info->name1); in rateest_save()
427 printf(" --rateest %s", info->name1); in rateest_save()
/third_party/alsa-lib/src/mixer/
Dsimple_none.c191 const char *name1; in get_compare_weight() local
198 for (name1 = name; *name1 != '\0'; name1++); in get_compare_weight()
199 for (name1--; name1 != name && *name1 != ' '; name1--); in get_compare_weight()
200 while (name1 != name && *name1 == ' ') in get_compare_weight()
201 name1--; in get_compare_weight()
202 if (name1 != name) { in get_compare_weight()
203 for (; name1 != name && *name1 != ' '; name1--); in get_compare_weight()
204 name = name1; in get_compare_weight()
209 name = name1; in get_compare_weight()
1435 const char *name1; in simple_add1() local
[all …]

123456