| /external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ | 
| D | cpu_while_test.cc | 27 TEST_F(CpuCodegenTest, While) {  in TEST_F()  argument
 | 
| /external/tensorflow/tensorflow/compiler/xla/g3doc/ | 
| D | operation_semantics.md | 3014 ## While  section in Operation Semantics
 | 
| /external/tensorflow/tensorflow/compiler/xla/service/ | 
| D | hlo_live_range_test.cc | 264 TEST_F(HloLiveRangeTest, While) {  in TEST_F()  argument
 | 
| D | sharding_propagation_test.cc | 1832 TEST_P(ParameterizedMetadataTest, While) {  in TEST_P()  argument
 | 
| D | memory_space_assignment_test.cc | 773 TEST_P(MemorySpaceAssignmentTest, While) {  in TEST_P()  argument
 | 
| /external/crosvm/acpi_tables/src/ | 
| D | aml.rs | 1210 pub struct While<'a> {  struct1215 impl<'a> While<'a> {  argument
 1225 impl<'a> Aml for While<'a> {  implementation
 
 | 
| /external/tensorflow/tensorflow/python/ops/ | 
| D | functional_ops.py | 924 def While(input_, cond, body, name=None, hostmem=None):  function
 | 
| /external/skia/src/sksl/dsl/ | 
| D | DSLCore.cpp | 292     static DSLStatement While(DSLExpression test, DSLStatement stmt, Position pos) {  in While()  function in SkSL::dsl::DSLCore392 DSLStatement While(DSLExpression test, DSLStatement stmt, Position pos) {  in While()  function
 
 | 
| /external/starlark-go/syntax/ | 
| D | syntax.go | 337 	While Position  member
 | 
| /external/python/cpython2/Include/ | 
| D | Python-ast.h | 122                 } While;  member408 #define While(a0, a1, a2, a3, a4, a5) _Py_While(a0, a1, a2, a3, a4, a5)  macro
 
 | 
| /external/clang/unittests/ASTMatchers/ | 
| D | ASTMatchersNodeTest.cpp | 1036 TEST(While, MatchesWhileLoops) {  in TEST()  argument
 | 
| /external/python/pycparser/pycparser/ | 
| D | c_ast.py | 1048 class While(Node):  class
 | 
| /external/swiftshader/src/Reactor/ | 
| D | Reactor.hpp | 3340 #define While(cond) For((void)0, cond, (void)0)  macro
 | 
| /external/python/cpython3/Include/internal/ | 
| D | pycore_ast.h | 261         } While;  member
 | 
| /external/python/cpython2/Lib/compiler/ | 
| D | ast.py | 1353 class While(Node):  class
 | 
| /external/tensorflow/tensorflow/compiler/xla/client/ | 
| D | xla_builder.cc | 2368 XlaOp XlaBuilder::While(const XlaComputation& condition,  in While()  function in xla::XlaBuilder4872 XlaOp While(const XlaComputation& condition, const XlaComputation& body,  in While()  function
 
 | 
| /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
 |