Home
last modified time | relevance | path

Searched defs:mods (Results 1 – 25 of 68) sorted by relevance

123

/third_party/flutter/glfw/tests/
Devents.c230 static const char* get_mods_name(int mods) in get_mods_name()
328 static void mouse_button_callback(GLFWwindow* window, int button, int action, int mods) in mouse_button_callback()
360 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback()
406 static void char_mods_callback(GLFWwindow* window, unsigned int codepoint, int mods) in char_mods_callback()
Dtimeout.c43 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback()
Dicon.c92 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback()
Dmsaa.c50 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback()
Dclipboard.c54 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback()
Dempty.c62 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback()
Dgamma.c67 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback()
Dwindows.c70 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback()
Dreopen.c58 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback()
Dsharing.c47 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback()
Dtearing.c81 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback()
/third_party/selinux/libsepol/tests/
Dtest-deps.c144 policydb_t *mods[] = { &mod }; in do_deps_modreq_global() local
227 policydb_t *mods[] = { &mod }; in do_deps_modreq_opt() local
/third_party/python/Tools/freeze/
Dcheckextensions.py39 def select(e, mods, vars, mod, skipofiles): argument
/third_party/openssl/crypto/bn/
Dbn_prime.c130 prime_t *mods = NULL; in BN_generate_prime_ex2() local
478 static int probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime()
536 static int probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime_dh()
/third_party/flutter/engine/flutter/shell/platform/windows/
Dkey_event_handler.cc41 int mods) { in KeyboardHook()
Dwin32_flutter_window.cc145 void Win32FlutterWindow::OnKey(int key, int scancode, int action, int mods) { in OnKey()
241 void Win32FlutterWindow::SendKey(int key, int scancode, int action, int mods) { in SendKey()
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dkey_event_handler.cc38 int mods) { in KeyboardHook()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_gv100.cpp87 uint8_t mods; member
433 uint8_t mods = 0; in isModSupported() local
/third_party/flutter/glfw/src/
Dinput.c42 void _glfwInputKey(_GLFWwindow* window, int key, int scancode, int action, int mods) in _glfwInputKey()
67 void _glfwInputChar(_GLFWwindow* window, unsigned int codepoint, int mods, GLFWbool plain) in _glfwInputChar()
88 void _glfwInputMouseClick(_GLFWwindow* window, int button, int action, int mods) in _glfwInputMouseClick()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_glfw.cpp79 void ImGui_ImplGlfw_MouseButtonCallback(GLFWwindow* window, int button, int action, int mods) in ImGui_ImplGlfw_MouseButtonCallback()
98 void ImGui_ImplGlfw_KeyCallback(GLFWwindow* window, int key, int scancode, int action, int mods) in ImGui_ImplGlfw_KeyCallback()
/third_party/flutter/glfw/examples/
Dsplitview.c453 static void mouseButtonFun(GLFWwindow* window, int button, int action, int mods) in mouseButtonFun()
473 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback()
Dwave.c274 void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback()
317 void mouse_button_callback(GLFWwindow* window, int button, int action, int mods) in mouse_button_callback()
Dsimple.c69 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DAdoptingModifierStore.java18 final Modifier[] mods; field in AdoptingModifierStore
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DAdoptingModifierStore.java20 final Modifier[] mods; field in AdoptingModifierStore

123