| /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); }; method in RegExp 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_draw.c | 44 vbo_exec_debug_verts(struct vbo_exec_context *exec) in vbo_exec_debug_verts() 68 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 155 vbo_exec_vtx_unmap(struct vbo_exec_context *exec) in vbo_exec_vtx_unmap() 187 vbo_exec_buffer_has_space(struct vbo_exec_context *exec) in vbo_exec_buffer_has_space() 199 vbo_exec_vtx_map(struct vbo_exec_context *exec) in vbo_exec_vtx_map() 300 vbo_exec_vtx_flush(struct vbo_exec_context *exec) in vbo_exec_vtx_flush()
|
| 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_api.c | 76 vbo_exec_wrap_buffers(struct vbo_exec_context *exec) in vbo_exec_wrap_buffers() 143 vbo_exec_vtx_wrap(struct vbo_exec_context *exec) in vbo_exec_vtx_wrap() 176 vbo_exec_copy_to_current(struct vbo_exec_context *exec) in vbo_exec_copy_to_current() 257 vbo_exec_wrap_upgrade_vertex(struct vbo_exec_context *exec, in vbo_exec_wrap_upgrade_vertex() 429 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_fixup_vertex() local 685 vbo_exec_FlushVertices_internal(struct vbo_exec_context *exec, unsigned flags) in vbo_exec_FlushVertices_internal() 719 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_EvalCoord1f() local 747 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_EvalCoord2f() local 824 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_Begin() local 877 try_vbo_merge(struct vbo_exec_context *exec) in try_vbo_merge() [all …]
|
| D | vbo_private.h | 59 gl_context_from_vbo_exec(struct vbo_exec_context *exec) in gl_context_from_vbo_exec() 66 gl_context_from_vbo_exec_const(const struct vbo_exec_context *exec) in gl_context_from_vbo_exec_const() 173 vbo_compute_max_verts(const struct vbo_exec_context *exec) in vbo_compute_max_verts()
|
| D | vbo_exec.c | 114 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_init() local 127 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_destroy() local
|
| /third_party/node/test/parallel/ |
| D | test-cluster-setup-master-cumulative.js | 35 exec: process.argv[1], property 41 cluster.setupMaster({ exec: 'overridden' }); property 58 exec: 'overridden', property
|
| D | test-timers-timeout-with-non-integer.js | 9 const exec = common.mustCall(() => { constant
|
| D | test-child-process-exec-stdout-stderr-data-string.js | 5 const exec = require('child_process').exec; constant
|
| D | test-setproctitle.js | 15 const exec = require('child_process').exec; constant
|
| D | test-child-process-exec-cwd.js | 25 const exec = require('child_process').exec; constant
|
| /third_party/boost/boost/process/detail/posix/ |
| D | executor.hpp | 34 Executor & exec; member 47 Executor & exec; member 60 Executor & exec; member 71 Executor & exec; member 86 Executor & exec; member 100 Executor & exec; member 114 Executor & exec; member 124 template<typename Executor> on_setup_t <Executor> call_on_setup (Executor & exec) {return exec;} in call_on_setup() 125 template<typename Executor> on_error_t <Executor> call_on_error (Executor & exec, const std::erro… in call_on_error() 129 template<typename Executor> on_success_t<Executor> call_on_success(Executor & exec) {return exec;} in call_on_success() [all …]
|
| /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/boost/boost/process/detail/ |
| D | used_handles.hpp | 62 void foreach_used_handle(Executor &exec, Function &&func) in foreach_used_handle() 70 get_used_handles(Executor &exec) in get_used_handles()
|
| /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 | 28 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
|
| /third_party/node/test/fixtures/ |
| D | child_process_should_emit_error.js | 22 const exec = require('child_process').exec; constant
|
| /third_party/typescript/tests/cases/conformance/salsa/ |
| D | moduleExportAssignment6.ts | 16 function exec() { function
|