Home
last modified time | relevance | path

Searched defs:ctype (Results 1 – 25 of 55) sorted by relevance

123

/external/v8/src/
Dflag-definitions.h23 #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
Delements-kind.cc118 #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
Dobjects-debug.cc77 #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
Dobjects-printer.cc79 #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
Dapi.h328 #define MAKE_TO_LOCAL_TYPED_ARRAY(Type, typeName, TYPE, ctype, size) \ argument
Delements.cc1032 #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/
Dcrypto_kernel.c178 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/
DScanView.py719 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/
Dvalue-helper.h113 #define FOR_INPUTS(ctype, itype, var) \ argument
/external/srtp/crypto/test/
Dcipher_driver.c346 cipher_type_t *ctype, int klen) { in cipher_array_alloc_init()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c722 SVGA3dShaderConstType ctype, // IN in SVGA3D_SetShaderConst()
789 SVGA3dShaderConstType ctype, // IN in SVGA3D_SetShaderConsts()
/external/webp/src/enc/
Dcost.c354 int ctype, band, ctx; in VP8CalculateLevelCosts() local
/external/openssh/
Dchannels.c282 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)
Dchannels.h140 char *ctype; /* type */ member
Dserverloop.c1104 char *ctype; in server_input_channel_open() local
/external/v8/src/heap/
Dobjects-visiting.cc138 #define EXTERNAL_ARRAY_CASE(Type, type, TYPE, ctype, size) \ in GetVisitorId() argument
Dheap.cc2530 #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/
DAnalyzer.java157 Type ctype = Type.getObjectType(owner); in analyze() local
/external/selinux/policycoreutils/semanage/
Dseobject.py1283 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/
Dprint-lmp.c223 u_int8_t ctype; member
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto345 optional CType ctype = 1 [default = STRING]; field
/external/icu/icu4c/source/i18n/
Drematch.cpp3106 … 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/
Dparse-filter.c633 enum filter_cmp_type *ctype, in process_op()
900 enum filter_cmp_type ctype; in process_filter() local
/external/protobuf/src/google/protobuf/
Ddescriptor.proto386 optional CType ctype = 1 [default = STRING]; field
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Drequest.py1614 def _get_multipart_boundary(ctype): argument
1676 def detect_charset(ctype): argument

123