Searched defs:exec (Results 251 - 275 of 392) sorted by relevance

<<111213141516

/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp147 void CharIterTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
149 if (exec) logln("TestSuite CharIterTest: ");
151 case 0: name = "TestConstructionAndEquality"; if (exec) TestConstructionAndEquality(); break;
152 case 1: name = "TestConstructionAndEqualityUChariter"; if (exec) TestConstructionAndEqualityUChariter(); break;
153 case 2: name = "TestIteration"; if (exec) TestIteration(); break;
154 case 3: name = "TestIterationUChar32"; if (exec) TestIterationUChar32(); break;
155 case 4: name = "TestUCharIterator"; if (exec) TestUCharIterator(); break;
156 case 5: name = "TestCoverage"; if(exec) TestCoverage(); break;
157 case 6: name = "TestCharIteratorSubClasses"; if (exec) TestCharIteratorSubClasses(); break;
H A Dcsdetest.cpp60 void CharsetDetectionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
62 if (exec) logln("TestSuite CharsetDetectionTest: ");
65 if (exec) ConstructionTest();
69 if (exec) UTF8Test();
73 if (exec) UTF16Test();
77 if (exec) C1BytesTest();
81 if (exec) InputFilterTest();
85 if (exec) DetectionTest();
89 if (exec) IBM424Test();
93 if (exec) IBM420Tes
[all...]
H A Ddtptngts.cpp26 void IntlTestDateTimePatternGeneratorAPI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
28 if (exec) logln("TestSuite DateTimePatternGeneratorAPI");
H A Ditrbnf.cpp38 if (exec) { \
45 void IntlTestRBNF::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) argument
47 if (exec) logln("TestSuite RuleBasedNumberFormat");
H A Ditspoof.cpp72 void IntlTestSpoof::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
74 if (exec) logln("TestSuite spoof: ");
78 if (exec) {
84 if (exec) {
90 if (exec) {
96 if (exec) {
102 if (exec) {
108 if (exec) {
114 if (exec) {
120 if (exec) {
[all...]
H A Dmeasfmttest.cpp38 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0);
90 int32_t index, UBool exec, const char *&name, char *) {
91 if (exec) {
89 runIndexedTest( int32_t index, UBool exec, const char *&name, char *) argument
H A Dplurults.cpp40 void PluralRulesTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
42 if (exec) logln("TestSuite PluralRulesAPI");
H A Drestest.cpp181 void ResourceBundleTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
183 if (exec) logln("TestSuite ResourceBundleTest: ");
186 case 0: name = "TestResourceBundles"; if (exec) TestResourceBundles(); break;
187 case 1: name = "TestConstruction"; if (exec) TestConstruction(); break;
188 case 2: name = "TestGetSize"; if (exec) TestGetSize(); break;
189 case 3: name = "TestGetLocaleByType"; if (exec) TestGetLocaleByType(); break;
194 case 4: name = "TestExemplar"; if (exec) TestExemplar(); break;
H A Dsrchtest.cpp26 if (exec) { \
107 void StringSearchTest::runIndexedTest(int32_t index, UBool exec, argument
114 m_en_characterbreaker_ == NULL && exec) {
H A Dsvccoll.cpp20 void CollationServiceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par */) argument
22 if (exec) logln("TestSuite CollationServiceTest: ");
H A Dtransapi.cpp45 TransliteratorAPITest::runIndexedTest(int32_t index, UBool exec, argument
H A Ducharstrietest.cpp38 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL);
93 void UCharsTrieTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { argument
94 if(exec) {
/external/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp66 virtual UPerfFunction *runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL);
642 UPerfFunction *DictionaryTriePerfTest::runIndexedTest(int32_t index, UBool exec, argument
648 if(exec) {
654 if(exec) {
660 if(exec) {
666 if(exec) {
675 if(index==0 && exec) {
682 if(exec) {
688 if(exec) {
694 if(exec) {
[all...]
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java41 * Timeout for Database.exec()
122 dbx.exec("PRAGMA short_column_names = off;", null);
123 dbx.exec("PRAGMA full_column_names = on;", null);
124 dbx.exec("PRAGMA empty_result_callbacks = on;", null);
126 dbx.exec("PRAGMA show_datatypes = on;", null);
249 db.exec("COMMIT", null);
314 db.exec("ROLLBACK", null);
324 db.exec("ROLLBACK", null);
375 db.exec("PRAGMA read_uncommitted = " + flag + ";", null);
538 public void exec(Strin method in class:DatabaseX
546 public void exec(String sql, SQLite.Callback cb, String args[]) method in class:DatabaseX
[all...]
/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/mesa3d/src/mesa/vbo/
H A Dvbo_exec_array.c71 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
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/
H A Dloader.c165 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;
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgload.c160 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
1958 TT_ExecContext exec; local
[all...]
H A Dttinterp.h167 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/icu/source/test/intltest/
H A Dcaltest.cpp53 void CalendarTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
55 if (exec) logln("TestSuite TestCalendar");
59 if (exec) {
66 if (exec) {
73 if (exec) {
80 if (exec) {
87 if (exec) {
94 if (exec) {
101 if (exec) {
108 if (exec) {
[all...]
H A Dconvtest.cpp67 ConversionTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { argument
68 if (exec) logln("TestSuite ConversionTest: ");
71 case 0: name="TestToUnicode"; if (exec) TestToUnicode(); break;
72 case 1: name="TestFromUnicode"; if (exec) TestFromUnicode(); break;
73 case 2: name="TestGetUnicodeSet"; if (exec) TestGetUnicodeSet(); break;
79 case 3: name="TestGetUnicodeSet2"; if (exec) TestGetUnicodeSet2(); break;
H A Ddtfmrgts.cpp24 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
27 DateFormatRegressionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
29 // if (exec) logln((UnicodeString)"TestSuite DateFormatRegressionTest");
H A Dicusvtst.cpp139 ICUServiceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, argument
H A Drestsnew.cpp180 void NewResourceBundleTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
182 if (exec) logln("TestSuite ResourceBundleTest: ");
185 case 0: name = "TestResourceBundles"; if (exec) TestResourceBundles(); break;
186 case 1: name = "TestConstruction"; if (exec) TestConstruction(); break;
187 case 2: name = "TestIteration"; if (exec) TestIteration(); break;
188 case 3: name = "TestOtherAPI"; if(exec) TestOtherAPI(); break;
189 case 4: name = "TestNewTypes"; if(exec) TestNewTypes(); break;
194 case 5: name = "TestGetByFallback"; if(exec) TestGetByFallback(); break;
H A Dtestidna.cpp1241 void TestIDNA::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par) argument
1243 if (exec) logln((UnicodeString)"TestSuite IDNA API ");
1246 case 0: name = "TestToASCII"; if (exec) TestToASCII(); break;
1247 case 1: name = "TestToUnicode"; if (exec) TestToUnicode(); break;
1248 case 2: name = "TestIDNToASCII"; if (exec) TestIDNToASCII(); break;
1249 case 3: name = "TestIDNToUnicode"; if (exec) TestIDNToUnicode(); break;
1250 case 4: name = "TestCompare"; if (exec) TestCompare(); break;
1251 case 5: name = "TestErrorCases"; if (exec) TestErrorCases(); break;
1252 case 6: name = "TestChaining"; if (exec) TestChaining(); break;
1253 case 7: name = "TestRootLabelSeparator"; if(exec) TestRootLabelSeparato
[all...]

Completed in 1758 milliseconds

<<111213141516