Home
last modified time | relevance | path

Searched refs:entered (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_contextlib_async.py378 entered = False
382 nonlocal entered
383 entered = True
385 entered = False
389 self.assertTrue(entered)
391 self.assertFalse(entered)
393 self.assertFalse(entered)
397 entered = False
401 nonlocal entered
403 entered
[all...]
H A Dtest_with.py57 self.entered = None
60 if self.entered is not None:
62 self.entered = deque()
67 self.entered.appendleft(mgr)
78 for mgr in self.entered:
84 self.entered = None
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp175 void ImGui_ImplGlfw_CursorEnterCallback(GLFWwindow* window, int entered) in ImGui_ImplGlfw_CursorEnterCallback() argument
179 bd->PrevUserCallbackCursorEnter(window, entered); in ImGui_ImplGlfw_CursorEnterCallback()
181 if (entered) in ImGui_ImplGlfw_CursorEnterCallback()
183 if (!entered && bd->MouseWindow == window) in ImGui_ImplGlfw_CursorEnterCallback()
/third_party/glfw/tests/
H A Devents.c385 static void cursor_enter_callback(GLFWwindow* window, int entered) in cursor_enter_callback() argument
390 entered ? "entered" : "left"); in cursor_enter_callback()
/third_party/glfw/src/
H A Dinput.c395 void _glfwInputCursorEnter(_GLFWwindow* window, GLFWbool entered) in _glfwInputCursorEnter() argument
398 assert(entered == GLFW_TRUE || entered == GLFW_FALSE); in _glfwInputCursorEnter()
401 window->callbacks.cursorEnter((GLFWwindow*) window, entered); in _glfwInputCursorEnter()
H A Dinternal.h940 void _glfwInputCursorEnter(_GLFWwindow* window, GLFWbool entered);
/third_party/skia/third_party/externals/libpng/projects/owatcom/
H A Dpngconfig.mak133 $# If build issues errors after a change to pngconfig.dfa you have entered
/third_party/glfw/include/GLFW/
H A Dglfw3.h1837 * void function_name(GLFWwindow* window, int entered)
1841 * @param[in] entered `GLFW_TRUE` if the cursor entered the window's content
1851 typedef void (* GLFWcursorenterfun)(GLFWwindow* window, int entered);
5382 * void function_name(GLFWwindow* window, int entered)
/third_party/ltp/scripts/
H A Dcheckpatch.pl602 entered |

Completed in 23 milliseconds