Home
last modified time | relevance | path

Searched defs:command (Results 426 - 450 of 1906) sorted by relevance

1...<<11121314151617181920>>...77

/third_party/ninja/src/
H A Dsubprocess-posix.cc51 bool Subprocess::Start(SubprocessSet* set, const string& command) { in Start() argument
241 Subprocess *SubprocessSet::Add(const string& command, bool use_console) { in Add() argument
H A Dsubprocess-win32.cc77 bool Subprocess::Start(SubprocessSet* set, const string& command) { in Start() argument
241 Add(const string& command, bool use_console) Add() argument
[all...]
H A Dtest.cc229 string command = "rmdir /s /q " + temp_dir_name_; in Cleanup() local
231 string command = "rm -rf " + temp_dir_name_; in Cleanup() local
/third_party/ltp/testcases/kernel/syscalls/membarrier/
H A Dmembarrier01.c30 int command; /* membarrier cmd */ member
[all...]
/third_party/rust/crates/autocfg/src/
H A Dlib.rs210 let mut command = Command::new(&self.rustc); in probe() variables
/third_party/pulseaudio/src/pulse/
H A Dext-device-manager.c47 static void ext_device_manager_test_cb(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *userdata) { in ext_device_manager_test_cb() argument
107 static void ext_device_manager_read_cb(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *userdata) { in ext_device_manager_read_cb() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DThread.cpp82 void Thread::setError(const Error &error, const char *command, const LabeledObject *object) in setError() argument
68 setError(EGLint error, const char *command, const LabeledObject *object, const char *message) setError() argument
H A DContext.inl.h88 ANGLE_INLINE angle::Result Context::syncDirtyBits(Command command) in syncDirtyBits() argument
96 ANGLE_INLINE angle::Result Context::syncDirtyBits(const State::DirtyBits &bitMask, Command command) in syncDirtyBits() argument
104 syncDirtyObjects(const State::DirtyObjects &objectMask, Command command) syncDirtyObjects() argument
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dframe_buffer.cc142 void FrameBuffer::ChangeFrameLayout(CommandBuffer* command, in ChangeFrameLayout() argument
157 void FrameBuffer::ChangeFrameToDrawLayout(CommandBuffer* command) { in ChangeFrameToDrawLayout() argument
167 void FrameBuffer::ChangeFrameToProbeLayout(CommandBuffer* command) { in ChangeFrameToProbeLayout() argument
176 void FrameBuffer::ChangeFrameToWriteLayout(CommandBuffer* command) { in ChangeFrameToWriteLayout() argument
185 TransferImagesToHost(CommandBuffer* command) TransferImagesToHost() argument
223 TransferImagesToDevice(CommandBuffer* command) TransferImagesToDevice() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.cpp133 ANGLE_INLINE const CommandHeader *NextCommand(const CommandHeader *command) in NextCommand() argument
[all...]
/third_party/python/Lib/tkinter/
H A Dmessagebox.py64 command = "tk_messageBox" variable in Message
/third_party/skia/tools/debugger/
H A DDebugLayerManager.cpp22 void DebugLayerManager::setCommand(int nodeId, int frame, int command) { in setCommand() argument
/third_party/toybox/scripts/
H A Dmkflags.c18 char *command; member
157 char command[256], flags[1023], allflags[1024]; in main() local
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc3003 char command[1024]; in CheckOrGenerateTrace() local
/third_party/python/Lib/test/
H A Dtest_sundry.py28 import distutils.command.bdist_dumb namespace
29 import distutils.command.bdist namespace
30 import distutils.command.bdist_rpm namespace
31 import distutils.command.build_clib namespace
32 import distutils.command.build_ext namespace
33 import distutils.command.build namespace
34 import distutils.command.clean namespace
35 import distutils.command.config namespace
36 import distutils.command.install_data namespace
37 import distutils.command namespace
38 import distutils.command.install_headers global() namespace
39 import distutils.command.install_lib global() namespace
40 import distutils.command.register global() namespace
41 import distutils.command.sdist global() namespace
42 import distutils.command.upload global() namespace
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/
H A Dgc_hung.cpp167 PandaString command = "P=" + ToPandaString(pid); in SendZerohungEvent() local
/base/location/interfaces/inner_api/include/
H A Dhook_utils.h81 std::string command; member
H A Dlocation_async_context.h183 std::unique_ptr<LocationCommand> command; member in OHOS::Location::CommandAsyncContext
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_ffi.cpp62 void FfiOHOSGeoLocationManagerSendCommand(CJLocationCommand command, int32_t* errCode) in FfiOHOSGeoLocationManagerSendCommand() argument
/base/hiviewdfx/hilog/test/moduletest/common/
H A Dhilog_ndk_test.cpp95 static std::string PopenToString(const std::string &command) in PopenToString() argument
H A Dhilog_base_ndk_test.cpp78 static std::string PopenToString(const std::string &command) in PopenToString() argument
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Diptables_rule_plugin.cpp78 std::string command; in AddIptablesFilterRule() local
126 bool IptablesRulePlugin::ConvertAddFilterToIptablesCommand(const IPTABLES::AddFilter &addFilter, std::string &command) in ConvertAddFilterToIptablesCommand() argument
188 std::string command = "-t filter -D"; ExecRemoveFilterByDetailedCommand() local
201 ConvertChainCommand(const IPTABLES::Action &action, const IPTABLES::Direction &direction, std::string &command) ConvertChainCommand() argument
218 ConvertProtocolCommand(const IPTABLES::Protocol &protocol, std::string &command) ConvertProtocolCommand() argument
238 ConvertActionCommand(const IPTABLES::Action &action, std::string &command) ConvertActionCommand() argument
253 ConvertIpAddressCommand(const std::string &ipAddress, const bool isSourceIp, std::string &command) ConvertIpAddressCommand() argument
276 ConvertPortCommand(const std::string &port, const bool isSourcePort, std::string &command) ConvertPortCommand() argument
288 ConvertUidCommand(const std::string &uid, std::string &command) ConvertUidCommand() argument
296 ConvertRuleNoCommand(const IPTABLES::AddMethod &method, uint32_t ruleNo, std::string &command) ConvertRuleNoCommand() argument
[all...]
/base/location/test/location_locator/source/
H A Dlocator_impl_test.cpp290 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in HWTEST_F() local
/base/notification/common_event_service/tools/test/systemtest/cem/
H A Dcommon_event_command_publish_system_test.cpp43 std::string ExecuteCommand(const std::string &command) in ExecuteCommand() argument
170 std::string command = "cem publish -e " + STRING_EVENT; in HWTEST_F() local
230 std::string command = "cem publish -e " + STRING_EVENT + " -c " + STRING_CODE + " -d " + STRING_DATA; in HWTEST_F() local
290 std::string command in HWTEST_F() local
350 std::string command = "cem publish -e " + STRING_EVENT + " -d " + STRING_DATA_TWO; HWTEST_F() local
[all...]
/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_channel.cpp379 std::shared_ptr<BaseRemoteCommand> command = in HandleRequest() local
[all...]

Completed in 18 milliseconds

1...<<11121314151617181920>>...77