Home
last modified time | relevance | path

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

1234567891011

/external/python/cpython3/
D.gitignore45 Programs/_freeze_importlib
46 Programs/_freeze_importlib.exe
47 Programs/_testembed
48 Programs/_testembed.exe
DMakefile.pre.in463 Programs/_testembed python-config
467 @if test -n "$(VPATH)" -a -f "$(srcdir)/Programs/python.o"; then \
577 $(BUILDPYTHON): Programs/python.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY)
578 …$(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/python.o $(BLDLIBRARY) $(LIBS) $(MODL…
718 Programs/_testembed: Programs/_testembed.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY)
719 …$(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(…
724 Programs/_freeze_importlib.o: Programs/_freeze_importlib.c Makefile
726 Programs/_freeze_importlib: Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN)
727 …$(LINKCC) $(PY_CORE_LDFLAGS) -o $@ Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN) $(LIBS…
730 regen-importlib: Programs/_freeze_importlib
[all …]
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCaseUtil.hpp38 template<typename Instance, typename Arg0, typename Programs = NoPrograms1<Arg0> >
48 …tNodeType type, const std::string& name, const std::string& desc, const Programs& progs, const Arg… in InstanceFactory1()
59 const Programs m_progs;
63 template<typename Instance, typename Arg0, typename Support, typename Programs = NoPrograms1<Arg0> >
75 …tNodeType type, const std::string& name, const std::string& desc, const Programs& progs, const Arg… in InstanceFactory1WithSupport()
87 const Programs m_progs;
/external/mesa3d/src/mesa/main/
Darbprogram.c108 _mesa_HashInsert(ctx->Shared->Programs, id, newProg); in _mesa_BindProgramARB()
164 _mesa_HashRemove(ctx->Shared->Programs, ids[i]); in _mesa_DeleteProgramsARB()
188 _mesa_HashRemove(ctx->Shared->Programs, ids[i]); in _mesa_DeleteProgramsARB()
216 _mesa_HashLockMutex(ctx->Shared->Programs); in _mesa_GenProgramsARB()
218 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->Programs, n); in _mesa_GenProgramsARB()
222 _mesa_HashInsertLocked(ctx->Shared->Programs, first + i, in _mesa_GenProgramsARB()
226 _mesa_HashUnlockMutex(ctx->Shared->Programs); in _mesa_GenProgramsARB()
Dshared.c74 shared->Programs = _mesa_NewHashTable(); in _mesa_alloc_shared_state()
362 if (shared->Programs) { in free_shared_state()
363 _mesa_HashDeleteAll(shared->Programs, delete_program_cb, ctx); in free_shared_state()
364 _mesa_DeleteHashTable(shared->Programs); in free_shared_state()
/external/llvm/test/tools/llvm-cov/Inputs/
Dtest_no_gcda.h.gcov5 -: 0:Programs:0
Dtest_missing.h.gcov5 -: 0:Programs:1
Dtest_no_options.h.gcov5 -: 0:Programs:1
Dtest_objdir.h.gcov5 -: 0:Programs:1
Dtest_-a.h.gcov5 -: 0:Programs:1
Dtest_paths.h.gcov5 -: 0:Programs:1
Dtest_-a_-b.h.gcov5 -: 0:Programs:1
Dtest_-a_-b_-u.h.gcov5 -: 0:Programs:1
Dtest_-a_-b_-c_-u.h.gcov5 -: 0:Programs:1
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/
Dtest_no_gcda.h.gcov5 -: 0:Programs:0
Dtest_missing.h.gcov5 -: 0:Programs:1
Dtest_no_options.h.gcov5 -: 0:Programs:1
Dtest_-a.h.gcov5 -: 0:Programs:1
Dtest_paths.h.gcov5 -: 0:Programs:1
Dtest_objdir.h.gcov5 -: 0:Programs:1
Dtest_-a_-b.h.gcov5 -: 0:Programs:1
Dtest_-a_-b_-c_-u.h.gcov5 -: 0:Programs:1
Dtest_-a_-b_-u.h.gcov5 -: 0:Programs:1
/external/libnl/
Dconfigure.ac24 # 1. Programs using the previous version may use the new version as drop-in
29 # 2. Programs using the previous version may use the new version as drop-in
35 # 3. Programs may need to be changed, recompiled, relinked in order to use
/external/python/cpython2/Doc/library/
Duser.rst57 Programs with extensive customization needs are better off reading a
60 Programs with security or privacy concerns should *not* import this module; a

1234567891011