/external/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
|
D | elements.cc | 1032 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype, size) \ in ElementsKindForArray() argument 1094 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype, size) \ in CopyElementsImpl() argument 1212 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype, size) \ in CopyElementsImpl() argument 1320 #define EXTERNAL_ELEMENTS_ACCESSOR(Type, type, TYPE, ctype, size) \ argument 1327 #define FIXED_ELEMENTS_ACCESSOR(Type, type, 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/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/v8/test/cctest/compiler/ |
D | value-helper.h | 113 #define FOR_INPUTS(ctype, itype, var) \ argument
|
/external/srtp/crypto/test/ |
D | cipher_driver.c | 346 cipher_type_t *ctype, int klen) { in cipher_array_alloc_init()
|
/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/webp/src/enc/ |
D | cost.c | 354 int ctype, band, ctx; in VP8CalculateLevelCosts() local
|
/external/openssh/ |
D | channels.c | 282 channel_new(char *ctype, int type, int rfd, int wfd, int efd, in channel_new() 3676 connect_to(const char *name, int port, char *ctype, char *rname) 3742 u_short listen_port, char *ctype, char *rname) 3760 channel_connect_by_listen_path(const char *path, char *ctype, char *rname) 3778 channel_connect_to_port(const char *host, u_short port, char *ctype, char *rname) 3810 channel_connect_to_path(const char *path, char *ctype, char *rname)
|
D | channels.h | 140 char *ctype; /* type */ member
|
D | serverloop.c | 1104 char *ctype; in server_input_channel_open() local
|
/external/v8/src/heap/ |
D | objects-visiting.cc | 138 #define EXTERNAL_ARRAY_CASE(Type, type, TYPE, ctype, size) \ in GetVisitorId() argument
|
D | heap.cc | 2530 #define ALLOCATE_EXTERNAL_ARRAY_MAP(Type, type, TYPE, ctype, size) \ in CreateInitialMaps() argument 2537 #define ALLOCATE_FIXED_TYPED_ARRAY_MAP(Type, type, TYPE, ctype, size) \ in CreateInitialMaps() argument 2592 #define ALLOCATE_EMPTY_EXTERNAL_ARRAY(Type, type, TYPE, ctype, size) \ in CreateInitialMaps() argument 2603 #define ALLOCATE_EMPTY_FIXED_TYPED_ARRAY(Type, type, TYPE, ctype, size) \ in CreateInitialMaps() argument 3104 #define ARRAY_TYPE_TO_ROOT_INDEX(Type, type, TYPE, ctype, size) \ in RootIndexForExternalArrayType() argument 3126 #define ARRAY_TYPE_TO_ROOT_INDEX(Type, type, TYPE, ctype, size) \ in RootIndexForFixedTypedArray() argument 3143 #define ELEMENT_KIND_TO_ROOT_INDEX(Type, type, TYPE, ctype, size) \ in RootIndexForEmptyExternalArray() argument 3160 #define ELEMENT_KIND_TO_ROOT_INDEX(Type, type, TYPE, ctype, size) \ in RootIndexForEmptyFixedTypedArray() argument 3378 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype, size) \ in ForFixedTypedArray() argument
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
D | Analyzer.java | 157 Type ctype = Type.getObjectType(owner); in analyze() local
|
/external/selinux/policycoreutils/semanage/ |
D | seobject.py | 1283 def __add(self, addr, mask, proto, serange, ctype): argument 1351 def add(self, addr, mask, proto, serange, ctype): argument 1489 def __add(self, interface, serange, ctype): argument 1551 def add(self, interface, serange, ctype): argument
|
/external/tcpdump/ |
D | print-lmp.c | 223 u_int8_t ctype; member
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 345 optional CType ctype = 1 [default = STRING]; field
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 3106 … int8_t ctype = u_charType(c); // TODO: make a unicode set for this. Will be faster. in MatchAt() local 3134 int8_t ctype = u_charType(c); in MatchAt() local 4664 … int8_t ctype = u_charType(c); // TODO: make a unicode set for this. Will be faster. in MatchChunkAt() local 4690 int8_t ctype = u_charType(c); in MatchChunkAt() local
|
/external/linux-tools-perf/src/tools/lib/traceevent/ |
D | parse-filter.c | 633 enum filter_cmp_type *ctype, in process_op() 900 enum filter_cmp_type ctype; in process_filter() local
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 386 optional CType ctype = 1 [default = STRING]; field
|
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/ |
D | request.py | 1614 def _get_multipart_boundary(ctype): argument 1676 def detect_charset(ctype): argument
|