/aosp_15_r20/packages/services/Car/libs/obd2-lib/src/com/android/car/obd2/ |
D | Obd2Command.java | 126 Obd2Command(int mode, OutputSemanticHandler<ValueType> semanticHandler) { in Obd2Command() 160 String command = String.format("%02X%02X", mMode, mSemanticHandler.getPid()); in run() local 187 String command = in run() local
|
/aosp_15_r20/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | AutofillManagerServiceShellCommand.java | 321 final Boolean mode = mService.getFullScreenMode(); in getFullScreenMode() local 333 final String mode = getNextArgRequired(); in setFullScreenMode() local 360 final String mode = getNextArgRequired(); in setBindInstantService() local 497 Runnable command) { in requestSessionCommon()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/ |
D | cmd.py | 292 def get_finalized_command(self, command, create=1): argument 304 def reinitialize_command(self, command, reinit_subcommands=0): argument 308 def run_command(self, command): argument 337 def mkpath(self, name, mode=0o777): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/ |
D | cmd.py | 292 def get_finalized_command(self, command, create=1): argument 304 def reinitialize_command(self, command, reinit_subcommands=0): argument 308 def run_command(self, command): argument 337 def mkpath(self, name, mode=0o777): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | cmd.py | 299 def get_finalized_command(self, command, create=1): argument 311 def reinitialize_command(self, command, reinit_subcommands=0): argument 314 def run_command(self, command): argument 342 def mkpath(self, name, mode=0o777): argument
|
/aosp_15_r20/external/python/cpython3/Lib/distutils/ |
D | cmd.py | 292 def get_finalized_command(self, command, create=1): argument 304 def reinitialize_command(self, command, reinit_subcommands=0): argument 308 def run_command(self, command): argument 337 def mkpath(self, name, mode=0o777): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | cmd.py | 299 def get_finalized_command(self, command, create=1): argument 311 def reinitialize_command(self, command, reinit_subcommands=0): argument 314 def run_command(self, command): argument 342 def mkpath(self, name, mode=0o777): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | cmd.py | 299 def get_finalized_command(self, command, create=1): argument 311 def reinitialize_command(self, command, reinit_subcommands=0): argument 314 def run_command(self, command): argument 342 def mkpath(self, name, mode=0o777): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/ |
H A D | cmd.py | 292 def get_finalized_command(self, command, create=1): argument 304 def reinitialize_command(self, command, reinit_subcommands=0): argument 308 def run_command(self, command): argument 337 def mkpath(self, name, mode=0o777): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | cmd.py | 299 def get_finalized_command(self, command, create=1): argument 311 def reinitialize_command(self, command, reinit_subcommands=0): argument 314 def run_command(self, command): argument 342 def mkpath(self, name, mode=0o777): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/ |
D | cmd.py | 292 def get_finalized_command(self, command, create=1): argument 304 def reinitialize_command(self, command, reinit_subcommands=0): argument 308 def run_command(self, command): argument 337 def mkpath(self, name, mode=0o777): argument
|
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/ |
D | cmd.py | 292 def get_finalized_command(self, command, create=1): argument 304 def reinitialize_command(self, command, reinit_subcommands=0): argument 308 def run_command(self, command): argument 337 def mkpath(self, name, mode=0o777): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/ |
D | cmd.py | 292 def get_finalized_command(self, command, create=1): argument 304 def reinitialize_command(self, command, reinit_subcommands=0): argument 308 def run_command(self, command): argument 337 def mkpath(self, name, mode=0o777): argument
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Context9.cpp | 174 gl::PrimitiveMode mode, in drawArrays() 182 gl::PrimitiveMode mode, in drawArraysInstanced() 191 gl::PrimitiveMode mode, in drawArraysInstancedBaseInstance() 202 gl::PrimitiveMode mode, in drawElements() 211 gl::PrimitiveMode mode, in drawElementsBaseVertex() 222 gl::PrimitiveMode mode, in drawElementsInstanced() 232 gl::PrimitiveMode mode, in drawElementsInstancedBaseVertex() 244 gl::PrimitiveMode mode, in drawElementsInstancedBaseVertexBaseInstance() 257 gl::PrimitiveMode mode, in drawRangeElements() 268 gl::PrimitiveMode mode, in drawRangeElementsBaseVertex() [all …]
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/ |
H A D | ContextNULL.cpp | 144 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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ |
D | basic_socket_acceptor.hpp | 931 void io_control(IoControlCommand& command) in io_control() 964 BOOST_ASIO_SYNC_OP_VOID io_control(IoControlCommand& command, in io_control() 1000 void non_blocking(bool mode) in non_blocking() 1021 bool mode, boost::system::error_code& ec) in non_blocking() 1061 void native_non_blocking(bool mode) in native_non_blocking() 1085 bool mode, boost::system::error_code& ec) in native_non_blocking()
|
/aosp_15_r20/external/python/cpython2/Lib/distutils/ |
D | cmd.py | 305 def get_finalized_command(self, command, create=1): argument 317 def reinitialize_command(self, command, reinit_subcommands=0): argument 321 def run_command(self, command): argument 351 def mkpath(self, name, mode=0777): argument
|
/aosp_15_r20/external/ltp/include/ |
H A D | tst_safe_stdio.h | 12 #define SAFE_FOPEN(path, mode) \ argument 21 #define SAFE_POPEN(command, type) \ argument
|
/aosp_15_r20/hardware/interfaces/audio/aidl/default/ |
H A D | Stream.cpp | 191 StreamDescriptor::Command command{}; in cycle() local 275 if (const auto mode = command.get<Tag::drain>(); in cycle() local 433 StreamDescriptor::Command command{}; in cycle() local 542 if (const auto mode = command.get<Tag::drain>(); in cycle() local
|
/aosp_15_r20/external/ltp/include/old/ |
H A D | old_safe_stdio.h | 25 #define SAFE_FOPEN(cleanup_fn, path, mode) \ argument 34 #define SAFE_POPEN(cleanup_fn, command, type) \ argument
|
/aosp_15_r20/external/python/cpython2/RISCOS/Modules/ |
D | riscosmodule.c | 58 char *command; in riscos_system() local 110 int mode; in riscos_mkdir() local 186 bits ld,ex,at,ft,mode; in riscos_stat() local 233 bits mode; in riscos_chmod() local
|
/aosp_15_r20/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | INativeDevice.java | 266 public void executeShellCommand(String command, IShellOutputReceiver receiver) in executeShellCommand() 285 public void executeShellCommand(String command, IShellOutputReceiver receiver, in executeShellCommand() 308 String command, in executeShellCommand() 324 public String executeShellCommand(String command) throws DeviceNotAvailableException; in executeShellCommand() 335 public CommandResult executeShellV2Command(String command) throws DeviceNotAvailableException; in executeShellV2Command() 347 public CommandResult executeShellV2Command(String command, File pipeAsInput) in executeShellV2Command() 361 public CommandResult executeShellV2Command(String command, OutputStream pipeToOutput) in executeShellV2Command() 377 String command, final long maxTimeoutForCommand, final TimeUnit timeUnit) in executeShellV2Command() 396 String command, in executeShellV2Command() 420 String command, in executeShellV2Command() [all …]
|
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | GceRemoteCmdFormatter.java | 49 String... command) { in getSshCommand() 93 ScpMode mode) { in getScpCommand()
|
/aosp_15_r20/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
H A D | NetworkingHelper.java | 137 final String command = "cmd netpolicy list wifi-networks"; in getWifiMeteredStatus() local 305 private void setLocationMode(String mode) throws Exception { in setLocationMode() 307 Settings.Secure.LOCATION_MODE, mode); in setLocationMode() local
|
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/display/ |
H A D | DisplayBrightnessChangedStatsTests.java | 119 String command = "settings put system screen_brightness " + String.valueOf(newBrightness); in setScreenBrightnessLevel() local 123 private void setAutoBrightnessMode(int mode) throws Exception { in setAutoBrightnessMode()
|