Home
last modified time | relevance | path

Searched refs:Programs (Results 1 – 25 of 249) sorted by relevance

12345678910

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCaseUtil.hpp54 template<typename Instance, typename Arg0, typename Programs = NoPrograms1<Arg0> >
64 …tNodeType type, const std::string& name, const std::string& desc, const Programs& progs, const Arg… in InstanceFactory1()
75 const Programs m_progs;
79 template<typename Instance, typename Arg0, typename Support, typename Programs = NoPrograms1<Arg0> >
91 …tNodeType type, const std::string& name, const std::string& desc, const Programs& progs, const Arg… in InstanceFactory1WithSupport()
103 const Programs m_progs;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestCaseUtil.hpp54 template<typename Instance, typename Arg0, typename Programs = NoPrograms1<Arg0> >
64 …tNodeType type, const std::string& name, const std::string& desc, const Programs& progs, const Arg… in InstanceFactory1()
75 const Programs m_progs;
79 template<typename Instance, typename Arg0, typename Support, typename Programs = NoPrograms1<Arg0> >
91 …tNodeType type, const std::string& name, const std::string& desc, const Programs& progs, const Arg… in InstanceFactory1WithSupport()
103 const Programs m_progs;
/third_party/mesa3d/src/mesa/main/
Dshared.c77 shared->Programs = _mesa_NewHashTable(); in _mesa_alloc_shared_state()
376 if (shared->Programs) { in free_shared_state()
377 _mesa_HashDeleteAll(shared->Programs, delete_program_cb, ctx); in free_shared_state()
378 _mesa_DeleteHashTable(shared->Programs); in free_shared_state()
Darbprogram.c90 _mesa_HashInsert(ctx->Shared->Programs, id, newProg, isGenName); in lookup_or_create_program()
184 _mesa_HashRemove(ctx->Shared->Programs, ids[i]); in _mesa_DeleteProgramsARB()
208 _mesa_HashRemove(ctx->Shared->Programs, ids[i]); in _mesa_DeleteProgramsARB()
235 _mesa_HashLockMutex(ctx->Shared->Programs); in _mesa_GenProgramsARB()
237 _mesa_HashFindFreeKeys(ctx->Shared->Programs, ids, n); in _mesa_GenProgramsARB()
241 _mesa_HashInsertLocked(ctx->Shared->Programs, ids[i], in _mesa_GenProgramsARB()
245 _mesa_HashUnlockMutex(ctx->Shared->Programs); in _mesa_GenProgramsARB()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/vscode/
Dvscode.dart135 // $localappdata\Programs\Microsoft VS Code
136 // $localappdata\Programs\Microsoft VS Code Insiders
153 fs.path.join(localAppData, 'Programs\\Microsoft VS Code'),
164 fs.path.join(localAppData, 'Programs\\Microsoft VS Code Insiders'),
/third_party/libsnd/programs/
Dtest-sndfile-metadata-set.py47 class Programs: class
165 programs = Programs (needs_exe)
/third_party/python/
DMakefile.pre.in475 Programs/_testembed python-config
479 @if test -n "$(VPATH)" -a -f "$(srcdir)/Programs/python.o"; then \
588 $(BUILDPYTHON): Programs/python.o $(LIBRARY_DEPS)
589 …$(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/python.o $(BLDLIBRARY) $(LIBS) $(MODL…
723 Programs/_testembed: Programs/_testembed.o $(LIBRARY_DEPS)
724 …$(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(…
729 Programs/_freeze_importlib.o: Programs/_freeze_importlib.c Makefile
731 Programs/_freeze_importlib: Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN)
732 …$(LINKCC) $(PY_CORE_LDFLAGS) -o $@ Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN) $(LIBS…
735 regen-importlib: Programs/_freeze_importlib
[all …]
D.gitignore86 Programs/_freeze_module
87 Programs/_testembed
D.gitattributes81 Programs/test_frozenmain.h generated
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmFromHlslTests.cpp55 struct Programs struct
221 …typedef InstanceFactory1WithSupport<HlslTest, TestConfig, FunctionSupport0, Programs> HlslTestInst… in createHlslComputeGroup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFromHlslTests.cpp55 struct Programs struct
221 …typedef InstanceFactory1WithSupport<HlslTest, TestConfig, FunctionSupport0, Programs> HlslTestInst… in createHlslComputeGroup()
/third_party/python/Tools/msi/
Dtestrelease.bat68 …@dir /s/b "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" > "%~2\star…
69 …@dir /s/b "%APPDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" >> "%~2\startm…
DREADME.txt73 building on a recent Windows version, use the Control Panel (Programs | Programs
355 is "%LocalAppData%\Programs\Python\Python3X" for the 64-bit interpreter
356 and "%LocalAppData%\Programs\Python\Python3X-32" for the 32-bit
387 they are installed in "%LocalAppData%\Programs\Python\PyLauncher".
520 running the original EXE again or via the Programs and Features applet
521 (formerly known as Add or Remove Programs).
/third_party/ltp/testcases/kernel/fs/fs-bench/
DREADME1 Programs for File system stress test.
/third_party/libsnd/Win32/
DREADME-precompiled-dll.txt28 All Programs ->
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h439 void setProgramCount(uint32_t Programs) { ProgramCount = Programs; } in setProgramCount() argument
/third_party/flutter/skia/third_party/externals/wuffs/test/data/artificial/
Dgif-multiple-loop-counts.gif.make-artificial.txt13 # course of stepping through the frames. Programs that use Wuffs may enforce
/third_party/ltp/testcases/kernel/security/tomoyo/
DREADME18 Programs are installed in /usr/sbin/ with prefix "tomoyo-" and
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSampleReadTests.cpp928 struct Programs struct
995 …group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::N… in initTests()
1003 …group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::N… in initTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassSampleReadTests.cpp928 struct Programs struct
995 …group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::N… in initTests()
1003 …group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::N… in initTests()
/third_party/ltp/include/mk/
Dconfig.mk.in24 # http://www.gnu.org/software/hello/manual/autoconf/Particular-Programs.html
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch2095 Programs/_testembed python-config
2111 +$(BUILDPYTHONW): Programs/python.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY) pythonw_exe.o
2112 + $(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -municode -mwindows -o $@ Programs/python.o $(BLDLI…
2115 -$(BUILDPYTHON): Programs/python.o $(LIBRARY_DEPS)
2116 - $(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/python.o $(BLDLIBRARY) $(LIBS) $(MOD…
2117 +$(BUILDPYTHON): Programs/python.o $(LIBRARY_DEPS) python_exe.o
2118 + $(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -municode -o $@ Programs/python.o $(BLDLIBRARY) $(L…
2156 @@ -728,20 +766,20 @@ Programs/_testembed: Programs/_testembed.o $(LIBRARY_DEPS)
2158 Programs/_freeze_importlib.o: Programs/_freeze_importlib.c Makefile
2160 -Programs/_freeze_importlib: Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN)
[all …]
/third_party/python/Doc/faq/
Dinstalled.rst43 anything. On Windows, use the Add/Remove Programs icon in the Control Panel.
/third_party/python/Lib/idlelib/
Dconfig-main.def42 # 1 = IDLE;C:/Programs/Python36/Lib/idlelib/help.html
/third_party/lz4/tests/
DREADME.md1 Programs and scripts for automated testing of LZ4

12345678910