Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/third_party/jerryscript/tests/jerry/es2015/
Dsymbol-replace.js71 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 …]
Dsymbol-search.js62 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
Dregexp-routines.js106 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
Dregression-test-issue-3817.js16 replace.call({ exec : ( ) => { return { } } }, '^o��һ', "a"); method
/third_party/node/deps/npm/test/lib/commands/
Dhelp.js38 exec: execArgs = null, property
94 const { joinedOutput } = await mockHelp(t, { exec: ['run', 'script'] }) property
100 const { joinedOutput } = await mockHelp(t, { exec: ['asdfasdf'] }) property
106 const { getArgs } = await mockHelp(t, { exec: ['whoami'] }) property
116 exec: ['1', 'install'], property
127 exec: ['5', 'install'], property
137 exec: ['7', 'config'], property
147 exec: ['package.json'], property
158 exec: ['?(un)star'], property
171 exec: ['un*'], property
[all …]
Ddiff.js21 exec, property
92 let exec = [] variable
116 exec, property
192 const output = await assertFoo(t, { diff: '0.1.0', exec: ['./a.js', './b.js'] }) property
206 exec: [], property
260 exec: [], property
305 exec: [], property
338 exec: [], property
380 exec: [], property
407 exec: [], property
[all …]
Dstars.js7 const mockStars = async (t, { npmFetch = noop, exec = true, ...opts }) => { argument
10 exec, property
63 const { result } = await mockStars(t, { npmFetch, exec: ['ruyadorno'] }) property
80 const { joinedOutput, stars, logs } = await mockStars(t, { npmFetch, exec: false }) property
106 const { stars, logs } = await mockStars(t, { npmFetch, exec: false }) property
Dupdate.js7 const mockUpdate = async (t, { exec = [], ...opts } = {}) => {
55 exec: ['ipt'], property
/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_draw.c41 vbo_exec_debug_verts(struct vbo_exec_context *exec) in vbo_exec_debug_verts()
65 vbo_exec_copy_vertices(struct vbo_exec_context *exec) in vbo_exec_copy_vertices()
90 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays() local
158 vbo_exec_vtx_unmap(struct vbo_exec_context *exec) in vbo_exec_vtx_unmap()
189 vbo_exec_buffer_has_space(struct vbo_exec_context *exec) in vbo_exec_buffer_has_space()
201 vbo_exec_vtx_map(struct vbo_exec_context *exec) in vbo_exec_vtx_map()
302 vbo_exec_vtx_flush(struct vbo_exec_context *exec) in vbo_exec_vtx_flush()
Dvbo_exec_eval.c37 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()
Dvbo_exec_api.c64 vbo_exec_wrap_buffers(struct vbo_exec_context *exec) in vbo_exec_wrap_buffers()
131 vbo_exec_vtx_wrap(struct vbo_exec_context *exec) in vbo_exec_vtx_wrap()
164 vbo_exec_copy_to_current(struct vbo_exec_context *exec) in vbo_exec_copy_to_current()
249 vbo_exec_wrap_upgrade_vertex(struct vbo_exec_context *exec, in vbo_exec_wrap_upgrade_vertex()
421 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_fixup_vertex() local
679 vbo_exec_FlushVertices_internal(struct vbo_exec_context *exec, unsigned flags) in vbo_exec_FlushVertices_internal()
713 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in _mesa_EvalCoord1f() local
741 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in _mesa_EvalCoord2f() local
818 struct vbo_exec_context *exec = &vbo->exec; in _mesa_Begin() local
873 try_vbo_merge(struct vbo_exec_context *exec) in try_vbo_merge()
[all …]
Dvbo_private.h59 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()
Dvbo_exec.c113 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/node/test/parallel/
Dtest-cluster-setup-primary-cumulative.js35 exec: process.argv[1], property
41 cluster.setupPrimary({ exec: 'overridden' }); property
58 exec: 'overridden', property
Dtest-child-process-exec-stdout-stderr-data-string.js5 const exec = require('child_process').exec; constant
Dtest-timers-timeout-with-non-integer.js9 const exec = common.mustCall(() => { constant
Dtest-setproctitle.js15 const exec = require('child_process').exec; constant
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_render_cl.c92 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()
Dvc4_validate.c97 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()
Dvc4_gem.c33 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()
/third_party/vk-gl-cts/framework/referencerenderer/
DrrPrimitiveAssembler.hpp80 …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/icu/icu4c/source/test/intltest/
Ditmajor.cpp52 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()
Ditrbbi.cpp29 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
/third_party/jerryscript/tests/jerry/es5.1/
Dstring-regexp-methods.js16 Object.getPrototypeOf(/x/).exec = function () { return 1234; } function
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp597 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 …]

12345678910>>...16