| /third_party/ninja/src/ |
| H A D | subprocess-posix.cc | 51 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 D | subprocess-win32.cc | 77 bool Subprocess::Start(SubprocessSet* set, const string& command) { in Start() argument 241 Add(const string& command, bool use_console) Add() argument [all...] |
| H A D | test.cc | 229 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 D | membarrier01.c | 30 int command; /* membarrier cmd */ member [all...] |
| /third_party/rust/crates/autocfg/src/ |
| H A D | lib.rs | 210 let mut command = Command::new(&self.rustc); in probe() variables
|
| /third_party/pulseaudio/src/pulse/ |
| H A D | ext-device-manager.c | 47 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 D | Thread.cpp | 82 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 D | Context.inl.h | 88 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 D | frame_buffer.cc | 142 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 D | SecondaryCommandBuffer.cpp | 133 ANGLE_INLINE const CommandHeader *NextCommand(const CommandHeader *command) in NextCommand() argument [all...] |
| /third_party/python/Lib/tkinter/ |
| H A D | messagebox.py | 64 command = "tk_messageBox" variable in Message
|
| /third_party/skia/tools/debugger/ |
| H A D | DebugLayerManager.cpp | 22 void DebugLayerManager::setCommand(int nodeId, int frame, int command) { in setCommand() argument
|
| /third_party/toybox/scripts/ |
| H A D | mkflags.c | 18 char *command; member 157 char command[256], flags[1023], allflags[1024]; in main() local [all...] |
| /third_party/vixl/test/aarch64/ |
| H A D | test-trace-aarch64.cc | 3003 char command[1024]; in CheckOrGenerateTrace() local
|
| /third_party/python/Lib/test/ |
| H A D | test_sundry.py | 28 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 D | gc_hung.cpp | 167 PandaString command = "P=" + ToPandaString(pid); in SendZerohungEvent() local
|
| /base/location/interfaces/inner_api/include/ |
| H A D | hook_utils.h | 81 std::string command; member
|
| H A D | location_async_context.h | 183 std::unique_ptr<LocationCommand> command; member in OHOS::Location::CommandAsyncContext
|
| /base/location/frameworks/cj/source/ |
| H A D | geolocationmanager_ffi.cpp | 62 void FfiOHOSGeoLocationManagerSendCommand(CJLocationCommand command, int32_t* errCode) in FfiOHOSGeoLocationManagerSendCommand() argument
|
| /base/hiviewdfx/hilog/test/moduletest/common/ |
| H A D | hilog_ndk_test.cpp | 95 static std::string PopenToString(const std::string &command) in PopenToString() argument
|
| H A D | hilog_base_ndk_test.cpp | 78 static std::string PopenToString(const std::string &command) in PopenToString() argument
|
| /base/customization/enterprise_device_management/services/edm_plugin/src/ |
| H A D | iptables_rule_plugin.cpp | 78 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 D | locator_impl_test.cpp | 290 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in HWTEST_F() local
|
| /base/notification/common_event_service/tools/test/systemtest/cem/ |
| H A D | common_event_command_publish_system_test.cpp | 43 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 D | soft_bus_channel.cpp | 379 std::shared_ptr<BaseRemoteCommand> command = in HandleRequest() local [all...] |