HomeSort by: relevance | last modified time | path
    Searched refs:Execute (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
gtest-spi.h 148 static void Execute() { statement; }\
157 GTestExpectFatalFailureHelper::Execute();\
165 static void Execute() { statement; }\
174 GTestExpectFatalFailureHelper::Execute();\
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
gtest-spi.h 142 static void Execute() { statement; }\
151 GTestExpectFatalFailureHelper::Execute();\
159 static void Execute() { statement; }\
168 GTestExpectFatalFailureHelper::Execute();\
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
dialog.h 39 int Execute();
dialog.cc 83 int CBaseDialog::Execute()
  /xsrc/external/mit/ctwm/dist/
functions_misc.c 342 static void Execute(const char *_s);
353 Execute(action);
358 Execute(const char *_s)
  /xsrc/external/mit/xinit/dist/
xinit.c 109 static void Execute(char **vec);
136 Execute(char **vec) /* has room from up above */
422 Execute(server_argv);
581 Execute(client_argv);
  /xsrc/external/mit/twm/dist/src/
menus.c 119 static void Execute(const char *s);
648 * \param action the string to possibly execute
1181 * execute a twm root function.
1183 * \param func the function to execute
1184 * \param action the menu action to execute
1185 * \param w the window to execute this function on
1908 Execute(action);
2286 Execute(const char *s)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
dlist.c 86 void (*Execute)( struct gl_context *ctx, void *data );
1002 /** Execute an extended opcode instruction */
1008 ctx->ListExt->Opcode[i].Execute(ctx, &node[1]);
1536 * \param execute function to execute the new display list command
1544 void (*execute) (struct gl_context *, void *),
1552 ctx->ListExt->Opcode[i].Execute = execute;
4431 /* don't compile, execute immediately */
4467 /* don't compile, execute immediately *
    [all...]

Completed in 34 milliseconds