/third_party/boost/boost/function_types/detail/ |
D | pp_loop.hpp | 36 # define BOOST_FT_type_function(cc,name) BOOST_FT_SYNTAX( \ argument 40 # define BOOST_FT_type_function_pointer(cc,name) BOOST_FT_SYNTAX( \ argument 44 # define BOOST_FT_type_function_reference(cc,name) BOOST_FT_SYNTAX( \ argument 48 # define BOOST_FT_type_member_function_pointer(cc,name) BOOST_FT_SYNTAX( \ argument
|
D | classifier.hpp | 44 #define BOOST_FT_type_function(cc,name) BOOST_FT_SYNTAX( \ argument 47 #define BOOST_FT_type_function_pointer(cc,name) BOOST_FT_SYNTAX( \ argument 50 #define BOOST_FT_type_member_function_pointer(cc,name) BOOST_FT_SYNTAX( \ argument
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | color_cache_utils.h | 42 const VP8LColorCache* const cc, uint32_t key) { in VP8LColorCacheLookup() 47 static WEBP_INLINE void VP8LColorCacheSet(const VP8LColorCache* const cc, in VP8LColorCacheSet() 53 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() 59 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, in VP8LColorCacheGetIndex() 65 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, in VP8LColorCacheContains()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/ |
D | color_cache_utils.h | 42 const VP8LColorCache* const cc, uint32_t key) { in VP8LColorCacheLookup() 47 static WEBP_INLINE void VP8LColorCacheSet(const VP8LColorCache* const cc, in VP8LColorCacheSet() 53 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, in VP8LColorCacheInsert() 59 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, in VP8LColorCacheGetIndex() 65 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, in VP8LColorCacheContains()
|
D | color_cache_utils.c | 23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit() 35 void VP8LColorCacheClear(VP8LColorCache* const cc) { in VP8LColorCacheClear()
|
/third_party/re2/re2/testing/ |
D | charclass_test.cc | 89 static void Broke(const char *desc, const CCTest* t, CharClass* cc) { in Broke() 121 CharClass* Negate(CharClass *cc) { in Negate() 125 void Delete(CharClass* cc) { in Delete() 129 CharClassBuilder* Negate(CharClassBuilder* cc) { in Negate() 135 void Delete(CharClassBuilder* cc) { in Delete() 140 bool CorrectCC(CharClass *cc, CCTest *t, const char *desc) { in CorrectCC() 209 CharClass* cc = ccb.GetCharClass(); in TEST() local
|
/third_party/boost/libs/mpi/test/ |
D | cartesian_topology_test.cpp | 42 void test_coordinates_consistency( mpi::cartesian_communicator const& cc, in test_coordinates_consistency() 67 void test_shifted_coords( mpi::cartesian_communicator const& cc, int pos, mpi::cartesian_dimension… in test_shifted_coords() 84 void test_shifted_coords( mpi::cartesian_communicator const& cc) in test_shifted_coords() 102 void test_topology_consistency( mpi::cartesian_communicator const& cc) in test_topology_consistency() 124 void test_cartesian_topology( mpi::cartesian_communicator const& cc) in test_cartesian_topology() 149 mpi::cartesian_communicator cc(world, topo, true); in test_cartesian_topology() local
|
/third_party/boost/boost/property_map/parallel/ |
D | parallel_property_maps.hpp | 71 iterator_property_map(RandomAccessIterator cc, const index_map_type& id) in iterator_property_map() 114 iterator_property_map(RandomAccessIterator cc, const index_map_type& id) in iterator_property_map() 128 make_iterator_property_map(RandomAccessIterator cc, in make_iterator_property_map() 177 safe_iterator_property_map(RandomAccessIterator cc, std::size_t n, in safe_iterator_property_map() 220 safe_iterator_property_map(RandomAccessIterator cc, std::size_t n, in safe_iterator_property_map()
|
/third_party/boost/boost/gil/io/ |
D | make_reader.hpp | 84 , const ConversionPolicy& cc in make_reader() 123 ConversionPolicy const& cc, in make_reader() 147 , const ConversionPolicy& cc in make_reader() 167 , const ConversionPolicy& cc in make_reader() 182 ConversionPolicy const& cc, in make_reader()
|
/third_party/flutter/skia/third_party/externals/wuffs/script/ |
D | adler32-standalone.c | 43 const char* cc = "clang"; variable 46 const char* cc = "gcc"; variable 49 const char* cc = "cl"; variable 52 const char* cc = "cc"; variable
|
D | bench-c-deflate-fragmentation.c | 78 const char* cc = "clang"; variable 81 const char* cc = "gcc"; variable 84 const char* cc = "cl"; variable 87 const char* cc = "cc"; variable
|
/third_party/grpc/test/core/surface/ |
D | completion_queue_test.cc | 38 static void shutdown_and_destroy(grpc_completion_queue* cc) { in shutdown_and_destroy() 113 grpc_completion_queue* cc; in test_wait_empty() local 137 grpc_completion_queue* cc; in test_cq_end_op() local 170 grpc_completion_queue* cc; in test_cq_tls_cache_full() local 212 grpc_completion_queue* cc; in test_cq_tls_cache_empty() local 241 grpc_completion_queue* cc; in test_shutdown_then_next_polling() local 263 grpc_completion_queue* cc; in test_shutdown_then_next_with_timeout() local 285 grpc_completion_queue* cc; in test_pluck() local 343 grpc_completion_queue* cc; in test_pluck_after_shutdown() local 363 grpc_completion_queue* cc; in test_callback() local [all …]
|
D | completion_queue_threading_test.cc | 38 static void shutdown_and_destroy(grpc_completion_queue* cc) { in shutdown_and_destroy() 67 grpc_completion_queue* cc; member 79 grpc_completion_queue* cc; in test_too_many_plucks() local 133 grpc_completion_queue* cc; member 214 grpc_completion_queue* cc = grpc_completion_queue_create_for_next(nullptr); in test_threading() local
|
/third_party/glib/gobject/ |
D | gmarshal.c | 100 GCClosure *cc = (GCClosure*) closure; in g_cclosure_marshal_VOID__VOID() local 149 GCClosure *cc = (GCClosure*) closure; in g_cclosure_marshal_VOID__VOIDv() local 199 GCClosure *cc = (GCClosure*) closure; in g_cclosure_marshal_VOID__BOOLEAN() local 250 GCClosure *cc = (GCClosure*) closure; in g_cclosure_marshal_VOID__BOOLEANv() local 307 GCClosure *cc = (GCClosure*) closure; in g_cclosure_marshal_VOID__CHAR() local 358 GCClosure *cc = (GCClosure*) closure; in g_cclosure_marshal_VOID__CHARv() local 415 GCClosure *cc = (GCClosure*) closure; in g_cclosure_marshal_VOID__UCHAR() local 466 GCClosure *cc = (GCClosure*) closure; in g_cclosure_marshal_VOID__UCHARv() local 523 GCClosure *cc = (GCClosure*) closure; in g_cclosure_marshal_VOID__INT() local 574 GCClosure *cc = (GCClosure*) closure; in g_cclosure_marshal_VOID__INTv() local [all …]
|
/third_party/glib/gio/ |
D | gmarshal-internal.c | 80 GCClosure *cc = (GCClosure *) closure; in _g_cclosure_marshal_BOOLEAN__OBJECT() local 119 GCClosure *cc = (GCClosure *) closure; in _g_cclosure_marshal_BOOLEAN__OBJECTv() local 168 GCClosure *cc = (GCClosure *) closure; in _g_cclosure_marshal_BOOLEAN__OBJECT_FLAGS() local 209 GCClosure *cc = (GCClosure *) closure; in _g_cclosure_marshal_BOOLEAN__OBJECT_FLAGSv() local 261 GCClosure *cc = (GCClosure *) closure; in _g_cclosure_marshal_BOOLEAN__OBJECT_OBJECT() local 302 GCClosure *cc = (GCClosure *) closure; in _g_cclosure_marshal_BOOLEAN__OBJECT_OBJECTv() local 358 GCClosure *cc = (GCClosure *) closure; in _g_cclosure_marshal_BOOLEAN__POINTER_INT() local 399 GCClosure *cc = (GCClosure *) closure; in _g_cclosure_marshal_BOOLEAN__POINTER_INTv() local 447 GCClosure *cc = (GCClosure *) closure; in _g_cclosure_marshal_BOOLEAN__STRING() local 486 GCClosure *cc = (GCClosure *) closure; in _g_cclosure_marshal_BOOLEAN__STRINGv() local [all …]
|
/third_party/boost/boost/function_types/detail/synthesize_impl/ |
D | master.hpp | 25 # define BOOST_FT_make_type(flags,cc,arity) BOOST_FT_make_type_impl(flags,cc,arity) argument 26 # define BOOST_FT_make_type_impl(flags,cc,arity) make_type_ ## flags ## _ ## cc ## _ ## arity argument
|
/third_party/typescript/tests/baselines/reference/ |
D | booleanLiteralsContextuallyTypedFromUnion.js | 7 const cc: C = isIt ? { isIt: isIt, text: 'hey' } : { isIt: isIt, value: 123 }; constant 31 var cc = isIt ? { isIt: isIt, text: 'hey' } : { isIt: isIt, value: 123 }; variable
|
/third_party/node/ |
D | configure.py | 775 def try_check_compiler(cc, lang): argument 799 def get_version_helper(cc, regexp): argument 836 def get_llvm_version(cc): argument 840 def get_xcode_version(cc): argument 844 def get_gas_version(cc): argument 919 def cc_macros(cc=None): argument
|
/third_party/ffmpeg/libavcodec/ |
D | cdgraphics.c | 77 CDGraphicsContext *cc = avctx->priv_data; in cdg_decode_init() local 88 static void cdg_border_preset(CDGraphicsContext *cc, uint8_t *data) in cdg_border_preset() 110 static void cdg_load_palette(CDGraphicsContext *cc, uint8_t *data, int low) in cdg_load_palette() 130 static int cdg_tile_block(CDGraphicsContext *cc, uint8_t *data, int b) in cdg_tile_block() 202 static void cdg_scroll(CDGraphicsContext *cc, uint8_t *data, in cdg_scroll() 273 CDGraphicsContext *cc = avctx->priv_data; in cdg_decode_frame() local 370 CDGraphicsContext *cc = avctx->priv_data; in cdg_decode_end() local
|
/third_party/flutter/skia/gn/ |
D | is_clang.py | 10 cc,cxx = sys.argv[1:3] variable
|
/third_party/boost/libs/function_types/test/custom_ccs/ |
D | member_ccs.cpp | 23 typedef ft::stdcall_cc cc; typedef
|
D | nonmember_ccs.cpp | 25 typedef ft::stdcall_cc cc; typedef
|
/third_party/skia/gn/ |
D | is_clang.py | 12 cc,cxx = sys.argv[1:3] variable
|
/third_party/boost/boost/gil/extension/io/targa/ |
D | old.hpp | 74 , CC cc in targa_read_and_convert_view() 111 , CC cc in targa_read_and_convert_image()
|
/third_party/boost/boost/gil/extension/io/bmp/ |
D | old.hpp | 74 , CC cc in bmp_read_and_convert_view() 111 , CC cc in bmp_read_and_convert_image()
|