Searched refs:Programs (Results 1 – 25 of 259) sorted by relevance
1234567891011
/external/mesa3d/src/mesa/main/ |
D | arbprogram.c | 91 _mesa_HashInsert(ctx->Shared->Programs, id, newProg); in _mesa_BindProgramARB() 149 _mesa_HashRemove(ctx->Shared->Programs, ids[i]); in _mesa_DeleteProgramsARB() 173 _mesa_HashRemove(ctx->Shared->Programs, ids[i]); in _mesa_DeleteProgramsARB() 201 _mesa_HashLockMutex(ctx->Shared->Programs); in _mesa_GenProgramsARB() 203 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->Programs, n); in _mesa_GenProgramsARB() 207 _mesa_HashInsertLocked(ctx->Shared->Programs, first + i, in _mesa_GenProgramsARB() 211 _mesa_HashUnlockMutex(ctx->Shared->Programs); in _mesa_GenProgramsARB()
|
D | shared.c | 70 shared->Programs = _mesa_NewHashTable(); in _mesa_alloc_shared_state() 330 _mesa_HashDeleteAll(shared->Programs, delete_program_cb, ctx); in free_shared_state() 331 _mesa_DeleteHashTable(shared->Programs); in free_shared_state()
|
/external/python/cpython3/ |
D | .gitignore | 33 Programs/_freeze_importlib 34 Programs/_testembed
|
D | Makefile.pre.in | 474 build_all: $(BUILDPYTHON) oldsharedmods sharedmods gdbhooks Programs/_testembed python-config 567 $(BUILDPYTHON): Programs/python.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY) 568 …$(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/python.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) … 713 Programs/_testembed: Programs/_testembed.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY) 714 …$(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLI… 719 Programs/_freeze_importlib.o: Programs/_freeze_importlib.c Makefile 721 Programs/_freeze_importlib: Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN) 722 …$(LINKCC) $(PY_LDFLAGS) -o $@ Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN) $(LIBS) $(M… 724 …l.h: @GENERATED_COMMENT@ $(srcdir)/Lib/importlib/_bootstrap_external.py Programs/_freeze_importlib… 725 ./Programs/_freeze_importlib \ [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCaseUtil.hpp | 38 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() 58 const Programs m_progs;
|
/external/llvm/test/tools/llvm-cov/Inputs/ |
D | test_no_gcda.h.gcov | 5 -: 0:Programs:0
|
D | test_missing.h.gcov | 5 -: 0:Programs:1
|
D | test_no_options.h.gcov | 5 -: 0:Programs:1
|
D | test_paths.h.gcov | 5 -: 0:Programs:1
|
D | test_-a.h.gcov | 5 -: 0:Programs:1
|
D | test_objdir.h.gcov | 5 -: 0:Programs:1
|
D | test_-a_-b.h.gcov | 5 -: 0:Programs:1
|
D | test_-a_-b_-u.h.gcov | 5 -: 0:Programs:1
|
D | test_-a_-b_-c_-u.h.gcov | 5 -: 0:Programs:1
|
D | test_missing.cpp.gcov | 5 -: 0:Programs:1
|
D | test_no_gcda.cpp.gcov | 5 -: 0:Programs:0
|
D | test_objdir.cpp.gcov | 5 -: 0:Programs:1
|
D | test_no_options.cpp.gcov | 5 -: 0:Programs:1
|
D | test_paths.cpp.gcov | 5 -: 0:Programs:1
|
/external/libnl/ |
D | configure.ac | 24 # 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/ |
D | user.rst | 57 Programs with extensive customization needs are better off reading a 60 Programs with security or privacy concerns should *not* import this module; a
|
/external/ltp/testcases/kernel/fs/fs-bench/ |
D | README | 1 Programs for File system stress test.
|
/external/python/cpython3/Tools/msi/ |
D | testrelease.bat | 68 …@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…
|
/external/llvm/test/tools/llvm-cov/ |
D | copy_block_helper.m | 19 // GCOV: -: 0:Programs:1
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | 2003-05-30-BadPreselectPhi.ll | 4 ;; From: test/Programs/SingleSource/richards_benchmark.c
|
1234567891011