| /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/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() 202 Layout::CType ctype = layout.fCType; in Get() 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/v8/src/ |
| D | flag-definitions.h | 28 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 30 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument 37 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 40 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 48 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 54 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 57 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ argument 78 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument 82 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument 86 #define FLAG_ALIAS(ftype, ctype, alias, nam) argument
|
| D | api-inl.h | 58 #define MAKE_TO_LOCAL_TYPED_ARRAY(Type, typeName, TYPE, ctype) \ argument
|
| D | elements-kind.h | 57 #define TYPED_ARRAY_ELEMENTS_KIND(Type, type, TYPE, ctype) TYPE##_ELEMENTS, argument
|
| /external/v8/src/wasm/ |
| D | wasm-value.h | 72 #define DEFINE_TYPE_SPECIFIC_METHODS(name, localtype, ctype) \ argument 107 #define DECLARE_CAST(name, localtype, ctype, ...) \ argument
|
| D | wasm-interpreter.cc | 1293 #define CASE_TYPE(wasm, ctype) \ in InitLocals() argument 1860 #define REPLACE_LANE_CASE(format, name, stype, ctype) \ in ExecuteSimdOp() argument 1909 #define CONVERT_CASE(op, src_type, name, dst_type, count, start_index, ctype, \ in ExecuteSimdOp() argument 1951 #define PACK_CASE(op, src_type, name, dst_type, count, ctype, dst_ctype, \ in ExecuteSimdOp() argument 2351 #define CASE_TYPE(wasm, ctype) \ in Execute() argument 2372 #define CASE_TYPE(wasm, ctype) \ in Execute() argument 2386 #define LOAD_CASE(name, ctype, mtype, rep) \ in Execute() argument 2410 #define STORE_CASE(name, ctype, mtype, rep) \ in Execute() argument 2429 #define ASMJS_LOAD_CASE(name, ctype, mtype, defval) \ in Execute() argument 2454 #define ASMJS_STORE_CASE(name, ctype, mtype) \ in Execute() argument [all …]
|
| /external/v8/src/runtime/ |
| D | runtime-atomics.cc | 264 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype) \ in RUNTIME_FUNCTION() argument 292 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype) \ in RUNTIME_FUNCTION() argument 321 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype) \ in RUNTIME_FUNCTION() argument 350 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype) \ in RUNTIME_FUNCTION() argument 379 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype) \ in RUNTIME_FUNCTION() argument 408 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype) \ in RUNTIME_FUNCTION() argument 437 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype) \ in RUNTIME_FUNCTION() argument
|
| D | runtime-typedarray.cc | 127 #define TYPED_ARRAY_SORT(Type, type, TYPE, ctype) \ in RUNTIME_FUNCTION() argument
|
| /external/ltp/testcases/network/nfs/nfslock01/ |
| D | nfs_flock_dgen.c | 11 int i, j, k, nlines, nchars, ctype; in main() local
|
| /external/syzkaller/vendor/google.golang.org/api/gensupport/ |
| D | media.go | 30 ctype string // set on first sniff. member 111 ctype string member
|
| /external/curl/docs/examples/ |
| D | crawler.c | 143 int is_html(char *ctype) in is_html() 187 char *ctype; in main() local
|
| /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/v8/src/objects/ |
| D | js-array-buffer.cc | 283 #define INSTANCE_TYPE_TO_ARRAY_TYPE(Type, type, TYPE, ctype) \ in type() argument 297 #define INSTANCE_TYPE_TO_ELEMENT_SIZE(Type, type, TYPE, ctype) \ in element_size() argument
|
| /external/python/cpython2/Lib/ |
| D | MimeWriter.py | 128 def startbody(self, ctype, plist=[], prefix=1): argument
|
| /external/tensorflow/tensorflow/java/src/main/native/ |
| D | operation_builder_jni.cc | 157 #define DEFINE_SET_ATTR_SCALAR(name, jtype, ctype) \ argument 170 #define DEFINE_SET_ATTR_LIST(name, jname, jtype, ctype) \ argument 194 #define DEFINE_SET_ATTR(name, jname, jtype, ctype) \ argument
|
| /external/webp/src/enc/ |
| D | cost_enc.c | 61 int ctype, band, ctx; in VP8CalculateLevelCosts() local
|
| /external/v8/src/heap/ |
| D | setup-heap-internal.cc | 411 #define ALLOCATE_FIXED_TYPED_ARRAY_MAP(Type, type, TYPE, ctype) \ in CreateInitialMaps() argument 572 #define ALLOCATE_EMPTY_FIXED_TYPED_ARRAY(Type, type, TYPE, ctype) \ in CreateInitialMaps() argument
|
| /external/v8/src/builtins/ |
| D | builtins-typed-array-gen.cc | 1141 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype) TYPE##_ELEMENTS, in DispatchTypedArrayByElementsKind() argument 1146 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype) Label if_##type##array(this); in DispatchTypedArrayByElementsKind() argument 1151 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype) &if_##type##array, in DispatchTypedArrayByElementsKind() argument 1160 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype) \ in DispatchTypedArrayByElementsKind() argument 1456 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype) \ in TF_BUILTIN() argument 1463 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype) &return_##type##array, in TF_BUILTIN() argument 1468 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype) \ in TF_BUILTIN() argument
|
| /external/ltp/testcases/kdump/lib/lkdtm/ |
| D | lkdtm.c | 82 enum ctype { enum
|
| /external/openssh/ |
| D | channels.c | 305 channel_new(char *ctype, int type, int rfd, int wfd, int efd, in channel_new() 2472 char *ctype = NULL, *listen_host = NULL; local 4034 connect_to_reason(const char *name, int port, char *ctype, char *rname, 4106 connect_to(const char *name, int port, char *ctype, char *rname) 4117 u_short listen_port, char *ctype, char *rname) 4137 channel_connect_by_listen_path(const char *path, char *ctype, char *rname) 4155 channel_connect_to_port(const char *host, u_short port, char *ctype, 4190 channel_connect_to_path(const char *path, char *ctype, char *rname)
|