/external/libchrome/base/numerics/ |
D | safe_math_clang_gcc_impl.h | 31 static constexpr bool Do(T, U, V*) { in Do() function 41 static constexpr V Do(T, U) { in Do() function 51 static constexpr V Do(T, U) { in Do() function 61 static constexpr V Do(T, U) { in Do() function 73 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function 82 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function 103 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do() function 114 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function 123 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function 132 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function [all …]
|
D | safe_math_shared_impl.h | 42 static constexpr bool Do(T, U, V*) { in Do() function 52 static constexpr bool Do(T, U, V*) { in Do() function 62 static constexpr bool Do(T, U, V*) { in Do() function 72 static constexpr V Do(T, U) { in Do() function 82 static constexpr V Do(T, U) { in Do() function 92 static constexpr V Do(T, U) { in Do() function 101 static constexpr T Do(T) { in Do() function
|
D | safe_math_arm_impl.h | 34 __attribute__((always_inline)) static bool Do(T x, U y, V* result) { in Do() function 53 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function 79 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function 101 __attribute__((always_inline)) static V Do(T x, U y) { in Do() function
|
D | safe_conversions.h | 30 static constexpr Dst Do(Src) { in Do() function 43 static constexpr bool Do(Src value) { in Do() function
|
D | safe_conversions_arm_impl.h | 27 __attribute__((always_inline)) static Dst Do(Src value) { in Do() function
|
/external/syzkaller/vendor/google.golang.org/api/storage/v1/ |
D | storage-gen.go | 1891 func (c *BucketAccessControlsDeleteCall) Do(opts ...googleapi.CallOption) error { func 2030 func (c *BucketAccessControlsGetCall) Do(opts ...googleapi.CallOption) (*BucketAccessControl, error… func 2180 func (c *BucketAccessControlsInsertCall) Do(opts ...googleapi.CallOption) (*BucketAccessControl, er… func 2333 func (c *BucketAccessControlsListCall) Do(opts ...googleapi.CallOption) (*BucketAccessControls, err… func 2480 func (c *BucketAccessControlsPatchCall) Do(opts ...googleapi.CallOption) (*BucketAccessControl, err… func 2636 func (c *BucketAccessControlsUpdateCall) Do(opts ...googleapi.CallOption) (*BucketAccessControl, er… func 2792 func (c *BucketsDeleteCall) Do(opts ...googleapi.CallOption) error { func 2962 func (c *BucketsGetCall) Do(opts ...googleapi.CallOption) (*Bucket, error) { func 3140 func (c *BucketsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) { func 3327 func (c *BucketsInsertCall) Do(opts ...googleapi.CallOption) (*Bucket, error) { func [all …]
|
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/ |
D | compute-gen.go | 17959 func (c *AcceleratorTypesAggregatedListCall) Do(opts ...googleapi.CallOption) (*AcceleratorTypeAggr… func 18150 func (c *AcceleratorTypesGetCall) Do(opts ...googleapi.CallOption) (*AcceleratorType, error) { func 18377 func (c *AcceleratorTypesListCall) Do(opts ...googleapi.CallOption) (*AcceleratorTypeList, error) { func 18637 func (c *AddressesAggregatedListCall) Do(opts ...googleapi.CallOption) (*AddressAggregatedList, err… func 18833 func (c *AddressesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) { func 19000 func (c *AddressesGetCall) Do(opts ...googleapi.CallOption) (*Address, error) { func 19173 func (c *AddressesInsertCall) Do(opts ...googleapi.CallOption) (*Operation, error) { func 19400 func (c *AddressesListCall) Do(opts ...googleapi.CallOption) (*AddressList, error) { func 19611 func (c *AddressesSetLabelsCall) Do(opts ...googleapi.CallOption) (*Operation, error) { func 19774 func (c *AddressesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestPermissionsRespons… func [all …]
|
/external/syzkaller/vendor/golang.org/x/net/context/ctxhttp/ |
D | ctxhttp.go | 26 func Do(ctx context.Context, client *http.Client, req *http.Request) (*http.Response, error) { func
|
D | ctxhttp_pre17.go | 29 func Do(ctx context.Context, client *http.Client, req *http.Request) (*http.Response, error) { func
|
/external/tensorflow/tensorflow/core/util/ |
D | work_sharder.cc | 55 void Sharder::Do(int64 total, int64 cost_per_unit, const Work& work, in Do() function in tensorflow::Sharder
|
/external/syzkaller/vendor/google.golang.org/grpc/ |
D | rpc_util.go | 51 Do(w io.Writer, p []byte) error methodSpec 91 func (c *gzipCompressor) Do(w io.Writer, p []byte) error { func 110 Do(r io.Reader) ([]byte, error) methodSpec 126 func (d *gzipDecompressor) Do(r io.Reader) ([]byte, error) { func
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/ |
D | multishot_func.pass.cpp | 78 int Do(int acc, int n, func<int> f) { in Do() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutex.cc | 191 bool Do() { in Do() function in __tsan::Backoff
|
/external/toolchain-utils/ |
D | build_tool.py | 604 def Do(self): member in Bootstrapper
|
/external/tensorflow/tensorflow/contrib/specs/python/ |
D | specs_ops.py | 103 Do = Fun(layers.dropout) variable
|
/external/libusb/libusb/os/ |
D | haiku_usb_backend.cpp | 65 USBTransfer::Do(int fRawFD) in Do() function in USBTransfer
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNodeTest.cpp | 1042 TEST(Do, MatchesDoLoops) { in TEST() argument 1047 TEST(Do, DoesNotMatchWhileLoops) { in TEST() argument
|
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | vt320.java | 824 private String Help, Do, Find, Select; field in vt320
|
/external/clang/test/SemaCXX/ |
D | cxx1y-generic-lambdas.cpp | 849 void Do() { in Do() function
|
/external/swiftshader/src/Reactor/ |
D | Reactor.hpp | 2931 #define Do \ macro
|
/external/libchrome/base/task/sequence_manager/ |
D | sequence_manager_impl_unittest.cc | 3222 void Do() {} in Do() function in base::sequence_manager::internal::sequence_manager_impl_unittest::__anon09bea3c31411::PostTaskInDestructor
|