/third_party/toybox/kconfig/ |
D | conf.c | 29 } 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/ |
D | lstm_grad_weight_gpu_kernel.h | 116 cudnnRNNInputMode_t input_mode = CUDNN_LINEAR_INPUT; in Init() local 134 … input_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()
|
D | lstm_gpu_kernel.h | 121 cudnnRNNInputMode_t input_mode = CUDNN_LINEAR_INPUT; in Init() local 146 … input_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()
|
D | lstm_grad_data_gpu_kernel.h | 129 cudnnRNNInputMode_t input_mode = CUDNN_LINEAR_INPUT; in Init() local 160 … input_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/ |
D | cef_render_handler.h | 233 TextInputMode input_mode) {} in OnVirtualKeyboardRequested() argument
|
/third_party/cef/include/capi/ |
D | cef_render_handler_capi.h | 233 cef_text_input_mode_t input_mode);
|
/third_party/cef/libcef_dll/ctocpp/ |
D | render_handler_ctocpp.h | 77 TextInputMode input_mode) override;
|
D | render_handler_ctocpp.cc | 413 TextInputMode input_mode) { in OnVirtualKeyboardRequested() argument 429 _struct, CefBrowserCppToC::Wrap(browser), input_mode); in OnVirtualKeyboardRequested()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | render_handler_cpptoc.cc | 474 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/ |
D | gstglviewconvert.c | 77 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/ |
D | os_rendering_unittest.cc | 1274 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/ |
D | xvcontext.c | 56 long input_mode; member
|
D | xvimagesink.c | 147 long input_mode; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11window.c | 345 long input_mode; in SetWindowBordered() member
|
/third_party/gstreamer/gstplugins_base/sys/ximage/ |
D | ximagesink.c | 129 long input_mode; member
|
/third_party/flutter/glfw/src/ |
D | x11_window.c | 523 long input_mode; in createNativeWindow() member
|
/third_party/weston/xwayland/ |
D | window-manager.c | 82 int32_t input_mode; member
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 9906 // 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 …]
|