HomeSort by relevance Sort by last modified time
    Searched defs:MainLoop (Results 1 - 25 of 29) sorted by null

1 2

  /system/connectivity/wifilogd/
main_loop.h 32 class MainLoop {
34 explicit MainLoop(const std::string& socket_name);
35 MainLoop(const std::string& socket_name, std::unique_ptr<Os> os,
51 DISALLOW_COPY_AND_ASSIGN(MainLoop);
main_loop.cpp 37 MainLoop::MainLoop(const std::string& socket_name)
38 : MainLoop(socket_name, std::make_unique<Os>(),
41 MainLoop::MainLoop(const std::string& socket_name, std::unique_ptr<Os> os,
51 void MainLoop::RunOnce() {
73 void MainLoop::ProcessError(Os::Errno err) {
  /external/replicaisland/src/com/replica/replicaisland/
MainLoop.java 23 public class MainLoop extends ObjectManager {
26 public MainLoop() {
  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 138 mDNSlocal mStatus MainLoop(mDNS *m) // Loop until we quit.
222 err = MainLoop(&mDNSStorage);
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 410 static void MainLoop() {
449 MainLoop();
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/
toy.cpp 365 static void MainLoop() {
395 MainLoop();
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 548 static void MainLoop() {
590 MainLoop();
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 614 static void MainLoop() {
677 MainLoop();
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
toy.cpp 511 static void MainLoop() {
557 MainLoop();
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
toy.cpp 529 static void MainLoop() {
605 MainLoop();
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 886 static void MainLoop() {
949 MainLoop();
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
toy.cpp 774 static void MainLoop() {
850 MainLoop();
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
toy.cpp 1152 static void MainLoop() {
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
toy.cpp 1152 static void MainLoop() {
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
toy.cpp 1152 static void MainLoop() {
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 1004 static void MainLoop() {
1067 MainLoop();
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 1128 static void MainLoop() {
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 1076 static void MainLoop() {
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 1058 static void MainLoop() {
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
toy.cpp 885 static void MainLoop() {
968 MainLoop();
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
toy.cpp 1048 static void MainLoop() {
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp     [all...]

Completed in 364 milliseconds

1 2