Home
last modified time | relevance | path

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

123456789

/external/skia/forth/
DStdWords.cpp110 virtual void exec(ForthEngine* fe) { in exec() function in add_ForthWord
116 virtual void exec(ForthEngine* fe) { in exec() function in sub_ForthWord
122 virtual void exec(ForthEngine* fe) { in exec() function in mul_ForthWord
128 virtual void exec(ForthEngine* fe) { in exec() function in div_ForthWord
134 virtual void exec(ForthEngine* fe) { in exec() function in mod_ForthWord
140 virtual void exec(ForthEngine* fe) { in exec() function in divmod_ForthWord
148 virtual void exec(ForthEngine* fe) { in exec() function in dot_ForthWord
155 virtual void exec(ForthEngine* fe) { in exec() function in abs_ForthWord
163 virtual void exec(ForthEngine* fe) { in exec() function in negate_ForthWord
168 virtual void exec(ForthEngine* fe) { in exec() function in min_ForthWord
[all …]
/external/kernel-headers/original/uapi/asm-x86/asm/
Da.out.h4 struct exec struct
6 unsigned int a_info; /* Use macros N_MAGIC, etc for access */
7 unsigned a_text; /* length of text, in bytes */
8 unsigned a_data; /* length of data, in bytes */
9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
10 unsigned a_syms; /* length of symbol table data in file, in bytes */
11 unsigned a_entry; /* start address */
12 unsigned a_trsize; /* length of relocation info for text, in bytes */
13 unsigned a_drsize; /* length of relocation info for data, in bytes */
/external/kernel-headers/original/uapi/asm-arm/asm/
Da.out.h7 struct exec struct
9 __u32 a_info; /* Use macros N_MAGIC, etc for access */
10 __u32 a_text; /* length of text, in bytes */
11 __u32 a_data; /* length of data, in bytes */
12 __u32 a_bss; /* length of uninitialized data area for file, in bytes */
13 __u32 a_syms; /* length of symbol table data in file, in bytes */
14 __u32 a_entry; /* start address */
15 __u32 a_trsize; /* length of relocation info for text, in bytes */
16 __u32 a_drsize; /* length of relocation info for data, in bytes */
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c36 static void clear_active_eval1( struct vbo_exec_context *exec, GLuint attr ) in clear_active_eval1()
42 static void clear_active_eval2( struct vbo_exec_context *exec, GLuint attr ) in clear_active_eval2()
48 static void set_active_eval1( struct vbo_exec_context *exec, GLuint attr, GLuint dim, in set_active_eval1()
58 static void set_active_eval2( struct vbo_exec_context *exec, GLuint attr, GLuint dim, in set_active_eval2()
68 void vbo_exec_eval_update( struct vbo_exec_context *exec ) in vbo_exec_eval_update()
142 void vbo_exec_do_EvalCoord1f(struct vbo_exec_context *exec, GLfloat u) in vbo_exec_do_EvalCoord1f()
186 void vbo_exec_do_EvalCoord2f( struct vbo_exec_context *exec, in vbo_exec_do_EvalCoord2f()
Dvbo_exec_draw.c45 vbo_exec_debug_verts( struct vbo_exec_context *exec ) in vbo_exec_debug_verts()
75 vbo_copy_vertices( struct vbo_exec_context *exec ) in vbo_copy_vertices()
164 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays() local
267 vbo_exec_vtx_unmap( struct vbo_exec_context *exec ) in vbo_exec_vtx_unmap()
299 vbo_exec_vtx_map( struct vbo_exec_context *exec ) in vbo_exec_vtx_map()
379 vbo_exec_vtx_flush(struct vbo_exec_context *exec, GLboolean keepUnmapped) in vbo_exec_vtx_flush()
Dvbo_exec_api.c67 static void vbo_exec_wrap_buffers( struct vbo_exec_context *exec ) in vbo_exec_wrap_buffers()
117 void vbo_exec_vtx_wrap( struct vbo_exec_context *exec ) in vbo_exec_vtx_wrap()
151 static void vbo_exec_copy_to_current( struct vbo_exec_context *exec ) in vbo_exec_copy_to_current()
211 vbo_exec_copy_from_current(struct vbo_exec_context *exec) in vbo_exec_copy_from_current()
238 vbo_exec_wrap_upgrade_vertex(struct vbo_exec_context *exec, in vbo_exec_wrap_upgrade_vertex()
370 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_fixup_vertex() local
553 vbo_exec_FlushVertices_internal(struct vbo_exec_context *exec, GLboolean unmap) in vbo_exec_FlushVertices_internal()
574 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_EvalCoord1f() local
601 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_EvalCoord2f() local
808 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_Begin() local
[all …]
Dvbo_exec.c39 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_init() local
67 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_destroy() local
86 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_invalidate_state() local
Dvbo_exec_array.c71 struct vbo_exec_context *exec = &vbo->exec; in vbo_check_buffers_are_unmapped() local
353 struct vbo_exec_context *exec = &vbo->exec; in print_draw_arrays() local
406 struct vbo_exec_context *exec = &vbo->exec; in recalculate_input_bindings() local
524 struct vbo_exec_context *exec = &vbo->exec; in vbo_bind_arrays() local
587 struct vbo_exec_context *exec = &vbo->exec; in vbo_draw_arrays() local
812 struct vbo_exec_context *exec = &vbo->exec; in vbo_validated_drawrangeelements() local
1138 struct vbo_exec_context *exec = &vbo->exec; in vbo_validated_multidrawelements() local
1292 struct vbo_exec_context *exec = &vbo->exec; in vbo_draw_transform_feedback() local
1397 vbo_exec_array_init( struct vbo_exec_context *exec ) in vbo_exec_array_init()
1425 vbo_exec_array_destroy( struct vbo_exec_context *exec ) in vbo_exec_array_destroy()
/external/google-breakpad/src/client/mac/handler/
Dbreakpad_nlist_64.cc87 struct exec { struct
106 ((x).a_magic==ZMAGIC ? 0 : sizeof (struct exec)) argument
/external/deqp/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 …]
/external/kernel-headers/original/uapi/linux/
Da.out.h43 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument
45 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) argument
46 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument
47 #define N_SET_INFO(exec, magic, type, flags) \ argument
51 #define N_SET_MAGIC(exec, magic) \ argument
54 #define N_SET_MACHTYPE(exec, machtype) \ argument
58 #define N_SET_FLAGS(exec, flags) \ argument
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
DAbstractListenableFutureTest.java167 ExecutorService exec = Executors.newCachedThreadPool(); in testListenersNotifiedOnError() local
212 ExecutorService exec = Executors.newCachedThreadPool(); in testAllListenersCompleteSuccessfully() local
/external/icu/icu4c/source/test/intltest/
Ditmajor.cpp50 void MajorTestLevel::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
214 void IntlTestNormalize::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
Ditutil.cpp50 void IntlTestUtilities::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
130 void ErrorCodeTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) { in runIndexedTest()
262 void LocalPointerTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/)… in runIndexedTest()
555 void EnumSetTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { in runIndexedTest()
Ditrbbi.cpp35 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest()
Dittrans.cpp37 void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* pa… in runIndexedTest()
/external/deqp/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 …]
/external/mesa3d/src/mesa/main/
Dapi_exec.c125 struct _glapi_table *exec; in _mesa_create_exec_table() local
/external/libxml2/
DtestAutomata.c39 xmlRegExecCtxtPtr exec = NULL; in testRegexpFile() local
226 xmlRegExecCtxtPtr exec; in main() local
/external/v8/test/mjsunit/bugs/
Dbug-617.js36 RegExp.prototype.exec = make_sure_we_dont_get_here; method in RegExp
/external/v8/test/mjsunit/
Dregexp-string-methods.js50 RegExp.prototype.exec = function(string) { return 'x'; }; method in RegExp
/external/valgrind/none/tests/
Dallexec.c20 void test_allexec (char *exec) in test_allexec()
/external/valgrind/none/tests/ppc64/
Dallexec.c20 void test_allexec (char *exec) in test_allexec()
/external/valgrind/none/tests/x86/
Dallexec.c20 void test_allexec (char *exec) in test_allexec()
/external/valgrind/none/tests/mips32/
Dallexec.c20 void test_allexec (char *exec) in test_allexec()

123456789