Home
last modified time | relevance | path

Searched defs:executable (Results 1 - 25 of 49) sorted by relevance

12

/third_party/python/Lib/unittest/
H A D__main__.py10 executable = os.path.basename(sys.executable) variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DShaderExecutable9.cpp17 ShaderExecutable9(const void *function, size_t length, IDirect3DPixelShader9 *executable) ShaderExecutable9() argument
26 ShaderExecutable9(const void *function, size_t length, IDirect3DVertexShader9 *executable) ShaderExecutable9() argument
/third_party/node/tools/
H A Drun-valgrind.py49 executable = path.join(NODE_ROOT, sys.argv[1]) variable
/third_party/glslang/glslang/GenericCodeGen/
H A DLink.cpp62 TShHandleBase* ConstructLinker(EShExecutable executable, int) in ConstructLinker() argument
/third_party/elfutils/libdwfl/
H A Ddwfl_build_id_find_elf.c158 const char *executable = mod->dwfl->user_core->executable_for_core; in dwfl_build_id_find_elf() local
H A Dcore-file.c449 dwfl_core_file_report (Dwfl *dwfl, Elf *elf, const char *executable) in dwfl_core_file_report() argument
/third_party/python/Lib/ctypes/
H A D_aix.py51 from sys import executable namespace
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DShaderExecutable11.cpp19 ShaderExecutable11(const void *function, size_t length, d3d11::PixelShader &&executable) ShaderExecutable11() argument
30 ShaderExecutable11(const void *function, size_t length, d3d11::VertexShader &&executable, d3d11::GeometryShader &&streamOut) ShaderExecutable11() argument
42 ShaderExecutable11(const void *function, size_t length, d3d11::GeometryShader &&executable) ShaderExecutable11() argument
53 ShaderExecutable11(const void *function, size_t length, d3d11::ComputeShader &&executable) ShaderExecutable11() argument
H A DVertexArray11.cpp140 const gl::ProgramExecutable &executable = program->getExecutable(); in syncStateForDraw() local
H A DStateManager11.cpp197 const gl::ProgramExecutable &executable = programD3D.getState().getExecutable(); in SortAttributesByLayout() local
/third_party/python/PC/
H A Dpython_uwp.cpp113 std::wstring executable; in set_process_name() local
[all...]
/third_party/glslang/glslang/Include/
H A DShHandle.h145 EShExecutable executable; member in TLinker
/third_party/pcre2/pcre2/src/sljit/
H A DsljitProtExecAllocator.c72 void *executable; member
[all...]
/third_party/protobuf/conformance/
H A Dconformance_test.h90 ForkPipeRunner(const std::string& executable, in ForkPipeRunner() argument
96 explicit ForkPipeRunner(const std::string& executable) in ForkPipeRunner() argument
/third_party/python/Lib/idlelib/
H A Dquery.py25 from sys import executable, platform # Platform is set for one test. namespace
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTransformFeedbackVk.cpp106 const gl::ProgramExecutable *executable = contextVk->getState().getProgramExecutable(); in begin() local
193 const gl::ProgramExecutable *executable = contextVk->getState().getProgramExecutable(); in pause() local
212 const gl::ProgramExecutable *executable = contextVk->getState().getProgramExecutable(); in resume() local
295 const gl::ProgramExecutable *executable in updateDescriptorSet() local
332 const gl::ProgramExecutable *executable = contextVk->getState().getProgramExecutable(); getBufferOffsets() local
[all...]
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_posix.cc133 Command Command::LookPath(const std::string& executable) { in LookPath() argument
H A Dcommand_windows.cc141 Command Command::LookPath(const std::string& executable) { in LookPath() argument
/third_party/python/Modules/
H A Dgetpath.py221 executable = config.get('executable') global() variable
264 executable = real_executable global() variable
268 executable = abspath(program_name) global() variable
273 executable = real_executable global() variable
289 executable = p global() variable
293 executable = '' global() variable
319 executable = ENV_PYTHONEXECUTABLE or ENV___PYVENV_LAUNCHER__ global() variable
[all...]
/third_party/libinput/tools/
H A Dshared.c643 char executable[128]; in tools_exec_command() local
/third_party/node/deps/v8/src/heap/
H A Dmemory-allocator.h252 v8::PageAllocator* page_allocator(Executability executable) { in page_allocator() argument
[all...]
H A Dmemory-chunk.cc122 MemoryChunk(Heap* heap, BaseSpace* space, size_t chunk_size, Address area_start, Address area_end, VirtualMemory reservation, Executability executable, PageSize page_size) MemoryChunk() argument
H A Dlarge-spaces.cc146 AllocateRaw(int object_size, Executability executable) AllocateRaw() argument
182 AllocateRawBackground( LocalHeap* local_heap, int object_size, Executability executable) AllocateRawBackground() argument
210 AllocateLargePage(int object_size, Executability executable) AllocateLargePage() argument
[all...]
H A Dfactory.h950 CodeBuilder& set_is_executable(bool executable) { in set_is_executable() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramPipeline.cpp378 const ProgramExecutable &executable = shaderProgram->getExecutable(); in updateLinkedVaryings() local
389 const ProgramExecutable &executable = computeProgram->getExecutable(); in updateLinkedVaryings() local
405 const ProgramExecutable &executable = shaderProgram->getExecutable(); in updateHasBooleans() local
565 ProgramExecutable &executable = program->getExecutable(); linkVaryings() local
[all...]

Completed in 19 milliseconds

12