HomeSort by relevance Sort by last modified time
    Searched refs:str_type (Results 1 - 11 of 11) sorted by null

  /external/boringssl/src/crypto/asn1/
a_mbstr.c 94 int str_type; local
196 str_type = V_ASN1_PRINTABLESTRING;
198 str_type = V_ASN1_IA5STRING;
200 str_type = V_ASN1_T61STRING;
202 str_type = V_ASN1_BMPSTRING;
207 str_type = V_ASN1_UNIVERSALSTRING;
212 str_type = V_ASN1_UTF8STRING;
219 return str_type;
228 dest->type = str_type;
231 dest = ASN1_STRING_type_new(str_type);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_traceback.py 137 str_type = "String Exception"
138 err = traceback.format_exception_only(str_type, None)
140 self.assertEqual(err[0], str_type + '\n')
143 str_type = "String Exception"
145 err = traceback.format_exception_only(str_type, str_value)
147 self.assertEqual(err[0], str_type + ': ' + str_value + '\n')
  /external/python/cpython2/Lib/test/
test_traceback.py 147 str_type = "String Exception"
148 err = traceback.format_exception_only(str_type, None)
150 self.assertEqual(err[0], str_type + '\n')
153 str_type = "String Exception"
155 err = traceback.format_exception_only(str_type, str_value)
157 self.assertEqual(err[0], str_type + ': ' + str_value + '\n')
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl19.c 72 char *str_type();
171 str_type(type), str_type(fl->l_type));
213 char *str_type(int type) function
fcntl20.c 68 char *str_type();
170 str_type(type), str_type(fl->l_type));
212 char *str_type(int type) function
fcntl11.c 68 char *str_type();
157 str_type(type), str_type(fl->l_type));
187 char *str_type(int type) function
fcntl17.c 95 char *str_type();
301 str_type(lock->l_type), str_type(fl.l_type));
333 char *str_type(int type) function
fcntl21.c 67 char *str_type();
178 str_type(type), str_type(fl->l_type));
220 char *str_type(int type) function
  /external/selinux/libsepol/cil/src/
cil.c 1571 const char *str_type = NULL; local
    [all...]
  /external/python/cpython3/Lib/test/
test_urlparse.py     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
TestRunner.py 869 str_type = basestring
871 str_type = str
873 if isinstance(arg, str_type) and kDevNull in arg:
    [all...]

Completed in 278 milliseconds