/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | tree_views.h | 543 struct While : public Stmt { struct 544 explicit While(const TreeRef& tree) : Stmt(tree) { in While() function 553 static While create( in create() argument
|
/aosp_15_r20/external/crosvm/acpi_tables/src/ |
H A D | aml.rs | 1188 pub struct While<'a> { struct 1193 impl<'a> While<'a> { impl 1203 impl<'a> Aml for While<'a> { implementation
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
H A D | cpu_while_test.cc | 27 TEST_F(CpuCodegenTest, While) { in TEST_F() argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/ |
H A D | ir_views.h | 115 enum LoopType { While, For, ModifiedLoop }; enumerator
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
H A D | operation_semantics.md | 3014 ## While section in Operation Semantics
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 106 BasicBlock *While = in getStrlenWithNull() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_live_range_test.cc | 264 TEST_F(HloLiveRangeTest, While) { in TEST_F() argument
|
H A D | sharding_propagation_test.cc | 1832 TEST_P(ParameterizedMetadataTest, While) { in TEST_P() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | functional_ops.py | 924 def While(input_, cond, body, name=None, hostmem=None): function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/ |
D | gen_huffman_decompressor.cc | 393 class While : public Sink { class 395 explicit While(std::string cond) : cond_(std::move(cond)) {} in While() function in While
|
/aosp_15_r20/external/grpc-grpc/tools/codegen/core/ |
H A D | gen_huffman_decompressor.cc | 406 class While : public Sink { class 408 explicit While(std::string cond) : cond_(std::move(cond)) {} in While() function in While
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | Python-ast.h | 122 } While; member 408 #define While(a0, a1, a2, a3, a4, a5) _Py_While(a0, a1, a2, a3, a4, a5) macro
|
/aosp_15_r20/external/starlark-go/syntax/ |
H A D | syntax.go | 337 While Position member
|
/aosp_15_r20/external/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNodeTest.cpp | 1036 TEST(While, MatchesWhileLoops) { in TEST() argument
|
/aosp_15_r20/external/python/pycparser/pycparser/ |
D | c_ast.py | 1048 class While(Node): class
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/ |
H A D | LoopCombinatorTest.java | 1072 static class While { class in LoopCombinatorTest
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | Reactor.hpp | 3343 #define While(cond) For((void)0, cond, (void)0) macro
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_ast.h | 261 } While; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_ast.h | 261 } While; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_ast.h | 261 } While; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_ast.h | 261 } While; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/ |
D | pycore_ast.h | 261 } While; member
|
/aosp_15_r20/external/python/cpython2/Lib/compiler/ |
D | ast.py | 1353 class While(Node): class
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | xla_builder.cc | 2368 XlaOp XlaBuilder::While(const XlaComputation& condition, in While() function in xla::XlaBuilder 4872 XlaOp While(const XlaComputation& condition, const XlaComputation& body, in While() function
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | Python-ast.c | 1218 While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in While() function
|