Home
last modified time | relevance | path

Searched defs:command (Results 851 - 875 of 1834) sorted by relevance

1...<<31323334353637383940>>...74

/third_party/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp498 HRESULT CCallbackConsoleBase::PrintProgress(const wchar_t *name, bool isDir, const char *command, bool showInLog) in PrintProgress() argument
/third_party/node/deps/v8/tools/testrunner/objects/
H A Dtestcase.py34 from testrunner.local import command namespace
/third_party/node/deps/v8/tools/testrunner/
H A Dbase_runner.py25 from testrunner.local import command namespace
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Ddispatch.cc556 span<uint8_t> command = method.subspan(dot_idx + 1); in Dispatch() local
/third_party/ninja/
H A Dconfigure.py438 command='$cxx -MMD -MT $out -MF $out.d $cflags -c $in -o $out', variable
446 command='lib /nologo /ltcg /out:$out $in', variable
450 command='$ar crs $out $in', variable
454 command='rm -f $out && $ar crs $out $in', variable
460 command='$cxx $in $libs /nologo /link $ldflags /out:$out', variable
464 command variable
473 command='"%s"' % src('inline.sh') + ' $varname < $in > $out', global() variable
492 command='re2c -b -i --no-generation-date --no-version -o $out $in', global() variable
608 command='./ninja -t graph all > $out') global() variable
610 command='dot -Tpng $in > $out') global() variable
617 command='asciidoc -b docbook -d book -o $out $in', global() variable
620 command='xsltproc --nonet doc/docbook.xsl $in > $out', global() variable
630 command='dblatex -q -o $out -p doc/dblatex.xsl $in', global() variable
637 command='doxygen $in', global() variable
642 command='$doxygen_mainpage_generator $in > $out', global() variable
654 command='${configure_env}%s $root/configure.py $configure_args' % global() variable
668 command="misc/packaging/rpmbuild.sh", global() variable
[all...]
/third_party/ninja/src/
H A Dbuild_log.cc111 uint64_t BuildLog::LogEntry::HashCommand(StringPiece command) { in HashCommand() argument
146 string command = edge->EvaluateCommand(true); in RecordCommand() local
/third_party/libinput/tools/
H A Dshared.c644 const char *command; in tools_exec_command() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp53 const char* getDispatchCommandTypeName (DispatchCommandType command) in getDispatchCommandTypeName() argument
67 DispatchCommandType command; member
379 const DispatchCommandType command = DispatchCommandType(commandTypeIdx); in init() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp53 const char* getDispatchCommandTypeName (DispatchCommandType command) in getDispatchCommandTypeName() argument
67 DispatchCommandType command; member
381 const DispatchCommandType command = DispatchCommandType(commandTypeIdx); in init() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDebug.cpp484 insertMessage(EGLenum error, const char *command, MessageType messageType, EGLLabelKHR threadLabel, EGLLabelKHR objectLabel, const std::string &message) const insertMessage() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DFramebuffer11.cpp393 syncState(const gl::Context *context, GLenum binding, const gl::Framebuffer::DirtyBits &dirtyBits, gl::Command command) syncState() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.cpp407 syncState(const gl::Context *context, GLenum binding, const gl::Framebuffer::DirtyBits &dirtyBits, gl::Command command) syncState() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Dverifier.cc95 Result CheckActualValue(const ProbeSSBOCommand* command, in CheckActualValue() argument
166 Result CheckValue(const ProbeSSBOCommand* command, in CheckValue() argument
173 void SetupToleranceForTexels(const ProbeCommand* command, in SetupToleranceForTexels() argument
314 IsTexelEqualToExpected(const std::vector<double>& texel, const Format* fmt, const ProbeCommand* command, const double* tolerance, const bool* is_tolerance_percent) IsTexelEqualToExpected() argument
399 Probe(const ProbeCommand* command, const Format* fmt, uint32_t texel_stride, uint32_t row_stride, uint32_t frame_width, uint32_t frame_height, const void* buf) Probe() argument
516 ProbeSSBO(const ProbeSSBOCommand* command, uint32_t buffer_element_count, const void* buffer) ProbeSSBO() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dengine_vulkan.cc431 Result EngineVulkan::DoClearColor(const ClearColorCommand* command) { in DoClearColor() argument
440 Result EngineVulkan::DoClearStencil(const ClearStencilCommand* command) { in DoClearStencil() argument
448 Result EngineVulkan::DoClearDepth(const ClearDepthCommand* command) { in DoClearDepth() argument
456 DoClear(const ClearCommand* command) DoClear() argument
464 DoDrawRect(const DrawRectCommand* command) DoDrawRect() argument
529 DoDrawGrid(const DrawGridCommand* command) DoDrawGrid() argument
616 DoDrawArrays(const DrawArraysCommand* command) DoDrawArrays() argument
625 DoCompute(const ComputeCommand* command) DoCompute() argument
634 DoEntryPoint(const EntryPointCommand* command) DoEntryPoint() argument
648 DoPatchParameterVertices( const PatchParameterVerticesCommand* command) DoPatchParameterVertices() argument
[all...]
/third_party/toybox/toys/posix/
H A Dsed.c244 get_regex(void *command, int offset) get_regex() argument
264 struct sedcmd *command; sed_line() local
658 struct sedcmd *command; do_sed_file() local
750 struct sedcmd *command = (void *)TT.pattern; parse_pattern() local
[all...]
/third_party/python/Modules/
H A Dmain.c233 pymain_run_command(wchar_t *command) in pymain_run_command() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragOpInteractionCase.cpp217 static void computeRandomRenderCommand (de::Random& rnd, RenderCommand& command, glu::ApiType apiType, int targetW, int targetH) in computeRandomRenderCommand() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Diapp.c55 u8 command; member
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/
H A Dability_manager_service_fourth_test.cpp118 std::string command = Str16ToStr8(data.ReadString16()); in SendRequest() local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_manager.cpp638 int32_t command = comvalue->valueint; in HandleDataRecv() local
644 void DSchedContinueManager::NotifyContinueDataRecv(int32_t sessionId, int32_t command, const std::string& jsonStr, in NotifyContinueDataRecv() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_ace_page.h143 void ReserveShowCommand(const RefPtr<JsCommand>& command) in ReserveShowCommand() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_mgr.cpp462 bool StylusDetectorMgr::StylusDetectorCallBack::OnDetectorSync(const CommandType& command) in OnDetectorSync() argument
417 OnDetector( const CommandType& command, void* data, std::shared_ptr<IAceStylusCallback> callback) OnDetector() argument
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_client_producer.cpp70 GSError BufferClientProducer::SendRequest(uint32_t command, MessageParcel &arg, in SendRequest() argument
184 GetLastFlushedBufferCommon(sptr<SurfaceBuffer>& buffer, sptr<SyncFence>& fence, float matrix[16], uint32_t matrixSize, bool isUseNewMatrix, uint32_t command) GetLastFlushedBufferCommon() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_director.cpp461 std::unique_ptr<RSCommand> command = std::make_unique<RSCommitDumpClientNodeTree>( in DumpNodeTreeProcessor() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_base_render_node_test.cpp1181 std::unique_ptr<RSCommand> command; in HWTEST_F() local

Completed in 28 milliseconds

1...<<31323334353637383940>>...74