Home
last modified time | relevance | path

Searched refs:input_mode (Results 1 – 18 of 18) sorted by relevance

/third_party/toybox/kconfig/
Dconf.c29 } input_mode = ask_all; variable
59 if (!valid_stdin && input_mode == ask_silent) { in check_stdin()
85 switch (input_mode) { in conf_askvalue()
122 switch (input_mode) { in conf_askvalue()
348 switch (input_mode) { in conf_choice()
424 if (input_mode == ask_silent && rootEntry != menu) { in conf()
502 input_mode = ask_new; in main()
505 input_mode = ask_silent; in main()
509 input_mode = set_default; in main()
512 input_mode = set_default; in main()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/
Dlstm_grad_weight_gpu_kernel.h116 cudnnRNNInputMode_t input_mode = CUDNN_LINEAR_INPUT; in Init() local
134input_mode, direction, rnn_mode, algo, cudnn_data_type_), in Init()
140 … cudnnSetRNNDescriptor_v8(rnn_desc_, algo, rnn_mode, bias_mode, direction, input_mode, in Init()
Dlstm_gpu_kernel.h121 cudnnRNNInputMode_t input_mode = CUDNN_LINEAR_INPUT; in Init() local
146input_mode, direction, rnn_mode, algo, cudnn_data_type_), in Init()
152 … cudnnSetRNNDescriptor_v8(rnn_desc_, algo, rnn_mode, bias_mode, direction, input_mode, in Init()
Dlstm_grad_data_gpu_kernel.h129 cudnnRNNInputMode_t input_mode = CUDNN_LINEAR_INPUT; in Init() local
160input_mode, direction, rnn_mode, algo, cudnn_data_type_), in Init()
166 … cudnnSetRNNDescriptor_v8(rnn_desc_, algo, rnn_mode, bias_mode, direction, input_mode, in Init()
/third_party/cef/include/
Dcef_render_handler.h233 TextInputMode input_mode) {} in OnVirtualKeyboardRequested() argument
/third_party/cef/include/capi/
Dcef_render_handler_capi.h233 cef_text_input_mode_t input_mode);
/third_party/cef/libcef_dll/ctocpp/
Drender_handler_ctocpp.h77 TextInputMode input_mode) override;
Drender_handler_ctocpp.cc413 TextInputMode input_mode) { in OnVirtualKeyboardRequested() argument
429 _struct, CefBrowserCppToC::Wrap(browser), input_mode); in OnVirtualKeyboardRequested()
/third_party/cef/libcef_dll/cpptoc/
Drender_handler_cpptoc.cc474 cef_text_input_mode_t input_mode) { in render_handler_on_virtual_keyboard_requested() argument
489 CefBrowserCToCpp::Wrap(browser), input_mode); in render_handler_on_virtual_keyboard_requested()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglviewconvert.c77 GstVideoMultiviewMode input_mode; member
273 convert->priv->input_mode = GST_VIDEO_MULTIVIEW_MODE_NONE; in gst_gl_view_convert_init()
1641 GstVideoMultiviewMode in_mode = priv->input_mode; in _init_view_convert()
1889 GstVideoMultiviewMode in_mode = priv->input_mode; in _do_view_convert_draw()
2033 in_mode = priv->input_mode; in _do_view_convert()
2344 priv->input_mode = in_mode; in gst_gl_view_convert_get_output()
2349 if (priv->input_mode == priv->output_mode && in gst_gl_view_convert_get_output()
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc1274 TextInputMode input_mode) override { in OnVirtualKeyboardRequested() argument
1278 EXPECT_EQ(CEF_TEXT_INPUT_MODE_EMAIL, input_mode); in OnVirtualKeyboardRequested()
1289 EXPECT_EQ(CEF_TEXT_INPUT_MODE_NONE, input_mode); in OnVirtualKeyboardRequested()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.c56 long input_mode; member
Dxvimagesink.c147 long input_mode; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.c345 long input_mode; in SetWindowBordered() member
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.c129 long input_mode; member
/third_party/flutter/glfw/src/
Dx11_window.c523 long input_mode; in createNativeWindow() member
/third_party/weston/xwayland/
Dwindow-manager.c82 int32_t input_mode; member
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch9906 // specified |browser|. |input_mode| specifies what kind of keyboard should be
9907 // opened. If |input_mode| is CEF_TEXT_INPUT_MODE_NONE, any existing keyboard
9915 - cef_text_input_mode_t input_mode);
9916 + cef_text_input_mode_t input_mode,
11549 // specified |browser|. |input_mode| specifies what kind of keyboard
11550 // should be opened. If |input_mode| is CEF_TEXT_INPUT_MODE_NONE, any
11557 - TextInputMode input_mode) {}
11558 + TextInputMode input_mode,
29312 - cef_text_input_mode_t input_mode) {
29313 + cef_text_input_mode_t input_mode,
[all …]