Home
last modified time | relevance | path

Searched defs:While (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/ReactorBenchmarks/
H A DReactorBenchmarks.cpp47 While(true) in BENCHMARK_DEFINE_F() function
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp309 While(a == 0) in TEST() function
339 While(a == 0) in TEST() function
/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp352 static DSLPossibleStatement While(DSLExpression test, DSLStatement stmt) { in While() function in SkSL::dsl::DSLCore
494 DSLStatement While(DSLExpression test, DSLStatement stmt, PositionInfo pos) { in While() function
/third_party/python/Include/internal/
H A Dpycore_ast.h261 } While; member
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp3562 #define While(cond) For((void)0, cond, (void)0) macro

Completed in 13 milliseconds