| /external/python/cpython3/Objects/ |
| D | unicodectype.c | 66 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/ |
| D | unicodectype.c | 59 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/ |
| D | SkSLCPPUniformCTypes.h | 36 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
|
| D | SkSLCPPUniformCTypes.cpp | 116 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/ |
| D | SkSLCPPUniformCTypes.h | 36 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
|
| D | SkSLCPPUniformCTypes.cpp | 116 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/ |
| D | crypto_kernel.c | 178 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/ |
| D | flag-definitions.h | 33 #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/ |
| D | wasm-value.h | 88 #define DEFINE_TYPE_SPECIFIC_METHODS(name, localtype, ctype) \ argument 131 #define DECLARE_CAST(name, localtype, ctype, ...) \ argument
|
| /external/v8/src/builtins/ |
| D | builtins-typed-array-gen.cc | 325 #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/ |
| D | nfs_flock_dgen.c | 11 int i, j, k, nlines, nchars, ctype; in main() local
|
| /external/curl/docs/examples/ |
| D | crawler.c | 143 int is_html(char *ctype) in is_html() 187 char *ctype; in main() local
|
| /external/v8/src/objects/ |
| D | js-array-buffer.cc | 264 #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/ |
| D | ScanView.py | 719 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/ |
| D | MimeWriter.py | 128 def startbody(self, ctype, plist=[], prefix=1): argument
|
| /external/v8/src/api/ |
| D | api-inl.h | 62 #define MAKE_TO_LOCAL_TYPED_ARRAY(Type, typeName, TYPE, ctype) \ argument
|
| /external/tensorflow/tensorflow/java/src/main/native/ |
| D | eager_operation_builder_jni.cc | 206 #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
|
| D | graph_operation_builder_jni.cc | 159 #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/ |
| D | v8-fast-api-calls.h | 275 #define SPECIALIZE_GET_C_TYPE_FOR(ctype, ctypeinfo) \ argument
|
| /external/v8/src/runtime/ |
| D | runtime-typedarray.cc | 117 #define TYPED_ARRAY_SORT(Type, type, TYPE, ctype) \ in RUNTIME_FUNCTION() argument
|
| D | runtime-atomics.cc | 392 #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/ |
| D | varray.h | 35 GLenum ctype; /* color type */ member
|
| /external/protobuf/php/src/Google/Protobuf/Internal/ |
| D | FieldOptions.php | 26 private $ctype = 0; variable in Google\\Protobuf\\Internal\\FieldOptions
|
| /external/webp/src/enc/ |
| D | cost_enc.c | 61 int ctype, band, ctx; in VP8CalculateLevelCosts() local
|
| /external/ltp/testcases/kdump/lib/lkdtm/ |
| D | lkdtm.c | 82 enum ctype { enum
|