Home
last modified time | relevance | path

Searched defs:commands (Results 1 - 25 of 240) sorted by relevance

12345678910

/third_party/gn/src/gn/
H A Dcommand_format.h13 namespace commands { namespace
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dpath_painter.cpp37 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() argument
46 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDebugMarkerTests.cpp44 wgpu::CommandBuffer commands = encoder.Finish(); in TEST_P() local
H A DViewportOrientationTests.cpp52 wgpu::CommandBuffer commands = encoder.Finish(); in TEST_P() local
H A DCommandEncoderTests.cpp39 wgpu::CommandBuffer commands = encoder.Finish(); in TEST_P() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_path_bridge.cpp27 std::string commands = secondArg->ToString(vm)->ToString(vm); in SetPathCommands() local
/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_path_painter.cpp23 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) {} in DrawPath() argument
25 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize() argument
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
H A DCommandDispatcher.java34 private final Command[] commands; field in CommandDispatcher
36 public CommandDispatcher(String[] args, Command[] commands) { in CommandDispatcher() argument
[all...]
/third_party/ninja/src/
H A Dhash_collision_bench.cc40 char** commands = new char*[N]; in main() local
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_clear_test.cc42 const auto& commands = script->GetCommands(); in TEST_F() local
H A Dparser_copy_test.cc34 const auto& commands = script->GetCommands(); in TEST_F() local
H A Dparser_repeat_test.cc45 const auto& commands = script->GetCommands(); in TEST_F() local
H A Dparser_run_test.cc43 const auto& commands = script->GetCommands(); in TEST_F() local
210 const auto& commands = script->GetCommands(); in TEST_F() local
511 const auto& commands = script->GetCommands(); in TEST_F() local
878 const auto& commands in TEST_F() local
917 const auto& commands = script->GetCommands(); TEST_F() local
956 const auto& commands = script->GetCommands(); TEST_F() local
996 const auto& commands = script->GetCommands(); TEST_F() local
1042 const auto& commands = script->GetCommands(); TEST_F() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DQueueVk.cpp41 MaybeError Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DQueueD3D12.cpp32 MaybeError Queue::SubmitImpl(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitImpl() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DChunkedCommandHandler.cpp26 const volatile char* ChunkedCommandHandler::HandleCommands(const volatile char* commands, in HandleCommands() argument
59 BeginChunkedCommandData( const volatile char* commands, size_t commandSize, size_t initialSize) BeginChunkedCommandData() argument
/third_party/skia/tools/skiaserve/urlhandlers/
H A DDataHandler.cpp25 SkTArray<SkString> commands; in handle() local
H A DImgHandler.cpp25 SkTArray<SkString> commands; in handle() local
H A DInfoHandler.cpp25 SkTArray<SkString> commands; in handle() local
H A DOpsHandler.cpp23 SkTArray<SkString> commands; in handle() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DWriteBufferTests.cpp96 wgpu::CommandBuffer commands = EncodeWriteBuffer(buffer, 0, 64); in TEST_F() local
/base/telephony/core_service/test/unittest/utils_codec_gtest/
H A Drequest_apdu_build_test.cpp46 std::list<std::unique_ptr<ApduCommand>> commands = build.GetCommands(); in HWTEST_F() local
/base/useriam/fingerprint_auth/services/src/
H A Dsa_command_manager.cpp67 ProcessSaCommands(std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const std::vector<SaCommand> &commands) ProcessSaCommands() argument
/base/useriam/face_auth/services/src/
H A Dsa_command_manager.cpp67 ProcessSaCommands(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const std::vector<SaCommand> &commands) ProcessSaCommands() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_path_ffi.cpp26 void FfiOHOSAceFrameworkPathCreate(const char* commands) in FfiOHOSAceFrameworkPathCreate() argument
45 int64_t FfiOHOSAceFrameworkPathInsCreate(const char* commands) in FfiOHOSAceFrameworkPathInsCreate() argument
68 void FfiOHOSAceFrameworkPathSetCommands(const char* commands) in FfiOHOSAceFrameworkPathSetCommands() argument
32 FfiOHOSAceFrameworkPathCreateWithSize( double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) FfiOHOSAceFrameworkPathCreateWithSize() argument
54 FfiOHOSAceFrameworkPathInsCreateWithSize( double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) FfiOHOSAceFrameworkPathInsCreateWithSize() argument
[all...]

Completed in 9 milliseconds

12345678910