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

  /external/boringssl/src/crypto/asn1/
a_mbstr.c 97 int str_type; local
172 str_type = V_ASN1_PRINTABLESTRING;
174 str_type = V_ASN1_IA5STRING;
176 str_type = V_ASN1_T61STRING;
178 str_type = V_ASN1_BMPSTRING;
181 str_type = V_ASN1_UNIVERSALSTRING;
184 str_type = V_ASN1_UTF8STRING;
188 return str_type;
197 dest->type = str_type;
200 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')
  /prebuilts/gdb/darwin-x86/lib/python2.7/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')
  /prebuilts/gdb/linux-x86/lib/python2.7/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')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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 1570 const char *str_type = NULL; local
    [all...]
  /external/python/cpython3/Lib/test/
test_urlparse.py     [all...]

Completed in 178 milliseconds