Searched defs:exec (Results 226 - 250 of 392) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp35 StringCaseTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { argument
36 if(exec) {
H A Dtchcfmt.cpp22 void TestChoiceFormat::runIndexedTest(int32_t index, UBool exec, argument
H A Dtscoll.cpp57 void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
59 if (exec) {
H A Dtufmtts.cpp26 void TimeUnitTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) { argument
27 if (exec) logln("TestSuite TimeUnitTest");
H A Dtzbdtest.cpp17 void TimeZoneBoundaryTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
19 if (exec) logln("TestSuite TestTimeZoneBoundary");
23 if (exec) {
30 if (exec) {
37 if (exec) {
H A Ducdtest.cpp53 void UnicodeTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
55 if(exec) {
H A Duts46test.cpp36 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL);
53 void UTS46Test::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { argument
54 if(exec) {
/external/icu/icu4c/source/test/perf/convperf/
H A Dconvperf.cpp41 UPerfFunction* ConverterPerformanceTest::runIndexedTest(int32_t index, UBool exec,const char* &name, char* par) { argument
/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp93 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
328 UPerfFunction* UtfPerformanceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) { argument
330 case 0: name = "Roundtrip"; if (exec) return Roundtrip::get(*this); break;
331 case 1: name = "FromUnicode"; if (exec) return FromUnicode::get(*this); break;
332 case 2: name = "FromUTF8"; if (exec) return FromUTF8::get(*this); break;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_state.h95 struct nouveau_heap *exec; member in struct:nv30_vertprog
/external/qemu/slirp/
H A Dmisc.c116 add_exec(struct ex_list **ex_ptr, int do_pty, char *exec, int addr, int port) argument
131 (*ex_ptr)->ex_exec = (do_pty == 3) ? exec : strdup(exec);
240 * exec the wanted program. If something (strange) happens,
243 * do_pty = 0 Fork/exec inetd style
244 * do_pty = 1 Fork/exec using slirp.telnetd
245 * do_ptr = 2 Fork/exec using pty
/external/qemu/slirp-android/
H A Dmisc.c96 add_exec(struct ex_list **ex_ptr, int do_pty, char *exec, int addr, int port) argument
111 (*ex_ptr)->ex_exec = (do_pty == 3) ? exec : strdup(exec);
220 * exec the wanted program. If something (strange) happens,
223 * do_pty = 0 Fork/exec inetd style
224 * do_pty = 1 Fork/exec using slirp.telnetd
225 * do_ptr = 2 Fork/exec using pty
/external/wpa_supplicant_8/hs20/client/
H A Dspp_client.c504 static int hs20_spp_exec(struct hs20_osu_client *ctx, xml_node_t *exec, argument
518 debug_dump_node(ctx, "exec", exec);
520 xml_node_for_each_child(ctx->xml, cmd, exec) {
525 wpa_printf(MSG_INFO, "exec command element not found (cmd=%p)",
579 wpa_printf(MSG_INFO, "Unsupported exec command: '%s'", name);
598 xml_node_t *update = NULL, *exec = NULL, *add_mo = NULL, *no_mo = NULL; local
628 if (!exec && strcasecmp(name, "exec") == 0)
629 exec
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcitrtest.cpp146 void CharIterTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
148 if (exec) logln("TestSuite CharIterTest: ");
150 case 0: name = "TestConstructionAndEquality"; if (exec) TestConstructionAndEquality(); break;
151 case 1: name = "TestConstructionAndEqualityUChariter"; if (exec) TestConstructionAndEqualityUChariter(); break;
152 case 2: name = "TestIteration"; if (exec) TestIteration(); break;
153 case 3: name = "TestIterationUChar32"; if (exec) TestIterationUChar32(); break;
154 case 4: name = "TestUCharIterator"; if (exec) TestUCharIterator(); break;
155 case 5: name = "TestCoverage"; if(exec) TestCoverage(); break;
156 case 6: name = "TestCharIteratorSubClasses"; if (exec) TestCharIteratorSubClasses(); break;
H A Dcsdetest.cpp52 void CharsetDetectionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
54 if (exec) logln("TestSuite CharsetDetectionTest: ");
57 if (exec) ConstructionTest();
61 if (exec) UTF8Test();
65 if (exec) UTF16Test();
69 if (exec) C1BytesTest();
73 if (exec) InputFilterTest();
77 if (exec) DetectionTest();
81 if (exec) IBM424Test();
85 if (exec) IBM420Tes
[all...]
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 Drbbiapts.cpp1106 void RBBIAPITest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
1108 if (exec) logln((UnicodeString)"TestSuite RuleBasedBreakIterator API ");
1110 // case 0: name = "TestConstruction"; if (exec) TestConstruction(); break;
1112 case 0: name = "TestCloneEquals"; if (exec) TestCloneEquals(); break;
1113 case 1: name = "TestgetRules"; if (exec) TestgetRules(); break;
1114 case 2: name = "TestHashCode"; if (exec) TestHashCode(); break;
1115 case 3: name = "TestGetSetAdoptText"; if (exec) TestGetSetAdoptText(); break;
1116 case 4: name = "TestIteration"; if (exec) TestIteration(); break;
1120 case 5: name = "TestBuilder"; if (exec) TestBuilder(); break;
1121 case 6: name = "TestQuoteGrouping"; if (exec) TestQuoteGroupin
[all...]
H A Dregcoll.cpp1250 void CollationRegressionTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /* par */) argument
1252 if (exec)
1260 case 0: name = "Test4048446"; if (exec) Test4048446(/* par */); break;
1261 case 1: name = "Test4051866"; if (exec) Test4051866(/* par */); break;
1262 case 2: name = "Test4053636"; if (exec) Test4053636(/* par */); break;
1263 case 3: name = "Test4054238"; if (exec) Test4054238(/* par */); break;
1264 case 4: name = "Test4054734"; if (exec) Test4054734(/* par */); break;
1265 case 5: name = "Test4054736"; if (exec) Test4054736(/* par */); break;
1266 case 6: name = "Test4058613"; if (exec) Test4058613(/* par */); break;
1267 case 7: name = "Test4059820"; if (exec) Test405982
[all...]
H A Drestest.cpp182 void ResourceBundleTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
184 if (exec) logln("TestSuite ResourceBundleTest: ");
187 case 0: name = "TestResourceBundles"; if (exec) TestResourceBundles(); break;
188 case 1: name = "TestConstruction"; if (exec) TestConstruction(); break;
189 case 2: name = "TestGetSize"; if (exec) TestGetSize(); break;
190 case 3: name = "TestGetLocaleByType"; if (exec) TestGetLocaleByType(); break;
195 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.cpp21 void CollationServiceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par */) argument
23 if (exec) logln("TestSuite CollationServiceTest: ");
H A Dtransapi.cpp45 TransliteratorAPITest::runIndexedTest(int32_t index, UBool exec, argument
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/forth/
H A DForth.cpp85 this->exec(&engine);
233 reinterpret_cast<ForthWord*>(c)->exec(engine);
272 virtual void exec(ForthEngine* engine) { function in class:CustomWord

Completed in 300 milliseconds

1234567891011>>