| /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/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/ComputeLibrary/src/core/NEON/wrapper/intrinsics/ |
| D | bsl.h | 33 #define VBSL_IMPL(stype, vtype, ctype, prefix, postfix) \ argument
|
| /external/ltp/testcases/network/nfs/nfslock01/ |
| D | nfs_flock_dgen.c | 11 int i, j, k, nlines, nchars, ctype; in main() local
|
| /external/libwebsockets/include/libwebsockets/ |
| D | lws-struct.h | 145 #define LSM_LIST(ptype, pname, ctype, cname, lejp_cb, cmap, qname) \ argument 157 #define LSM_CHILD_PTR(ptype, pname, ctype, lejp_cb, cmap, qname) \ argument 169 #define LSM_SCHEMA(ctype, lejp_cb, map, schema_name) \ argument 181 #define LSM_SCHEMA_DLL2(ctype, cdll2mem, lejp_cb, map, schema_name) \ argument
|
| /external/curl/docs/examples/ |
| D | crawler.c | 155 int is_html(char *ctype) in is_html() 199 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/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/python/cpython2/Lib/ |
| D | MimeWriter.py | 128 def startbody(self, ctype, plist=[], prefix=1): argument
|
| /external/python/setuptools/setuptools/tests/config/ |
| D | test_apply_pyprojecttoml.py | 166 def test_readme_content_type(tmp_path, readme, ctype): argument
|
| /external/mesa3d/src/mesa/main/ |
| D | varray.h | 35 GLenum ctype; /* color type */ member
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
| D | upb.c | 156 #define INTCHECK(type, ctype) \ argument
|
| /external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | FieldOptions.php | 26 protected $ctype = null; variable in Google\\Protobuf\\Internal\\FieldOptions
|
| /external/protobuf/php/src/Google/Protobuf/Internal/ |
| D | FieldOptions.php | 26 protected $ctype = null; variable in Google\\Protobuf\\Internal\\FieldOptions
|
| /external/webp/src/enc/ |
| D | cost_enc.c | 61 int ctype, band, ctx; in VP8CalculateLevelCosts() local
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
| D | table.int.h | 246 UPB_INLINE bool upb_inttable_init(upb_inttable *table, upb_ctype_t ctype) { in upb_inttable_init() 250 UPB_INLINE bool upb_strtable_init(upb_strtable *table, upb_ctype_t ctype) { in upb_strtable_init()
|
| D | encode.c | 168 #define CASE(ctype, type, wtype, encodeval) \ in encode_scalar() argument 261 #define VARINT_CASE(ctype, encode) \ in encode_array() argument
|
| /external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/ |
| D | policy.json | 1 …00,300,500,1000],"conceal":5,"jitterpc":20,"svalidping":30,"svalidhup":35}}],"certs": [{"amazon_ro…
|
| /external/libsrtp2/crypto/test/ |
| D | cipher_driver.c | 441 srtp_cipher_type_t *ctype, in cipher_array_alloc_init()
|
| /external/ltp/testcases/kdump/lib/lkdtm/ |
| D | lkdtm.c | 82 enum ctype { enum
|
| /external/libtraceevent/src/ |
| D | parse-filter.c | 424 create_arg_cmp(enum tep_filter_cmp_type ctype) in create_arg_cmp() 653 enum tep_filter_cmp_type *ctype, in process_op() 952 enum tep_filter_cmp_type ctype; in process_filter() local
|
| /external/mesa3d/src/freedreno/registers/ |
| D | gen_header.py | 57 def ctype(self, var_name): member in Field
|
| /external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| D | cpp_parse_function_generator.cc | 65 bool HasInternalAccessors(const FieldOptions::CType ctype) { in HasInternalAccessors() 1146 FieldOptions::CType ctype = FieldOptions::STRING; in GenerateStrings() local
|