| /external/chromium_org/third_party/mesa/src/src/mesa/vbo/ | 
| vbo_exec_array.c | 71    struct vbo_exec_context *exec = &vbo->exec;  local 73    check_buffers_are_unmapped(exec->array.inputs);
 75    assert(!_mesa_bufferobj_mapped(exec->vtx.bufferobj));
 353    struct vbo_exec_context *exec = &vbo->exec;  local
 361       struct gl_buffer_object *bufObj = exec->array.inputs[i]->BufferObj;
 363       GLint stride = exec->array.inputs[i]->Stride;
 367 	     exec->array.inputs[i]->Size,
 369 	     /*exec->array.inputs[i]->Enabled,*
 406  struct vbo_exec_context *exec = &vbo->exec;  local
 524  struct vbo_exec_context *exec = &vbo->exec;  local
 587  struct vbo_exec_context *exec = &vbo->exec;  local
 812  struct vbo_exec_context *exec = &vbo->exec;  local
 1138  struct vbo_exec_context *exec = &vbo->exec;  local
 1292  struct vbo_exec_context *exec = &vbo->exec;  local
 [all...]
 | 
| /external/javasqlite/src/main/java/SQLite/ | 
| Database.java | 16      * Internal last error code for exec() methods. 175     public void exec(String sql, SQLite.Callback cb) throws SQLite.Exception {  method in class:Database
 194      *   db.exec("select * from sqlite_master where type like '%q'",
 207     public void exec(String sql, SQLite.Callback cb,  method in class:Database
 298 		exec(sql, ret);  method
 351 		exec(sql, ret, args);  method
 405 		exec(sql, tbl, args);  method
 508      * any of the exec() methods. The value is valid
 
 | 
| /external/mesa3d/src/mesa/vbo/ | 
| vbo_exec_api.c | 60 static void reset_attrfv( struct vbo_exec_context *exec ); 67 static void vbo_exec_wrap_buffers( struct vbo_exec_context *exec )
 69    if (exec->vtx.prim_count == 0) {
 70       exec->vtx.copied.nr = 0;
 71       exec->vtx.vert_count = 0;
 72       exec->vtx.buffer_ptr = exec->vtx.buffer_map;
 75       GLuint last_begin = exec->vtx.prim[exec->vtx.prim_count-1].begin;
 78       if (exec->ctx->Driver.CurrentExecPrimitive != PRIM_OUTSIDE_BEGIN_END)
 370  struct vbo_exec_context *exec = &vbo_context(ctx)->exec;  local
 574  struct vbo_exec_context *exec = &vbo_context(ctx)->exec;  local
 601  struct vbo_exec_context *exec = &vbo_context(ctx)->exec;  local
 808  struct vbo_exec_context *exec = &vbo_context(ctx)->exec;  local
 865  struct vbo_exec_context *exec = &vbo_context(ctx)->exec;  local
 1140  struct vbo_exec_context *exec = &vbo_context(ctx)->exec;  local
 1175  struct vbo_exec_context *exec = &vbo_context(ctx)->exec;  local
 1292  struct vbo_exec_context *exec = &vbo_context(ctx)->exec;  local
 1309  struct vbo_exec_context *exec = &vbo_context(ctx)->exec;  local
 [all...]
 | 
| vbo_exec_array.c | 71    struct vbo_exec_context *exec = &vbo->exec;  local 73    check_buffers_are_unmapped(exec->array.inputs);
 75    assert(!_mesa_bufferobj_mapped(exec->vtx.bufferobj));
 353    struct vbo_exec_context *exec = &vbo->exec;  local
 361       struct gl_buffer_object *bufObj = exec->array.inputs[i]->BufferObj;
 363       GLint stride = exec->array.inputs[i]->Stride;
 367 	     exec->array.inputs[i]->Size,
 369 	     /*exec->array.inputs[i]->Enabled,*
 406  struct vbo_exec_context *exec = &vbo->exec;  local
 524  struct vbo_exec_context *exec = &vbo->exec;  local
 587  struct vbo_exec_context *exec = &vbo->exec;  local
 812  struct vbo_exec_context *exec = &vbo->exec;  local
 1138  struct vbo_exec_context *exec = &vbo->exec;  local
 1292  struct vbo_exec_context *exec = &vbo->exec;  local
 [all...]
 | 
| /external/qemu/hw/core/ | 
| loader.c | 165 struct exec  struct 178 static void bswap_ahdr(struct exec *e)
 193 #define N_MAGIC(exec) ((exec).a_info & 0xffff)
 198 #define _N_HDROFF(x) (1024 - sizeof (struct exec))
 200     (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) :	\
 201      (N_MAGIC(x) == QMAGIC ? 0 : sizeof (struct exec)))
 215     struct exec e;
 
 | 
| /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ | 
| BlockingGLTextureView.java | 350             exec(CHANGE_SURFACE); 358             exec(RESIZE_SURFACE);
 364                 exec(RENDER);
 371             exec(FINISH);
 379         private void exec(int msgid) {  method in class:BlockingGLTextureView.RenderThread
 
 | 
| /packages/apps/Gallery2/src/com/android/photos/views/ | 
| BlockingGLTextureView.java | 350             exec(CHANGE_SURFACE); 358             exec(RESIZE_SURFACE);
 364                 exec(RENDER);
 371             exec(FINISH);
 379         private void exec(int msgid) {  method in class:BlockingGLTextureView.RenderThread
 
 | 
| /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ | 
| BlockingGLTextureView.java | 350             exec(CHANGE_SURFACE); 358             exec(RESIZE_SURFACE);
 364                 exec(RENDER);
 371             exec(FINISH);
 379         private void exec(int msgid) {  method in class:BlockingGLTextureView.RenderThread
 
 | 
| /external/bluetooth/bluedroid/bta/hh/ | 
| bta_hh_le.c | 1013  BOOLEAN exec = FALSE;  local [all...]
 | 
| /external/chromium_org/third_party/freetype/src/truetype/ | 
| ttgload.c | 160       if ( loader->exec ) 161         loader->exec->sph_tweak_flags = 0;
 164       if ( loader->exec && loader->exec->ignore_x_mode )
 441       load->glyph->control_data = load->exec->glyphIns;
 443       FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
 766     loader->exec->GS = ((TT_Size)loader->size)->GS;
 772       loader->exec->metrics.x_scale = 1 << 16;
 773       loader->exec->metrics.y_scale = 1 << 16;
 779       loader->exec->metrics.x_scale
 1958  TT_ExecContext exec;  local
 [all...]
 | 
| ttinterp.h | 167     FT_Long            top;        /* top of exec. stack   */ 169     FT_UInt            stackSize;  /* size of exec. stack  */
 170     FT_Long*           stack;      /* current exec. stack  */
 173     FT_UInt            new_top;    /* new top after exec.  */
 195                                   /* increment IP after ins. exec */
 301   TT_Goto_CodeRange( TT_ExecContext  exec,
 306   TT_Set_CodeRange( TT_ExecContext  exec,
 312   TT_Clear_CodeRange( TT_ExecContext  exec,
 350   TT_Done_Context( TT_ExecContext  exec );  variable
 353   TT_Load_Context( TT_ExecContext  exec,
 389  TT_RunIns( TT_ExecContext exec );  variable
 [all...]
 | 
| /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ | 
| api_exec_es1.c | 513    struct _glapi_table *exec;  local 515    exec = _mesa_alloc_dispatch_table(_gloffset_COUNT);
 516    if (exec == NULL)
 521     SET_ActiveTexture(exec, _es_ActiveTexture);
 522     SET_AlphaFunc(exec, _es_AlphaFunc);
 523     SET_AlphaFuncx(exec, _es_AlphaFuncx);
 524     SET_BindBuffer(exec, _es_BindBuffer);
 525     SET_BindFramebufferOES(exec, _es_BindFramebufferOES);
 526     SET_BindRenderbufferOES(exec, _es_BindRenderbufferOES);
 527     SET_BindTexture(exec, _es_BindTexture)
 [all...]
 | 
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/ | 
| xmlconfig.c | 790     const XML_Char *exec = NULL;  local 793 	else if (!strcmp (attr[i], "executable")) exec = attr[i+1];
 796     if (exec && strcmp (exec, data->execName))
 [all...]
 | 
| /external/freetype/src/truetype/ | 
| ttgload.c | 156       if ( loader->exec ) 157         loader->exec->sph_tweak_flags = 0;
 160       if ( loader->exec && loader->exec->ignore_x_mode )
 434       tmp   = load->exec->glyphSize;
 435       error = Update_Max( load->exec->memory,
 438                           (void*)&load->exec->glyphIns,
 441       load->exec->glyphSize = (FT_UShort)tmp;
 446       load->glyph->control_data = load->exec->glyphIns;
 448       FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins )
 2103  TT_ExecContext exec;  local
 [all...]
 | 
| ttinterp.h | 167     FT_Long            top;        /* top of exec. stack   */ 169     FT_UInt            stackSize;  /* size of exec. stack  */
 170     FT_Long*           stack;      /* current exec. stack  */
 173     FT_UInt            new_top;    /* new top after exec.  */
 195                                   /* increment IP after ins. exec */
 299   TT_Goto_CodeRange( TT_ExecContext  exec,
 304   TT_Set_CodeRange( TT_ExecContext  exec,
 310   TT_Clear_CodeRange( TT_ExecContext  exec,
 348   TT_Done_Context( TT_ExecContext  exec );  variable
 351   TT_Load_Context( TT_ExecContext  exec,
 387  TT_RunIns( TT_ExecContext exec );  variable
 [all...]
 | 
| /external/guava/guava-tests/test/com/google/common/util/concurrent/ | 
| JSR166TestCase.java | 504     void joinPool(ExecutorService exec) { 506             exec.shutdown();
 508                        exec.awaitTermination(2 * LONG_DELAY_MS, MILLISECONDS));
 [all...]
 | 
| /external/mesa3d/src/mesa/drivers/dri/common/ | 
| xmlconfig.c | 790     const XML_Char *exec = NULL;  local 793 	else if (!strcmp (attr[i], "executable")) exec = attr[i+1];
 796     if (exec && strcmp (exec, data->execName))
 [all...]
 | 
| /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ | 
| ttgload.c | 161       if ( loader->exec ) 162         loader->exec->sph_tweak_flags = 0;
 165       if ( loader->exec && loader->exec->ignore_x_mode )
 442       load->glyph->control_data = load->exec->glyphIns;
 444       FT_MEM_COPY( load->exec->glyphIns, p, (FT_Long)n_ins );
 771     loader->exec->GS = ((TT_Size)loader->size)->GS;
 777       loader->exec->metrics.x_scale = 1 << 16;
 778       loader->exec->metrics.y_scale = 1 << 16;
 784       loader->exec->metrics.x_scale
 1967  TT_ExecContext exec;  local
 [all...]
 | 
| ttinterp.h | 167     FT_Long            top;        /* top of exec. stack   */ 169     FT_UInt            stackSize;  /* size of exec. stack  */
 170     FT_Long*           stack;      /* current exec. stack  */
 173     FT_UInt            new_top;    /* new top after exec.  */
 195                                   /* increment IP after ins. exec */
 301   TT_Goto_CodeRange( TT_ExecContext  exec,
 306   TT_Set_CodeRange( TT_ExecContext  exec,
 312   TT_Clear_CodeRange( TT_ExecContext  exec,
 350   TT_Done_Context( TT_ExecContext  exec );  variable
 353   TT_Load_Context( TT_ExecContext  exec,
 389  TT_RunIns( TT_ExecContext exec );  variable
 [all...]
 | 
| /hardware/intel/img/libdrm/libdrm/intel/ | 
| intel_bufmgr_fake.c | 166    int (*exec)(drm_intel_bo *bo, unsigned int used, void *priv);  member in struct:_bufmgr_fake [all...]
 | 
| /libcore/jsr166-tests/src/test/java/jsr166/ | 
| JSR166TestCase.java | 385     void joinPool(ExecutorService exec) { 387             exec.shutdown();
 389                        exec.awaitTermination(2 * LONG_DELAY_MS, MILLISECONDS));
 [all...]
 | 
| /libcore/luni/src/main/java/java/util/concurrent/ | 
| ForkJoinTask.java | 152  * implement {@code protected} methods {@link #exec}, {@link 248      * exec and records status if completed, but doesn't wait for
 257                 completed = exec();
 347      * unfork+exec.  Others are relayed to ForkJoinPool.awaitJoin.
 1230  protected abstract boolean exec();  method in class:ForkJoinTask
 1359  public final boolean exec() { runnable.run(); return true; }  method in class:ForkJoinTask.AdaptedRunnable
 1376  public final boolean exec() { runnable.run(); return true; }  method in class:ForkJoinTask.AdaptedRunnableAction
 1392  public final boolean exec() { runnable.run(); return true; }  method in class:ForkJoinTask.RunnableExecuteAction
 1412  public final boolean exec() {  method in class:ForkJoinTask.AdaptedCallable
 [all...]
 | 
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ | 
| DeviceChooserDialog.java | 587         exec(new Runnable() {  method 636             exec(new Runnable() {  method
 701     private void exec(Runnable runnable) {  method in class:DeviceChooserDialog
 
 | 
| /external/chromium_org/third_party/libxml/src/ | 
| valid.c | 269     xmlRegExecCtxtPtr    exec;		/* regexp runtime */  member in struct:_xmlValidState 304 	    ctxt->vstateTab[ctxt->vstateNr].exec =
 307 	    ctxt->vstateTab[ctxt->vstateNr].exec = NULL;
 327 	xmlRegFreeExecCtxt(ctxt->vstateTab[ctxt->vstateNr].exec);
 329     ctxt->vstateTab[ctxt->vstateNr].exec = NULL;
 5251  xmlRegExecCtxtPtr exec;  local
 [all...]
 | 
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ | 
| nv50_ir_ra.cpp | 197    bool exec(); 221       bool exec(Function *func);
 1532 RegAlloc::exec()  function in class:nv50_ir::RegAlloc
 1643 RegAlloc::InsertConstraintsPass::exec(Function *ir)  function in class:nv50_ir::RegAlloc::InsertConstraintsPass
 [all...]
 |