Home
last modified time | relevance | path

Searched +defs:command +defs:mode (Results 1 – 25 of 144) sorted by relevance

123456

/external/python/cpython2/Lib/lib-tk/
DtkFileDialog.py77 command = "tk_getOpenFile" variable in Open
97 command = "tk_getSaveFile" variable in SaveAs
104 command = "tk_chooseDirectory" variable in Directory
143 def askopenfile(mode = "r", **options): argument
151 def askopenfiles(mode = "r", **options): argument
168 def asksaveasfile(mode = "w", **options): argument
/external/angle/src/libANGLE/
DContext.inl.h78 ANGLE_INLINE bool Context::noopDraw(PrimitiveMode mode, GLsizei count) const in noopDraw()
96 ANGLE_INLINE angle::Result Context::syncAllDirtyBits(Command command) in syncAllDirtyBits()
111 Command command) in syncDirtyBits()
124 Command command) in syncDirtyObjects()
129 ANGLE_INLINE angle::Result Context::prepareForDraw(PrimitiveMode mode) in prepareForDraw()
142 ANGLE_INLINE void Context::drawArrays(PrimitiveMode mode, GLint first, GLsizei count) in drawArrays()
156 ANGLE_INLINE void Context::drawElements(PrimitiveMode mode, in drawElements()
/external/mesa3d/.gitlab-ci/bare-metal/
Dgoogle-power-relay.py6 mode = sys.argv[1] variable
14 mode = mode_swap[mode] variable
17 command = "relay {} {}\n\r".format(mode, relay) variable
/external/python/cpython3/Lib/tkinter/
Dfiledialog.py335 command = "tk_getOpenFile" variable in Open
355 command = "tk_getSaveFile" variable in SaveAs
362 command = "tk_chooseDirectory" variable in Directory
405 def askopenfile(mode = "r", **options): argument
414 def askopenfiles(mode = "r", **options): argument
431 def asksaveasfile(mode = "w", **options): argument
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/posix/
Dbasic_descriptor.hpp377 void io_control(IoControlCommand& command) in io_control()
412 BOOST_ASIO_SYNC_OP_VOID io_control(IoControlCommand& command, in io_control()
448 void non_blocking(bool mode) in non_blocking()
469 bool mode, boost::system::error_code& ec) in non_blocking()
510 void native_non_blocking(bool mode) in native_non_blocking()
534 bool mode, boost::system::error_code& ec) in native_non_blocking()
/external/deqp-deps/amber/src/
Dverifier.cc95 Result CheckActualValue(const ProbeSSBOCommand* command, in CheckActualValue()
166 Result CheckValue(const ProbeSSBOCommand* command, in CheckValue()
173 void SetupToleranceForTexels(const ProbeCommand* command, in SetupToleranceForTexels()
229 FormatMode mode = seg.GetFormatMode(); in GetActualValuesFromTexel() local
316 const ProbeCommand* command, in IsTexelEqualToExpected()
399 Result Verifier::Probe(const ProbeCommand* command, in Probe()
516 Result Verifier::ProbeSSBO(const ProbeSSBOCommand* command, in ProbeSSBO()
568 FormatMode mode = segment.GetFormatMode(); in ProbeSSBO() local
/external/selinux/policycoreutils/semodule/
Dsemodule.c38 struct command { struct
39 enum client_modes mode; member
42 static struct command *commands = NULL; argument
344 int mode = commands ? (int) commands[num_commands - 1].mode : -1; in parse_command_line() local
477 enum client_modes mode = commands[i].mode; in main() local
/external/ltp/include/
Dtst_safe_stdio.h12 #define SAFE_FOPEN(path, mode) \ argument
21 #define SAFE_POPEN(command, type) \ argument
/external/ltp/include/old/
Dold_safe_stdio.h25 #define SAFE_FOPEN(cleanup_fn, path, mode) \ argument
34 #define SAFE_POPEN(cleanup_fn, command, type) \ argument
/external/ethtool/libmnl/examples/netfilter/
Dnf-log.c84 nflog_build_cfg_pf_request(char *buf, uint8_t command) in nflog_build_cfg_pf_request()
103 nflog_build_cfg_request(char *buf, uint8_t command, int qnum) in nflog_build_cfg_request()
123 nflog_build_cfg_params(char *buf, uint8_t mode, int range, int qnum) in nflog_build_cfg_params()
Dnf-queue.c74 nfq_build_cfg_pf_request(char *buf, uint8_t command) in nfq_build_cfg_pf_request()
94 nfq_build_cfg_request(char *buf, uint8_t command, int queue_num) in nfq_build_cfg_request()
115 nfq_build_cfg_params(char *buf, uint8_t mode, int range, int queue_num) in nfq_build_cfg_params()
/external/libxkbcommon/tools/
Dtools-common.c168 DWORD mode = 0; in tools_disable_stdin_echo() local
177 DWORD mode = 0; in tools_enable_stdin_echo() local
211 const char *command; in tools_exec_command() local
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket.hpp964 void io_control(IoControlCommand& command) in io_control()
999 asio::error_code io_control(IoControlCommand& command, in io_control()
1035 void non_blocking(bool mode) in non_blocking()
1056 bool mode, asio::error_code& ec) in non_blocking()
1236 void native_non_blocking(bool mode) in native_non_blocking()
1330 bool mode, asio::error_code& ec) in native_non_blocking()
Dbasic_socket_acceptor.hpp690 void io_control(IoControlCommand& command) in io_control()
723 asio::error_code io_control(IoControlCommand& command, in io_control()
759 void non_blocking(bool mode) in non_blocking()
780 bool mode, asio::error_code& ec) in non_blocking()
820 void native_non_blocking(bool mode) in native_non_blocking()
844 bool mode, asio::error_code& ec) in native_non_blocking()
/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/
Dbasic_socket_acceptor_ext.hpp697 void io_control(IoControlCommand& command) in io_control()
730 boost::system::error_code io_control(IoControlCommand& command, in io_control()
766 void non_blocking(bool mode) in non_blocking()
787 bool mode, boost::system::error_code& ec) in non_blocking()
827 void native_non_blocking(bool mode) in native_non_blocking()
851 bool mode, boost::system::error_code& ec) in native_non_blocking()
/external/autotest/client/cros/multimedia/
Dsystem_facade.py41 def set_scaling_governor_mode(self, index, mode): argument
155 def start_bg_worker(self, command): argument
188 def __init__(self, command, do_process_output=False): argument
/external/ltp/lib/
Dsafe_stdio.c27 const char *path, const char *mode) in safe_fopen()
79 const char *command, const char *type) in safe_popen()
/external/ltp/testcases/kernel/syscalls/access/
Daccess02.c41 int mode; member
58 char command[64]; in access_test() local
/external/squashfs-tools/squashfs-tools/
Dpseudo.h28 unsigned int mode; member
34 char *command; member
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DAutoEscaper.java72 public AutoEscaper(EscapeMode mode, String templateName) { in AutoEscaper()
94 public AutoEscaper(EscapeMode mode) { in AutoEscaper()
317 EscapeMode mode = autoEscapeContext.getEscapeModeForCurrentState(); in saveAutoEscapingContext() local
320 AAutoescapeCommand command = in saveAutoEscapingContext() local
/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/
Dbasic_socket_ext_local.hpp1102 void io_control(IoControlCommand& command) in io_control()
1137 BOOST_ASIO_SYNC_OP_VOID io_control(IoControlCommand& command, in io_control()
1173 void non_blocking(bool mode) in non_blocking()
1194 bool mode, boost::system::error_code& ec) in non_blocking()
1374 void native_non_blocking(bool mode) in native_non_blocking()
1468 bool mode, boost::system::error_code& ec) in native_non_blocking()
Dbasic_socket_ext.hpp1102 void io_control(IoControlCommand& command) in io_control()
1137 BOOST_ASIO_SYNC_OP_VOID io_control(IoControlCommand& command, in io_control()
1173 void non_blocking(bool mode) in non_blocking()
1194 bool mode, boost::system::error_code& ec) in non_blocking()
1374 void native_non_blocking(bool mode) in native_non_blocking()
1468 bool mode, boost::system::error_code& ec) in native_non_blocking()
/external/autotest/server/cros/multimedia/
Dsystem_facade_adapter.py36 def set_scaling_governor_mode(self, index, mode): argument
131 def start_bg_worker(self, command): argument
/external/angle/src/libANGLE/renderer/wgpu/
DContextWgpu.cpp134 gl::PrimitiveMode mode, in drawArrays()
142 gl::PrimitiveMode mode, in drawArraysInstanced()
151 gl::PrimitiveMode mode, in drawArraysInstancedBaseInstance()
161 gl::PrimitiveMode mode, in drawElements()
170 gl::PrimitiveMode mode, in drawElementsBaseVertex()
180 gl::PrimitiveMode mode, in drawElementsInstanced()
190 gl::PrimitiveMode mode, in drawElementsInstancedBaseVertex()
201 gl::PrimitiveMode mode, in drawElementsInstancedBaseVertexBaseInstance()
213 gl::PrimitiveMode mode, in drawRangeElements()
224 gl::PrimitiveMode mode, in drawRangeElementsBaseVertex()
[all …]
/external/angle/src/libANGLE/renderer/null/
DContextNULL.cpp144 gl::PrimitiveMode mode, in drawArrays()
152 gl::PrimitiveMode mode, in drawArraysInstanced()
161 gl::PrimitiveMode mode, in drawArraysInstancedBaseInstance()
171 gl::PrimitiveMode mode, in drawElements()
180 gl::PrimitiveMode mode, in drawElementsBaseVertex()
190 gl::PrimitiveMode mode, in drawElementsInstanced()
200 gl::PrimitiveMode mode, in drawElementsInstancedBaseVertex()
211 gl::PrimitiveMode mode, in drawElementsInstancedBaseVertexBaseInstance()
223 gl::PrimitiveMode mode, in drawRangeElements()
234 gl::PrimitiveMode mode, in drawRangeElementsBaseVertex()
[all …]

123456