Home
last modified time | relevance | path

Searched defs:cmd (Results 201 - 225 of 1671) sorted by relevance

12345678910>>...67

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommands.cpp101 EndComputePassCmd* cmd = commands->NextCommand<EndComputePassCmd>(); in FreeCommands() local
106 EndOcclusionQueryCmd* cmd = commands->NextCommand<EndOcclusionQueryCmd>(); in FreeCommands() local
111 EndRenderPassCmd* cmd = commands->NextCommand<EndRenderPassCmd>(); in FreeCommands() local
116 ExecuteBundlesCmd* cmd = commands->NextCommand<ExecuteBundlesCmd>(); in FreeCommands() local
125 ClearBufferCmd* cmd = commands->NextCommand<ClearBufferCmd>(); FreeCommands() local
130 InsertDebugMarkerCmd* cmd = commands->NextCommand<InsertDebugMarkerCmd>(); FreeCommands() local
136 PopDebugGroupCmd* cmd = commands->NextCommand<PopDebugGroupCmd>(); FreeCommands() local
141 PushDebugGroupCmd* cmd = commands->NextCommand<PushDebugGroupCmd>(); FreeCommands() local
147 ResolveQuerySetCmd* cmd = commands->NextCommand<ResolveQuerySetCmd>(); FreeCommands() local
152 SetComputePipelineCmd* cmd = commands->NextCommand<SetComputePipelineCmd>(); FreeCommands() local
157 SetRenderPipelineCmd* cmd = commands->NextCommand<SetRenderPipelineCmd>(); FreeCommands() local
162 SetStencilReferenceCmd* cmd = commands->NextCommand<SetStencilReferenceCmd>(); FreeCommands() local
167 SetViewportCmd* cmd = commands->NextCommand<SetViewportCmd>(); FreeCommands() local
172 SetScissorRectCmd* cmd = commands->NextCommand<SetScissorRectCmd>(); FreeCommands() local
177 SetBlendConstantCmd* cmd = commands->NextCommand<SetBlendConstantCmd>(); FreeCommands() local
182 SetBindGroupCmd* cmd = commands->NextCommand<SetBindGroupCmd>(); FreeCommands() local
190 SetIndexBufferCmd* cmd = commands->NextCommand<SetIndexBufferCmd>(); FreeCommands() local
195 SetVertexBufferCmd* cmd = commands->NextCommand<SetVertexBufferCmd>(); FreeCommands() local
206 WriteTimestampCmd* cmd = commands->NextCommand<WriteTimestampCmd>(); FreeCommands() local
283 auto* cmd = commands->NextCommand<ExecuteBundlesCmd>(); SkipCommand() local
293 InsertDebugMarkerCmd* cmd = commands->NextCommand<InsertDebugMarkerCmd>(); SkipCommand() local
303 PushDebugGroupCmd* cmd = commands->NextCommand<PushDebugGroupCmd>(); SkipCommand() local
338 SetBindGroupCmd* cmd = commands->NextCommand<SetBindGroupCmd>(); SkipCommand() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DShaderModule.cpp33 ShaderModuleGetCompilationInfoCmd cmd; in GetCompilationInfo() local
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Drun-draw-fuzzer-tests.py6 def cmd (command): function
H A Drun-shape-fuzzer-tests.py6 def cmd (command): function
H A Drun-subset-fuzzer-tests.py6 def cmd (command): function
/third_party/vixl/tools/
H A Dgenerate_test_trace_a64_reference.py67 cmd = ' '.join([args.runner, '--generate_test_trace', test]) variable
/third_party/python/PCbuild/
H A Drt.bat51 set cmd="%exe%" %dashO% -u -Wd -E -bb -m test %regrtestargs% variable
/third_party/protobuf/php/ext/google/protobuf/
H A Dmake-preload.php6 $cmd = "grep -r -l 'Generated by the protocol buffer' * | grep 'php$' | grep -v Internal"; variable
/third_party/skia/platform_tools/android/bin/
H A Dandroid_build_app36 cmd = ['./apps/gradlew', variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.cpp89 QString cmd = QString(WPA_CTRL_RSP) + field + '-' + in sendReply() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.cpp89 QString cmd = QString(WPA_CTRL_RSP) + field + '-' + in sendReply() local
/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_print_test.cpp28 std::string GetCmdResultFromPopen(const std::string& cmd) in GetCmdResultFromPopen() argument
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_utils.cpp53 ErrCode AnsManagerProxy::ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, in ShellDump() argument
/base/tee/tee_client/services/teecd/include/
H A Dsecfile_load_agent.h30 SecAgentCmd cmd; member
H A Dmisc_work_agent.h28 MiscCmdType cmd; /* for s to n */ member
/base/security/selinux_adapter/test/unittest/service_checker/
H A Dunit_test.cpp70 std::string cmd = "hilog -T Selinux -x | grep 'avc: denied { list } for service=hdf_devmgr_class sid=" + in HWTEST_F() local
91 std::string cmd = "hilog -T Selinux -x | grep 'avc: denied { get } for service=" + TEST_SERVICE_NAME + in HWTEST_F() local
112 std::string cmd = "hilog -T Selinux -x | grep 'avc: denied { add } for service=" + TEST_SERVICE_NAME + in HWTEST_F() local
133 std::string cmd = in HWTEST_F() local
156 std::string cmd = "hilog -T Selinux -x | grep 'avc: denied { get } for service=" + TEST_SERVICE_NAME + in HWTEST_F() local
178 std::string cmd = "hilog -T Selinux -x | grep 'avc: denied { get_remote } for service=" + TEST_SERVICE_NAME + HWTEST_F() local
200 std::string cmd = "hilog -T Selinux -x | grep 'avc: denied { add } for service=" + TEST_SERVICE_NAME + HWTEST_F() local
[all...]
/base/update/updater/test/unittest/applypatch_test/
H A Dcommandsfunction_unittest.cpp37 CommandResult TestCommandFnExec(std::shared_ptr<Command> cmd, std::string cmdLine) in TestCommandFnExec() argument
66 std::shared_ptr<Command> cmd = std::make_shared<Command>(transferParams.get()); in HWTEST_F() local
[all...]
/base/update/updater/test/unittest/script/script_instruction/
H A Dscript_instruction_unittest.h25 void PostMessage(const std::string &cmd, std::string content) {} in PostMessage() argument
/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_dfx_test.cpp65 bool WallpaperDfxTest::ExecuteCmd(const std::string &cmd, std::string &result) in ExecuteCmd() argument
/base/update/updater/test/unittest/updater_binary/
H A Dupdate_binary_unittest.h29 void PostMessage(const std::string &cmd, std::string content) {} in PostMessage() argument
/device/soc/hisilicon/common/hal/display/hi3751v350/linux_standard/adapter/
H A Ddisplay_adapter_impl.cpp31 static int32_t DisplayIoctl(int32_t devFd, uint32_t cmd, void *args) in DisplayIoctl() argument
/device/board/hisilicon/hispark_taurus/liteos_a/board/
H A Dboard.c65 STATIC INT32 raw_smc_send(UINT32 cmd) in raw_smc_send() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_kcpu_debugfs.c89 struct kbase_kcpu_command *cmd = in kbasep_csf_kcpu_debugfs_print_queue() local
/foundation/ability/ability_runtime/tools/aa/src/
H A Dtest_observer.cpp56 ShellCommandResult TestObserver::ExecuteShellCommand(const std::string& cmd, const int64_t timeoutSec) in ExecuteShellCommand() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_listener_proxy.cpp103 void MissionListenerProxy::SendRequestCommon(int32_t missionId, IMissionListener::MissionListenerCmd cmd) in SendRequestCommon() argument

Completed in 8 milliseconds

12345678910>>...67