| /external/chromium_org/v8/src/ |
| D | flag-definitions.h | 23 #define FLAG_FULL(ftype, ctype, nam, def, cmt) extern ctype FLAG_##nam; argument 24 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument 30 #define FLAG_FULL(ftype, ctype, nam, def, cmt) ctype FLAG_##nam = def; argument 36 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 42 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 45 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ argument 63 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument 67 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument 71 #define FLAG_ALIAS(ftype, ctype, alias, nam) argument
|
| D | elements-kind.cc | 118 #define FIXED_TYPED_ARRAY_CASE(Type, type, TYPE, ctype, size) \ in GetNextTransitionElementsKind() argument 162 #define FIXED_TYPED_ARRAY_CASE(Type, type, TYPE, ctype, size) \ in IsMoreGeneralElementsKindTransition() argument
|
| D | objects-debug.cc | 77 #define VERIFY_TYPED_ARRAY(Type, type, TYPE, ctype, size) \ in HeapObjectVerify() argument 224 #define EXTERNAL_ARRAY_VERIFY(Type, type, TYPE, ctype, size) \ argument 1080 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype, size) \ in IncrementSpillStatistics() argument
|
| D | objects-printer.cc | 79 #define PRINT_EXTERNAL_ARRAY(Type, type, TYPE, ctype, size) \ in HeapObjectPrint() argument 87 #define PRINT_FIXED_TYPED_ARRAY(Type, type, TYPE, ctype, size) \ in HeapObjectPrint() argument 206 #define EXTERNAL_ARRAY_PRINTER(Type, type, TYPE, ctype, size) \ argument
|
| D | api.h | 328 #define MAKE_TO_LOCAL_TYPED_ARRAY(Type, typeName, TYPE, ctype, size) \ argument
|
| /external/srtp/crypto/kernel/ |
| D | crypto_kernel.c | 178 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; in crypto_kernel_status() local 262 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; in crypto_kernel_shutdown() local 302 kernel_cipher_type_t *ctype, *new_ctype; in crypto_kernel_load_cipher_type() local 394 kernel_cipher_type_t *ctype; in crypto_kernel_get_cipher_type() local
|
| /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/ |
| D | crypto_kernel.c | 178 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; in crypto_kernel_status() local 262 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; in crypto_kernel_shutdown() local 303 kernel_cipher_type_t *ctype, *new_ctype; in crypto_kernel_do_load_cipher_type() local 444 kernel_cipher_type_t *ctype; in crypto_kernel_get_cipher_type() local
|
| /external/stlport/stlport/stl/ |
| D | _iosfwd.h | 98 template <class _CharT> class ctype; variable 103 _STLP_TEMPLATE_NULL class ctype<char>; variable 109 _STLP_TEMPLATE_NULL class ctype<wchar_t>; variable
|
| /external/clang/tools/scan-view/ |
| 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/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
| D | ir.py | 109 def ctype(self): # anon_clone member in Node 283 def ctype(self): member in Function 376 def ctype(self): member in Taged 414 def ctype(self): member in Compound 623 def ctype(self): member in Declarator 1119 ctype = None variable in TransUnit
|
| /external/bluetooth/bluedroid/btif/src/ |
| D | btif_rc.c | 72 #define FILL_PDU_QUEUE(index, ctype, label, pending) \ argument 104 UINT8 ctype; member 887 UINT8 ctype = AVRC_RSP_REJ; in send_reject_response() local 919 UINT8 ctype; in send_metamsg_rsp() local 1046 static void btif_rc_upstreams_evt(UINT16 event, tAVRC_COMMAND *pavrc_cmd, UINT8 ctype, UINT8 label) in btif_rc_upstreams_evt() 1153 static void btif_rc_upstreams_rsp_evt(UINT16 event, tAVRC_RESPONSE *pavrc_resp, UINT8 ctype, UINT8 … in btif_rc_upstreams_rsp_evt()
|
| /external/qemu/android/utils/ |
| D | vector.h | 21 #define AVECTOR_DECL(ctype,name) \ argument
|
| /external/chromium_org/v8/test/cctest/compiler/ |
| D | value-helper.h | 113 #define FOR_INPUTS(ctype, itype, var) \ argument
|
| /external/openssl/crypto/cms/ |
| D | cms_ess.c | 381 ASN1_OBJECT *ctype; in cms_encode_Receipt() local
|
| /external/chromium_org/components/search_engines/ |
| D | prepopulated_engines_schema.json | 70 "ctype": "SearchEngineType", string
|
| /external/openssl/crypto/krb5/ |
| D | krb5_asn.h | 158 ASN1_INTEGER *ctype; member
|
| /external/openssl/ssl/ |
| D | s2_srvr.c | 925 int i,j,ctype,ret= -1; in request_certificate() local
|
| /external/openssl/include/openssl/ |
| D | krb5_asn.h | 158 ASN1_INTEGER *ctype; member
|
| /external/srtp/crypto/test/ |
| D | cipher_driver.c | 346 cipher_type_t *ctype, int klen) { in cipher_array_alloc_init()
|
| /external/chromium_org/third_party/libsrtp/srtp/crypto/test/ |
| D | cipher_driver.c | 375 cipher_type_t *ctype, int klen) { in cipher_array_alloc_init()
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
| D | svga_cmd.c | 722 SVGA3dShaderConstType ctype, // IN in SVGA3D_SetShaderConst() 789 SVGA3dShaderConstType ctype, // IN in SVGA3D_SetShaderConsts()
|
| /external/mesa3d/src/gallium/drivers/svga/ |
| D | svga_cmd.c | 722 SVGA3dShaderConstType ctype, // IN in SVGA3D_SetShaderConst() 789 SVGA3dShaderConstType ctype, // IN in SVGA3D_SetShaderConsts()
|
| /external/chromium_org/third_party/libwebp/enc/ |
| D | cost.c | 354 int ctype, band, ctx; in VP8CalculateLevelCosts() local
|
| /external/webp/src/enc/ |
| D | cost.c | 354 int ctype, band, ctx; in VP8CalculateLevelCosts() local
|
| /external/stlport/src/ |
| D | locale.cpp | 438 const locale::category locale::ctype; member in locale
|