OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:str_type
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
a_mbstr.c
92
int
str_type
;
local
165
if(mask & B_ASN1_PRINTABLESTRING)
str_type
= V_ASN1_PRINTABLESTRING;
166
else if(mask & B_ASN1_IA5STRING)
str_type
= V_ASN1_IA5STRING;
167
else if(mask & B_ASN1_T61STRING)
str_type
= V_ASN1_T61STRING;
169
str_type
= V_ASN1_BMPSTRING;
172
str_type
= V_ASN1_UNIVERSALSTRING;
175
str_type
= V_ASN1_UTF8STRING;
178
if(!out) return
str_type
;
187
dest->type =
str_type
;
190
dest = ASN1_STRING_type_new(
str_type
);
[
all
...]
/external/openssl/crypto/asn1/
a_mbstr.c
93
int
str_type
;
local
169
if(mask & B_ASN1_PRINTABLESTRING)
str_type
= V_ASN1_PRINTABLESTRING;
170
else if(mask & B_ASN1_IA5STRING)
str_type
= V_ASN1_IA5STRING;
171
else if(mask & B_ASN1_T61STRING)
str_type
= V_ASN1_T61STRING;
173
str_type
= V_ASN1_BMPSTRING;
176
str_type
= V_ASN1_UNIVERSALSTRING;
179
str_type
= V_ASN1_UTF8STRING;
182
if(!out) return
str_type
;
191
dest->type =
str_type
;
194
dest = ASN1_STRING_type_new(
str_type
);
[
all
...]
/art/compiler/
elf_writer_quick.h
170
const std::string& str_name, Elf32_Word
str_type
, bool alloc)
173
str_name_(str_name), str_type_(
str_type
),
174
strtab_(str_name,
str_type
, ((alloc) ? SHF_ALLOC : 0U), NULL, 0, 1, 1) {}
/external/chromium_org/third_party/cython/src/Cython/Compiler/
Builtin.py
385
global bytes_type,
str_type
, unicode_type, basestring_type, slice_type
395
str_type
= builtin_scope.lookup('str').type
ExprNodes.py
11
unicode_type=object,
str_type
=object, bytes_type=object, type_type=object,
32
unicode_type,
str_type
, bytes_type, bytearray_type, basestring_type, slice_type
namespace
72
(Builtin.unicode_type, Builtin.
str_type
) : "Cannot convert Unicode string to 'str' implicitly. This is not portable and requires explicit encoding.",
76
(Builtin.bytes_type, Builtin.
str_type
) : "Cannot convert 'bytes' object to str implicitly. This is not portable to Py3.",
80
(Builtin.
str_type
, Builtin.unicode_type) : "str objects do not support coercion to unicode, use a unicode string literal instead (u'')",
81
(Builtin.
str_type
, Builtin.bytes_type) : "Cannot convert 'str' to 'bytes' implicitly. This is not portable.",
82
(Builtin.
str_type
, PyrexTypes.c_char_ptr_type) : "'str' objects do not support coercion to C types (use 'bytes'?).",
83
(Builtin.
str_type
, PyrexTypes.c_uchar_ptr_type) : "'str' objects do not support coercion to C types (use 'bytes'?).",
84
(Builtin.
str_type
, PyrexTypes.c_py_unicode_ptr_type) : "'str' objects do not support coercion to C types (use 'unicode'?).",
109
'str':
str_type
,
[
all
...]
ParseTreeTransforms.py
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js
[
all
...]
Completed in 186 milliseconds