Home
last modified time | relevance | path

Searched defs:Do (Results 1 – 21 of 21) sorted by relevance

/external/libchrome/base/numerics/
Dsafe_math_clang_gcc_impl.h31 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 …]
Dsafe_math_shared_impl.h42 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
Dsafe_math_arm_impl.h34 __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
Dsafe_conversions.h30 static constexpr Dst Do(Src) { in Do() function
43 static constexpr bool Do(Src value) { in Do() function
Dsafe_conversions_arm_impl.h27 __attribute__((always_inline)) static Dst Do(Src value) { in Do() function
/external/syzkaller/vendor/google.golang.org/api/storage/v1/
Dstorage-gen.go1891 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/
Dcompute-gen.go17959 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/
Dctxhttp.go26 func Do(ctx context.Context, client *http.Client, req *http.Request) (*http.Response, error) { func
Dctxhttp_pre17.go29 func Do(ctx context.Context, client *http.Client, req *http.Request) (*http.Response, error) { func
/external/tensorflow/tensorflow/core/util/
Dwork_sharder.cc55 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/
Drpc_util.go51 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/
Dmultishot_func.pass.cpp78 int Do(int acc, int n, func<int> f) { in Do() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cc191 bool Do() { in Do() function in __tsan::Backoff
/external/toolchain-utils/
Dbuild_tool.py604 def Do(self): member in Bootstrapper
/external/tensorflow/tensorflow/contrib/specs/python/
Dspecs_ops.py103 Do = Fun(layers.dropout) variable
/external/libusb/libusb/os/
Dhaiku_usb_backend.cpp65 USBTransfer::Do(int fRawFD) in Do() function in USBTransfer
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1042 TEST(Do, MatchesDoLoops) { in TEST() argument
1047 TEST(Do, DoesNotMatchWhileLoops) { in TEST() argument
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java824 private String Help, Do, Find, Select; field in vt320
/external/clang/test/SemaCXX/
Dcxx1y-generic-lambdas.cpp849 void Do() { in Do() function
/external/swiftshader/src/Reactor/
DReactor.hpp2931 #define Do \ macro
/external/libchrome/base/task/sequence_manager/
Dsequence_manager_impl_unittest.cc3222 void Do() {} in Do() function in base::sequence_manager::internal::sequence_manager_impl_unittest::__anon09bea3c31411::PostTaskInDestructor