Home
last modified time | relevance | path

Searched defs:ctype (Results 1 – 25 of 107) sorted by relevance

12345

/external/python/cpython3/Objects/
Dunicodectype.c66 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToTitlecase() local
78 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsTitlecase() local
88 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsXidStart() local
98 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsXidContinue() local
108 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToDecimalDigit() local
125 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToDigit() local
142 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsNumeric() local
162 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsPrintable() local
172 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsLowercase() local
182 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsUppercase() local
[all …]
/external/python/cpython2/Objects/
Dunicodectype.c59 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToTitlecase() local
76 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsTitlecase() local
86 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToDecimalDigit() local
103 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToDigit() local
120 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsNumeric() local
132 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsLowercase() local
142 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsUppercase() local
152 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToUppercase() local
166 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToLowercase() local
180 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsAlpha() local
/external/skqp/src/sksl/
DSkSLCPPUniformCTypes.h36 UniformCTypeMapper(Layout::CType ctype, const std::vector<String>& skslTypes, in UniformCTypeMapper()
42 UniformCTypeMapper(Layout::CType ctype, const std::vector<String>& skslTypes, in UniformCTypeMapper()
61 Layout::CType ctype() const { in ctype() function
DSkSLCPPUniformCTypes.cpp116 Layout::CType ctype, const std::vector<String>& skslTypes, const String& setUniformFormat, in UniformCTypeMapper()
131 static UniformCTypeMapper REGISTER(Layout::CType ctype, const std::vector<String>& skslTypes, in REGISTER()
138 static UniformCTypeMapper REGISTER(Layout::CType ctype, const std::vector<String>& skslTypes, in REGISTER()
202 Layout::CType ctype = layout.fCType; in Get() local
/external/skia/src/sksl/
DSkSLCPPUniformCTypes.h36 UniformCTypeMapper(Layout::CType ctype, const std::vector<String>& skslTypes, in UniformCTypeMapper()
42 UniformCTypeMapper(Layout::CType ctype, const std::vector<String>& skslTypes, in UniformCTypeMapper()
61 Layout::CType ctype() const { in ctype() function
DSkSLCPPUniformCTypes.cpp116 Layout::CType ctype, const std::vector<String>& skslTypes, const String& setUniformFormat, in UniformCTypeMapper()
131 static UniformCTypeMapper REGISTER(Layout::CType ctype, const std::vector<String>& skslTypes, in REGISTER()
138 static UniformCTypeMapper REGISTER(Layout::CType ctype, const std::vector<String>& skslTypes, in REGISTER()
207 Layout::CType ctype = layout.fCType; in Get() local
/external/libsrtp2/crypto/kernel/
Dcrypto_kernel.c178 srtp_kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; in srtp_crypto_kernel_status() local
243 srtp_kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; in srtp_crypto_kernel_shutdown() local
280 srtp_kernel_cipher_type_t *ctype, *new_ctype; in srtp_crypto_kernel_do_load_cipher_type() local
431 srtp_kernel_cipher_type_t *ctype; in srtp_crypto_kernel_get_cipher_type() local
/external/v8/src/flags/
Dflag-definitions.h33 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
35 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument
42 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
45 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
53 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
59 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
61 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ argument
95 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument
99 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
103 #define FLAG_ALIAS(ftype, ctype, alias, nam) argument
/external/v8/src/wasm/
Dwasm-value.h88 #define DEFINE_TYPE_SPECIFIC_METHODS(name, localtype, ctype) \ argument
131 #define DECLARE_CAST(name, localtype, ctype, ...) \ argument
/external/v8/src/builtins/
Dbuiltins-typed-array-gen.cc325 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype) TYPE##_ELEMENTS, in DispatchTypedArrayByElementsKind() argument
330 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype) Label if_##type##array(this); in DispatchTypedArrayByElementsKind() argument
335 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype) &if_##type##array, in DispatchTypedArrayByElementsKind() argument
344 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype) \ in DispatchTypedArrayByElementsKind() argument
460 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype) \ in TF_BUILTIN() argument
467 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype) &return_##type##array, in TF_BUILTIN() argument
472 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype) \ in TF_BUILTIN() argument
/external/ltp/testcases/network/nfs/nfslock01/
Dnfs_flock_dgen.c11 int i, j, k, nlines, nchars, ctype; in main() local
/external/curl/docs/examples/
Dcrawler.c143 int is_html(char *ctype) in is_html()
187 char *ctype; in main() local
/external/v8/src/objects/
Djs-array-buffer.cc264 #define ELEMENTS_KIND_TO_ARRAY_TYPE(Type, type, TYPE, ctype) \ in type() argument
278 #define ELEMENTS_KIND_TO_ELEMENT_SIZE(Type, type, TYPE, ctype) \ in element_size() argument
/external/clang/tools/scan-view/share/
DScanView.py719 def send_file(self, f, ctype): argument
729 def send_string(self, s, ctype='text/html', headers=True, mtime=None): argument
740 def send_patched_file(self, path, ctype): argument
/external/python/cpython2/Lib/
DMimeWriter.py128 def startbody(self, ctype, plist=[], prefix=1): argument
/external/v8/src/api/
Dapi-inl.h62 #define MAKE_TO_LOCAL_TYPED_ARRAY(Type, typeName, TYPE, ctype) \ argument
/external/tensorflow/tensorflow/java/src/main/native/
Deager_operation_builder_jni.cc206 #define DEFINE_SET_ATTR_SCALAR(name, jtype, ctype) \ argument
221 #define DEFINE_SET_ATTR_LIST(name, jname, jtype, ctype) \ argument
245 #define DEFINE_SET_ATTR(name, jname, jtype, ctype) \ argument
Dgraph_operation_builder_jni.cc159 #define DEFINE_SET_ATTR_SCALAR(name, jtype, ctype) \ argument
174 #define DEFINE_SET_ATTR_LIST(name, jname, jtype, ctype) \ argument
198 #define DEFINE_SET_ATTR(name, jname, jtype, ctype) \ argument
/external/v8/include/
Dv8-fast-api-calls.h275 #define SPECIALIZE_GET_C_TYPE_FOR(ctype, ctypeinfo) \ argument
/external/v8/src/runtime/
Druntime-typedarray.cc117 #define TYPED_ARRAY_SORT(Type, type, TYPE, ctype) \ in RUNTIME_FUNCTION() argument
Druntime-atomics.cc392 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype) \ in GetModifySetValueInBuffer() argument
502 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype) \ in RUNTIME_FUNCTION() argument
/external/mesa3d/src/mesa/main/
Dvarray.h35 GLenum ctype; /* color type */ member
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions.php26 private $ctype = 0; variable in Google\\Protobuf\\Internal\\FieldOptions
/external/webp/src/enc/
Dcost_enc.c61 int ctype, band, ctx; in VP8CalculateLevelCosts() local
/external/ltp/testcases/kdump/lib/lkdtm/
Dlkdtm.c82 enum ctype { enum

12345