| /third_party/jerryscript/tests/jerry/es2015/ |
| D | symbol-replace.js | 71 get exec() { getter 82 exec: RegExp.prototype.exec property 91 exec: 42 property 100 exec: () => { method 111 exec: () => { method 122 exec: () => { method 138 exec: () => { method 157 exec: () => { method 192 exec: () => { method 220 exec: () => { method [all …]
|
| D | symbol-search.js | 62 get exec() { getter 73 exec: RegExp.prototype.exec property 82 exec: 42 property 91 exec: () => { method 102 exec: () => { method 113 exec: () => { method 136 exec() { method in Regexplike 195 exec: function () { return {index: "Duck"}; }, method 204 exec: () => { method 217 exec: () => { method
|
| D | regexp-routines.js | 106 r.exec = function (s) { return RegExp.prototype.exec.call(this, s); }; function 137 r.exec = function (s) { return RegExp.prototype.exec.call(this, s); }; method in RegExp
|
| D | regression-test-issue-3817.js | 16 replace.call({ exec : ( ) => { return { } } }, '^oһ', "a"); method
|
| /third_party/mesa3d/src/mesa/vbo/ |
| D | vbo_exec_eval.c | 37 static void clear_active_eval1( struct vbo_exec_context *exec, GLuint attr ) in clear_active_eval1() 43 static void clear_active_eval2( struct vbo_exec_context *exec, GLuint attr ) in clear_active_eval2() 49 static void set_active_eval1( struct vbo_exec_context *exec, GLuint attr, GLuint dim, in set_active_eval1() 59 static void set_active_eval2( struct vbo_exec_context *exec, GLuint attr, GLuint dim, in set_active_eval2() 69 void vbo_exec_eval_update( struct vbo_exec_context *exec ) in vbo_exec_eval_update() 126 void vbo_exec_do_EvalCoord1f(struct vbo_exec_context *exec, GLfloat u) in vbo_exec_do_EvalCoord1f() 172 void vbo_exec_do_EvalCoord2f( struct vbo_exec_context *exec, in vbo_exec_do_EvalCoord2f()
|
| D | vbo_exec_draw.c | 42 vbo_exec_debug_verts(struct vbo_exec_context *exec) in vbo_exec_debug_verts() 66 vbo_exec_copy_vertices(struct vbo_exec_context *exec) in vbo_exec_copy_vertices() 93 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays() local 164 vbo_exec_vtx_unmap(struct vbo_exec_context *exec) in vbo_exec_vtx_unmap() 195 vbo_exec_buffer_has_space(struct vbo_exec_context *exec) in vbo_exec_buffer_has_space() 207 vbo_exec_vtx_map(struct vbo_exec_context *exec) in vbo_exec_vtx_map() 308 vbo_exec_vtx_flush(struct vbo_exec_context *exec) in vbo_exec_vtx_flush()
|
| D | vbo_exec_api.c | 60 vbo_exec_wrap_buffers(struct vbo_exec_context *exec) in vbo_exec_wrap_buffers() 127 vbo_exec_vtx_wrap(struct vbo_exec_context *exec) in vbo_exec_vtx_wrap() 160 vbo_exec_copy_to_current(struct vbo_exec_context *exec) in vbo_exec_copy_to_current() 253 vbo_exec_wrap_upgrade_vertex(struct vbo_exec_context *exec, in vbo_exec_wrap_upgrade_vertex() 425 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_fixup_vertex() local 683 vbo_exec_FlushVertices_internal(struct vbo_exec_context *exec, unsigned flags) in vbo_exec_FlushVertices_internal() 717 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in _mesa_EvalCoord1f() local 745 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in _mesa_EvalCoord2f() local 822 struct vbo_exec_context *exec = &vbo->exec; in _mesa_Begin() local 877 try_vbo_merge(struct vbo_exec_context *exec) in try_vbo_merge() [all …]
|
| D | vbo_private.h | 60 gl_context_from_vbo_exec(struct vbo_exec_context *exec) in gl_context_from_vbo_exec() 67 gl_context_from_vbo_exec_const(const struct vbo_exec_context *exec) in gl_context_from_vbo_exec_const() 174 vbo_compute_max_verts(const struct vbo_exec_context *exec) in vbo_compute_max_verts()
|
| D | vbo_exec.c | 113 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_init() local 126 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_destroy() local
|
| /third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
| D | vc4_render_cl.c | 92 static uint32_t vc4_full_res_offset(struct vc4_exec_info *exec, in vc4_full_res_offset() 116 static void emit_tile(struct vc4_exec_info *exec, in emit_tile() 247 static int vc4_create_rcl_bo(struct drm_device *dev, struct vc4_exec_info *exec, in vc4_create_rcl_bo() 377 static int vc4_full_res_bounds_check(struct vc4_exec_info *exec, in vc4_full_res_bounds_check() 404 static int vc4_rcl_msaa_surface_setup(struct vc4_exec_info *exec, in vc4_rcl_msaa_surface_setup() 428 static int vc4_rcl_surface_setup(struct vc4_exec_info *exec, in vc4_rcl_surface_setup() 523 vc4_rcl_render_config_surface_setup(struct vc4_exec_info *exec, in vc4_rcl_render_config_surface_setup() 581 int vc4_get_rcl(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_get_rcl()
|
| D | vc4_gem.c | 33 vc4_get_bcl(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_get_bcl() 140 vc4_cl_validate(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_cl_validate()
|
| D | vc4_validate.c | 97 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) in vc4_use_bo() 120 vc4_use_handle(struct vc4_exec_info *exec, uint32_t gem_handles_packet_index) in vc4_use_handle() 126 validate_bin_pos(struct vc4_exec_info *exec, void *untrusted, uint32_t pos) in validate_bin_pos() 150 vc4_check_tex_size(struct vc4_exec_info *exec, struct drm_gem_cma_object *fbo, in vc4_check_tex_size() 475 struct vc4_exec_info *exec) in vc4_validate_bin_cl() 553 reloc_tex(struct vc4_exec_info *exec, in reloc_tex() 733 struct vc4_exec_info *exec, in validate_gl_shader_rec() 911 struct vc4_exec_info *exec) in vc4_validate_shader_recs()
|
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| D | rrPrimitiveAssembler.hpp | 80 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 97 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 142 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 205 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 222 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 248 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 296 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 358 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 375 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function 444 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() function [all …]
|
| /third_party/jerryscript/tests/jerry/es5.1/ |
| D | string-regexp-methods.js | 16 Object.getPrototypeOf(/x/).exec = function () { return 1234; } function
|
| /third_party/mesa3d/src/intel/vulkan/xe/ |
| D | anv_batch_chain.c | 122 uint32_t perf_query_pass, struct drm_xe_exec *exec) in xe_exec_print_debug() 183 struct drm_xe_exec exec = { in xe_queue_exec_async() local 227 struct drm_xe_exec exec = { in xe_companion_rcs_queue_exec_locked() local 285 struct drm_xe_exec exec = { in xe_queue_exec_locked() local
|
| /third_party/skia/m133/third_party/externals/icu/source/test/intltest/ |
| D | itmajor.cpp | 52 void MajorTestLevel::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest() 216 void IntlTestNormalize::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
|
| D | itrbbi.cpp | 29 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
|
| D | ittrans.cpp | 39 void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* pa… in runIndexedTest()
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | itmajor.cpp | 52 void MajorTestLevel::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest() 216 void IntlTestNormalize::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
|
| D | itrbbi.cpp | 29 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
|
| D | ittrans.cpp | 39 void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* pa… in runIndexedTest()
|
| /third_party/mesa3d/src/gfxstream/guest/GoldfishAddressSpace/ |
| D | VirtioGpuAddressSpaceStream.cpp | 53 struct VirtGpuExecBuffer exec = {}; in virtgpu_address_space_ping() local 73 struct VirtGpuExecBuffer exec = {}; in createVirtioGpuAddressSpaceStream() local
|
| /third_party/vk-gl-cts/modules/egl/ |
| D | teglGLES2SharingThreadedTests.cpp | 597 void CreateContext::exec (tcu::ThreadUtil::Thread& t) in exec() function in deqp::egl::GLES2ThreadTest::CreateContext 650 void DestroyContext::exec (tcu::ThreadUtil::Thread& t) in exec() function in deqp::egl::GLES2ThreadTest::DestroyContext 702 void MakeCurrent::exec (tcu::ThreadUtil::Thread& t) in exec() function in deqp::egl::GLES2ThreadTest::MakeCurrent 743 void InitGLExtension::exec (tcu::ThreadUtil::Thread& t) in exec() function in deqp::egl::GLES2ThreadTest::InitGLExtension 816 void CreatePBufferSurface::exec (tcu::ThreadUtil::Thread& t) in exec() function in deqp::egl::GLES2ThreadTest::CreatePBufferSurface 851 void DestroySurface::exec (tcu::ThreadUtil::Thread& t) in exec() function in deqp::egl::GLES2ThreadTest::DestroySurface 904 void CreateTexture::exec (tcu::ThreadUtil::Thread& t) in exec() function in deqp::egl::GLES2ThreadTest::CreateTexture 933 void DeleteTexture::exec (tcu::ThreadUtil::Thread& t) in exec() function in deqp::egl::GLES2ThreadTest::DeleteTexture 978 void TexImage2D::exec (tcu::ThreadUtil::Thread& t) in exec() function in deqp::egl::GLES2ThreadTest::TexImage2D 1030 void TexSubImage2D::exec (tcu::ThreadUtil::Thread& t) in exec() function in deqp::egl::GLES2ThreadTest::TexSubImage2D [all …]
|
| /third_party/typescript/tests/cases/conformance/salsa/ |
| D | moduleExportAssignment6.ts | 16 function exec() { function
|
| D | prototypePropertyAssignmentMergeWithInterfaceMethod.ts | 11 exec(queries: Array<query.Builder>): Promise<Array<Array<Object>>> method
|