Home
last modified time | relevance | path

Searched refs:entered (Results 1 – 25 of 199) sorted by relevance

12345678

/third_party/skia/third_party/externals/oboe/tests/
DREADME.md34 Make note of the folder name. Mine was "21.0.6113669" so I entered:
42 Make note of the folder name. Mine was "3.10.2.4988404" so I entered:
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DNormalizationCorrections.txt22 # stability, the correction is entered in this data file,
39 # entered into UnicodeData.txt, in n.n.n format.
/third_party/icu/icu4c/source/data/unidata/
DNormalizationCorrections.txt22 # stability, the correction is entered in this data file,
39 # entered into UnicodeData.txt, in n.n.n format.
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/
DNormalizationCorrections.txt22 # stability, the correction is entered in this data file,
39 # entered into UnicodeData.txt, in n.n.n format.
/third_party/skia/third_party/externals/icu/source/data/unidata/
DNormalizationCorrections.txt22 # stability, the correction is entered in this data file,
39 # entered into UnicodeData.txt, in n.n.n format.
/third_party/python/Lib/test/
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/
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()
Dimgui_impl_glfw.h36 IMGUI_IMPL_API void ImGui_ImplGlfw_CursorEnterCallback(GLFWwindow* window, int entered);
/third_party/curl/docs/cmdline-opts/
Dkrb.d14 Enable Kerberos authentication and use. The level must be entered and should
/third_party/openssl/doc/man1/
Dopenssl-fipsinstall.pod.in54 The default value of '1' will cause the fips module error state to be entered.
55 If the value is '0' then the module error state will not be entered.
56 Regardless of whether the error state is entered or not, the current operation
58 the operation if the module error state is not entered.
/third_party/icu/docs/userguide/dev/
Dcontributions.md66 contribution and entered into the form. Therefore, please make sure that there
76 code repository using the same bug ID that was entered into the copyright
113 completing the Authors Addendum form, so that these committer IDs can be entered
/third_party/skia/infra/bots/recipes/
DREADME.md11 Each recipe may have its own required properties which must be entered as
/third_party/glfw/tests/
Devents.c345 static void cursor_enter_callback(GLFWwindow* window, int entered) in cursor_enter_callback() argument
350 entered ? "entered" : "left"); in cursor_enter_callback()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_25-1.in9 that when the sa_sigaction signal-catching function is entered, then
Dtemplate_22-1.in11 sa_sigaction signal-catching function is entered, then the signal that
/third_party/glfw/src/
Dinput.c115 void _glfwInputCursorEnter(_GLFWwindow* window, GLFWbool entered) in _glfwInputCursorEnter() argument
118 window->callbacks.cursorEnter((GLFWwindow*) window, entered); in _glfwInputCursorEnter()
/third_party/libphonenumber/migrator/migrator-servlet/src/main/webapp/
Dindex.jsp156 …out.print("<p>The entered phone number was already seen as being in a valid, dialable format based…
163 …" to migrate it. This may be because you have entered a country code which does not correctly corr…
170 …out.print("<p>Below is a chart showing the ratio of numbers from the entered file that were able t…
/third_party/libwebsockets/lib/system/
DREADME.md22 For convenience, the callback can be delayed until the system has entered or
/third_party/node/deps/undici/src/docs/api/
Dapi-lifecycle.md54 This sub-state is only entered when a request body is an instance of [Stream](https://nodejs.org/ap…
58 This sub-state is only entered when a `Client` instance has queued requests and the [`Client.close(…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DThreading.inc116 // priorities of the thread as they were before the thread entered background
/third_party/python/Doc/library/
Dcmd.rst108 Method called when an empty line is entered in response to the prompt. If this
109 method is not overridden, it repeats the last nonempty command entered.
178 will be processed in order, as if entered at the prompt.
Dcodeop.rst25 #. Remembering which future statements the user has entered, so subsequent
Dpdb.rst127 is entered.
217 Entering a blank line repeats the last command entered. Exception: if the last
232 Multiple commands may be entered on a single line, separated by ``;;``. (A
259 argument must be an identifier, ``help exec`` must be entered to get help on
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml64 then entered on the wpa_cli prompt. In command line mode, the same
65 commands are entered as command line arguments for wpa_cli.</para>
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml60 then entered on the wpa_cli prompt. In command line mode, the same
61 commands are entered as command line arguments for wpa_cli.</para>

12345678