Searched refs:exec (Results 101 - 125 of 567) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/main/
H A Duniforms.c808 struct _glapi_table *exec)
811 SET_Uniform1fARB(exec, _mesa_Uniform1fARB);
812 SET_Uniform2fARB(exec, _mesa_Uniform2fARB);
813 SET_Uniform3fARB(exec, _mesa_Uniform3fARB);
814 SET_Uniform4fARB(exec, _mesa_Uniform4fARB);
815 SET_Uniform1iARB(exec, _mesa_Uniform1iARB);
816 SET_Uniform2iARB(exec, _mesa_Uniform2iARB);
817 SET_Uniform3iARB(exec, _mesa_Uniform3iARB);
818 SET_Uniform4iARB(exec, _mesa_Uniform4iARB);
819 SET_Uniform1fvARB(exec, _mesa_Uniform1fvAR
807 _mesa_init_shader_uniform_dispatch(const struct gl_context *ctx, struct _glapi_table *exec) argument
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.h159 FT_Long top; /* top of exec. stack */
161 FT_Long stackSize; /* size of exec. stack */
162 FT_Long* stack; /* current exec. stack */
165 FT_Long new_top; /* new top after exec. */
187 /* increment IP after ins. exec */
292 TT_Goto_CodeRange( TT_ExecContext exec,
297 TT_Set_CodeRange( TT_ExecContext exec,
303 TT_Clear_CodeRange( TT_ExecContext exec,
342 TT_Done_Context( TT_ExecContext exec ); variable
345 TT_Load_Context( TT_ExecContext exec,
354 TT_Run_Context( TT_ExecContext exec ); variable
380 TT_RunIns( TT_ExecContext exec ); variable
[all...]
/external/v8/test/mjsunit/
H A Dregexp-capture.js31 assertEquals(["y", undefined], /(x)?\1y/.exec("y"));
32 assertEquals(["y", undefined], /(x)?y/.exec("y"));
55 assertEquals(["bbc", "b"], /^(b+|a){1,2}?bc/.exec("bbc"));
57 /((\3|b)\2(a)){2,}/.exec("bbaababbabaaaaabbaaaabba"));
/external/icu/icu4c/source/test/intltest/
H A Dalphaindextst.h21 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Dastrotst.h23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
H A Ddcfmapts.h20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Ddecoll.h29 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Ddtifmtts.h21 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Descoll.h31 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Dficoll.h30 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Ditrbnfp.h23 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par);
H A Ditspoof.h23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Dlcukocol.h25 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Dstrtest.h31 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL);
H A Dsvccoll.h25 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par = NULL */);
H A Dtransrt.h26 void runIndexedTest(int32_t index, UBool exec, const char* &name,
H A Dtrcoll.h30 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Dtsputil.h18 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
H A Dlcukocol.cpp74 void LotusCollationKoreanTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
76 if (exec) logln("TestSuite LotusCollationKoreanTest: ");
79 case 0: name = "TestTertiary"; if (exec) TestTertiary(/* par */); break;
H A Descoll.cpp100 void CollationSpanishTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par */) argument
102 if (exec) logln("TestSuite CollationSpanishTest: ");
104 if((!myCollation) && exec) {
110 case 0: name = "TestPrimary"; if (exec) TestPrimary(/* par */); break;
111 case 1: name = "TestTertiary"; if (exec) TestTertiary(/* par */); break;
H A Dtrcoll.cpp90 void CollationTurkishTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
92 if (exec) logln("TestSuite CollationTurkishTest: ");
94 if((!myCollation) && exec) {
100 case 0: name = "TestPrimary"; if (exec) TestPrimary(/* par */); break;
101 case 1: name = "TestTertiary"; if (exec) TestTertiary(/* par */); break;
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
H A DStubs.java110 public static void exec(Runnable task) { method in class:Stubs
/external/mesa3d/src/mesa/vbo/
H A Dvbo_context.h80 struct vbo_exec_context exec; member in struct:vbo_context
133 struct gl_context *ctx = vbo->exec.ctx;
137 ctx->Array._DrawArrays = vbo->exec.array.inputs;
140 ctx->Array._DrawArrays = vbo->exec.vtx.inputs;
/external/v8/test/mjsunit/regress/
H A Dregress-2438.js32 re.exec(subject);
H A Dregress-45469.js34 var res = re.exec("xx");

Completed in 918 milliseconds

1234567891011>>