Home
last modified time | relevance | path

Searched defs:operation (Results 1 – 25 of 213) sorted by relevance

123456789

/third_party/python/Lib/idlelib/
Dredirector.py67 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/
Dast.hpp43 struct operation struct
45 char operator_;
46 operand operand_;
/third_party/node/benchmark/process/
Dbench-env.js7 operation: ['get', 'set', 'enumerate', 'query', 'delete'] property
11 function main({ n, operation }) { field
/third_party/boost/boost/asio/detail/
Dwinrt_async_manager.hpp111 { in __anonee0341310202()
148 { in __anonee0341310302()
214 { in __anonee0341310502()
255 { in __anonee0341310602()
Doperation.hpp31 typedef win_iocp_operation operation; typedef
/third_party/boost/boost/geometry/util/
Dfor_each_coordinate.hpp67 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/
Dast.hpp51 struct operation : x3::position_tagged struct
53 char operator_;
54 operand operand_;
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/
Dast.hpp53 struct operation struct
55 char operator_;
56 operand operand_;
/third_party/giflib/
Dgiftool.c71 struct operation { struct
72 enum {
101 struct operation operations[MAX_OPERATIONS]; in main() argument
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/
Dntintsafe.h45 #define __MINGW_INTSAFE_BODY(operation, x, y, overflow) \ argument
63 #define __MINGW_INTSAFE_MATH(name, type, operation) \ argument
/third_party/mbedtls/library/
Dcipher_wrap.c153 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/
Dgrammar.hpp59 struct operation struct
76 BOOST_FUSION_ADAPT_STRUCT(client::ast::operation,
/third_party/mingw-w64/mingw-w64-headers/include/
Dintsafe.h49 #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/
Doperation_sequence.hpp53 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/
Dfollow_linear_linear.hpp61 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/
Dast.hpp71 struct operation : x3::position_tagged struct
73 optoken operator_;
74 operand operand_;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dgen_blit11helper.py157 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/
Dgen_blit11helper.py158 def format_get_blitshader_case(operation): argument
168 def format_get_blitshader_case_dimension(operation, dimension): argument
/third_party/openssl/crypto/asn1/
Dnsseq.c16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in nsseq_cb()
/third_party/boringssl/src/crypto/x509/
Dx_req.c76 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb()
/third_party/openssl/crypto/x509/
Dx_req.c35 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/
Dast.hpp74 struct operation struct
76 optoken operator_;
77 operand operand_;
/third_party/boost/libs/spirit/example/x3/calc/
Dcalc4.cpp57 struct operation struct
74 BOOST_FUSION_ADAPT_STRUCT(client::ast::operation,
Dcalc4b.cpp61 struct operation struct
78 BOOST_FUSION_ADAPT_STRUCT(client::ast::operation,
/third_party/boost/boost/mpl/
Dinserter.hpp27 typedef Operation operation; typedef

123456789