/third_party/python/Lib/unittest/ |
H A D | __main__.py | 10 executable = os.path.basename(sys.executable) variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | ShaderExecutable9.cpp | 17 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 D | run-valgrind.py | 49 executable = path.join(NODE_ROOT, sys.argv[1]) variable
|
/third_party/glslang/glslang/GenericCodeGen/ |
H A D | Link.cpp | 62 TShHandleBase* ConstructLinker(EShExecutable executable, int) in ConstructLinker() argument
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_build_id_find_elf.c | 158 const char *executable = mod->dwfl->user_core->executable_for_core; in dwfl_build_id_find_elf() local
|
H A D | core-file.c | 449 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.py | 51 from sys import executable namespace
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | ShaderExecutable11.cpp | 19 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 D | VertexArray11.cpp | 140 const gl::ProgramExecutable &executable = program->getExecutable(); in syncStateForDraw() local
|
H A D | StateManager11.cpp | 197 const gl::ProgramExecutable &executable = programD3D.getState().getExecutable(); in SortAttributesByLayout() local
|
/third_party/python/PC/ |
H A D | python_uwp.cpp | 113 std::wstring executable; in set_process_name() local [all...] |
/third_party/glslang/glslang/Include/ |
H A D | ShHandle.h | 145 EShExecutable executable; member in TLinker
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitProtExecAllocator.c | 72 void *executable; member [all...] |
/third_party/protobuf/conformance/ |
H A D | conformance_test.h | 90 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 D | query.py | 25 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 D | TransformFeedbackVk.cpp | 106 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 D | command_posix.cc | 133 Command Command::LookPath(const std::string& executable) { in LookPath() argument
|
H A D | command_windows.cc | 141 Command Command::LookPath(const std::string& executable) { in LookPath() argument
|
/third_party/python/Modules/ |
H A D | getpath.py | 221 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 D | shared.c | 643 char executable[128]; in tools_exec_command() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | memory-allocator.h | 252 v8::PageAllocator* page_allocator(Executability executable) { in page_allocator() argument [all...] |
H A D | memory-chunk.cc | 122 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 D | large-spaces.cc | 146 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 D | factory.h | 950 CodeBuilder& set_is_executable(bool executable) { in set_is_executable() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramPipeline.cpp | 378 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...] |