Home
last modified time | relevance | path

Searched refs:shouldClose (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Support/
Draw_ostream.cpp518 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) in raw_fd_ostream() argument
519 : raw_pwrite_stream(unbuffered), FD(fd), ShouldClose(shouldClose), in raw_fd_ostream()
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
DLwjgl3Window.java258 boolean shouldClose() { in shouldClose() method in Lwjgl3Window
DLwjgl3Application.java129 if (window.shouldClose()) { in loop()
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
DIOSInput.java433 public void setKeyboardCloseOnReturnKey (boolean shouldClose) { in setKeyboardCloseOnReturnKey() argument
434 keyboardCloseOnReturn = shouldClose; in setKeyboardCloseOnReturnKey()
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
DIOSInput.java378 public void setKeyboardCloseOnReturnKey (boolean shouldClose) { in setKeyboardCloseOnReturnKey() argument
379 keyboardCloseOnReturn = shouldClose; in setKeyboardCloseOnReturnKey()
/external/llvm/include/llvm/Support/
Draw_ostream.h387 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);