Home
last modified time | relevance | path

Searched refs:name2 (Results 1 – 25 of 165) sorted by relevance

1234567

/third_party/boost/libs/log/test/run/
Dutil_ipc_object_name.cpp47 boost::log::ipc::object_name name2 = name1; in BOOST_AUTO_TEST_CASE() local
48 BOOST_CHECK_EQUAL(name1, name2); in BOOST_AUTO_TEST_CASE()
55 boost::log::ipc::object_name name2 = boost::move(name1); in BOOST_AUTO_TEST_CASE() local
56 BOOST_CHECK(equal_strings(name2.c_str(), name_str.c_str())); in BOOST_AUTO_TEST_CASE()
62 boost::log::ipc::object_name name2; 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()
71 boost::log::ipc::object_name name2; in BOOST_AUTO_TEST_CASE() local
72 name2 = boost::move(name1); in BOOST_AUTO_TEST_CASE()
73 BOOST_CHECK(equal_strings(name2.c_str(), name_str.c_str())); in BOOST_AUTO_TEST_CASE()
[all …]
/third_party/libxml2/
Dhash.c59 xmlChar *name2; member
87 const xmlChar *name2, const xmlChar *name3) { in xmlHashComputeKey() argument
101 if (name2 != NULL) { in xmlHashComputeKey()
102 while ((ch = *name2++) != 0) { in xmlHashComputeKey()
121 const xmlChar *prefix2, const xmlChar *name2, in xmlHashComputeQKey() argument
152 if (name2 != NULL) { in xmlHashComputeQKey()
153 while ((ch = *name2++) != 0) { in xmlHashComputeQKey()
274 key = xmlHashComputeKey(table, oldtable[i].name, oldtable[i].name2, in xmlHashGrow()
289 key = xmlHashComputeKey(table, iter->name, iter->name2, in xmlHashGrow()
350 if (iter->name2) in xmlHashFree()
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dhash.c69 xmlChar *name2; member
94 const xmlChar *name2, const xmlChar *name3) { in xmlHashComputeKey() argument
108 if (name2 != NULL) { in xmlHashComputeKey()
109 while ((ch = *name2++) != 0) { in xmlHashComputeKey()
125 const xmlChar *prefix2, const xmlChar *name2, in xmlHashComputeQKey() argument
156 if (name2 != NULL) { in xmlHashComputeQKey()
157 while ((ch = *name2++) != 0) { in xmlHashComputeQKey()
278 key = xmlHashComputeKey(table, oldtable[i].name, oldtable[i].name2, in xmlHashGrow()
293 key = xmlHashComputeKey(table, iter->name, iter->name2, in xmlHashGrow()
354 if (iter->name2) in xmlHashFree()
[all …]
Dhash.in.h129 const xmlChar *name, const xmlChar *name2,
162 const xmlChar *name2,
167 const xmlChar *name2,
173 const xmlChar *name2,
179 const xmlChar *name2,
192 const xmlChar *name2, xmlHashDeallocator f);
195 const xmlChar *name2, const xmlChar *name3,
207 const xmlChar *name2);
211 const xmlChar *name2,
221 const xmlChar *name2,
[all …]
/third_party/libxml2/include/libxml/
Dhash.h100 const xmlChar *name, const xmlChar *name2,
133 const xmlChar *name2,
138 const xmlChar *name2,
144 const xmlChar *name2,
150 const xmlChar *name2,
163 const xmlChar *name2, xmlHashDeallocator f);
166 const xmlChar *name2, const xmlChar *name3,
178 const xmlChar *name2);
182 const xmlChar *name2,
192 const xmlChar *name2,
[all …]
/third_party/libxml2/result/errors/
Dname2.xml.str1 ./test/errors/name2.xml:2: parser error : Specification mandates value for attribute fooooooooooooo…
4 ./test/errors/name2.xml:2: parser error : attributes construct error
7 ./test/errors/name2.xml:2: parser error : Couldn't find end of Start Tag foo
10 ./test/errors/name2.xml : failed to parse
Dname2.xml.err1 ./test/errors/name2.xml:2: parser error : Specification mandates value for attribute fooooooooooooo…
4 ./test/errors/name2.xml:2: parser error : attributes construct error
7 ./test/errors/name2.xml:2: parser error : Couldn't find end of Start Tag foo line 1
Dname2.xml.ent1 ./test/errors/name2.xml:2: parser error : Specification mandates value for attribute fooooooooooooo…
4 ./test/errors/name2.xml:2: parser error : attributes construct error
7 ./test/errors/name2.xml:2: parser error : Couldn't find end of Start Tag foo line 1
/third_party/googletest/googlemock/include/gmock/
Dgmock-more-actions.h135 kind2, name2) kind0 name0, kind1 name1, kind2 name2 argument
137 kind2, name2, kind3, name3) kind0 name0, kind1 name1, kind2 name2, \ argument
140 kind2, name2, kind3, name3, kind4, name4) kind0 name0, kind1 name1, \ argument
141 kind2 name2, kind3 name3, kind4 name4
143 kind2, name2, kind3, name3, kind4, name4, kind5, name5) kind0 name0, \ argument
144 kind1 name1, kind2 name2, kind3 name3, kind4 name4, kind5 name5
146 kind2, name2, kind3, name3, kind4, name4, kind5, name5, kind6, \ argument
147 name6) kind0 name0, kind1 name1, kind2 name2, kind3 name3, kind4 name4, \
150 kind2, name2, kind3, name3, kind4, name4, kind5, name5, kind6, name6, \ argument
151 kind7, name7) kind0 name0, kind1 name1, kind2 name2, kind3 name3, \
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DGlobalizationPreferencesTest.java1024 String name2 = 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()
1038 name2 = 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()
1052 name2 = 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()
1066 name2 = gp.getDisplayName(id, GlobalizationPreferences.ID_TERRITORY); in TestDisplayName()
[all …]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DGlobalizationPreferencesTest.java1021 String name2 = 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()
1035 name2 = 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()
1049 name2 = 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()
1063 name2 = 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.js17 var name2 = ""; variable
36 name2 = e.name;
49 assert (name2 === "TypeError");
/third_party/libxml2/os400/libxmlrpg/
Dhash.rpgle60 * @name2: the second name associated
107 d name2 * value options(*string) const xmlChar *
115 d name2 * value options(*string) const xmlChar *
124 d name2 * value options(*string) const xmlChar *
133 d name2 * value options(*string) const xmlChar *
152 d name2 * value options(*string) const xmlChar *
160 d name2 * value options(*string) const xmlChar *
173 d name2 * value options(*string) const xmlChar *
178 d name2 * value options(*string) const xmlChar *
191 d name2 * value options(*string) const xmlChar *
[all …]
/third_party/pulseaudio/src/modules/gsettings/
Dpulseaudio.convert14 name2 = /system/pulseaudio/modules/combine/name2
37 name2 = /system/pulseaudio/modules/remote-access/name2
60 name2 = /system/pulseaudio/modules/zeroconf-discover/name2
83 name2 = /system/pulseaudio/modules/raop-discover/name2
106 name2 = /system/pulseaudio/modules/rtp-recv/name2
129 name2 = /system/pulseaudio/modules/rtp-send/name2
152 name2 = /system/pulseaudio/modules/upnp-media-server/name2
/third_party/ltp/testcases/kernel/sched/sched_stress/
Dsched_driver.c301 int start_testcase(char *name1, char *name2, char *param1, char *param2, in start_testcase() argument
312 name1, name2, param1, param2, param3, param4); in start_testcase()
326 execl(name1, name2, param1, param2, param3, param4, NULL); in start_testcase()
333 printf("testcase %s started -- pid is %d\n", name2, pid_save); in start_testcase()
340 printf("new process: %s ", name2); in start_testcase()
341 if (strstr(name2, "tc1") || strstr(name2, "tc3")) { in start_testcase()
348 if (strstr(name2, "tc0") || strstr(name2, "tc2")) { in start_testcase()
/third_party/node/deps/icu-small/source/common/
Dpropname.cpp93 uprv_compareASCIIPropertyNames(const char *name1, const char *name2) { in uprv_compareASCIIPropertyNames() argument
98 r2=getASCIIPropertyNameChar(name2); in uprv_compareASCIIPropertyNames()
114 name2+=r2>>8; in uprv_compareASCIIPropertyNames()
119 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2) { in uprv_compareEBCDICPropertyNames() argument
124 r2=getEBCDICPropertyNameChar(name2); in uprv_compareEBCDICPropertyNames()
140 name2+=r2>>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
98 r2=getASCIIPropertyNameChar(name2); in uprv_compareASCIIPropertyNames()
114 name2+=r2>>8; in uprv_compareASCIIPropertyNames()
119 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2) { in uprv_compareEBCDICPropertyNames() argument
124 r2=getEBCDICPropertyNameChar(name2); in uprv_compareEBCDICPropertyNames()
140 name2+=r2>>8; in uprv_compareEBCDICPropertyNames()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dpropname.cpp93 uprv_compareASCIIPropertyNames(const char *name1, const char *name2) { in uprv_compareASCIIPropertyNames() argument
98 r2=getASCIIPropertyNameChar(name2); in uprv_compareASCIIPropertyNames()
114 name2+=r2>>8; in uprv_compareASCIIPropertyNames()
119 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2) { in uprv_compareEBCDICPropertyNames() argument
124 r2=getEBCDICPropertyNameChar(name2); in uprv_compareEBCDICPropertyNames()
140 name2+=r2>>8; in uprv_compareEBCDICPropertyNames()
/third_party/icu/icu4c/source/common/
Dpropname.cpp93 uprv_compareASCIIPropertyNames(const char *name1, const char *name2) { in uprv_compareASCIIPropertyNames() argument
98 r2=getASCIIPropertyNameChar(name2); in uprv_compareASCIIPropertyNames()
114 name2+=r2>>8; in uprv_compareASCIIPropertyNames()
119 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2) { in uprv_compareEBCDICPropertyNames() argument
124 r2=getEBCDICPropertyNameChar(name2); in uprv_compareEBCDICPropertyNames()
140 name2+=r2>>8; in uprv_compareEBCDICPropertyNames()
/third_party/ffmpeg/libavfilter/
Dgraphparser.c102 char name2[30]; in create_filter() local
107 av_strlcpy(name2, name, sizeof(name2)); in create_filter()
109 for (k = 0; name2[k]; k++) { in create_filter()
110 if (name2[k] == '@' && name[k+1]) { in create_filter()
111 name2[k] = 0; in create_filter()
113 filt_name = name2; in create_filter()
119 snprintf(name2, sizeof(name2), "Parsed_%s_%d", name, index); in create_filter()
120 inst_name = name2; in create_filter()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstobject.c167 gchar *name1, *name2; in GST_START_TEST() local
174 name2 = gst_object_get_name (object); in GST_START_TEST()
175 fail_if (strncmp (name2, "fakeobject", 10) != 0, in GST_START_TEST()
178 g_free (name2); in GST_START_TEST()
366 gchar *name1, *name2; in GST_START_TEST() local
398 name2 = gst_object_get_name (GST_OBJECT (l->data)); in GST_START_TEST()
399 fail_if (strcmp (name1, name2) == 0, "Two objects with name %s", name2); in GST_START_TEST()
401 name1 = name2; in GST_START_TEST()
/third_party/node/lib/internal/main/
Dprint_help.js117 ({ 0: name1, 1: option1 }, { 0: name2, 1: option2 }) => {
122 name2 = `--no-${StringPrototypeSlice(name2, 2)}`;
124 return StringPrototypeLocaleCompare(name1, name2);
/third_party/libuv/test/
Dtest-env-vars.c30 const char* name2 = "UV_TEST_FOO2"; in TEST_IMPL() local
103 r = uv_os_setenv(name2, ""); in TEST_IMPL()
124 } else if (strcmp(envitems[i].name, name2) == 0) { in TEST_IMPL()
142 r = uv_os_unsetenv(name2); in TEST_IMPL()
/third_party/boost/boost/contract/detail/
Dname.hpp21 #define BOOST_CONTRACT_DETAIL_NAME2(name1, name2) \ argument
23 BOOST_PP_CAT(BOOST_CONTRACT_DETAIL_NAME_INFIX, name2)))
/third_party/libdrm/amdgpu/
Damdgpu_device.c52 char *name2 = drmGetPrimaryDeviceNameFromFd(fd2); in fd_compare() local
55 if (name1 == NULL || name2 == NULL) { in fd_compare()
57 free(name2); in fd_compare()
61 result = strcmp(name1, name2); in fd_compare()
63 free(name2); in fd_compare()

1234567