Home
last modified time | relevance | path

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

12

/external/rust/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
/external/rust/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
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops_test.py33 def Then(x): function
48 def Then(x): function
66 def Then(x): function
/external/cronet/base/functional/
Dcallback.h166 OnceCallback<ThenR(Args...)> Then(OnceCallback<ThenR(ThenArgs...)> then) && { in Then() function
178 OnceCallback<ThenR(Args...)> Then( in Then() function
364 RepeatingCallback<ThenR(Args...)> Then( in Then() function
375 RepeatingCallback<ThenR(Args...)> Then( in Then() function
/external/cronet/base/threading/
Dsequence_bound.h463 void Then(CrossThreadTask<void()> then_callback) && { in Then() function
500 void Then(CallbackType<void(ThenArg)> then_callback) && { in Then() function
605 void Then(CallbackType<void(ThenArg)> then_callback) && { in Then() function
641 void Then(CrossThreadTask<void()> then_callback) && { in Then() function
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoken.ml18 | If | Then | Else Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoken.ml18 | If | Then | Else Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoken.ml18 | If | Then | Else Constructor
/external/rust/crates/rustversion/src/
Dattr.rs11 pub enum Then { enum
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp176 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon365fd6a80111::IfExprAST
179 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
334 auto Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp195 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonaadc47a90111::IfExprAST
198 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
367 auto Then = ParseExpression(); in ParseIfExpr() local
/external/rust/crates/combine/src/parser/
Dsequence.rs629 pub struct Then<P, F>(P, F); struct
630 impl<Input, P, N, F> Parser<Input> for Then<P, F> implementation
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp202 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonb8a3cc8a0111::IfExprAST
205 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
387 auto Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp202 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon2d203d8b0111::IfExprAST
205 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
387 auto Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
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
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp199 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon93d529ab0111::IfExprAST
202 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
384 auto Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp202 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon1f58b8aa0111::IfExprAST
205 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
387 auto Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp202 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon44275b890111::IfExprAST
205 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
387 auto Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h91 Then, enumerator
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp295 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon08519aac0211::IfExprAST
299 std::unique_ptr<ExprAST> Then, std::unique_ptr<ExprAST> Else) in IfExprAST()
516 auto Then = ParseExpression(); in ParseIfExpr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.h50 MultiClass, String, Defset, Defvar, If, Then, ElseKW, enumerator
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp167 ExprAST *Cond, *Then, *Else; member in IfExprAST
334 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/tools/llvm-c-test/
Decho.cpp438 LLVMValueRef Then = LLVMGetOperand(Src, 2); in CloneInstruction() local
452 LLVMBasicBlockRef Then = DeclareBB(LLVMGetNormalDest(Src)); in CloneInstruction() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp182 ExprAST *Cond, *Then, *Else; member in IfExprAST
349 ExprAST *Then = ParseExpression(); in ParseIfExpr() local

12