Searched refs:vname (Results 1 – 7 of 7) sorted by relevance
/external/tesseract/ccutil/ |
D | varable.cpp | 107 const char *vname, //of variable in INT_VARIABLE() argument 114 name = vname; //strings must be static in INT_VARIABLE() 217 const char *vname, //of variable in BOOL_VARIABLE() argument 224 name = vname; //strings must be static in BOOL_VARIABLE() 335 const char *vname, //of variable in STRING_VARIABLE() argument 342 name = vname; // strings must be static in STRING_VARIABLE() 450 const char *vname, // of variable in double_VARIABLE() argument 457 name = vname; // strings must be static in double_VARIABLE()
|
D | varable.h | 73 const char *vname, // name of variable 141 const char *vname, //name of variable 214 const char *vname, //name of variable 291 const char *vname, //name of variable
|
/external/icu4c/common/ |
D | uniset_props.cpp | 970 CharString vname(value); in applyPropertyAlias() local 988 v = u_getPropertyValueEnum(p, vname); in applyPropertyAlias() 995 double value = uprv_strtod(vname, &end); in applyPropertyAlias() 1016 double value = uprv_strtod(vname, &end); in applyPropertyAlias() 1030 if (!mungeCharName(buf, vname, sizeof(buf))) FAIL(ec); in applyPropertyAlias() 1048 if (!mungeCharName(buf, vname, sizeof(buf))) FAIL(ec); in applyPropertyAlias()
|
/external/openssl/include/openssl/ |
D | asn1t.h | 733 #define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \ argument 735 ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/external/openssl/crypto/asn1/ |
D | asn1t.h | 733 #define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \ argument 735 ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
|
/external/icu4c/test/cintltst/ |
D | cucdtst.c | 2725 … const char* vname = u_getPropertyValueName(propEnum, v, (UPropertyNameChoice)choice); in TestPropertyNames() local 2726 if (vname) { in TestPropertyNames() 2728 log_verbose("%d=\"%s\"", choice, vname); in TestPropertyNames() 2732 rev = u_getPropertyValueEnum(p, vname); in TestPropertyNames() 2735 pname, v, vname, rev); in TestPropertyNames() 2738 if (!vname && choice>0) break; in TestPropertyNames()
|
/external/clearsilver/ruby/ |
D | install.rb | 209 DESCRIPTER.each do |k, (default, vname, desc, default2)|
|