| /third_party/python/Lib/idlelib/ |
| D | redirector.py | 67 def register(self, operation, function): argument 82 def unregister(self, operation): argument 98 def dispatch(self, operation, *args): argument 131 def __init__(self, redir, operation): argument
|
| /third_party/boost/libs/spirit/example/x3/calc/calc7/ |
| D | ast.hpp | 43 struct operation struct 45 char operator_; 46 operand operand_;
|
| /third_party/node/benchmark/process/ |
| D | bench-env.js | 7 operation: ['get', 'set', 'enumerate', 'query', 'delete'] property 11 function main({ n, operation }) { field
|
| /third_party/boost/boost/asio/detail/ |
| D | winrt_async_manager.hpp | 111 { in __anonee0341310202() 148 { in __anonee0341310302() 214 { in __anonee0341310502() 255 { in __anonee0341310602()
|
| D | operation.hpp | 31 typedef win_iocp_operation operation; typedef
|
| /third_party/boost/boost/geometry/util/ |
| D | for_each_coordinate.hpp | 67 inline void for_each_coordinate(Point& point, Op operation) in for_each_coordinate() 80 inline Op for_each_coordinate(Point const& point, Op operation) in for_each_coordinate()
|
| /third_party/boost/libs/spirit/example/x3/calc/calc8/ |
| D | ast.hpp | 51 struct operation : x3::position_tagged struct 53 char operator_; 54 operand operand_;
|
| /third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/ |
| D | ast.hpp | 53 struct operation struct 55 char operator_; 56 operand operand_;
|
| /third_party/giflib/ |
| D | giftool.c | 71 struct operation { struct 72 enum { 101 struct operation operations[MAX_OPERATIONS]; in main() argument
|
| /third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/ |
| D | ntintsafe.h | 45 #define __MINGW_INTSAFE_BODY(operation, x, y, overflow) \ argument 63 #define __MINGW_INTSAFE_MATH(name, type, operation) \ argument
|
| /third_party/mbedtls/library/ |
| D | cipher_wrap.c | 153 static int aes_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_ecb_wrap() 160 static int aes_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap() 169 static int aes_crypt_cfb128_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_cfb128_wrap() 198 static int aes_crypt_xts_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_xts_wrap() 682 static int camellia_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in camellia_crypt_ecb_wrap() 690 static int camellia_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, in camellia_crypt_cbc_wrap() 700 static int camellia_crypt_cfb128_wrap( void *ctx, mbedtls_operation_t operation, in camellia_crypt_cfb128_wrap() 1057 static int aria_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in aria_crypt_ecb_wrap() 1066 static int aria_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, in aria_crypt_cbc_wrap() 1076 static int aria_crypt_cfb128_wrap( void *ctx, mbedtls_operation_t operation, in aria_crypt_cfb128_wrap() [all …]
|
| /third_party/boost/libs/spirit/example/x3/calc/calc4c/ |
| D | grammar.hpp | 59 struct operation struct 76 BOOST_FUSION_ADAPT_STRUCT(client::ast::operation,
|
| /third_party/mingw-w64/mingw-w64-headers/include/ |
| D | intsafe.h | 49 #define __MINGW_INTSAFE_BODY(operation, x, y, overflow) \ argument 67 #define __MINGW_INTSAFE_MATH(name, type, operation) \ argument
|
| /third_party/boost/libs/iostreams/test/detail/ |
| D | operation_sequence.hpp | 53 class operation { class 56 operation() : pimpl_() { } in operation() function in boost::iostreams::test::operation 73 operation(operation_sequence& seq, int id, int error_code = -1) in operation() function in boost::iostreams::test::operation
|
| /third_party/boost/boost/geometry/algorithms/detail/overlay/ |
| D | follow_linear_linear.hpp | 61 Operation const& operation) in is_entering() 74 Operation const& operation, in is_staying_inside() 93 Operation const& operation, in is_leaving() 126 Operation const& operation, in is_isolated_point()
|
| /third_party/boost/libs/spirit/example/x3/calc/calc9/ |
| D | ast.hpp | 71 struct operation : x3::position_tagged struct 73 optoken operator_; 74 operand operand_;
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | gen_blit11helper.py | 157 def format_get_blitshader_case(operation): argument 167 def format_get_blitshader_case_dimension(operation, dimension): argument
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | gen_blit11helper.py | 158 def format_get_blitshader_case(operation): argument 168 def format_get_blitshader_case_dimension(operation, dimension): argument
|
| /third_party/openssl/crypto/asn1/ |
| D | nsseq.c | 16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in nsseq_cb()
|
| /third_party/boringssl/src/crypto/x509/ |
| D | x_req.c | 76 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb()
|
| /third_party/openssl/crypto/x509/ |
| D | x_req.c | 35 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb()
|
| /third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/ |
| D | ast.hpp | 74 struct operation struct 76 optoken operator_; 77 operand operand_;
|
| /third_party/boost/libs/spirit/example/x3/calc/ |
| D | calc4.cpp | 57 struct operation struct 74 BOOST_FUSION_ADAPT_STRUCT(client::ast::operation,
|
| D | calc4b.cpp | 61 struct operation struct 78 BOOST_FUSION_ADAPT_STRUCT(client::ast::operation,
|
| /third_party/boost/boost/mpl/ |
| D | inserter.hpp | 27 typedef Operation operation; typedef
|