Home
last modified time | relevance | path

Searched defs:Then (Results 1 – 25 of 75) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/util/
Dthen.rs14 pub struct Then<S, F> { struct
19 impl<S, F> fmt::Debug for Then<S, F> argument
39 impl<S, F> Then<S, F> { impl
62 impl<S, F, Request, Response, Error, Fut> Service<Request> for Then<S, F> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/stream/
Dthen.rs23 impl<St, Fut, F> fmt::Debug for Then<St, Fut, F> implementation
33 impl<St, Fut, F> Then<St, Fut, F> implementation
45 impl<St, Fut, F> FusedStream for Then<St, Fut, F> implementation
56 impl<St, Fut, F> Stream for Then<St, Fut, F> implementation
94 impl<S, Fut, F, Item> Sink<Item> for Then<S, Fut, F> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/stream_ext/
Dthen.rs21 impl<St, Fut, F> fmt::Debug for Then<St, Fut, F> implementation
32 impl<St, Fut, F> Then<St, Fut, F> { impl
42 impl<St, F, Fut> Stream for Then<St, Fut, F> implementation
/aosp_15_r20/external/cronet/base/functional/
H A Dcallback.h170 OnceCallback<ThenR(Args...)> Then(OnceCallback<ThenR(ThenArgs...)> then) && { in Then() function
182 OnceCallback<ThenR(Args...)> Then( in Then() function
377 RepeatingCallback<ThenR(Args...)> Then( in Then() function
388 RepeatingCallback<ThenR(Args...)> Then( in Then() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dfunctional_ops_test.py33 def Then(x): function
48 def Then(x): function
66 def Then(x): function
/aosp_15_r20/external/aws-sdk-java-v2/test/protocol-tests-core/src/main/java/software/amazon/awssdk/protocol/model/
H A DThen.java26 public class Then { class
32 public Then(@JsonProperty("serializedAs") SerializedAs serializedAs, in Then() method in Then
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dresult.h142 constexpr auto Then(Fn fn) const& { in Then() function
147 constexpr auto Then(Fn fn) && { in Then() function
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp176 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon660115d90111::IfExprAST
179 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
334 auto Then = ParseExpression(); in ParseIfExpr() local
/aosp_15_r20/external/cronet/base/threading/
H A Dsequence_bound.h450 void Then(CrossThreadTask<void()> then_callback) && { in Then() function
623 void Then(CrossThreadTask<void()> then_callback) && { in Then() function
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp195 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonda7d86da0111::IfExprAST
198 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
367 auto Then = ParseExpression(); in ParseIfExpr() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp202 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon1fdae45c0111::IfExprAST
205 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
387 auto Then = ParseExpression(); in ParseIfExpr() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp202 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon36e2025a0111::IfExprAST
205 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
387 auto Then = ParseExpression(); in ParseIfExpr() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp202 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonab5e735b0111::IfExprAST
205 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
387 auto Then = ParseExpression(); in ParseIfExpr() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp202 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon4ef9f7db0111::IfExprAST
205 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
387 auto Then = ParseExpression(); in ParseIfExpr() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp199 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonc37668dc0111::IfExprAST
202 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
384 auto Then = ParseExpression(); in ParseIfExpr() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp203 std::unique_ptr<ExprAST> Cond, Then, Else; member in IfExprAST
206 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
375 auto Then = ParseExpression(); in ParseIfExpr() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A Dtoy.cpp218 std::unique_ptr<ExprAST> Cond, Then, Else; member in IfExprAST
221 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
390 auto Then = ParseExpression(); in ParseIfExpr() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp295 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon37f2d9dd0211::IfExprAST
299 std::unique_ptr<ExprAST> Then, std::unique_ptr<ExprAST> Else) in IfExprAST()
516 auto Then = ParseExpression(); in ParseIfExpr() local
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Dsequence.rs627 pub struct Then<P, F>(P, F); struct
628 impl<Input, P, N, F> Parser<Input> for Then<P, F> implementation
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue19679.go12 func Then() { func
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml18 | If | Then | Else Constructor
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml18 | If | Then | Else Constructor
/aosp_15_r20/external/rust/android-crates-io/crates/rustversion/src/
Dattr.rs11 pub enum Then { enum
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.15/src/
H A Dattr.rs11 pub enum Then { enum
/aosp_15_r20/external/ot-br-posix/src/ncp/
H A Dasync_task.cpp88 AsyncTaskPtr &AsyncTask::Then(const ThenHandler &aThen) in Then() function in otbr::Ncp::AsyncTask

123