/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UPropertyAliasesTest.java | 74 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()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UPropertyAliasesTest.java | 77 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()
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_variables.py | 100 vname = str(v) 112 self.assertEqual(trace, [('write', vname, '', 'w')]) 116 self.assertEqual(trace, [('read', vname, '', 'r')]) 128 self.assertEqual(trace, [('read', vname, '', 'r')]) 140 self.assertEqual(trace, [('write', vname, '', 'w')]) 145 self.assertEqual(trace, [('write', vname, '', 'u')]) 149 vname = str(v) 163 self.assertEqual(trace, [('write', vname, '', 'write')]) 167 self.assertEqual(trace, [('read', vname, '', 'read')]) 177 self.assertEqual(trace, [('read', vname, '', 'read')]) [all …]
|
/external/llvm-project/llvm/test/tools/llvm-pdbutil/ |
D | injected-sources.test | 9 ; CHECK: c.natvis (140 bytes): obj=<null>, vname=c.natvis, crc=334478030, compression=None 13 ; CHECK: a.natvis (140 bytes): obj=<null>, vname=a.natvis, crc=334478030, compression=None 17 ; CHECK: b.natvis (294 bytes): obj=<null>, vname=b.natvis, crc=2059731902, compression=None 36 ; HASH: C:\src\llvm-mono\Hello.cs (92 bytes): obj=<null>, vname=c:\src\llvm-mono\hello.cs, crc… 48 ; UNCOMP: C:\src\llvm-mono\Hello.cs (232 bytes): obj=<null>, vname=c:\src\llvm-mono\hello.cs, … 65 ; COMP: C:\src\llvm-mono\Hello.cs (218 bytes): obj=<null>, vname=c:\src\llvm-mono\hello.cs, cr…
|
D | injected-sources-native.test | 10 ; CHECK: c.natvis (140 bytes): obj=<null>, vname=c.natvis, crc=334478030, compression=None 14 ; CHECK: a.natvis (140 bytes): obj=<null>, vname=a.natvis, crc=334478030, compression=None 18 ; CHECK: b.natvis (294 bytes): obj=<null>, vname=b.natvis, crc=2059731902, compression=None 37 ; HASH: C:\src\llvm-mono\Hello.cs (92 bytes): obj=<null>, vname=c:\src\llvm-mono\hello.cs, crc… 49 ; UNCOMP: C:\src\llvm-mono\Hello.cs (232 bytes): obj=<null>, vname=c:\src\llvm-mono\hello.cs, … 66 ; COMP: C:\src\llvm-mono\Hello.cs (218 bytes): obj=<null>, vname=c:\src\llvm-mono\hello.cs, cr…
|
/external/llvm-project/lld/test/COFF/ |
D | pdb-natvis.test | 17 CHECK-FIRST: {{.*}}natvis-1.natvis (16 bytes): obj=<null>, vname={{.*}}natvis-1.natvis, crc=35… 20 CHECK-SECOND: {{.*}}natvis-2.natvis (19 bytes): obj=<null>, vname={{.*}}natvis-2.natvis, crc=4… 23 CHECK-THIRD: {{.*}}natvis-3.natvis (18 bytes): obj=<null>, vname={{.*}}natvis-3.natvis, crc=20…
|
/external/python/cpython3/Lib/lib2to3/ |
D | Grammar.txt | 28 ('*' [vname] (',' vname ['=' test])* [',' ['**' vname [',']]] | '**' vname [',']) 30 vname: NAME 31 vfpdef: vname | '(' vfplist ')'
|
/external/python/cpython2/Lib/lib2to3/ |
D | Grammar.txt | 46 ('*' [vname] (',' vname ['=' test])* [',' '**' vname] | '**' vname) 48 vname: NAME 49 vfpdef: vname | '(' vfplist ')'
|
/external/ltp/testcases/network/virt/ |
D | virt_lib.sh | 106 local vname=$1 130 ip li add $vname type $virt_type $opt 133 ip -f inet$TST_IPV6 tu add $vname mode $virt_type $opt 136 ip li add link $(tst_iface) $vname type $virt_type $opt
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_variables.py | 72 vname = str(v) 84 self.assertEqual(trace, [('write', vname, '', 'w')]) 88 self.assertEqual(trace, [('read', vname, '', 'r')]) 100 self.assertEqual(trace, [('read', vname, '', 'r')]) 112 self.assertEqual(trace, [('write', vname, '', 'w')])
|
/external/ply/ply/example/BASIC/ |
D | basinterp.py | 363 for vname, x, y in instr[1]: 366 self.lists[vname] = [0] * x 373 self.tables[vname] = v 462 for vname, x, y in instr[1]: 467 _out += "%s(%d)" % (vname, x) 469 _out += "%s(%d,%d)" % (vname, x, y)
|
/external/lua/src/ |
D | lfunc.c | 132 const char *vname = luaG_findlocal(L, L->ci, idx, NULL); in varerror() local 133 if (vname == NULL) vname = "?"; in varerror() 134 luaG_runerror(L, msg, vname); in varerror()
|
/external/icu/icu4c/source/common/ |
D | uniset_props.cpp | 858 CharString pname, vname; in applyPropertyAlias() local 860 vname.appendInvariantChars(value, ec); in applyPropertyAlias() 879 v = u_getPropertyValueEnum(p, vname.data()); in applyPropertyAlias() 886 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias() 908 double val = uprv_strtod(vname.data(), &end); in applyPropertyAlias() 921 if (!mungeCharName(buf, vname.data(), sizeof(buf))) FAIL(ec); in applyPropertyAlias() 939 if (!mungeCharName(buf, vname.data(), sizeof(buf))) FAIL(ec); in applyPropertyAlias() 947 v = u_getPropertyValueEnum(UCHAR_SCRIPT, vname.data()); in applyPropertyAlias()
|
/external/libxml2/ |
D | gentest.py | 557 vname = value.xpathEval('string(@name)') variable 558 if vname == None: 563 vals.append(vname)
|
/external/bcc/tools/ |
D | argdist.py | 123 for pname, vname in self.param_val_names.items(): 126 val_expr = "(bpf_ktime_get_ns() - *%s)" % vname 129 val_expr = "(*%s)" % vname
|
/external/boringssl/src/include/openssl/ |
D | asn1t.h | 616 #define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \ argument 618 ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/external/mksh/src/ |
D | expr.c | 662 tempvar(const char *vname) in tempvar() argument 667 vsize = strlen(vname) + 1; in tempvar() 669 memcpy(vp->name, vname, vsize); in tempvar()
|
D | var.c | 231 #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()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | header.cpp | 149 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()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | header.cpp | 149 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()
|
/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | header.cpp | 149 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()
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/ |
D | header.cpp | 149 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()
|
/external/mesa3d/src/compiler/ |
D | glsl_types.cpp | 634 #define VECN(components, sname, vname) \ argument 636 glsl_type:: vname (unsigned components) \ 639 sname ## _type, vname ## 2_type, \ 640 vname ## 3_type, vname ## 4_type, \ 641 vname ## 8_type, vname ## 16_type, \
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | asn1t.h | 724 #define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \ argument 726 ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/external/python/cpython2/Objects/ |
D | object.c | 771 const char *vname, *wname; in default_3way_compare() local 792 vname = ""; in default_3way_compare() 794 vname = v->ob_type->tp_name; in default_3way_compare() 799 c = strcmp(vname, wname); in default_3way_compare()
|