Home
last modified time | relevance | path

Searched refs:vname (Results 1 – 25 of 28) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUPropertyAliasesTest.java77 String vname = null; in TestPropertyNames() local
79 vname = UCharacter.getPropertyValueName(p, v, choice); in TestPropertyNames()
80 String n = (vname != null) ? ("\"" + vname + '"') : "null"; in TestPropertyNames()
88 if (vname != null) { in TestPropertyNames()
90 rev = UCharacter.getPropertyValueEnum(p, vname); in TestPropertyNames()
94 vname + " -> " + rev); in TestPropertyNames()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUPropertyAliasesTest.java74 String vname = null; in TestPropertyNames() local
76 vname = UCharacter.getPropertyValueName(p, v, choice); in TestPropertyNames()
77 String n = (vname != null) ? ("\"" + vname + '"') : "null"; in TestPropertyNames()
85 if (vname != null) { in TestPropertyNames()
87 rev = UCharacter.getPropertyValueEnum(p, vname); in TestPropertyNames()
91 vname + " -> " + rev); in TestPropertyNames()
/third_party/python/Lib/lib2to3/
DGrammar.txt52 # kwargs = '**' vname [',']
53 # args = '*' [vname]
63 ((vfpdef ['=' test] ',')* ('*' [vname] (',' vname ['=' test])*
64 [',' ['**' vname [',']]] | '**' vname [','])
67 … ('*' [vname] (',' vname ['=' test])* [',' ['**' vname [',']]]| '**' vname [','])
70 vname: NAME
71 vfpdef: vname | '(' vfplist ')'
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_variables.py117 vname = str(v)
129 self.assertEqual(trace, [('write', vname, '', 'w')])
133 self.assertEqual(trace, [('read', vname, '', 'r')])
145 self.assertEqual(trace, [('read', vname, '', 'r')])
157 self.assertEqual(trace, [('write', vname, '', 'w')])
162 self.assertEqual(trace, [('write', vname, '', 'u')])
166 vname = str(v)
180 self.assertEqual(trace, [('write', vname, '', 'write')])
184 self.assertEqual(trace, [('read', vname, '', 'read')])
194 self.assertEqual(trace, [('read', vname, '', 'read')])
[all …]
/third_party/alsa-lib/src/
Ddlmisc.c211 char *vname; in snd_dlsym_verify() local
215 vname = alloca(1 + strlen(name) + strlen(version) + 1); in snd_dlsym_verify()
216 if (vname == NULL) in snd_dlsym_verify()
218 vname[0] = '_'; in snd_dlsym_verify()
219 strcpy(vname + 1, name); in snd_dlsym_verify()
220 strcat(vname, version); in snd_dlsym_verify()
221 res = dlsym(handle, vname) == NULL ? -ENOENT : 0; in snd_dlsym_verify()
/third_party/icu/tools/unicode/py/
Dpreparseucd.py192 def GetShortPropertyValueName(prop, vname): argument
193 if vname in prop[2]: return vname
195 aliases = values.get(vname)
197 norm_name = NormPropName(vname)
201 (vname, prop[1][0]))
202 values[vname] = aliases
206 def NormalizePropertyValue(prop, vname): argument
208 value = GetShortPropertyValueName(prop, vname)
214 value = vname
343 def SetPropValue(prop, vname, start, end): argument
[all …]
/third_party/ltp/testcases/network/virt/
Dvirt_lib.sh117 local vname=$1
141 ip link add $vname type $virt_type $opt
144 ip -f inet$TST_IPV6 tu add $vname mode $virt_type $opt
147 ip link add name $vname type $(_get_gue_fou_tnl $virt_type) $opt
150 ip link add link $(tst_iface) $vname type $virt_type $opt
/third_party/boost/libs/graph/example/
Dgraph-thingie.cpp54 property_map< graph_t, vertex_name_t >::type vname in main() local
56 dp.property("node_id", vname); in main()
/third_party/icu/icu4c/source/common/
Duniset_props.cpp826 CharString pname, vname; in applyPropertyAlias() local
828 vname.appendInvariantChars(value, ec); in applyPropertyAlias()
847 v = u_getPropertyValueEnum(p, vname.data()); in applyPropertyAlias()
854 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
876 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
889 if (!mungeCharName(buf, vname.data(), sizeof(buf))) FAIL(ec); in applyPropertyAlias()
907 if (!mungeCharName(buf, vname.data(), sizeof(buf))) FAIL(ec); in applyPropertyAlias()
915 v = u_getPropertyValueEnum(UCHAR_SCRIPT, vname.data()); in applyPropertyAlias()
/third_party/node/deps/icu-small/source/common/
Duniset_props.cpp826 CharString pname, vname; in applyPropertyAlias() local
828 vname.appendInvariantChars(value, ec); in applyPropertyAlias()
847 v = u_getPropertyValueEnum(p, vname.data()); in applyPropertyAlias()
854 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
876 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
889 if (!mungeCharName(buf, vname.data(), sizeof(buf))) FAIL(ec); in applyPropertyAlias()
907 if (!mungeCharName(buf, vname.data(), sizeof(buf))) FAIL(ec); in applyPropertyAlias()
915 v = u_getPropertyValueEnum(UCHAR_SCRIPT, vname.data()); in applyPropertyAlias()
/third_party/skia/third_party/externals/icu/source/common/
Duniset_props.cpp826 CharString pname, vname; in applyPropertyAlias() local
828 vname.appendInvariantChars(value, ec); in applyPropertyAlias()
847 v = u_getPropertyValueEnum(p, vname.data()); in applyPropertyAlias()
854 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
876 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
889 if (!mungeCharName(buf, vname.data(), sizeof(buf))) FAIL(ec); in applyPropertyAlias()
907 if (!mungeCharName(buf, vname.data(), sizeof(buf))) FAIL(ec); in applyPropertyAlias()
915 v = u_getPropertyValueEnum(UCHAR_SCRIPT, vname.data()); in applyPropertyAlias()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duniset_props.cpp855 CharString pname, vname; in applyPropertyAlias() local
857 vname.appendInvariantChars(value, ec); in applyPropertyAlias()
876 v = u_getPropertyValueEnum(p, vname.data()); in applyPropertyAlias()
883 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
905 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias()
918 if (!mungeCharName(buf, vname.data(), sizeof(buf))) FAIL(ec); in applyPropertyAlias()
936 if (!mungeCharName(buf, vname.data(), sizeof(buf))) FAIL(ec); in applyPropertyAlias()
944 v = u_getPropertyValueEnum(UCHAR_SCRIPT, vname.data()); in applyPropertyAlias()
/third_party/pulseaudio/src/modules/raop/
Dmodule-raop-discover.c167 char *device = NULL, *nicename, *dname, *vname, *args; in resolver_cb() local
272 if (!(vname = pa_namereg_make_valid_name(dname))) { in resolver_cb()
303 vname, in resolver_cb()
361 pa_xfree(vname); in resolver_cb()
/third_party/libxml2/
Dgentest.py557 vname = value.xpathEval('string(@name)') variable
558 if vname == None:
563 vals.append(vname)
/third_party/libjpeg-turbo/java/
DTJUnitTest.java269 static void checkVal(int row, int col, int v, String vname, int cv) in checkVal() argument
273 throw new Exception("Comp. " + vname + " at " + row + "," + col + in checkVal()
278 static void checkVal0(int row, int col, int v, String vname) in checkVal0() argument
282 throw new Exception("Comp. " + vname + " at " + row + "," + col + in checkVal0()
287 static void checkVal255(int row, int col, int v, String vname) in checkVal255() argument
291 throw new Exception("Comp. " + vname + " at " + row + "," + col + in checkVal255()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/
DTJUnitTest.java269 static void checkVal(int row, int col, int v, String vname, int cv) in checkVal() argument
273 throw new Exception("Comp. " + vname + " at " + row + "," + col + in checkVal()
278 static void checkVal0(int row, int col, int v, String vname) in checkVal0() argument
282 throw new Exception("Comp. " + vname + " at " + row + "," + col + in checkVal0()
287 static void checkVal255(int row, int col, int v, String vname) in checkVal255() argument
291 throw new Exception("Comp. " + vname + " at " + row + "," + col + in checkVal255()
/third_party/boost/boost/graph/
Dgraph_utility.hpp215 void print_edges2(const EdgeListGraph& G, VertexName vname, EdgeName ename, in print_edges2() argument
220 os << get(ename, *ei) << "(" << get(vname, source(*ei, G)) << "," in print_edges2()
221 << get(vname, target(*ei, G)) << ") "; in print_edges2()
/third_party/mksh/
Dexpr.c662 tempvar(const char *vname) in tempvar() argument
667 vsize = strlen(vname) + 1; in tempvar()
669 memcpy(vp->name, vname, vsize); in tempvar()
Dvar.c231 #define vn vname.ro
246 union mksh_cchack vname; in isglobal() local
327 afree(vname.rw, ATEMP); in isglobal()
338 union mksh_cchack vname; in local() local
378 afree(vname.rw, ATEMP); in local()
/third_party/ntfs-3g/libntfs-3g/
Dvolume.c948 ntfschar *vname; in ntfs_device_mount() local
1211 vname = (ntfschar*)(le16_to_cpu(a->value_offset) + (char*)a); in ntfs_device_mount()
1218 if (ntfs_ucstombs(vname, u, &vol->vol_name, 0) == -1) { in ntfs_device_mount()
1228 u16 uc = le16_to_cpu(vname[j]); in ntfs_device_mount()
/third_party/spirv-headers/tools/buildHeaders/
Dheader.cpp149 static std::string prependIfDigit(const std::string& ename, const std::string& vname) { in prependIfDigit() argument
150 return (std::isdigit(vname[0]) ? ename : std::string("")) + vname; in prependIfDigit()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
Dheader.cpp149 static std::string prependIfDigit(const std::string& ename, const std::string& vname) { in prependIfDigit() argument
150 return (std::isdigit(vname[0]) ? ename : std::string("")) + vname; in prependIfDigit()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
Dheader.cpp149 static std::string prependIfDigit(const std::string& ename, const std::string& vname) { in prependIfDigit() argument
150 return (std::isdigit(vname[0]) ? ename : std::string("")) + vname; in prependIfDigit()
/third_party/mesa3d/src/compiler/
Dglsl_types.cpp642 #define VECN(components, sname, vname) \ argument
644 glsl_type:: vname (unsigned components) \
647 sname ## _type, vname ## 2_type, \
648 vname ## 3_type, vname ## 4_type, \
649 vname ## 8_type, vname ## 16_type, \
/third_party/ltp/scripts/
Dcheckpatch.pl1234 my $vname;
1254 $vname = 'Your patch';
1256 $vname = "Commit " . substr($filename, 0, 12) . ' ("' . $git_commits{$filename} . '")';
1258 $vname = $filename;
1263 $vname = qq("$1") if ($filename eq '-' && $_ =~ m/^Subject:\s+(.+)/i);
1268 print '-' x length($vname) . "\n";
1269 print "$vname\n";
1270 print '-' x length($vname) . "\n";
7534 print "$vname has no obvious style problems and is ready for submission.\n";
7536 print "$vname has style problems, please review.\n";

12